76
Part-based models Lecture 10

Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Part-based modelsLecture 10

Page 2: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Overview

• Representation– Location

– Appearance

– Generative interpretation

• Learning

• Distance transforms

• Other approaches using parts

• Felzenszwalb, Girshick, McAllester, RamananCVPR 2008

Page 3: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Overview

• Representation– Location

– Appearance

– Generative interpretation

• Learning

• Distance transforms

• Other approaches using parts

• Felzenszwalb, Girshick, McAllester, RamananCVPR 2008

Page 4: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Problem with bag-of-words

• All have equal probability for bag-of-words methods

• Location information is important

Page 5: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Model: Parts and Structure

Page 6: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Representation

• Object as set of parts

– Generative representation

• Model:

– Relative locations between parts

– Appearance of part

• Issues:

– How to model location

– How to represent appearance

– Sparse or dense (pixels or regions)

– How to handle occlusion/clutter

Figure from [Fischler & Elschlager 73]

Page 7: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

History of Parts and Structure

approaches

• Fischler & Elschlager 1973

• Yuille ‘91

• Brunelli & Poggio ‘93

• Lades, v.d. Malsburg et al. ‘93

• Cootes, Lanitis, Taylor et al. ‘95

• Amit & Geman ‘95, ‘99

• Perona et al. ‘95, ‘96, ’98, ’00, ’03, ‘04, ‘05

• Felzenszwalb & Huttenlocher ’00, ’04

• Crandall & Huttenlocher ’05, ’06

• Leibe & Schiele ’03, ’04

• Many papers since 2000

Page 8: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

The correspondence problem

• Model with P parts

• Image with N possible locations for each part

• NP combinations!!!

Page 9: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Sparse representation

+ Computationally tractable (105 pixels 101 -- 102 parts)

+ Generative representation of class

+ Avoid modeling global variability

+ Success in specific object recognition

- Throw away most image information

- Parts need to be distinctive to separate from other classes

Page 10: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Connectivity of parts

• Complexity is given by size of maximal clique in graph

• Consider a 3 part model

– Each part has set of N possible locations in image

– Location of parts 2 & 3 is independent, given location of L

– Each part has an appearance term, independent between parts.

L

32

Shape Model

S(L,2) S(L,3) A(L) A(2) A(3)

L 32Variables

Factors

Shape Appearance

Factor graph

S(L)

Page 11: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

from Sparse Flexible Models of Local Features

Gustavo Carneiro and David Lowe, ECCV 2006

Different connectivity structures

O(N6) O(N2) O(N3)

O(N2)

Fergus et al. ’03

Fei-Fei et al. ‘03

Crandall et al. ‘05

Fergus et al. ’05Crandall et al. ‘05

Felzenszwalb &

Huttenlocher ‘00

Bouchard & Triggs ‘05 Carneiro & Lowe ‘06Csurka ’04

Vasconcelos ‘00

Page 12: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

How much does shape help?• Crandall, Felzenszwalb, Huttenlocher CVPR’05

• Shape variance increases with increasing model complexity

• Do get some benefit from shape

Page 13: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Appearance representation

• Decision trees

Figure from Winn &

Shotton, CVPR ‘06

• SIFT

• PCA

[Lepetit and Fua CVPR 2005]

Page 14: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Overview

• Representation

– Location

– Appearance

– Generative interpretation

• Learning

• Distance transforms

• Other approaches using parts

• Felzenszwalb, Girshick, McAllester, Ramanan CVPR 2008

Page 15: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Generative part-based models

R. Fergus, P. Perona and A. Zisserman, Object Class Recognition by Unsupervised

Scale-Invariant Learning, CVPR 2003

Page 16: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Probabilistic model

