Relief R-CNN : Utilizing Convolutional Features for Fast Object Detection
Guiying Li, Junlong Liu, Chunhui Jiang, Liangpeng Zhang, Minlong Lin,, and Ke Tang

TL;DR
Relief R-CNN introduces a fast region proposal method using convolutional feature discrepancies, significantly speeding up object detection while maintaining accuracy.
Contribution
The paper presents a novel, efficient region proposal generator that directly uses convolutional features, reducing detection time in R-CNN based methods.
Findings
Achieves the fastest detection speed among compared algorithms.
Maintains comparable accuracy with existing methods.
Reduces computational resource demands during testing.
Abstract
R-CNN style methods are sorts of the state-of-the-art object detection methods, which consist of region proposal generation and deep CNN classification. However, the proposal generation phase in this paradigm is usually time consuming, which would slow down the whole detection time in testing. This paper suggests that the value discrepancies among features in deep convolutional feature maps contain plenty of useful spatial information, and proposes a simple approach to extract the information for fast region proposal generation in testing. The proposed method, namely Relief R-CNN (R2-CNN), adopts a novel region proposal generator in a trained R-CNN style model. The new generator directly generates proposals from convolutional features by some simple rules, thus resulting in a much faster proposal generation speed and a lower demand of computation resources. Empirical studies show that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Industrial Vision Systems and Defect Detection
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Support Vector Machine · Max Pooling · Convolution · R-CNN
