paper-with-me

Papers

DFA: Dynamic Feature Aggregation for Efficient Video Object Detection

2022-10-02 · Yiming Cui

Video object detection is a fundamental yet challenging task in computer vision. One practical solution is to take advantage of temporal information from the video and apply feature aggregation to enhance the object features in each frame. Though effective, those existing methods always suffer from low inference speeds because they use a fixed number of frames for feature aggregation regardless of the input frame. Therefore, this paper aims to improve the inference speed of the current feature aggregation-based video object detectors while maintaining their performance. To achieve this goal, we propose a vanilla dynamic aggregation module that adaptively selects the frames for feature enhancement. Then, we extend the vanilla dynamic aggregation module to a more effective and reconfigurable deformable version. Finally, we introduce inplace distillation loss to improve the representations of objects aggregated with fewer frames. Extensive experimental results validate the effectiveness and efficiency of our proposed methods: On the ImageNet VID benchmark, integrated with our proposed methods, FGFA and SELSA can improve the inference speed by 31% and 76% respectively while getting comparable performance on accuracy.

📄 PDF Abstract BibTeX arXiv:2210.00588

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionVideo Object Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Beyond Boxes: Mask-Guided Spatio-Temporal Feature Aggregation for Video Object Detection

2024-12-06 · Khurram Azeem Hashmi, Talha Uddin Sheikh, Didier Stricker, Muhammad Zeshan Afzal

The primary challenge in Video Object Detection (VOD) is effectively exploiting temporal information to enhance object representations. Traditional strategies, such as aggregating region proposals, often suffer from feat…

GPUMulti-Object TrackingObjectobject-detection+4

A Flying Bird Object Detection Method for Surveillance Video

2024-01-08 · Ziwei Sun, Zexi Hua, Hengchao Li, Yan Li

Aiming at the specific characteristics of flying bird objects in surveillance video, such as the typically non-obvious features in single-frame images, small size in most instances, and asymmetric shapes, this paper prop…

Objectobject-detectionObject Detection

Spatio-Temporal Learnable Proposals for End-to-End Video Object Detection

2022-10-05 · Khurram Azeem Hashmi, Didier Stricker, Muhammamd Zeshan Afzal

This paper presents the novel idea of generating object proposals by leveraging temporal information for video object detection. The feature aggregation in modern region-based video object detectors heavily relies on lea…

Objectobject-detectionObject DetectionVideo Object Detection

Flow-Guided Feature Aggregation for Video Object Detection

2017-03-29 · ICCV 2017 10 · Xizhou Zhu, Yujie Wang, Jifeng Dai, Lu Yuan 외

Extending state-of-the-art object detectors from image to video is challenging. The accuracy of detection suffers from degenerated object appearances in videos, e.g., motion blur, video defocus, rare poses, etc. Existing…

Objectobject-detectionObject DetectionVideo Object Detection+1

Real-Time and Accurate Object Detection in Compressed Video by Long Short-term Feature Aggregation

2021-03-25 · Xinggang Wang, Zhaojin Huang, Bencheng Liao, Lichao Huang 외

Video object detection is a fundamental problem in computer vision and has a wide spectrum of applications. Based on deep networks, video object detection is actively studied for pushing the limits of detection speed and…

GPUObjectobject-detectionObject Detection+2