Object Detection via Aspect Ratio and Context Aware Region-based Convolutional Networks
Bo Li, Tianfu Wu, Shuai Shao, Lun Zhang, Rufeng Chu

TL;DR
This paper introduces ARC-R-CNN, a novel object detection method that explicitly models aspect ratio and multi-scale context, improving accuracy over existing deep learning detectors on PASCAL VOC and COCO datasets.
Contribution
It presents a new integration of aspect ratio and contextual information into deep neural networks for object detection, with a multi-stage detection scheme.
Findings
Achieves higher mAP at high IoU thresholds on PASCAL VOC and COCO.
Outperforms Faster R-CNN and R-FCN in accuracy.
Effectively models object shape and context for improved detection.
Abstract
Jointly integrating aspect ratio and context has been extensively studied and shown performance improvement in traditional object detection systems such as the DPMs. It, however, has been largely ignored in deep neural network based detection systems. This paper presents a method of integrating a mixture of object models and region-based convolutional networks for accurate object detection. Each mixture component accounts for both object aspect ratio and multi-scale contextual information explicitly: (i) it exploits a mixture of tiling configurations in the RoI pooling to remedy the warping artifacts caused by a single type RoI pooling (e.g., with equally-sized 7 x 7 cells), and to respect the underlying object shapes more; (ii) it "looks from both the inside and the outside of a RoI" by incorporating contextual information at two scales: global context pooled from the whole image and…
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.
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 · Video Surveillance and Tracking Methods
MethodsRegion Proposal Network · Softmax · Position-Sensitive RoI Pooling · Convolution · RoIPool · Faster R-CNN · Region-based Fully Convolutional Network
