English

LED: LLM Enhanced Open-Vocabulary Object Detection without Human Curated Data Generation

Computer Vision and Pattern Recognition 2025-09-22 v6 Artificial Intelligence

Abstract

Large foundation models trained on large-scale vision-language data can boost Open-Vocabulary Object Detection (OVD) via synthetic training data, yet the hand-crafted pipelines often introduce bias and overfit to specific prompts. We sidestep this issue by directly fusing hidden states from Large Language Models (LLMs) into detectors-an avenue surprisingly under-explored. This paper presents a systematic method to enhance visual grounding by utilizing decoder layers of the LLM of an MLLM. We introduce a zero-initialized cross-attention adapter to enable efficient knowledge fusion from LLMs to object detectors, a new approach called LED (LLM Enhanced Open-Vocabulary Object Detection). We find that intermediate LLM layers already encode rich spatial semantics; adapting only the early layers yields most of the gain. With Swin-T as the vision encoder, Qwen2-0.5B + LED lifts GroundingDINO by 3.82 % on OmniLabel at just 8.7 % extra GFLOPs, and a larger vision backbone pushes the improvement to 6.22 %. Extensive ablations on adapter variants, LLM scales and fusion depths further corroborate our design.

Keywords

Cite

@article{arxiv.2503.13794,
  title  = {LED: LLM Enhanced Open-Vocabulary Object Detection without Human Curated Data Generation},
  author = {Yang Zhou and Shiyu Zhao and Yuxiao Chen and Zhenting Wang and Can Jin and Dimitris N. Metaxas},
  journal= {arXiv preprint arXiv:2503.13794},
  year   = {2025}
}
R2 v1 2026-06-28T22:24:34.498Z