Object Detection for Dummies Part 3: R-CNN Family | Lil'Log
[Updated on 2018-12-20: Remove YOLO here. Part 4 will cover multiple fast object detection algorithms, including YOLO.] [Updated on 2018-12-27: Add bbox regression and tricks sections for R-CNN.] In the series of “Object Detection for Dummies”, we started with basic concepts in image processing, such as gradient vectors and HOG, in Part 1. Then we introduced classic convolutional neural network architecture designs for classification and pioneer models for object recognition, Overfeat and DPM, in Part 2.
Table of Contents R-CNN Model Workflow Bounding Box Regression Common Tricks Speed Bottleneck Fast R-CNN RoI Pooling Model Workflow Loss Function Speed Bottleneck Faster R-CNN Model Workflow Loss Function Mask R-CNN RoIAlign Loss Function Summary of Models in the R-CNN family Reference [Updated on 2018-12-20: Remove YOLO here. Part 4 will cover multiple fast object detection algorithms, including YOLO.] [Updated on 2018-12-27: Add bbox regression and tricks sections for R-CNN.] In the series of "Object Detection for Dummies", we started with basic concepts in image processing, such as gradient
related reading
- An Analysis of Scale Invariance in Object Detection SNIP - Singh_An_Analysis_of_CVPR_2018_paper.pdfopenaccess.thecvf.com
- Convolutional Neural Networks, Explained | Towards Data Sciencetowardsdatascience.com
- Aman's AI Journal • Primers • Ilya Sutskever's Top 30aman.ai
- [1711.08189] An Analysis of Scale Invariance in Object Detection - SNIParxiv.org
- GitHub - xingyizhou/ExtremeNet: Bottom-up Object Detection by Grouping Extreme and Center Pointsgithub.com
- 2006.02474.pdfarxiv.org
- ImageNet Classification with Deep Convolutional Neural Networksproceedings.neurips.cc
- 2001.01629.pdfarxiv.org
- The Little Book of Deep Learningfleuret.org
- Amodal Detection of 3D Objects: Inferring 3D Bounding Boxes from 2D Ones in RGB-Depth Imagescis.temple.edu
- Incorporating the image formation process into deep learning improves network performancenature.com
- GitHub - david8862/keras-YOLOv3-model-set: end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologiesgithub.com