Using FPN in a basic Faster R-CNN system, our method achieves state-of-the-art single model results on the COCO detection benchmark without bells and whistles, surpassing all existing single-model entries including those from the COCO 2016 challenge winners.
个人理解:(without bells and whistles)没有那么多花里胡哨,就是指没用深度神经网络的各种trick,任何人都可以不通过各种精调,扩大训练集,hard online, 学习率啊,参数啊什么的调整,就可以达到比较好的效果.所以方法本质就是好的,是必然性的,而不是偶然的技巧提升了模型的性能。
---摘自摘要 2016特征金字塔 FPN
3.2. Graph Convolutional Network Recap (重述要点)
---摘自摘要 2019 ML-GCN 标题的使用