paper-with-me

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, Riccardo Volpi

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 indicates that existing OvOD detectors exhibit significant variability when dealing with vocabularies across various semantic granularities, posing a concern for real-world deployment. To this end, we introduce Semantic Hierarchy Nexus (SHiNe), a novel classifier that uses semantic knowledge from class hierarchies. It runs offline in three steps: i) it retrieves relevant super-/sub-categories from a hierarchy for each target class; ii) it integrates these categories into hierarchy-aware sentences; iii) it fuses these sentence embeddings to generate the nexus classifier vector. Our evaluation on various detection benchmarks demonstrates that SHiNe enhances robustness across diverse vocabulary granularities, achieving up to +31.9% mAP50 with ground truth hierarchies, while retaining improvements using hierarchies generated by large language models. Moreover, when applied to open-vocabulary classification on ImageNet-1k, SHiNe improves the CLIP zero-shot baseline by +2.8% accuracy. SHiNe is training-free and can be seamlessly integrated with any off-the-shelf OvOD detector, without incurring additional computational overhead during inference. The code is open source.

📄 PDF Abstract BibTeX arXiv:2405.10053

Code (1)

naver/shine 공식 구현 pytorch

Tasks

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object DetectionSentenceSentence Embeddings

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

ProxyCLIP: Proxy Attention Improves CLIP for Open-Vocabulary Segmentation

2024-08-09 · Mengcheng Lan, Chaofeng Chen, Yiping Ke, Xinjiang Wang 외

Open-vocabulary semantic segmentation requires models to effectively integrate visual representations with open-vocabulary semantic labels. While Contrastive Language-Image Pre-training (CLIP) models shine in recognizing…

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation+1

Nexus: A Lightweight and Scalable Multi-Agent Framework for Complex Tasks Automation

2025-02-26 · Humza Sami, Mubashir ul Islam, Samy Charas, Asav Gandhi 외

Recent advancements in Large Language Models (LLMs) have substantially evolved Multi-Agent Systems (MASs) capabilities, enabling systems that not only automate tasks but also leverage near-human reasoning capabilities. T…

Code GenerationHumanEvalLogical ReasoningMath+1

The devil is in the fine-grained details: Evaluating open-vocabulary object detectors for fine-grained understanding

2023-11-29 · CVPR 2024 1 · Lorenzo Bianchi, Fabio Carrara, Nicola Messina, Claudio Gennaro 외

Recent advancements in large vision-language models enabled visual object detection in open-vocabulary scenarios, where object classes are defined in free-text formats during inference. In this paper, we aim to probe the…

Objectobject-detectionObject DetectionOpen-vocabulary object detection+1

LEXI-SG: Monocular 3D Scene Graph Mapping with Room-Guided Feed-Forward Reconstruction

2026-05-13 · Christina Kassab, Hyeonjae Gil, Matías Mattamala, Ayoung Kim 외 arxiv

Scene graphs are becoming a standard representation for robot navigation, providing hierarchical geometric and semantic scene understanding. However, most scene graph mapping methods rely on depth cameras or LiDAR sensor…

Object SegmentationScene UnderstandingRobot Navigation

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