CVDec 10, 2023

OpenSD: Unified Open-Vocabulary Segmentation and Detection

arXiv:2312.06703v17 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of improving open-vocabulary segmentation and detection for computer vision applications, presenting an incremental advance over existing unified methods.

The paper tackles the performance gap and limited open-vocabulary capability in unified models for segmentation and detection by proposing OpenSD, a transformer-based framework that uses decoder decoupled learning and dual classifiers with CLIP, achieving state-of-the-art results in both closed- and open-vocabulary settings.

Recently, a few open-vocabulary methods have been proposed by employing a unified architecture to tackle generic segmentation and detection tasks. However, their performance still lags behind the task-specific models due to the conflict between different tasks, and their open-vocabulary capability is limited due to the inadequate use of CLIP. To address these challenges, we present a universal transformer-based framework, abbreviated as OpenSD, which utilizes the same architecture and network parameters to handle open-vocabulary segmentation and detection tasks. First, we introduce a decoder decoupled learning strategy to alleviate the semantic conflict between thing and staff categories so that each individual task can be learned more effectively under the same framework. Second, to better leverage CLIP for end-to-end segmentation and detection, we propose dual classifiers to handle the in-vocabulary domain and out-of-vocabulary domain, respectively. The text encoder is further trained to be region-aware for both thing and stuff categories through decoupled prompt learning, enabling them to filter out duplicated and low-quality predictions, which is important to end-to-end segmentation and detection. Extensive experiments are conducted on multiple datasets under various circumstances. The results demonstrate that OpenSD outperforms state-of-the-art open-vocabulary segmentation and detection methods in both closed- and open-vocabulary settings. Code is available at https://github.com/strongwolf/OpenSD

Foundations

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

Your Notes