paper-with-me

홈 › Papers

Learning to Detect and Segment for Open Vocabulary Object Detection

2022-12-23 · CVPR 2023 1 · Tao Wang, Nan Li

Open vocabulary object detection has been greatly advanced by the recent development of vision-language pretrained model, which helps recognize novel objects with only semantic categories. The prior works mainly focus on knowledge transferring to the object proposal classification and employ class-agnostic box and mask prediction. In this work, we propose CondHead, a principled dynamic network design to better generalize the box regression and mask segmentation for open vocabulary setting. The core idea is to conditionally parameterize the network heads on semantic embedding and thus the model is guided with class-specific knowledge to better detect novel categories. Specifically, CondHead is composed of two streams of network heads, the dynamically aggregated head and the dynamically generated head. The former is instantiated with a set of static heads that are conditionally aggregated, these heads are optimized as experts and are expected to learn sophisticated prediction. The latter is instantiated with dynamically generated parameters and encodes general class-specific information. With such a conditional design, the detection model is bridged by the semantic embedding to offer strongly generalizable class-wise box and mask prediction. Our method brings significant improvement to the state-of-the-art open vocabulary object detection methods with very minor overhead, e.g., it surpasses a RegionClip model by 3.0 detection AP on novel categories, with only 1.1% more computation.

📄 PDF Abstract BibTeX arXiv:2212.12130

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Similar Papers 제목 키워드 기반

Point2Graph: An End-to-end Point Cloud-based 3D Open-Vocabulary Scene Graph for Robot Navigation

2024-09-16 · Yifan Xu, Ziming Luo, Qianwei Wang, Vineet Kamat 외

Current open-vocabulary scene graph generation algorithms highly rely on both 3D scene point cloud data and posed RGB-D images and thus have limited applications in scenarios where RGB-D images or camera poses are not re…

3D Open-Vocabulary Object DetectionGraph GenerationObjectobject-detection+3

A Simple Framework for Open-Vocabulary Segmentation and Detection

2023-03-14 · ICCV 2023 1 · Hao Zhang, Feng Li, Xueyan Zou, Shilong Liu 외

We present OpenSeeD, a simple Open-vocabulary Segmentation and Detection framework that jointly learns from different segmentation and detection datasets. To bridge the gap of vocabulary and annotation granularity, we fi…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1

Fine-Grained Open-Vocabulary Object Recognition via User-Guided Segmentation

2024-11-23 · Jinwoo Ahn, Hyeokjoon Kwon, Hwiyeon Yoo

Recent advent of vision-based foundation models has enabled efficient and high-quality object detection at ease. Despite the success of previous studies, object detection models face limitations on capturing small compon…

Objectobject-detectionObject DetectionObject Recognition+2

A Survey on Open-Vocabulary Detection and Segmentation: Past, Present, and Future

2023-07-18 · Chaoyang Zhu, Long Chen

As the most fundamental scene understanding tasks, object detection and segmentation have made tremendous progress in deep learning era. Due to the expensive manual labeling cost, the annotated categories in existing dat…

Knowledge Distillationobject-detectionObject DetectionPanoptic Segmentation+4

Zero-Shot Open-Vocabulary Tracking with Large Pre-Trained Models

2023-10-10 · Wen-Hsuan Chu, Adam W. Harley, Pavel Tokmakov, Achal Dave 외

Object tracking is central to robot perception and scene understanding. Tracking-by-detection has long been a dominant paradigm for object tracking of specific object categories. Recently, large-scale pre-trained models …

ObjectObject TrackingOptical Flow EstimationScene Understanding+3