Anchor-free Object Detectors

1. keypoint-based anchor-free detector

该类目标检测模型主要将目标检测问题看成是关键点检测和分组问题,不同的算法的区别也在于这两个方面,即

  1. 检测如何检测何种类别的多少个关键点
  • CornerNet检测2个keypoint:top-left corner, bottom-right corner;
  • CenterNet检测3个keypoint:top-left corner, bottom-right corner, center point;
  • ExtremeNet检测5个keypoint:top-most, leftmost, bottom-most, right-most, center point。
  • CentripetalNet检测2个keypoint(top-left corner, bottom-right corner),对预测每个keypoint的中心点;
  1. 如何对检测出的关键点进行分组,从而组成最终的预测框
  • CornerNet, CenterNet:为每个keypoint生成一个associative embedding,根据associative embedding的相似性进行分组;
  • ExtremeNet: appearance-based geometric grouping,即预测框的中心在center map上的置信度是否大于某一阈值。
  • CentripetalNet:根据keypoint所对应的中心点的距离进行关键点分组;

2. center-based anchor-free detector

  • 该类目标检测模型更接近于anchor-based模型,即是把anchor box换成anchor point,在特征图的每一位置只输出一个预测结果,如DenseBox, UnitBox, YOLOv1, FCOS, FoveaBox等。
  • FCOS在center-based anchor-free detector中的作用等同于RetinaNet在one-stage anchor-based detector中的作用,后续许多算法都是在FCOS的基础上进行研究的,并且大多数都是研究如何进行label assignment的,如ATSS, FSAF, AutoAssign等,label assignment经历了从固定、半动态,最后到全动态的优化过程。
  • Anchor-free detector逐渐代替anchor-based而成为主流的目标检测算法,其实,anchor-free detector是最近2年(2019和2020年)才开始蓬勃发展的,所以anchor-free算法还有很多提升空间,并且其最优性能、模型泛化能力和应用场景将优于anchor-based方法。

2015

  • DenseBox: Unifying Landmark Localization with End to End Object Detection

2016

  • You Only Look Once: Unified, Real-Time Object Detection [CVPR] 【YOLO】

  • UnitBox: An Advanced Object Detection Network [acm multimedia] [ACM] 【IoU loss】

2018

  • CornerNet: Detecting Objects as Paired Keypoints [ECCV] 【CornerNet】
  • An Anchor-Free Region Proposal Network for Faster R-CNN based Text Detection Approaches 【AF-RPN】

2019

  • ExtremeNet: Bottom-up Object Detection by Grouping Extreme and Center Points [CVPR] 【ExtremeNet】
  • Feature Selective Anchor-Free Module for Single-Shot Object Detection [CVPR] 【FSAF】
  • CenterNet: Keypoint Triplets for Object Detection [CVPR] 【CenterNet】
  • FCOS: Fully Convolutional One-Stage Object Detection [ICCV] 【FCOS】
  • RepPoints: Point Set Representation for Object Detection [ICCV]
  • FoveaBox: Beyond Anchor-based Object Detector 【FoveaBox】
  • CornerNet-Lite: Efficient Keypoint Based Object Detection
  • Objects as Points
  • Segmentation is All You Need.

2020

  • Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection [CVPR] 【ATSS指出one-stage anchor-based与one-stage anchor-free的性能差异在于正负样本的定义不同,并提出ATSS根据anchor与ground truth之间的数据统计信息来定义正负样本】
  • Soft Anchor-Point Object Detection [CVPR] 【 SPAD
  • CentripetalNet: Pursuing High-quality Keypoint Pairs for Object Detection [CVPR] 【CentripetalNet】
  • BorderDet: Border Feature for Dense Object Detection [ECCV] 【BorderDet】
  • Corner Proposal Network for Anchor-free, Two-stage Object Detection [ECCV]
  • HoughNet: Integrating near and long-range evidence for bottom-up object detection [ECCV]
  • Dense RepPoints: Representing Visual Objects with Dense Point Sets [ECCV]
  • AutoAssign: Differentiable Label Assignment for Dense Object Detection 【AutoAssign】
  • SaccadeNet: A Fast and Accurate Object Detector
  • Localization Uncertainty Estimation for Anchor-Free Object Detection.
  • RepPoints V2: Verification Meets Regression for Object Detection
  • Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection 【Generalized Focal Loss】
  • Reducing Label Noise in Anchor-Free Object Detection
  • CircleNet: Anchor-free Detection with Circle Representation
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值