paper-with-me

홈 › Papers

RN-VID: A Feature Fusion Architecture for Video Object Detection

2020-03-24 · Hughes Perreault, Maguelonne Héritier, Pierre Gravel, Guillaume-Alexandre Bilodeau, Nicolas Saunier

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.

📄 PDF Abstract BibTeX arXiv:2003.10898

Code (1)

hu64/RN-VID 공식 구현

Tasks

Objectobject-detectionObject DetectionVideo Object Detection

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…

Similar Papers 제목 키워드 기반

FFAVOD: Feature Fusion Architecture for Video Object Detection

2021-09-15 · Hughes Perreault, Guillaume-Alexandre Bilodeau, Nicolas Saunier, Maguelonne Héritier

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 Detection

STF: Spatio-Temporal Fusion Module for Improving Video Object Detection

2024-02-16 · Noreen Anwar, Guillaume-Alexandre Bilodeau, Wassim Bouachir

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 Detection

Detection of Micromobility Vehicles in Urban Traffic Videos

2024-02-28 · Khalil Sabri, Célia Djilali, Guillaume-Alexandre Bilodeau, Nicolas Saunier 외

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 Detection

Bicycle Detection Based On Multi-feature and Multi-frame Fusion in low-resolution traffic videos

2017-06-11 · Yi-Cheng Zhang, Qiang Ling

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

2017-12-16 · Congrui Hetang, Hongwei Qin, Shaohui Liu, Junjie Yan

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