最近在看 Mask R-CNN, 这个分割算法是基于 Faster R-CNN 的,决定看一下这个 R-CNN 系列论文,好好理一下

R-CNN 2014

1. 论文 Rich feature hierarchies for accurate object detection and semantic segmentation Tech report (v5)

Author: Ross Girshick Jeff Donahue Trevor Darrell Jitendra Malik, UC Berkeley

link: https://arxiv.org/pdf/1311.2524.pdf  (2014)

2. 【目标检测】R-CNN论文详解(Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation)https://www.jianshu.com/p/c1696c27abf8

Ref:

  1. R-CNN学习总结 https://zhuanlan.zhihu.com/p/30316608
  2. R-CNN论文详解 https://blog.csdn.net/WoPawn/article/details/52133338 (讲懂了 bounding box 回归)
  3. R-CNN 论文 http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=AF8817DD0F70B32AA08B2ECBBA8099FA?doi=10.1.1.715.2453&rep=rep1&type=pdf
  4. Review: R-CNN (Object Detection) https://medium.com/coinmonks/review-r-cnn-object-detection-b476aba290d1

Fast R-CNN 2015

R-CNN 有两个问题:1. Selective Search 发现的~2k个region proposal 都要被送到CNN feature extractor里,实际上这2k个region 有大量重复的部分,所以造成很多重复计算. 2. 有3个model 独立训练(feature extractor, SVM classifier, bbox refine),占用大量时间

Solution: 1. 用ROI Pooling 一次计算完成以前 2k 次计算. 2. 合并以前的3个网络成一个整体. 用softmax代替了svm 分类器.

NOTE: 还是用到了 Select Search.

Ref:

  1. 【目标检测】Fast RCNN算法详解 https://blog.csdn.net/forever__1234/article/details/79919994
  2. Review: Fast R-CNN (Object Detection)

  3. https://www.mihaileric.com/posts/fast-object-detection-with-fast-rcnn/
  4. https://jhui.github.io/2017/03/15/Fast-R-CNN-and-Faster-R-CNN/
  5. http://www.robots.ox.ac.uk/~tvg/publications/talks/fast-rcnn-slides.pdf

Faster R-CNN 2016

Fast R-CNN 还是使用 Selective Search 先选取 region proposal,  Faster R-CNN 使用叫RPN 的CNN网络选 region proposal

Mask R-CNN 2017

图像分割算法

Ref

https://engineering.matterport.com/splash-of-color-instance-segmentation-with-mask-r-cnn-and-tensorflow-7c761e238b46

Overall:

Ref

  1. Object Detection for Dummies Part 3: R-CNN Family

A Brief History of CNNs in Image Segmentation: From R-CNN to Mask R-CNN

Here is a list of papers covered in this post ;)

Model Goal Resources
R-CNN Object recognition [paper][code]
Fast R-CNN Object recognition [paper][code]
Faster R-CNN Object recognition [paper][code]
Mask R-CNN Image segmentation [paper][code]

最新文章

  1. RESTful API URI 设计的一些总结
  2. Live2d-cocos2dx教程(一)例子搭建及运行
  3. C#基础课程之五集合(HashTable,Dictionary)
  4. OpenCV2.4.10 Mac Qt Configuration
  5. 翻译:Knockout 快速上手 - 3: knockoutJS 快速上手
  6. bzoj1216 [HNOI2003]操作系统
  7. PHP MYSQLI中事务处理
  8. Codeforces Round #274 (Div. 2)
  9. 【转】Ubuntu 12.04 安装JDK 8和Eclipse
  10. PostgreSQL关闭不了时怎么办
  11. K - The Unique MST - poj 1679
  12. C++面试题:++i和i++哪个效率高?
  13. Java IO之序列化
  14. MYSQL 为表指定文件位置 data directory
  15. Spark SQL Catalyst源代码分析之TreeNode Library
  16. Tab选项卡的原生写法
  17. Python中if __name__=="__main__" 语句在调用多进程Process过程中的作用分析
  18. wget在linux中安装出现错误解决办法
  19. #WEB安全基础 : HTML/CSS | 0x8CSS进阶
  20. js十大排序算法详解

热门文章

  1. jpa 中的save()方法
  2. CSS3书写规范
  3. DRF介绍,DRF项目开发,DRF项目的视图类的dispatch源码解析
  4. python list颠倒写法
  5. python-套接字编程之tcp
  6. Codeforces 919E Congruence Equation ( 数论 && 费马小定理 )
  7. jenkins 打标签实现回滚
  8. JMS学习八(ActiveMQ消息持久化)
  9. 装RAC跑脚本报错
  10. 02 body标签中的相关标签