paper-with-me

Papers

OpenSD: Unified Open-Vocabulary Segmentation and Detection

2023-12-10 · Shuai Li, Minghan Li, Pengfei Wang, Lei Zhang

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

📄 PDF Abstract BibTeX arXiv:2312.06703

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderPrompt LearningSegmentationZero Shot Segmentation

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 제목 키워드 기반

OpenSDI: Spotting Diffusion-Generated Images in the Open World

2025-03-25 · CVPR 2025 1 · Yabin Wang, Zhiwu Huang, Xiaopeng Hong

This paper identifies OpenSDI, a challenge for spotting diffusion-generated images in open-world settings. In response to this challenge, we define a new benchmark, the OpenSDI dataset (OpenSDID), which stands out from e…

YOLOE-26: Integrating YOLO26 with YOLOE for Real-Time Open-Vocabulary Instance Segmentation

2026-01-29 · Ranjan Sapkota, Manoj Karkee arxiv

This paper presents YOLOE-26, a unified framework that integrates the deployment-optimized YOLO26(or YOLOv26) architecture with the open-vocabulary learning paradigm of YOLOE for real-time open-vocabulary instance segmen…

Instance Segmentation

Unified Open-World Segmentation with Multi-Modal Prompts

2025-10-12 · Yang Liu, Yufei Yin, Chenchen Jing, Muzhi Zhu 외 arxiv

In this work, we present COSINE, a unified open-world segmentation model that consolidates open-vocabulary segmentation and in-context segmentation with multi-modal prompts (e.g., text and image). COSINE exploits foundat…

Representation Learning

Unified Open-Vocabulary Dense Visual Prediction

2023-07-17 · Hengcan Shi, Munawar Hayat, Jianfei Cai

In recent years, open-vocabulary (OV) dense visual prediction (such as OV object detection, semantic, instance and panoptic segmentations) has attracted increasing research attention. However, most of existing approaches…

object-detectionObject DetectionPrediction

FreeSeg: Unified, Universal and Open-Vocabulary Image Segmentation

2023-03-30 · CVPR 2023 1 · Jie Qin, Jie Wu, Pengxiang Yan, Ming Li 외

Recently, open-vocabulary learning has emerged to accomplish segmentation for arbitrary categories of text-based descriptions, which popularizes the segmentation system to more general-purpose application scenarios. Howe…

Image SegmentationInstance SegmentationOpen Vocabulary Panoptic SegmentationPanoptic Segmentation+3