Papers › FoveaBox: Beyond Anchor-based Object Detector

FoveaBox: Beyond Anchor-based Object Detector

8 Apr 2019arXiv:1904.03797archive 2025-07-28

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 .

PaperPDFCode

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

Code

taokong/FoveaBox officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
anonymous2020new/iffDetector mentioned on GitHubpytorch report
hualuluu/--every-day-paper-- mentioned on GitHub report
marinarierav-uab/foveabox mentioned on GitHubpytorchApache-2.0 report
open-mmlab/mmdetection pytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

ObjectObject Detectionobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 800x800) AP50 58.4 #192 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 800x800) AP75 41.5 #192 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 800x800) APL 51.7 #192 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 800x800) APM 43.5 #192 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 800x800) APS 22.3 #192 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 800x800) box AP 38.9 #192 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox+Retina (ResNet-50) AP50 57.8 #198 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox+Retina (ResNet-50) AP75 40.5 #198 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox+Retina (ResNet-50) box AP 38.1 #198 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 600x600) AP50 57.8 #200 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 600x600) AP75 40.2 #200 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 600x600) APL 52.7 #200 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 600x600) APM 42.2 #200 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 600x600) APS 19.5 #200 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-101-FPN, 600x600) box AP 38 #200 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-50-FPN, 600x600) AP50 55.2 #205 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-50-FPN, 600x600) AP75 37.9 #205 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-50-FPN, 600x600) APL 50.5 #205 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-50-FPN, 600x600) APM 39.4 #205 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-50-FPN, 600x600) APS 18.6 #205 of 220 Archive leaderboard report
Object Detection COCO minival FoveaBox (ResNet-50-FPN, 600x600) box AP 36.0 #205 of 220 Archive leaderboard report
Object Detection COCO test-dev FoveaBox (ResNeXt-101) AP50 63.5 #154 of 225 Archive leaderboard report
Object Detection COCO test-dev FoveaBox (ResNeXt-101) AP75 47.7 #154 of 225 Archive leaderboard report
Object Detection COCO test-dev FoveaBox (ResNeXt-101) APL 55.6 #154 of 225 Archive leaderboard report
Object Detection COCO test-dev FoveaBox (ResNeXt-101) APM 46.9 #154 of 225 Archive leaderboard report
Object Detection COCO test-dev FoveaBox (ResNeXt-101) APS 26.8 #154 of 225 Archive leaderboard report
Object Detection COCO test-dev FoveaBox (ResNeXt-101) box mAP 43.9 #154 of 225 Archive leaderboard report
Object Detection COCO test-dev FoveaBox (ResNeXt-101) box mAP 42.1 #177 of 225 Archive leaderboard report
Object Detection COCO test-dev FoveaBox (ResNeXt-101) box mAP 41.9 #179 of 225 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: FoveaBox

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockConvolutionFoveaBoxGlobal Average PoolingGrouped ConvolutionKaiming InitializationMax PoolingNon Maximum SuppressionRandom Horizontal FlipReLUResNeXtResNeXt BlockResidual BlockResidual ConnectionSGD with MomentumStep DecayWeight Decay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections