Back to Mmdetection

FreeAnchor

configs/free_anchor/README.md

3.3.04.0 KB
Original Source

FreeAnchor

FreeAnchor: Learning to Match Anchors for Visual Object Detection

<!-- [ALGORITHM] -->

Abstract

Modern CNN-based object detectors assign anchors for ground-truth objects under the restriction of object-anchor Intersection-over-Unit (IoU). In this study, we propose a learning-to-match approach to break IoU restriction, allowing objects to match anchors in a flexible manner. Our approach, referred to as FreeAnchor, updates hand-crafted anchor assignment to "free" anchor matching by formulating detector training as a maximum likelihood estimation (MLE) procedure. FreeAnchor targets at learning features which best explain a class of objects in terms of both classification and localization. FreeAnchor is implemented by optimizing detection customized likelihood and can be fused with CNN-based detectors in a plug-and-play manner. Experiments on COCO demonstrate that FreeAnchor consistently outperforms their counterparts with significant margins.

<div align=center> </div>

Results and Models

BackboneStyleLr schdMem (GB)Inf time (fps)box APConfigDownload
R-50pytorch1x4.918.438.7configmodel | log
R-101pytorch1x6.814.940.3configmodel | log
X-101-32x4dpytorch1x8.111.141.9configmodel | log

Notes:

  • We use 8 GPUs with 2 images/GPU.
  • For more settings and models, please refer to the official repo.

Citation

latex
@inproceedings{zhang2019freeanchor,
  title   =  {{FreeAnchor}: Learning to Match Anchors for Visual Object Detection},
  author  =  {Zhang, Xiaosong and Wan, Fang and Liu, Chang and Ji, Rongrong and Ye, Qixiang},
  booktitle =  {Neural Information Processing Systems},
  year    =  {2019}
}