paper-with-me

Papers

Learning Object-Language Alignments for Open-Vocabulary Object Detection

2022-11-27 · Chuang Lin, Peize Sun, Yi Jiang, Ping Luo, Lizhen Qu, Gholamreza Haffari, Zehuan Yuan, Jianfei Cai

Existing object detection methods are bounded in a fixed-set vocabulary by costly labeled data. When dealing with novel categories, the model has to be retrained with more bounding box annotations. Natural language supervision is an attractive alternative for its annotation-free attributes and broader object concepts. However, learning open-vocabulary object detection from language is challenging since image-text pairs do not contain fine-grained object-language alignments. Previous solutions rely on either expensive grounding annotations or distilling classification-oriented vision models. In this paper, we propose a novel open-vocabulary object detection framework directly learning from image-text pair data. We formulate object-language alignment as a set matching problem between a set of image region features and a set of word embeddings. It enables us to train an open-vocabulary object detector on image-text pairs in a much simple and effective way. Extensive experiments on two benchmark datasets, COCO and LVIS, demonstrate our superior performance over the competing approaches on novel categories, e.g. achieving 32.0% mAP on COCO and 21.7% mask mAP on LVIS. Code is available at: https://github.com/clin1223/VLDet.

📄 PDF Abstract BibTeX arXiv:2211.14843

Code (1)

clin1223/vldet 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detectionset matchingWord Embeddings

Similar Papers 제목 키워드 기반

QATMA: Quantization-Aware Training with Multimodal Alignment for Open-Vocabulary Object Detection

2026-03-06 · Jinyeong Park, Donghwa Kang, Brent ByungHoon Kang, Hyeongboo Baek 외 arxiv

Quantizing open-vocabulary object detection (OVOD) models reduces their memory and computational costs, but extremely low-bit quantization severely degrades both cross-modal (region-text) and intra-modal (region-region) …

Knowledge DistillationObject Detection

Collaborative Novel Object Discovery and Box-Guided Cross-Modal Alignment for Open-Vocabulary 3D Object Detection

2024-06-02 · Yang Cao, Yihan Zeng, Hang Xu, Dan Xu

Open-vocabulary 3D Object Detection (OV-3DDet) addresses the detection of objects from an arbitrary list of novel categories in 3D scenes, which remains a very challenging problem. In this work, we propose CoDAv2, a unif…

3D Object Detectioncross-modal alignmentObjectobject-detection+2

Open-vocabulary Attribute Detection

2022-11-23 · CVPR 2023 1 · María A. Bravo, Sudhanshu Mittal, Simon Ging, Thomas Brox

Vision-language modeling has enabled open-vocabulary tasks where predictions can be queried using any text prompt in a zero-shot manner. Existing open-vocabulary tasks focus on object classes, whereas research on object …

AttributeLanguage ModelingLanguage ModellingObject+2

Scaling Open-Vocabulary Image Segmentation with Image-Level Labels

2021-12-22 · Golnaz Ghiasi, Xiuye Gu, Yin Cui, Tsung-Yi Lin

We design an open-vocabulary image segmentation model to organize an image into meaningful regions indicated by arbitrary texts. Recent works (CLIP and ALIGN), despite attaining impressive open-vocabulary classification …

Image SegmentationSegmentationSemantic Segmentation

Hierarchical Open-Vocabulary 3D Scene Graphs for Language-Grounded Robot Navigation

2024-03-26 · Abdelrhman Werby, Chenguang Huang, Martin Büchner, Abhinav Valada 외

Recent open-vocabulary robot mapping methods enrich dense geometric maps with pre-trained visual-language features. While these maps allow for the prediction of point-wise saliency maps when queried for a certain languag…

ObjectRobot Navigation