paper-with-me

홈 › Papers

LaMI-DETR: Open-Vocabulary Detection with Language Model Instruction

2024-07-16 · Penghui Du, Yu Wang, Yifan Sun, Luting Wang, Yue Liao, Gang Zhang, Errui Ding, Yan Wang, Jingdong Wang, Si Liu

Existing methods enhance open-vocabulary object detection by leveraging the robust open-vocabulary recognition capabilities of Vision-Language Models (VLMs), such as CLIP.However, two main challenges emerge:(1) A deficiency in concept representation, where the category names in CLIP's text space lack textual and visual knowledge.(2) An overfitting tendency towards base categories, with the open vocabulary knowledge biased towards base categories during the transfer from VLMs to detectors.To address these challenges, we propose the Language Model Instruction (LaMI) strategy, which leverages the relationships between visual concepts and applies them within a simple yet effective DETR-like detector, termed LaMI-DETR.LaMI utilizes GPT to construct visual concepts and employs T5 to investigate visual similarities across categories.These inter-category relationships refine concept representation and avoid overfitting to base categories.Comprehensive experiments validate our approach's superior performance over existing methods in the same rigorous setting without reliance on external training resources.LaMI-DETR achieves a rare box AP of 43.4 on OV-LVIS, surpassing the previous best by 7.8 rare box AP.

📄 PDF Abstract BibTeX arXiv:2407.11335

Code (1)

eternaldolphin/lami-detr 공식 구현 pytorch

Tasks

Language ModelingLanguage Modellingobject-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
SentencePiece 설명 없음

Similar Papers 제목 키워드 기반

OVLW-DETR: Open-Vocabulary Light-Weighted Detection Transformer

2024-07-15 · Yu Wang, Xiangbo Su, Qiang Chen, Xinyu Zhang 외

Open-vocabulary object detection focusing on detecting novel categories guided by natural language. In this report, we propose Open-Vocabulary Light-Weighted Detection Transformer (OVLW-DETR), a deployment friendly open-…

Language ModelingLanguage Modellingobject-detectionObject Detection+2

Open-Vocabulary DETR with Conditional Matching

2022-03-22 · Yuhang Zang, Wei Li, Kaiyang Zhou, Chen Huang 외

Open-vocabulary object detection, which is concerned with the problem of detecting novel objects guided by natural language, has gained increasing attention from the community. Ideally, we would like to extend an open-vo…

Language Modellingobject-detectionObject DetectionOpen-vocabulary object detection+1

A Lightweight Modular Framework for Low-Cost Open-Vocabulary Object Detection Training

2024-08-20 · Bilal Faye, Binta Sow, Hanane Azzag, Mustapha Lebbah

Object detection is a fundamental challenge in computer vision, centered on recognizing objects within images, with diverse applications in areas like image analysis, robotics, and autonomous vehicles. Although existing …

Autonomous VehiclesComputational Efficiencyobject-detectionObject Detection+5

OV-DEIM: Real-time DETR-Style Open-Vocabulary Object Detection with GridSynthetic Augmentation

2026-03-07 · Leilei Wang, Longfei Liu, Xi Shen, Xuanlong Yu 외 arxiv

Real-time open-vocabulary object detection (OVOD) is essential for practical deployment in dynamic environments, where models must recognize a large and evolving set of categories under strict latency constraints. Curren…

Data AugmentationObject Detection

Distilling DETR with Visual-Linguistic Knowledge for Open-Vocabulary Object Detection

2023-01-01 · ICCV 2023 1 · Liangqi Li, Jiaxu Miao, Dahu Shi, Wenming Tan 외

Current methods for open-vocabulary object detection (OVOD) rely on a pre-trained vision-language model (VLM) to acquire the recognition ability. In this paper, we propose a simple yet effective framework to Distill …

Knowledge DistillationLanguage ModelingLanguage Modellingobject-detection+3