paper-with-me

Papers

RCNet: Reverse Feature Pyramid and Cross-scale Shift Network for Object Detection

2021-10-23 · Zhuofan Zong, Qianggang Cao, Biao Leng

Feature pyramid networks (FPN) are widely exploited for multi-scale feature fusion in existing advanced object detection frameworks. Numerous previous works have developed various structures for bidirectional feature fusion, all of which are shown to improve the detection performance effectively. We observe that these complicated network structures require feature pyramids to be stacked in a fixed order, which introduces longer pipelines and reduces the inference speed. Moreover, semantics from non-adjacent levels are diluted in the feature pyramid since only features at adjacent pyramid levels are merged by the local fusion operation in a sequence manner. To address these issues, we propose a novel architecture named RCNet, which consists of Reverse Feature Pyramid (RevFP) and Cross-scale Shift Network (CSN). RevFP utilizes local bidirectional feature fusion to simplify the bidirectional pyramid inference pipeline. CSN directly propagates representations to both adjacent and non-adjacent levels to enable multi-scale features more correlative. Extensive experiments on the MS COCO dataset demonstrate RCNet can consistently bring significant improvements over both one-stage and two-stage detectors with subtle extra computational overhead. In particular, RetinaNet is boosted to 40.2 AP, which is 3.7 points higher than baseline, by replacing FPN with our proposed model. On COCO test-dev, RCNet can achieve very competitive performance with a single-model single-scale 50.5 AP. Codes will be made available.

📄 PDF Abstract BibTeX arXiv:2110.12130

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

FPN 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

MRCNet: Crowd Counting and Density Map Estimation in Aerial and Ground Imagery

2019-09-27 · Reza Bahmanyar, Elenora Vig, Peter Reinartz

In spite of the many advantages of aerial imagery for crowd monitoring and management at mass events, datasets of aerial images of crowds are still lacking in the field. As a remedy, in this work we introduce a novel cro…

Crowd CountingDecoderManagement

RaBiT: An Efficient Transformer using Bidirectional Feature Pyramid Network with Reverse Attention for Colon Polyp Segmentation

2023-07-12 · Nguyen Hoang Thuan, Nguyen Thi Oanh, Nguyen Thi Thuy, Stuart Perry 외

Automatic and accurate segmentation of colon polyps is essential for early diagnosis of colorectal cancer. Advanced deep learning models have shown promising results in polyp segmentation. However, they still have limita…

DecoderMedical Image SegmentationSegmentation

Multi-agent Collaborative Perception via Motion-aware Robust Communication Network

2024-01-01 · CVPR 2024 1 · Shixin Hong, Yu Liu, Zhi Li, Shaohui Li 외

Collaborative perception allows for information sharing between multiple agents such as vehicles and infrastructure to obtain a comprehensive view of the environment through communication and fusion. Current research…

3D Object Detectionobject-detectionObject Detection

Deep super resolution crack network (SrcNet) for improving computer vision–based automated crack detectability in in situ bridges

2020-05-29 · Structural Health Monitoring 2020 5 · Hyunjin Bae, Keunyoung Jang, Yun-Kyu An

This article proposes a new end-to-end deep super-resolution crack network (SrcNet) for improving computer vision–based automated crack detectability. The digital images acquired from large-scale civil infrastructures fo…

Crack SegmentationDeep LearningImage GenerationSuper-Resolution

Unsupervised Representation Learning with Laplacian Pyramid Auto-encoders

2018-01-16 · Qilu Zhao, Zongmin Li

Scale-space representation has been popular in computer vision community due to its theoretical foundation. The motivation for generating a scale-space representation of a given data set originates from the basic observa…

Representation Learning