DeRPN: Taking a further step toward more general object detection
Lele Xie, Yuliang Liu, Lianwen Jin, Zecheng Xie

TL;DR
DeRPN introduces a flexible object detection framework that independently matches object widths and heights, improving adaptability across datasets and outperforming traditional RPN in various detection tasks.
Contribution
The paper proposes DeRPN, a novel dimension-decomposition region proposal network that enhances generality and performance without requiring hyperparameter adjustments.
Findings
DeRPN outperforms RPN on Pascal VOC and MS COCO datasets.
DeRPN effectively detects small objects with scale-sensitive loss.
DeRPN is adaptable to different models, tasks, and datasets.
Abstract
Most current detection methods have adopted anchor boxes as regression references. However, the detection performance is sensitive to the setting of the anchor boxes. A proper setting of anchor boxes may vary significantly across different datasets, which severely limits the universality of the detectors. To improve the adaptivity of the detectors, in this paper, we present a novel dimension-decomposition region proposal network (DeRPN) that can perfectly displace the traditional Region Proposal Network (RPN). DeRPN utilizes an anchor string mechanism to independently match object widths and heights, which is conducive to treating variant object shapes. In addition, a novel scale-sensitive loss is designed to address the imbalanced loss computations of different scaled objects, which can avoid the small objects being overwhelmed by larger ones. Comprehensive experiments conducted on…
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 · Handwritten Text Recognition Techniques
MethodsRegion Proposal Network
