26
Animating Animal Motion From Still Presenting: Shahar Ben Ezra Saar Nakibli Supervisor: Hayley Binia Wolman Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1 ] [1] Xuemiao Xu , Animating Animal Motion From Still, Siggraph 2008

Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

  • View
    215

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Animating Animal Motion From Still

Presenting:Shahar Ben EzraSaar Nakibli

Supervisor: Hayley Binia Wolman

Computer Graphics LabElectrical Engineering, Technion, Israel

June 2009

[1]

[1] Xuemiao Xu , Animating Animal Motion From Still, Siggraph 2008

Page 2: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Project Goal

• Create an animation movie by reconstructing the animal motion from a still picture

Algorithm

Still Image

Animation Movie

Page 3: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Quick Demonstration

Page 4: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Overview

Shape Context

DescriptorFind

distances

Path Finding

6,3,4,1,2,5

Consistency Refinement

TPSMorphing

Creating Animation

snapshots Shape context descriptors

Distances matrix

Motion PathConsistent snapshots

Animation between two

snapshotsFinal Movie

Source Image

Snapshot Extraction

Page 5: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Overview

Shape Context

DescriptorFind

distances

Path Finding

6,3,4,1,2,5

Consistency Refinement

TPSMorphing

Creating Animation

snapshots Shape context descriptors

Distances matrix

Motion PathConsistent snapshots

Animation between two

snapshotsFinal Movie

Source Image

Snapshot Extraction

Page 6: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Snapshot Extraction•Extract the snapshots using a tool called “MVP-PIE” developed at the CGM lab at the Technion.

•This stage is not part of our project but it’s a necessary step in order to extract the snapshots from the source image.

Page 7: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Overview

Find distances

Path Finding

6,3,4,1,2,5

Consistency Refinement

TPSMorphing

Creating Animation

snapshots Shape context descriptors

Distances matrix

Motion PathConsistent snapshots

Animation between two

snapshotsFinal Movie

Source Image

Snapshot Extraction

Shape Context

Descriptor

Page 8: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

head

tail

Shape Context (Cont.)

50 100 150 200 250 300 350 400

50

100

150

200

250

300

350

400

50 100 150 200 250 300 350 400120

140

160

180

200

220

240

260

280

300

320

•User Interaction: choose two anchor points that define the movement direction of the animal.

•Rotate the snapshot in the angle defined by the user.

•Find the contour levels of the snapshot using the Matlab Image Proccesing Toolbox.

•Take the last contour level and decimate it, and display it on the XY plane.

Page 9: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Shape Context (Cont.)

-200 -100 0 100 200 300 400 500 600-300

-200

-100

0

100

200

300

400

500370

•Find the contour of the snapshot

•For every point on the contour draw the circles and bins as shown

•Create the “matrix descriptor “

•Invariant to translation, rotation and scale.

Page 10: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Overview

Shape Context

DescriptorFind

distances

Path Finding

6,3,4,1,2,5

Consistency Refinement

TPSMorphing

Creating Animation

snapshots Shape context descriptors

Distances matrix

Motion PathConsistent snapshots

Animation between two

snapshotsFinal Movie

Source Image

Snapshot Extraction

Page 11: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Distance Matrix

* *

1 1,

k l

k l i j i ji M j Mk l

D S S f h f hM M

2

,1

1

2

Ni j

i jk i j

h k h kC

h k h k

k

lDistance between Snapshot-K and Snapshot-L:

Point on snapshot K

Closest point on snapshot L

How do we find ? *jh

Distance between two matrix descriptors

Page 12: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Overview

Shape Context

DescriptorFind

distances

Path Finding

6,3,4,1,2,5

Consistency Refinement

TPSMorphing

Creating Animation

snapshots Shape context descriptors

Distances matrix

Motion PathConsistent snapshots

Animation between two

snapshotsFinal Movie

Source Image

Snapshot Extraction

Page 13: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Path Finding •Find the optimal path between the snapshots using the distances matrix•Looking to find a path which minimizes the Energy function:

• Local similarity:

• Sampling uniformity:

• Global distinction:

•We use the Simulated Annealing Optimization Algorithm• Avoid “getting stuck” on a local minimum, because of the

Temperature factor. • Ignore outliers that don’t belong in the motion cycle.• Ignore snapshots that are too similar to other snapshots.

1 2 1s u dC I C C C 1,s i iC E D I I

1,u i iC Var D I I

,

,

1

i ji j j i

d

D I I

CN N

Page 14: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

•Initialize a path •While (T>Limit)• Loop K times• Choose a new path length Lcurr • Generate new Path Pcurr at length Lcurr and price Ccurr • If (Ccurr – Cold ) < 0• Accept current path (trivial). Update parameters.

• Else if exp{(Ccurr – Cold )/T} < rand[0,1] • Accept current path. Update parameters.

• Else• Reject current path.

• Decrease Temprature T = T*Annealing_Factor• End•End

Path Finding (Cont.)

Page 15: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Motion Cycle

Full Cycle:

Half Cycle:

Page 16: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Overview

Shape Context

DescriptorFind

distances

Path Finding

6,3,4,1,2,5

Consistency Refinement

TPSMorphing

Creating Animation

snapshots Shape context descriptors

Distances matrix

Motion PathConsistent snapshots

Animation between two

snapshotsFinal Movie

Source Image

Snapshot Extraction

Page 17: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Pose Consistency

Pivot

•In order to create smooth and realistic animation, all the animals have to be in the same pose relative to the camera.•Affine transformation includes: • Translation• scale• rotation

•All snapshots are translated relative to a pivot snapshot.

Page 18: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

0 50 100 150 200 250 3000

100

200

300

400

500

600

700

800

900

4

0 50 100 150 200 250 3000

100

200

300

400

500

600

700

800

0 50 100 150 200 250 3000

100

200

300

400

500

600

700

800

900

Appearance Consistency

Pivot histogram:

•Every snapshot has its own color and texture that can vary from one snapshot to another.

•Histogram standardization of all snapshots will make the final animation look smoother.

8

4

53.9pivot

68.7before 54.1after

Page 19: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Overview

Shape Context

DescriptorFind

distances

Path Finding

6,3,4,1,2,5

Consistency Refinement

TPSMorphing

Creating Animation

snapshots Shape context descriptors

Distances matrix

Motion PathConsistent snapshots

Animation between two

snapshotsFinal Movie

Source Image

Snapshot Extraction

Page 20: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

TPS Morphing1

2

3 4 5

6

789

10•Finding animation points:• Points which are not static

during the animal motion

•Morph between the source points and target points• Source Image is registered to the green points• Destination Image is registered to the red points.

Page 21: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Overview

Shape Context

DescriptorFind

distances

Path Finding

6,3,4,1,2,5

Consistency Refinement

TPSMorphing

Creating Animation

snapshots Shape context descriptors

Distances matrix

Motion PathConsistent snapshots

Animation between two

snapshotsFinal Movie

Source Image

Snapshot Extraction

Page 22: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Creating AnimationMorph three frames between two snapshots

Source Destination

0.750.25 0.5

0.50.75 0.25

0.250.5

0.751

0

Page 23: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

0 50 120

150 200

Creating Animation (Cont.)•Blend the morphed frames into the background image, by the following formula:

•The Threshold Value (T) was empirically found and set to T=120.

, ,

,, ,

BW

BW

Image i j if Image i j TFrame i j

Background i j if Image i j T

T=50 T=120

T=150 T=200

Page 24: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Results - Turtles

Output Animation:

Input Images:

Page 25: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Results - Turtles

Output Animation:

Input Images:

Page 26: Computer Graphics Lab Electrical Engineering, Technion, Israel June 2009 [1] [1] Xuemiao Xu, Animating Animal Motion From Still, Siggraph 2008

Results - Tadpoles

Output animation:

Input Image: