paper-with-me

Papers

Object Detection Difficulty: Suppressing Over-aggregation for Faster and Better Video Object Detection

2023-08-22 · Bingqing Zhang, Sen Wang, Yifan Liu, Brano Kusy, Xue Li, Jiajun Liu

Current video object detection (VOD) models often encounter issues with over-aggregation due to redundant aggregation strategies, which perform feature aggregation on every frame. This results in suboptimal performance and increased computational complexity. In this work, we propose an image-level Object Detection Difficulty (ODD) metric to quantify the difficulty of detecting objects in a given image. The derived ODD scores can be used in the VOD process to mitigate over-aggregation. Specifically, we train an ODD predictor as an auxiliary head of a still-image object detector to compute the ODD score for each image based on the discrepancies between detection results and ground-truth bounding boxes. The ODD score enhances the VOD system in two ways: 1) it enables the VOD system to select superior global reference frames, thereby improving overall accuracy; and 2) it serves as an indicator in the newly designed ODD Scheduler to eliminate the aggregation of frames that are easy to detect, thus accelerating the VOD process. Comprehensive experiments demonstrate that, when utilized for selecting global reference frames, ODD-VOD consistently enhances the accuracy of Global-frame-based VOD models. When employed for acceleration, ODD-VOD consistently improves the frames per second (FPS) by an average of 73.3% across 8 different VOD models without sacrificing accuracy. When combined, ODD-VOD attains state-of-the-art performance when competing with many VOD methods in both accuracy and speed. Our work represents a significant advancement towards making VOD more practical for real-world applications.

📄 PDF Abstract BibTeX arXiv:2308.11327

Code (1)

bingqingzhang/odd-vod 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionVideo Object Detection

Similar Papers 제목 키워드 기반

SPMamba-YOLO: An Underwater Object Detection Network Based on Multi-Scale Feature Enhancement and Global Context Modeling

2026-02-26 · Guanghao Liao, Zhen Liu, Liyuan Cao, Yonghui Yang 외 arxiv

Underwater object detection is a critical yet challenging research problem owing to severe light attenuation, color distortion, background clutter, and the small scale of underwater targets. To address these challenges, …

Object Detection

HA2F: Dual-module Collaboration-Guided Hierarchical Adaptive Aggregation Framework for Remote Sensing Change Detection

2026-01-23 · Shuying Li, Yuchen Wang, San Zhang, Chuang Yang arxiv

Remote sensing change detection (RSCD) aims to identify the spatio-temporal changes of land cover, providing critical support for multi-disciplinary applications (e.g., environmental monitoring, disaster assessment, and …

Computational EfficiencyChange Detection

CF-YOLO: Cross Fusion YOLO for Object Detection in Adverse Weather with a High-quality Real Snow Dataset

2022-06-03 · Qiqi Ding, Peng Li, Xuefeng Yan, Ding Shi 외

Snow is one of the toughest adverse weather conditions for object detection (OD). Currently, not only there is a lack of snowy OD datasets to train cutting-edge detectors, but also these detectors have difficulties learn…

object-detectionObject Detection

PointRGCN: Graph Convolution Networks for 3D Vehicles Detection Refinement

2019-11-27 · Jesus Zarzar, Silvio Giancola, Bernard Ghanem

In autonomous driving pipelines, perception modules provide a visual understanding of the surrounding road scene. Among the perception tasks, vehicle detection is of paramount importance for a safe driving as it identifi…

3D Object DetectionAutonomous DrivingObjectobject-detection+2

Dissecting the Ledger: Locating and Suppressing "Liar Circuits" in Financial Large Language Models

2025-11-24 · Soham Mirajkar arxiv

Large Language Models (LLMs) are increasingly deployed in high-stakes financial domains, yet they suffer from specific, reproducible hallucinations when performing arithmetic operations. Current mitigation strategies oft…

Arithmetic Reasoning