J Shanghai Jiaotong Univ Sci ›› 2025, Vol. 30 ›› Issue (5): 1028-1036.doi: 10.1007/s12204-023-2667-y

• • 上一篇    下一篇

CenterRCNN:基于中心关键点区域候选网络的两阶段无锚框目标检测

  

  1. 上海交通大学 自动化系;系统控制与信息处理教育部重点实验室,上海 200240
  • 收稿日期:2022-12-16 接受日期:2023-02-10 出版日期:2025-09-26 发布日期:2023-11-06

CenterRCNN: Two-Stage Anchor-Free Object Detection Using Center Keypoint-Based Region Proposal Network

刘晨, 李文发, 徐云雯,李德伟   

  1. Department of Automation; Key Laboratory of System Control and Information Processing of Ministry of Education, Shanghai Jiao Tong University, Shanghai 200240, China
  • Received:2022-12-16 Accepted:2023-02-10 Online:2025-09-26 Published:2023-11-06

摘要: 经典的两阶段目标检测算法,例如快速区域卷积神经网络(Faster RCNN),由于区域提议网络(RPN)中密集锚框机制引起的低速度和锚框超参数敏感性问题而受到影响。最近,无锚框方法CenterNet通过其中心感知和分类对象展示有效性。然而,由于多个二进制分类器引起的混淆类之间的假阳问题使CenterNet仍然不够准确。我们引入了一个两阶段网络CenterRCNN来利用两者的优势并克服缺点。我们提出CenterRPN作为第一阶段,以将中心关键点思想纳入RPN中感知前景对象,并替换基于密集锚框的RPN。然后,候选框通过RCNN检测头的多分类器进行分类,该分类器更加关注混淆类之间的差异,并仅输出其中最大概率的一个。总之,CenterRPN可以消除Faster RCNN中基于密集锚框的RPN的缺点,并且多分类器的分类能力优于CenterNet中的多个二进制分类器。实验表明:CenterRCNN准确性优于两种基本算法,并且与Faster RCNN相比速度有所提高。

关键词: 无锚框检测, CenterRPN, 多分类器

Abstract: The classic two-stage object detection algorithms such as faster regions with convolutional neural network features (Faster RCNN) suffer from low speed and anchor hyper-parameter sensitive problems caused by dense anchor mechanism in region proposal network (RPN). Recently, the anchor-free method CenterNet shows the effectiveness of perceiving and classifying object by its center. However, the severe coincidence false positive problem between confusing categories caused by the multiple binary classifiers makes it still insufficient in accuracy. We introduce a two-stage network CenterRCNN to take advantage of both and overcome their shortcomings. CenterRPN is proposed as the first stage to give proposals that incorporate the center keypoint idea into RPN to perceive foreground objects, replacing dense anchor-based RPN. Then the proposals are classified by the multi-classifier of RCNN header that focuses more on the difference between confusing categories and only outputs the maximum probability one of them. To sum up, CenterRPN can eliminate the drawbacks of dense anchor based RPN in Faster RCNN, and multi-classifier’s classification ability is better than that of multiple binary classifiers in CenterNet. The experiment demonstrates that CenterRCNN outperforms both basic algorithms in the accuracy, and the speed is improved as compared with Faster RCNN.

中图分类号: