# 读论文系列·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的实验效果打脸了）


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.cweihang.io/ml/papers/detection/other.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
