CVApr 18, 2024

The devil is in the object boundary: towards annotation-free instance segmentation using Foundation Models

arXiv:2404.11957v112 citationsh-index: 9Has CodeICLR
Originality Incremental advance
AI Analysis

This work addresses the need for reducing human annotation costs in computer vision tasks like instance segmentation, offering a novel approach that is incremental but impactful for domain-specific applications.

The paper tackles the problem of annotation-free instance segmentation by revealing that foundation models like SAM and DINO struggle with object boundaries, and proposes a method called Zip that combines CLIP and SAM to improve performance, boosting SAM's mask AP on COCO by 12.5% and achieving state-of-the-art results in various settings.

Foundation models, pre-trained on a large amount of data have demonstrated impressive zero-shot capabilities in various downstream tasks. However, in object detection and instance segmentation, two fundamental computer vision tasks heavily reliant on extensive human annotations, foundation models such as SAM and DINO struggle to achieve satisfactory performance. In this study, we reveal that the devil is in the object boundary, \textit{i.e.}, these foundation models fail to discern boundaries between individual objects. For the first time, we probe that CLIP, which has never accessed any instance-level annotations, can provide a highly beneficial and strong instance-level boundary prior in the clustering results of its particular intermediate layer. Following this surprising observation, we propose $\textbf{Zip}$ which $\textbf{Z}$ips up CL$\textbf{ip}$ and SAM in a novel classification-first-then-discovery pipeline, enabling annotation-free, complex-scene-capable, open-vocabulary object detection and instance segmentation. Our Zip significantly boosts SAM's mask AP on COCO dataset by 12.5% and establishes state-of-the-art performance in various settings, including training-free, self-training, and label-efficient finetuning. Furthermore, annotation-free Zip even achieves comparable performance to the best-performing open-vocabulary object detecters using base annotations. Code is released at https://github.com/ChengShiest/Zip-Your-CLIP

Code Implementations1 repo
Foundations

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

Your Notes