paper-with-me

Papers

LoftUp: Learning a Coordinate-Based Feature Upsampler for Vision Foundation Models

2025-04-18 · Haiwen Huang, Anpei Chen, Volodymyr Havrylov, Andreas Geiger, Dan Zhang

Vision foundation models (VFMs) such as DINOv2 and CLIP have achieved impressive results on various downstream tasks, but their limited feature resolution hampers performance in applications requiring pixel-level understanding. Feature upsampling offers a promising direction to address this challenge. In this work, we identify two critical factors for enhancing feature upsampling: the upsampler architecture and the training objective. For the upsampler architecture, we introduce a coordinate-based cross-attention transformer that integrates the high-resolution images with coordinates and low-resolution VFM features to generate sharp, high-quality features. For the training objective, we propose constructing high-resolution pseudo-groundtruth features by leveraging class-agnostic masks and self-distillation. Our approach effectively captures fine-grained details and adapts flexibly to various input and feature resolutions. Through experiments, we demonstrate that our approach significantly outperforms existing feature upsampling techniques across various downstream tasks. Our code is released at https://github.com/andrehuang/loftup.

📄 PDF Abstract BibTeX arXiv:2504.14032

Code (2)

andrehuang/loftup 공식 구현 pytorch
havrylovv/isegprobe pytorch

Tasks

Feature Upsampling

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

JAFAR: Jack up Any Feature at Any Resolution

2025-06-10 · Paul Couairon, Loick Chambon, Louis Serrano, Jean-Emmanuel Haugeard 외

Foundation Vision Encoders have become essential for a wide range of dense vision tasks. However, their low-resolution spatial feature outputs necessitate feature upsampling to produce the high-resolution modalities requ…

Feature Upsampling

ViT-Up: Faithful Feature Upsampling for Vision Transformers

2026-06-12 · Krispin Wandel, Jingchuan Wang, Hesheng Wang arxiv

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 …

Semantic correspondenceRepresentation LearningSemantic SegmentationFeature Upsampling

DiveUp: Learning Feature Upsampling from Diverse Vision Foundation Models

2026-03-13 · Xiaoqiong Liu, Heng Fan arxiv

Recently, feature upsampling has gained increasing attention owing to its effectiveness in enhancing vision foundation models (VFMs) for pixel-level understanding tasks. Existing methods typically rely on high-resolution…

Feature Upsampling

NAF: Zero-Shot Feature Upsampling via Neighborhood Attention Filtering

2025-11-23 · Loick Chambon, Paul Couairon, Eloi Zablocki, Alexandre Boulch 외 arxiv

Vision Foundation Models (VFMs) extract spatially downsampled representations, posing challenges for pixel-level tasks. Existing upsampling approaches face a fundamental trade-off: classical filters are fast and broadly …

Feature UpsamplingImage Restoration

Spectral Probing of Feature Upsamplers in 2D-to-3D Scene Reconstruction

2026-03-06 · Ling Xiao, Yuliang Xiu, Yue Chen, Guoming Wang 외 arxiv

A typical 2D-to-3D pipeline takes multi-view images as input, where a Vision Foundation Model (VFM) extracts features that are spatially upsampled to dense representations for 3D reconstruction. If dense features across …

3D Reconstruction