CVAIMar 4, 2024

xT: Nested Tokenization for Larger Context in Large Images

arXiv:2403.01915v29 citationsh-index: 23ICML
Originality Highly original
AI Analysis

This addresses the challenge for researchers and practitioners in domains like satellite imagery, where global context and fine details are both crucial, by providing a method to model large images end-to-end without significant information loss.

The paper tackles the problem of handling large images in computer vision by introducing xT, a framework that avoids down-sampling or cropping, resulting in accuracy improvements of up to 8.6% on classification tasks and an F1 score increase of 11.6 on segmentation for images as large as 29,000 x 29,000 pixels.

Modern computer vision pipelines handle large images in one of two sub-optimal ways: down-sampling or cropping. These two methods incur significant losses in the amount of information and context present in an image. There are many downstream applications in which global context matters as much as high frequency details, such as in real-world satellite imagery; in such cases researchers have to make the uncomfortable choice of which information to discard. We introduce xT, a simple framework for vision transformers which effectively aggregates global context with local details and can model large images end-to-end on contemporary GPUs. We select a set of benchmark datasets across classic vision tasks which accurately reflect a vision model's ability to understand truly large images and incorporate fine details over large scales and assess our method's improvement on them. xT is a streaming, two-stage architecture that adapts existing vision backbones and long sequence language models to effectively model large images without quadratic memory growth. We are able to increase accuracy by up to 8.6% on challenging classification tasks and $F_1$ score by 11.6 on context-dependent segmentation on images as large as 29,000 x 29,000 pixels.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes