Selective Search for Object Recognition Uijlings et al. (IJCV 2013) - - PowerPoint PPT Presentation

selective search for object recognition
SMART_READER_LITE
LIVE PREVIEW

Selective Search for Object Recognition Uijlings et al. (IJCV 2013) - - PowerPoint PPT Presentation

Selective Search for Object Recognition Uijlings et al. (IJCV 2013) Some figures are from http://vision.stanford. edu/teaching/cs231b_spring1415/slides/ssearch_schuyler.pdf Object Recognition Find Object and Recognize it Contribution


slide-1
SLIDE 1

Selective Search for Object Recognition

Uijlings et al. (IJCV 2013)

Some figures are from http://vision.stanford. edu/teaching/cs231b_spring1415/slides/ssearch_schuyler.pdf

slide-2
SLIDE 2

Object Recognition

Find Object and Recognize it

Contribution

slide-3
SLIDE 3

Exhaustive Search

  • Exhaustively grid search all

possible locations

  • Very Slow!! (Imagine you need

to process many images)

slide-4
SLIDE 4

Segmentation

  • Run detection before recognition
  • Many existing segmentation

algorithms

slide-5
SLIDE 5

Difficulties of Segmentation

  • No single golden criteria for segmentation
  • Scale
  • Color
  • Texture
  • Enclosure
slide-6
SLIDE 6

Selective Search

Goals:

  • Capture all scales - How could we know the size of object?
  • Diversifications - Different criteria for segmentation
  • Fast to compute
slide-7
SLIDE 7

Hierarchical Segmentation

  • Apply existing algorithms to find sub-segmentations

○ Small segmentations

  • Recursively combine small segmentations into big segmentations

○ Big segmentations

slide-8
SLIDE 8

Algorithms

slide-9
SLIDE 9

Diversification

  • We already capture the scale, how to model different criteria into the

algorithm?

  • What criteria for combining the segmentations?
slide-10
SLIDE 10

Colour Similarity

  • Normalized and Histogram Intersection
slide-11
SLIDE 11

Texture Similarity

  • Extract derivatives in 8 directions for 3 channels
  • 10 bins for each, 240 bins in total
  • Normalized and Histogram Intersection
slide-12
SLIDE 12

Size Similarity

  • We hope to merge two small region into a large segmentation
slide-13
SLIDE 13

Shape Compatibility

  • Whether two segmentations fit each other?

Bonding Box

slide-14
SLIDE 14

A mixture Approach

Final Score:

slide-15
SLIDE 15

Evaluation I - Object Detection

  • Average Best Overlap (ABO)
slide-16
SLIDE 16

Evaluation I - Object Detection

slide-17
SLIDE 17

Efficiency or Effectiveness?

slide-18
SLIDE 18

Evaluation II - Object Recognition

Approach: Selective Search + SIFT + SVM

slide-19
SLIDE 19

Evaluation II - Object Recognition

PASCAL VOC 2010

slide-20
SLIDE 20

Conclusion

  • Hierarchical Segmentation woks
  • State-of-the-art algorithm before 2015
  • Still many decisions to be made