+ All Categories
Home > Documents > On the Object Proposal

On the Object Proposal

Date post: 30-Dec-2015
Category:
Upload: maurilio-nihill
View: 24 times
Download: 1 times
Share this document with a friend
Description:
On the Object Proposal. Presented by Yao Lu 10-03-2014. Intro to Object Proposal. Motivation Sliding window based object detection Iterate over window size, aspect ratio, and location. Intro to Object Proposal. Goal Fast execution High recall with low # of candidate boxes - PowerPoint PPT Presentation
Popular Tags:
11
On the Object Proposal Presented by Yao Lu 10-03-2014
Transcript
Page 1: On the Object Proposal

On the Object ProposalPresented by Yao Lu

10-03-2014

Page 2: On the Object Proposal

Intro to Object Proposal

• MotivationSliding window based object detection

Iterate over window size, aspect ratio, and location

Image Feature Extraction Classificaiton

Page 3: On the Object Proposal

Intro to Object Proposal• Goal • Fast execution• High recall with low # of candidate boxes• Unsupervised/weakly supervised

• Difference with image saliency

Image Feature Extraction ClassificaitonObject

Proposal

Page 4: On the Object Proposal

Selective Search• Selective searchK. Van de Sande et al. Segmentation as selective search for object recognition. ICCV 2011.

Merge of multiple segmentation to propose candidate box

1536 boxes = 96.7 recall

Page 5: On the Object Proposal

BING• M. Cheng et al. “BING: Binarized normed gradients for

objectnetss estimation at 300fps”, CVPR 2014.• Resize images to different size & aspect ratio• Train an 8x8 template using a linear SVM• Use linear combination to integrate predictions. • Binarize the template to speed-up

Page 6: On the Object Proposal

BING

• Pascal VOC 07

• 1000 => 0.95 recall

• Speed

Page 7: On the Object Proposal

Geodesic Object Proposal• P. Krahenbuhl and V. Koltun. Geodesic Object Proposals.

ECCV 2014.

Page 8: On the Object Proposal

Edge Boxes• C. Lawrence Zitnick and P. Dollar, “Edge Boxes: Locating Object

Proposals from Edges”, ECCV 2014. • # of contours wholly within in a box indicates the objectness• Method

• Edge detection. (m, )• Group edges using connectivity and orientation. Affinity between edge groups:

• Rank wb on sliding window

Page 9: On the Object Proposal

Edge Boxes

Page 10: On the Object Proposal

Edge Boxes

Page 11: On the Object Proposal

Conclusion

• Object proposal greatly enhances object detection efficiency.

• Current methods have very simple intuitions• Selective search• BING• Geodesic object proposal• Edge boxes

• Future goal of object proposal:• Less # of boxes• Higher recall• Faster speed


Recommended