paper-with-me

Papers

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

2020-06-03 · CVPR 2021 1 · Siyuan Qiao, Liang-Chieh Chen, Alan Yuille

Many modern object detectors demonstrate outstanding performances by using the mechanism of looking and thinking twice. In this paper, we explore this mechanism in the backbone design for object detection. At the macro level, we propose Recursive Feature Pyramid, which incorporates extra feedback connections from Feature Pyramid Networks into the bottom-up backbone layers. At the micro level, we propose Switchable Atrous Convolution, which convolves the features with different atrous rates and gathers the results using switch functions. Combining them results in DetectoRS, which significantly improves the performances of object detection. On COCO test-dev, DetectoRS achieves state-of-the-art 55.7% box AP for object detection, 48.5% mask AP for instance segmentation, and 50.0% PQ for panoptic segmentation. The code is made publicly available.

📄 PDF Abstract BibTeX arXiv:2006.02334

Code (6)

joe-siyuan-qiao/DetectoRS 공식 구현 pytorch
FenHua/Robust_Logo_Detection pytorch
TeamA2020/Practice pytorch
Vishal-V/tf-models tf
novav/DetectoRS_Colab
open-mmlab/mmdetection pytorch

Tasks

Instance SegmentationObjectobject-detectionObject DetectionPanoptic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Dilated Convolution 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SAC 설명 없음
RFP 설명 없음
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…

Similar Papers 제목 키워드 기반

M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network

2018-11-12 · Qijie Zhao, Tao Sheng, Yongtao Wang, Zhi Tang 외

Feature pyramids are widely exploited by both the state-of-the-art one-stage object detectors (e.g., DSSD, RetinaNet, RefineDet) and the two-stage object detectors (e.g., Mask R-CNN, DetNet) to alleviate the problem aris…

DecoderObjectobject-detectionObject Detection

MFPN: A Novel Mixture Feature Pyramid Network of Multiple Architectures for Object Detection

2019-12-20 · Ting-Ting Liang, Yongtao Wang, Qijie Zhao, huan zhang 외

Feature pyramids are widely exploited in many detectors to solve the scale variation problem for object detection. In this paper, we first investigate the Feature Pyramid Network (FPN) architectures and briefly categoriz…

object-detectionObject Detection

Feature Pyramid Networks for Object Detection

2016-12-09 · CVPR 2017 7 · Tsung-Yi Lin, Piotr Dollár, Ross Girshick, Kaiming He 외

Feature pyramids are a basic component in recognition systems for detecting objects at different scales. But recent deep learning object detectors have avoided pyramid representations, in part because they are compute an…

GPUObjectObject DetectionPedestrian Detection+1

MSRNet: A Multi-Scale Recursive Network for Camouflaged Object Detection

2025-11-16 · Leena Alghamdi, Muhammad Usman, Hafeez Anwar, Abdul Bais 외 arxiv

Camouflaged object detection is an emerging and challenging computer vision task that requires identifying and segmenting objects that blend seamlessly into their environments due to high similarity in color, texture, an…

Object Detection

StairNet: Top-Down Semantic Aggregation for Accurate One Shot Detection

2017-09-18 · Sanghyun Woo, Soonmin Hwang, In So Kweon

One-stage object detectors such as SSD or YOLO already have shown promising accuracy with small memory footprint and fast speed. However, it is widely recognized that one-stage detectors have difficulty in detecting smal…