h: assignment of features to parts

)|(),|(),|(max

)|,()|(

objecthpobjecthshapepobjecthappearanceP

objectshapeappearancePobjectimageP

h

Part

descriptors

Part

locations

Candidate parts

Page 17: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Probabilistic model

h: assignment of features to parts

Part 2

Part 3

Part 1

)|(),|(),|(max

)|,()|(

objecthpobjecthshapepobjecthappearanceP

objectshapeappearancePobjectimageP

h

Page 18: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Probabilistic model

h: assignment of features to parts

Part 2

Part 3

Part 1

)|(),|(),|(max

)|,()|(

objecthpobjecthshapepobjecthappearanceP

objectshapeappearancePobjectimageP

h

Page 19: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Probabilistic model

)|(),|(),|(max

)|,()|(

objecthpobjecthshapepobjecthappearanceP

objectshapeappearancePobjectimageP

h

High-dimensional appearance space

Distribution

over patch

descriptors

Page 20: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Probabilistic model

)|(),|(),|(max

)|,()|(

objecthpobjecthshapepobjecthappearanceP

objectshapeappearancePobjectimageP

h

2D image space

Distribution

over joint

part positions

Page 21: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Overview

Representation• Location

• Appearance

• Generative interpretation

Learning

Distance transforms

Other approaches using parts

Felzenszwalb, Girshick, McAllester, Ramanan

CVPR 2008

Page 22: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Learning procedure

E-step: Compute assignments for which regions belong to which part

M-step: Update model parameters

• Find regions & their location & appearance

• Initialize model parameters

• Use EM and iterate to convergence:

• Trying to maximize likelihood – consistency in shape & appearance

Page 23: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Example scheme, using EM for

maximum likelihood learning

1. Current estimate of

...

Image 1 Image 2 Image i

2. Assign probabilities to constellations

Large P

Small P

3. Use probabilities as weights to re-estimate parameters. Example:

Large P x + Small P x

pdf

new estimate of

+ … =

Page 24: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Learning Shape & Appearance

simultaneously Fergus et al. ‘03

Page 25: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Efficient search methods• Interpretation tree (Grimson ’87)

– Condition on assigned parts to

give search regions for remaining

ones

– Branch & bound, A*

Page 26: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Results: Faces

Face

shape

model

Patch

appearance

model

Recognition

results

Page 27: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Results: Motorbikes and airplanes

Page 28: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Parts and Structure demo

• Gaussian location model – star configuration

• Translation invariant only– Use 1st part as landmark

• Appearance model is template matching

• Manual training– User identifies correspondence on training images

• Recognition– Run template for each part over image

– Get local maxima set of possible locations for each part

– Impose shape model - O(N2P) cost

– Score of each match is combination of shape model and template responses.

Page 29: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Demo images• Sub-set of Caltech face dataset

• Caltech background images

Page 30: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Demo Web Page

Page 31: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Demo (2)

Page 32: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Demo (3)

Page 33: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Demo (4)

Page 34: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Overview

• Representation

– Location

– Appearance

– Generative interpretation

• Learning

• Distance transforms

• Other approaches using parts

• Felzenszwalb, Girshick, McAllester, Ramanan CVPR 2008

Page 35: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Representing people

Page 36: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Distance transforms

• Distance transforms

– O(N2P) O(NP) for tree structured models

• How it works

– Assume location model is Gaussian (i.e. e-d2 )

– Consider a two part model with µ=0, σ=1 on a 1-D image

f(d) = -d2

Appearance log probability at xi for part 2 = A2(xi)

xi

Image pixel

Log p

robabili

ty

L

2

Model

• Felzenszwalb and Huttenlocher ’00 & ’05

Page 37: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Distance transforms 2• For each position of landmark part, find best position for part 2

– Finding most probable xi is equivalent finding maximum over set of offset

parabolas

– Upper envelope computed in O(N) rather than obvious O(N2) via distance

transform (see Felzenszwalb and Huttenlocher ’05).

• Add AL(x) to upper envelope (offset by µ) to get overall probability map

xixg xj xlxh

A2(xi)

A2(xl)

A2(xj)A2(xg)

A2(xh)A2(xk)

xk

Log p

robabili

ty

Image pixel

Page 38: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Admin

• Need to move next week’s class to Tuesday 7pm.

Page 39: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Overview

• Representation– Location

– Appearance

– Generative interpretation

• Learning

• Distance transforms

• Other approaches using parts

• Felzenszwalb, Girshick, McAllester, RamananCVPR 2008

Page 40: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Deformable Template Matching

QueryTemplate

Berg et al. CVPR 2005

• Formulate problem as Integer Quadratic Programming

• O(NP) in general

• Use approximations that allow P=50 and N=2550 in <2 secs

Page 41: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Multiple views

Component 1

Component 2

• Full 3-D location model

• Mixture of 2-D models

– Weber CVPR ‘00

Frontal Profile

0 20 40 60 80 10050

55

60

65

70

75

80

85

90

95

100Orientation Tuning

angle in degrees

% C

orr

ect

Page 42: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Multiple view points

Thomas, Ferrari, Leibe,

Tuytelaars, Schiele, and L. Van

Gool. Towards Multi-View Object

Class Detection, CVPR 06

Hoiem, Rother, Winn, 3D LayoutCRF for

Multi-View Object Class Recognition and

Segmentation, CVPR ‘07

Page 43: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Hierarchical Representations

• Pixels Pixel groupings Parts Object

Images from [Amit98]

• Multi-scale approach increases number of low-level features

• Amit and Geman ’98

• Ullman et al.

• Bouchard & Triggs ’05

• Zhu and Mumford

• Jin & Geman ‘06

• Zhu & Yuille ’07

• Fidler & Leonardis ‘07

Page 44: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Stochastic Grammar of Images

S.C. Zhu et al. and D. Mumford

Page 45: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

animal head instantiated by tiger head

animal head instantiated by bear head

e.g. discontinuities, gradient

e.g. linelets, curvelets, T-junctions

e.g. contours, intermediate objects

e.g. animals, trees, rocks

Context and Hierarchy in a Probabilistic Image ModelJin & Geman (2006)

Page 46: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

A Hierarchical Compositional System for Rapid Object Detection

Long Zhu, Alan L. Yuille, 2007.

Able to learn #parts at each level

Page 47: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Learning a Compositional Hierarchy of Object StructureFidler & Leonardis, CVPR’07; Fidler, Boben & Leonardis, CVPR 2008

The architecture

Parts model

Learned parts

Page 48: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Implicit shape models

• Visual codebook is used to index votes for

object position

B. Leibe, A. Leonardis, and B. Schiele, Combined Object Categorization and

Segmentation with an Implicit Shape Model, ECCV Workshop on Statistical

Learning in Computer Vision 2004

training image annotated with object localization info

visual codeword with

displacement vectors

Page 49: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Implicit shape models

• Visual codebook is used to index votes for

object position

B. Leibe, A. Leonardis, and B. Schiele, Combined Object Categorization and

Segmentation with an Implicit Shape Model, ECCV Workshop on Statistical

Learning in Computer Vision 2004

test image

Page 50: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Implicit shape models: Details

B. Leibe, A. Leonardis, and B. Schiele, Combined Object Categorization and

Segmentation with an Implicit Shape Model, ECCV Workshop on Statistical

Learning in Computer Vision 2004

Page 51: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973

Overview

• Representation• Location

• Appearance

• Generative interpretation

• Learning

• Distance transforms

• Other approaches using parts

• Felzenszwalb, Girshick, McAllester, Ramanan

CVPR 2008

Page 52: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 53: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 54: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 55: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 56: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 57: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 58: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 59: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 60: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 61: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 62: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 63: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 64: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 65: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 66: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 67: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 68: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 69: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 70: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 71: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 72: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 73: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 74: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 75: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973
Page 76: Lecture 10 - NYU Computer Sciencefergus/teaching/vision/18_19_parts...Figure from [Fischler & Elschlager 73] History of Parts and Structure approaches • Fischler & Elschlager 1973