Week 5 - Fast RCNN
Week 5 - Fast RCNN
cat
Object Detection as Classification
deer?
CNN cat?
background?
Object Detection as Classification
deer?
CNN cat?
background?
Object Detection as Classification
deer?
CNN cat?
background?
Object Detection as Classification
with Sliding Window
deer?
CNN cat?
background?
Object Detection as Classification
with Box Proposals
Box Proposal Method – SS: Selective Search
Segmentation As
Selective Search for
Object Recognition. van
de Sande et al. ICCV
2011
RCNN
https://people.eecs.berkeley.edu/~rbg/papers/r-cnn-cvpr.pdf
Rich feature hierarchies for accurate object detection and semantic
segmentation. Girshick et al. CVPR 2014.
Fast-RCNN
https://arxiv.org/abs/1506.01497
Ren et al. NIPS 2015.
YOLO- You Only Look Once
Idea: No bounding
box proposals.
Predict a class and a
box for every location
in a grid.
Idea: Similar to YOLO, but denser grid map, multiscale grid maps. +
Data augmentation + Hard negative mining + Other design choices
in the network. Liu et al. ECCV 2016.
Questions?
17