ViT-Up: Faithful Feature Upsampling for Vision Transformers
A new framework called ViT-Up improves how Vision Transformers produce high-resolution feature maps for tasks like segmentation, outperforming existing methods that rely on external image guidance, according to research posted to arXiv on June 12, 2026 [1]. Vision Transformers, or ViTs, have become a leading architecture for visual representation learning, but their reliance on relatively small patch-token grids — a consequence of the quadratic cost of global self-attention — creates a bottleneck for dense prediction tasks such as semantic segmentation and depth estimation [2]. This limitation has driven the development of task-agnostic feature upsamplers [2]. Current state-of-the-art methods can produce visually sharp dense representations, yet their dependence on shallow image encoders for guided upsampling can introduce feature leakage, fragmentation, and blur [2]. ViT-Up addresses these issues by replacing external image guidance with layer-wise query construction drawn from intermediate ViT hidden states [1]. The approach enables feature prediction at arbitrary continuous image coordinates while preserving alignment with the backbone feature space [2]. In experiments, ViT-Up consistently outperformed state-of-the-art image-guided upsamplers across dense prediction and semantic correspondence benchmarks [1]. Using the DINOv3-S+ backbone, ViT-Up improved over prior methods by up to +2.07 mIoU on the Cityscapes dataset and +4.17 [email protected] on SPair-71k [2]. When scaled to the larger DINOv3-B backbone, gains increased to +3.36 mIoU and +8.09 [email protected], indicating the framework scales favorably with backbone capacity [2]. The paper was submitted under the Computer Vision and Pattern Recognition category on arXiv, an open-access repository of electronic preprints that, as of late 2024, receives approximately 24,000 new articles per month [6].
benchmarkresearch-papersafety-researchtool-release
Background sources we checked (7)
- arxiv.org ↗ Vision Transformers (ViTs) have become a dominant architecture for visual representation learning, providing exceptionally strong and broadly reusable backbone features. However, ViTs are commonly operated on relatively small patch-token grids due to the quadratic cost of global …
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
Sources
- export.arxiv.org — ViT-Up: Faithful Feature Upsampling for Vision Transformers ↗