paper-with-me

홈 › Papers

Cascade RetinaNet: Maintaining Consistency for Single-Stage Object Detection

2019-07-16 · Hongkai Zhang, Hong Chang, Bingpeng Ma, Shiguang Shan, Xilin Chen

Recent researches attempt to improve the detection performance by adopting the idea of cascade for single-stage detectors. In this paper, we analyze and discover that inconsistency is the major factor limiting the performance. The refined anchors are associated with the feature extracted from the previous location and the classifier is confused by misaligned classification and localization. Further, we point out two main designing rules for the cascade manner: improving consistency between classification confidence and localization performance, and maintaining feature consistency between different stages. A multistage object detector named Cas-RetinaNet, is then proposed for reducing the misalignments. It consists of sequential stages trained with increasing IoU thresholds for improving the correlation, and a novel Feature Consistency Module for mitigating the feature inconsistency. Experiments show that our proposed Cas-RetinaNet achieves stable performance gains across different models and input scales. Specifically, our method improves RetinaNet from 39.1 AP to 41.1 AP on the challenging MS COCO dataset without any bells or whistles.

📄 PDF Abstract BibTeX arXiv:1907.06881

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationObjectobject-detectionObject 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,…
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…
FPN 설명 없음
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 제목 키워드 기반

Simple Training Strategies and Model Scaling for Object Detection

2021-06-30 · Xianzhi Du, Barret Zoph, Wei-Chih Hung, Tsung-Yi Lin

The speed-accuracy Pareto curve of object detection systems have advanced through a combination of better model architectures, training and inference methods. In this paper, we methodically evaluate a variety of these te…

Instance SegmentationObjectobject-detectionObject Detection+1

DTT-BSR+: A Generative-Regression Cascade for Music Source Restoration

2026-06-23 · Youran Ni, Shihong Tan, Yuzhu Wang, Gongping Huang arxiv

Music source restoration (MSR) requires jointly addressing source unmixing and the inversion of non-linear production effects. Current methods struggle to achieve accurate target signal reconstruction while maintaining s…

Optimizing Anchor-based Detectors for Autonomous Driving Scenes

2022-08-11 · Xianzhi Du, Wei-Chih Hung, Tsung-Yi Lin

This paper summarizes model improvements and inference-time optimizations for the popular anchor-based detectors in the scenes of autonomous driving. Based on the high-performing RCNN-RS and RetinaNet-RS detection framew…

Autonomous DrivingGPU

RetinaMask: Learning to predict masks improves state-of-the-art single-shot detection for free

2019-01-10 · Cheng-Yang Fu, Mykhailo Shvets, Alexander C. Berg

Recently two-stage detectors have surged ahead of single-shot detectors in the accuracy-vs-speed trade-off. Nevertheless single-shot detectors are immensely popular in embedded vision applications. This paper brings sing…

Object Detection

A Convolutional Neural Network Cascade for Face Detection

2015-06-01 · CVPR 2015 6 · Haoxiang Li, Zhe Lin, Xiaohui Shen, Jonathan Brandt 외

In real-world face detection, large visual variations, such as those due to pose, expression, and lighting, demand an advanced discriminative model to accurately differentiate faces from the backgrounds. Consequently, e…

CPUFace DetectionGPU