paper-with-me

홈 › Papers

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

2026-03-07 · Leilei Wang, Longfei Liu, Xi Shen, Xuanlong Yu, Ying Tiffany He, Fei Richard Yu, Yingyi Chen 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. Current real-time OVOD methods are predominantly built upon YOLO-style models. In contrast, real-time DETR-based methods still lag behind in terms of inference latency, model lightweightness, and overall performance. In this work, we present OV-DEIM, an end-to-end DETR-style open-vocabulary detector built upon the recent DEIMv2 framework with integrated vision-language modeling for efficient open-vocabulary inference. We further introduce a simple query supplement strategy that improves Fixed AP without compromising inference speed. Beyond architectural improvements, we introduce GridSynthetic, a simple yet effective data augmentation strategy that composes multiple training samples into structured image grids. By exposing the model to richer object co-occurrence patterns and spatial layouts within a single forward pass, GridSynthetic mitigates the negative impact of noisy localization signals on the classification loss and improves semantic discrimination, particularly for rare categories. Extensive experiments demonstrate that OV-DEIM achieves state-of-the-art performance on open-vocabulary detection benchmarks, delivering superior efficiency and notable improvements on challenging rare categories. Code and pretrained models are available at https://github.com/wleilei/OV-DEIM.

📄 PDF Abstract BibTeX arXiv:2603.07022

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationObject Detection

Similar Papers 제목 키워드 기반

DEIM: DETR with Improved Matching for Fast Convergence

2024-12-05 · CVPR 2025 1 · Shihua Huang, Zhichao Lu, Xiaodong Cun, Yongjun Yu 외

We introduce DEIM, an innovative and efficient training framework designed to accelerate convergence in real-time object detection with Transformer-based architectures (DETR). To mitigate the sparse supervision inherent …

Data AugmentationGPUobject-detectionObject Detection+1

Le-DETR: Revisiting Real-Time Detection Transformer with Efficient Encoder Design

2026-02-24 · Jiannan Huang, Aditya Kane, Fengzhe Zhou, Yunchao Wei 외 arxiv

Real-time object detection is crucial for real-world applications as it requires high accuracy with low latency. While Detection Transformers (DETR) have demonstrated significant performance improvements, current real-ti…

Real-Time Object Detection

TinyFormer: Preserving Tiny Objects in YOLO-DETR Hybrid Real-time Detectors

2026-05-24 · Jun-Wei Hsieh, Meng-Yu Kao, Ghufron Wahyu Kurniawan, Kuan-Chuan Peng arxiv

YOLO-series and DETR-based detectors struggle with tiny-object detection. YOLO-style models benefit from efficient dense prediction, but their large-stride backbones may suppress tiny instances in deep feature maps and m…

Object LocalizationObject Detection

SARES-DEIM: Sparse Mixture-of-Experts Meets DETR for Robust SAR Ship Detection

2026-04-05 · Fenghao Song, Shaojing Yang, Xi Zhou arxiv

Ship detection in Synthetic Aperture Radar (SAR) imagery is fundamentally challenged by inherent coherent speckle noise, complex coastal clutter, and the prevalence of small-scale targets. Conventional detectors, primari…

Computational Efficiency

YOLO26: An Analysis of NMS-Free End to End Framework for Real-Time Object Detection

2026-01-19 · Sudip Chakrabarty arxiv

The ``You Only Look Once'' (YOLO) framework has long served as a standard for real-time object detection, though traditional iterations have utilized Non-Maximum Suppression (NMS) post-processing, which introduces specif…

Real-Time Object DetectionRepresentation Learning