CVDec 9, 2024

Unbiased Region-Language Alignment for Open-Vocabulary Dense Prediction

arXiv:2412.06244v39 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

It addresses a specific bottleneck in adapting pre-trained models for dense prediction, offering incremental improvements for computer vision applications.

The paper tackles the problem of foreground bias in self-distillation methods for adapting vision-language models to dense prediction tasks, proposing DenseVLM to learn unbiased region-language alignment, which improves performance in open-vocabulary object detection and segmentation.

Pre-trained vision-language models (VLMs), such as CLIP, have demonstrated impressive zero-shot recognition capability, but still underperform in dense prediction tasks. Self-distillation recently is emerging as a promising approach for fine-tuning VLMs to better adapt to local regions without requiring extensive annotations. However, previous state-of-the-art approaches often suffer from significant `foreground bias', where models tend to wrongly identify background regions as foreground objects. To alleviate this issue, we propose DenseVLM, a framework designed to learn unbiased region-language alignment from powerful pre-trained VLM representations. To alleviate this issue, we propose DenseVLM, a framework designed to learn unbiased region-language alignment from powerful pre-trained VLM representations. DenseVLM leverages the pre-trained VLM to retrieve categories for unlabeled regions and then decouples the interference between foreground and background features. We show that DenseVLM can directly replace the original VLM in open-vocabulary object detection and image segmentation methods, leading to notable performance improvements. Furthermore, it exhibits promising zero-shot scalability when training on more extensive and diverse datasets. Our code is available at https://github.com/HVision-NKU/DenseVLM.

Foundations

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

Your Notes