paper-with-me

홈 › Papers

xT: Nested Tokenization for Larger Context in Large Images

2024-03-04 · Ritwik Gupta, Shufan Li, Tyler Zhu, Jitendra Malik, Trevor Darrell, Karttikeya Mangalam

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.

📄 PDF Abstract BibTeX arXiv:2403.01915

Code (1)

bair-climate-initiative/xT 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Panoramic Distortion-Aware Tokenization for Person Detection and Localization Using Transformers in Overhead Fisheye Images

2025-03-18 · Nobuhiko Wakai, Satoshi Sato, Yasunori Ishii, Takayoshi Yamashita

Person detection methods are used widely in applications including visual surveillance, pedestrian detection, and robotics. However, accurate detection of persons from overhead fisheye images remains an open challenge be…

Human DetectionPedestrian Detection

Few-Shot Nested Named Entity Recognition

2022-12-02 · Hong Ming, Jiaoyun Yang, Lili Jiang, Yan Pan 외

While Named Entity Recognition (NER) is a widely studied task, making inferences of entities with only a few labeled data has been challenging, especially for entities with nested structures. Unlike flat entities, entiti…

Contrastive LearningFew-Shot Learningnamed-entity-recognitionNamed Entity Recognition+4

FlexTok: Resampling Images into 1D Token Sequences of Flexible Length

2025-02-19 · Roman Bachmann, Jesse Allardice, David Mizrahi, Enrico Fini 외

Image tokenization has enabled major advances in autoregressive image generation by providing compressed, discrete representations that are more efficient to process than raw pixels. While traditional approaches use 2D g…

Image Generation

Impact of Tokenization on Language Models: An Analysis for Turkish

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Tokenization is an important text preprocessing step to prepare input tokens for language models. WordPiece and BPE are de-facto methods employed by large language models, such as BERT and GPT. However, the impact of tok…

SmolVLM: Redefining small and efficient multimodal models

2025-04-07 · Andrés Marafioti, Orr Zohar, Miquel Farré, Merve Noyan 외

Large Vision-Language Models (VLMs) deliver exceptional performance but require significant computational resources, limiting their deployment on mobile and edge devices. Smaller VLMs typically mirror design choices of l…

GPU