paper-with-me

홈 › Papers

GUIDED: Granular Understanding via Identification, Detection, and Discrimination for Fine-Grained Open-Vocabulary Object Detection

2026-03-27 · Jiaming Li, Zhijia Liang, Weikai Chen, Lin Ma, Guanbin Li arxiv

Fine-grained open-vocabulary object detection (FG-OVD) aims to detect novel object categories described by attribute-rich texts. While existing open-vocabulary detectors show promise at the base-category level, they underperform in fine-grained settings due to the semantic entanglement of subjects and attributes in pretrained vision-language model (VLM) embeddings -- leading to over-representation of attributes, mislocalization, and semantic drift in embedding space. We propose GUIDED, a decomposition framework specifically designed to address the semantic entanglement between subjects and attributes in fine-grained prompts. By separating object localization and fine-grained recognition into distinct pathways, HUIDED aligns each subtask with the module best suited for its respective roles. Specifically, given a fine-grained class name, we first use a language model to extract a coarse-grained subject and its descriptive attributes. Then the detector is guided solely by the subject embedding, ensuring stable localization unaffected by irrelevant or overrepresented attributes. To selectively retain helpful attributes, we introduce an attribute embedding fusion module that incorporates attribute information into detection queries in an attention-based manner. This mitigates over-representation while preserving discriminative power. Finally, a region-level attribute discrimination module compares each detected region against full fine-grained class names using a refined vision-language model with a projection head for improved alignment. Extensive experiments on FG-OVD and 3F-OVD benchmarks show that GUIDED achieves new state-of-the-art results, demonstrating the benefits of disentangled modeling and modular optimization. Our code will be released at https://github.com/lijm48/GUIDED.

📄 PDF Abstract BibTeX arXiv:2603.27014

Code (0)

등록된 구현이 없습니다.

Tasks

Object LocalizationObject Detection

Similar Papers 제목 키워드 기반

PropVG: End-to-End Proposal-Driven Visual Grounding with Multi-Granularity Discrimination

2025-09-05 · Ming Dai, Wenxuan Cheng, Jiedong Zhuang, Jiang-jiang Liu 외 arxiv

Recent advances in visual grounding have largely shifted away from traditional proposal-based two-stage frameworks due to their inefficiency and high computational complexity, favoring end-to-end direct reference paradig…

Object Proposal GenerationContrastive LearningVisual Grounding

Strong but Simple Baseline with Dual-Granularity Triplet Loss for Visible-Thermal Person Re-Identification

2020-12-09 · Haijun Liu, Yanxia Chai, Xiaoheng Tan, Dong Li 외

In this letter, we propose a conceptually simple and effective dual-granularity triplet loss for visible-thermal person re-identification (VT-ReID). In general, ReID models are always trained with the sample-based triple…

Cross-Modal Person Re-IdentificationPerson Re-IdentificationTriplet

FMDNN: A Fuzzy-guided Multi-granular Deep Neural Network for Histopathological Image Classification

2024-07-22 · Weiping Ding, Tianyi Zhou, Jiashuang Huang, Shu Jiang 외

Histopathological image classification constitutes a pivotal task in computer-aided diagnostics. The precise identification and categorization of histopathological images are of paramount significance for early disease d…

DiagnosticHistopathological Image Classificationimage-classificationImage Classification

CLIPVehicle: A Unified Framework for Vision-based Vehicle Search

2025-08-06 · Likai Wang, Ruize Han, Xiangqun Zhang, Wei Feng arxiv

Vehicles, as one of the most common and significant objects in the real world, the researches on which using computer vision technologies have made remarkable progress, such as vehicle detection, vehicle re-identificatio…

Vehicle Re-IdentificationPerson Search

Mugs: A Multi-Granular Self-Supervised Learning Framework

2022-03-27 · Pan Zhou, Yichen Zhou, Chenyang Si, Weihao Yu 외

In self-supervised learning, multi-granular features are heavily desired though rarely investigated, as different downstream tasks (e.g., general and fine-grained classification) often require different or multi-granular…

Contrastive LearningSelf-Supervised Image ClassificationSelf-Supervised LearningSemantic Segmentation+1