paper-with-me

홈 › Papers

Open-Vocabulary Object Detection via Language Hierarchy

2024-10-27 · Jiaxing Huang, Jingyi Zhang, Kai Jiang, Shijian Lu

Recent studies on generalizable object detection have attracted increasing attention with additional weak supervision from large-scale datasets with image-level labels. However, weakly-supervised detection learning often suffers from image-to-box label mismatch, i.e., image-level labels do not convey precise object information. We design Language Hierarchical Self-training (LHST) that introduces language hierarchy into weakly-supervised detector training for learning more generalizable detectors. LHST expands the image-level labels with language hierarchy and enables co-regularization between the expanded labels and self-training. Specifically, the expanded labels regularize self-training by providing richer supervision and mitigating the image-to-box label mismatch, while self-training allows assessing and selecting the expanded labels according to the predicted reliability. In addition, we design language hierarchical prompt generation that introduces language hierarchy into prompt generation which helps bridge the vocabulary gaps between training and testing. Extensive experiments show that the proposed techniques achieve superior generalization performance consistently across 14 widely studied object detection datasets.

📄 PDF Abstract BibTeX arXiv:2410.20371

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

SHiNe: Semantic Hierarchy Nexus for Open-vocabulary Object Detection

2024-05-16 · CVPR 2024 1 · Mingxuan Liu, Tyler L. Hayes, Elisa Ricci, Gabriela Csurka 외

Open-vocabulary object detection (OvOD) has transformed detection into a language-guided task, empowering users to freely define their class vocabularies of interest during inference. However, our initial investigation i…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection+2

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

A Hierarchical Semantic Distillation Framework for Open-Vocabulary Object Detection

2025-03-13 · Shenghao Fu, Junkai Yan, Qize Yang, Xihan Wei 외

Open-vocabulary object detection (OVD) aims to detect objects beyond the training annotations, where detectors are usually aligned to a pre-trained vision-language model, eg, CLIP, to inherit its generalizable recognitio…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Hyperbolic Learning with Synthetic Captions for Open-World Detection

2024-04-07 · CVPR 2024 1 · Fanjie Kong, Yanbei Chen, Jiarui Cai, Davide Modolo

Open-world detection poses significant challenges, as it requires the detection of any object using either object class labels or free-form texts. Existing related works often use large-scale manual annotated caption dat…

HallucinationNovel ConceptsObjectobject-detection+1

ReLaGS: Relational Language Gaussian Splatting

2026-03-18 · Yaxu Xie, Abdalla Arafa, Alireza Javanmardi, Christen Millerdurai 외 arxiv

Achieving unified 3D perception and reasoning across tasks such as segmentation, retrieval, and relation understanding remains challenging, as existing methods are either object-centric or rely on costly training for int…

Scene Graph GenerationRelational ReasoningGraph Neural Network