> For the complete documentation index, see [llms.txt](https://blog.cweihang.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.cweihang.io/ml/papers/detection/other.md).

# 读论文系列·detection其他文章推荐

* CVPR2017 [FPN](https://www.jiqizhixin.com/articles/2017-07-25-2)：特征金字塔
* [ICCV2017 best paper Mask RCNN](https://zhuanlan.zhihu.com/p/31983610)：分割+检测+分类多任务学习
* [Focal loss](https://xmfbit.github.io/2017/08/14/focal-loss-paper/)：自适应调节样本权重的loss，结合ResNet和FPN变成RetinaNet（不过被YOLOv3的实验效果打脸了）
