paper-with-me

홈 › Papers

COUNTS: Benchmarking Object Detectors and Multimodal Large Language Models under Distribution Shifts

2025-04-14 · CVPR 2025 1 · Jiansheng Li, Xingxuan Zhang, Hao Zou, Yige Guo, Renzhe Xu, Yilong Liu, Chuzhao Zhu, Yue He, Peng Cui

Current object detectors often suffer significant perfor-mance degradation in real-world applications when encountering distributional shifts. Consequently, the out-of-distribution (OOD) generalization capability of object detectors has garnered increasing attention from researchers. Despite this growing interest, there remains a lack of a large-scale, comprehensive dataset and evaluation benchmark with fine-grained annotations tailored to assess the OOD generalization on more intricate tasks like object detection and grounding. To address this gap, we introduce COUNTS, a large-scale OOD dataset with object-level annotations. COUNTS encompasses 14 natural distributional shifts, over 222K samples, and more than 1,196K labeled bounding boxes. Leveraging COUNTS, we introduce two novel benchmarks: O(OD)2 and OODG. O(OD)2 is designed to comprehensively evaluate the OOD generalization capabilities of object detectors by utilizing controlled distribution shifts between training and testing data. OODG, on the other hand, aims to assess the OOD generalization of grounding abilities in multimodal large language models (MLLMs). Our findings reveal that, while large models and extensive pre-training data substantially en hance performance in in-distribution (IID) scenarios, significant limitations and opportunities for improvement persist in OOD contexts for both object detectors and MLLMs. In visual grounding tasks, even the advanced GPT-4o and Gemini-1.5 only achieve 56.7% and 28.0% accuracy, respectively. We hope COUNTS facilitates advancements in the development and assessment of robust object detectors and MLLMs capable of maintaining high performance under distributional shifts.

📄 PDF Abstract BibTeX arXiv:2504.10158

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingObjectVisual Grounding

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Evaluating Large-Vocabulary Object Detectors: The Devil is in the Details

2021-02-01 · Achal Dave, Piotr Dollár, Deva Ramanan, Alexander Kirillov 외

By design, average precision (AP) for object detection aims to treat all classes independently: AP is computed independently per category and averaged. On one hand, this is desirable as it treats all classes equally. On …

Benchmarkingobject-detectionObject DetectionRe-Ranking

Benchmarking Object Detectors with COCO: A New Path Forward

2024-03-27 · Shweta Singh, Aayan Yadav, Jitesh Jain, Humphrey Shi 외

The Common Objects in Context (COCO) dataset has been instrumental in benchmarking object detectors over the past decade. Like every dataset, COCO contains subtle errors and imperfections stemming from its annotation pro…

BenchmarkingObjectobject-detectionObject Detection

Black-box Explanation of Object Detectors via Saliency Maps

2020-06-05 · CVPR 2021 1 · Vitali Petsiuk, Rajiv Jain, Varun Manjunatha, Vlad I. Morariu 외

We propose D-RISE, a method for generating visual explanations for the predictions of object detectors. Utilizing the proposed similarity metric that accounts for both localization and categorization aspects of object de…

Objectobject-detectionObject Detectionsoftware testing

MQADet: A Plug-and-Play Paradigm for Enhancing Open-Vocabulary Object Detection via Multimodal Question Answering

2025-02-23 · Caixiong Li, Xiongwei Zhao, Jinhang Zhang, Xing Zhang 외

Open-vocabulary detection (OVD) is a challenging task to detect and classify objects from an unrestricted set of categories, including those unseen during training. Existing open-vocabulary detectors are limited by compl…

Objectobject-detectionObject DetectionOpen-vocabulary object detection+2

TxT: Crossmodal End-to-End Learning with Transformers

2021-09-09 · Jan-Martin O. Steitz, Jonas Pfeiffer, Iryna Gurevych, Stefan Roth

Reasoning over multiple modalities, e.g. in Visual Question Answering (VQA), requires an alignment of semantic concepts across domains. Despite the widespread success of end-to-end learning, today's multimodal pipelines …

Multimodal ReasoningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)