RN-VID: A Feature Fusion Architecture for Video Object Detection
Consecutive frames in a video are highly redundant. Therefore, to perform the task of video object detection, executing single frame detectors on every frame without reusing any information is quite wasteful. It is with this idea in mind that we propose RN-VID (standing for RetinaNet-VIDeo), a novel approach to video object detection. Our contributions are twofold. First, we propose a new architecture that allows the usage of information from nearby frames to enhance feature maps. Second, we propose a novel module to merge feature maps of same dimensions using re-ordering of channels and 1 x 1 convolutions. We then demonstrate that RN-VID achieves better mean average precision (mAP) than corresponding single frame detectors with little additional cost during inference.
Code (1)
Tasks
Objectobject-detectionObject DetectionVideo Object DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
FFAVOD: Feature Fusion Architecture for Video Object Detection
A significant amount of redundancy exists between consecutive frames of a video. Object detectors typically produce detections for one image at a time, without any capabilities for taking advantage of this redundancy. Me…
Objectobject-detectionObject DetectionVideo Object DetectionSTF: Spatio-Temporal Fusion Module for Improving Video Object Detection
Consecutive frames in a video contain redundancy, but they may also contain relevant complementary information for the detection task. The objective of our work is to leverage this complementary information to improve de…
object-detectionObject DetectionVideo Object DetectionDetection of Micromobility Vehicles in Urban Traffic Videos
Urban traffic environments present unique challenges for object detection, particularly with the increasing presence of micromobility vehicles like e-scooters and bikes. To address this object detection problem, this wor…
Objectobject-detectionObject DetectionVideo Object DetectionBicycle Detection Based On Multi-feature and Multi-frame Fusion in low-resolution traffic videos
As a major type of transportation equipments, bicycles, including electrical bicycles, are distributed almost everywhere in China. The accidents caused by bicycles have become a serious threat to the public safety. So bi…
Impression Network for Video Object Detection
Video object detection is more challenging compared to image object detection. Previous works proved that applying object detector frame by frame is not only slow but also inaccurate. Visual clues get weakened by defocus…
Objectobject-detectionObject DetectionVideo Object Detection