前戏

最近出了很多论文,各种SOTA。比如(点击可访问):

商汤等提出:统一多目标跟踪框架

亚马逊提出:用于人群计数的尺度感知注意力网络

今天头条推送的是目前人脸检测方向的SOTA论文:改进SRN人脸检测算法。本文要介绍的是目前(2019-01-26) one-stage目标检测中最强算法:ExtremeNet。

正文

《Bottom-up Object Detection by Grouping Extreme and Center Points》

arXiv: https://arxiv.org/abs/1901.08043

github: https://github.com/xingyizhou/ExtremeNet

作者团队:UT Austin

注:2019年01月23日刚出炉的paper

Abstract:With the advent of deep learning, object detection drifted from a bottom-up to a top-down recognition problem. State of the art algorithms enumerate a near-exhaustive list of object locations and classify each into: object or not. In this paper, we show that bottom-up approaches still perform competitively. We detect four extreme points (top-most, left-most, bottom-most, right-most) and one center point of objects using a standard keypoint estimation network. We group the five keypoints into a bounding box if they are geometrically aligned. Object detection is then a purely appearance-based keypoint estimation problem, without region classification or implicit feature learning. The proposed method performs on-par with the state-of-the-art region based detection methods, with a bounding box AP of 43.2% on COCO test-dev. In addition, our estimated extreme points directly span a coarse octagonal mask, with a COCO Mask AP of 18.9%, much better than the Mask AP of vanilla bounding boxes. Extreme point guided segmentation further improves this to 34.6% Mask AP.



Illustration of our object detection method

Illustration of our framework

Illustration of our object detection method

基础工作

Extreme and center points

Keypoint detection

CornerNet

Deep Extreme Cut

创新点

Center Grouping

Ghost box suppression

Edge aggregation

Extreme Instance Segmentation

实验结果

ExtremeNet有多强,看下面的图示就知道了,在COCO test-dev数据集上,mAP为43.2,在one-stage detector中,排名第一。可惜的是没有给出时间上的对比,论文中只介绍说测试一幅图像,耗时322ms(3.1 FPS)。

State-of-the-art comparison on COCO test-dev

想要了解最新最快最好的论文速递、开源项目和干货资料,欢迎加入CVer学术交流群。涉及图像分类、目标检测、图像分割、人脸检测&识别、目标跟踪、GANs、学术竞赛交流、Re-ID、风格迁移、医学影像分析、姿态估计、OCR、SLAM、场景文字检测&识别和超分辨率等方向。

©著作权归作者所有:来自51CTO博客作者mb5fe948249bc3d的原创作品,如需转载,请注明出处,否则将追究法律责任

更多相关文章

  1. 中科院和京东AI研究院提出:改进SRN人脸检测算法,目前业界最强!
  2. PHP基础知识:变量类型检测和转换以及常量和预定义变量
  3. PHP变量数据类型,变量和常量的定义以及数据类型的检测
  4. 数据类型的转换与检测技术 、变量声明与常用声明的方式与使用
  5. 数据类型转换的一般操作与检测正确性,变量常量定义及操作注意事项
  6. php学习笔记(数据类型的转换、数据类型的检测、变量和常量的相关
  7. PHP 数据类型的转换与检测|变量声明方式与使用|常量声明的方式与
  8. 数据类型的转换与检测、变量声明与常用声明的使用方式
  9. 数据类型转换与检测-变量与常用声明

随机推荐

  1. 一个现有Android工程作为组件加入到另一
  2. Android RadioGroup 设置默认值之后 Radi
  3. 微信ANDROID客户端-会话速度提升70%的背
  4. View类的XML属性、相关方法及说明
  5. Android(安卓)仿淘宝选中商品不同尺寸的
  6. [Android]Android FTP Server
  7. android fragment ontouch 事件
  8. 一次偶然机遇找到一个不错的关于Android
  9. Android锁屏 DevicePolicyManager介绍
  10. [Android] 如何查看当前分支