FoveaBox: Beyond Anchor-based Object Detector

8 Apr 2019  ·  Tao Kong, Fuchun Sun, Huaping Liu, Yuning Jiang, Lei LI, Jianbo Shi ·

We present FoveaBox, an accurate, flexible, and completely anchor-free framework for object detection. While almost all state-of-the-art object detectors utilize predefined anchors to enumerate possible locations, scales and aspect ratios for the search of the objects, their performance and generalization ability are also limited to the design of anchors. Instead, FoveaBox directly learns the object existing possibility and the bounding box coordinates without anchor reference. This is achieved by: (a) predicting category-sensitive semantic maps for the object existing possibility, and (b) producing category-agnostic bounding box for each position that potentially contains an object. The scales of target boxes are naturally associated with feature pyramid representations. In FoveaBox, an instance is assigned to adjacent feature levels to make the model more accurate.We demonstrate its effectiveness on standard benchmarks and report extensive experimental analysis. Without bells and whistles, FoveaBox achieves state-of-the-art single model performance on the standard COCO and Pascal VOC object detection benchmark. More importantly, FoveaBox avoids all computation and hyper-parameters related to anchor boxes, which are often sensitive to the final detection performance. We believe the simple and effective approach will serve as a solid baseline and help ease future research for object detection. The code has been made publicly available at https://github.com/taokong/FoveaBox .

PDF Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 600x600) box AP 38 # 185
AP50 57.8 # 94
AP75 40.2 # 90
APS 19.5 # 77
APM 42.2 # 68
APL 52.7 # 64
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 800x800) box AP 38.9 # 178
AP50 58.4 # 91
AP75 41.5 # 82
APS 22.3 # 69
APM 43.5 # 63
APL 51.7 # 70
Object Detection COCO minival FoveaBox+Retina (ResNet-50) box AP 38.1 # 184
AP50 57.8 # 94
AP75 40.5 # 89
Object Detection COCO minival FoveaBox (ResNet-50-FPN, 600x600) box AP 36.0 # 191
AP50 55.2 # 99
AP75 37.9 # 93
APS 18.6 # 78
APM 39.4 # 79
APL 50.5 # 74
Object Detection COCO test-dev FoveaBox (ResNeXt-101) AP50 61.9 # 116
AP75 45.2 # 122
APM 46.8 # 89
APS 24.9 # 95
box mAP 42.1 # 172
box mAP 43.9 # 147
AP50 63.5 # 99
AP75 47.7 # 95
APS 26.8 # 80
APM 46.9 # 87
APL 55.6 # 96

Methods