Benchmarking Feature Upsampling Methods for Vision Foundation Models using Interactive Segmentation
Volodymyr Havrylov, Haiwen Huang, Dan Zhang, Andreas Geiger
TL;DR
This paper addresses the challenge of limited spatial resolution in Vision Foundation Models (VFMs) for dense prediction by evaluating task-agnostic, image-guided feature upsamplers within an Interactive Segmentation (IS) framework. The authors propose a streamlined benchmark where a frozen VFM is followed by a learnable upsampler and a lightweight segmentation head, enabling fair comparison across upsampling methods without retraining the backbone. Through extensive experiments on four IS datasets, LoftUp emerges as the most effective upsampler, leveraging full-resolution pseudo-GT supervision and a coordinate-based cross-attention design to achieve substantial performance gains over bilinear upsampling. The study validates IS as a structured, real-world benchmark for dense prediction with VFMs and highlights the practical impact of advanced upsampling modules in improving VFM feature quality and segmentation accuracy. $NoC$ and $IoU$-based metrics show that additional user clicks progressively reduce ambiguity, with LoftUp delivering robust improvements across datasets and click regimes.
Abstract
Vision Foundation Models (VFMs) are large-scale, pre-trained models that serve as general-purpose backbones for various computer vision tasks. As VFMs' popularity grows, there is an increasing interest in understanding their effectiveness for dense prediction tasks. However, VFMs typically produce low-resolution features, limiting their direct applicability in this context. One way to tackle this limitation is by employing a task-agnostic feature upsampling module that refines VFM features resolution. To assess the effectiveness of this approach, we investigate Interactive Segmentation (IS) as a novel benchmark for evaluating feature upsampling methods on VFMs. Due to its inherent multimodal input, consisting of an image and a set of user-defined clicks, as well as its dense mask output, IS creates a challenging environment that demands comprehensive visual scene understanding. Our benchmarking experiments show that selecting appropriate upsampling strategies significantly improves VFM features quality. The code is released at https://github.com/havrylovv/iSegProbe
