the space of human body shapes: reconstruction and parameterization from range scans

48
The space of human body shapes: reconstruction and parameterization from range scans Brett Allen Brian Curless Zoran Popović University of Washington

Upload: umika

Post on 05-Jan-2016

34 views

Category:

Documents


2 download

DESCRIPTION

The space of human body shapes: reconstruction and parameterization from range scans. Brett Allen Brian Curless Zoran Popović University of Washington. Motivation. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: The space of human body shapes: reconstruction and parameterization from range scans

The space of human body shapes:reconstruction and parameterization

from range scans

Brett AllenBrian CurlessZoran Popović

University of Washington

Page 2: The space of human body shapes: reconstruction and parameterization from range scans

Motivation Traditional high level characterization

and sparse anthropometric measurements do not capture the detailed shape variations needed for realism

PS: Sheldon, W.H. ,Stevens, S.S.,Tucker, W.B. 1940 The varieties of Human Physique ,New York

Page 3: The space of human body shapes: reconstruction and parameterization from range scans

MotivationTraditional anthropometry has focused on

sets ofone-dimensional measurements.

Page 4: The space of human body shapes: reconstruction and parameterization from range scans

MotivationFull body shape capture promises to advance

the state of the art.

?

Page 5: The space of human body shapes: reconstruction and parameterization from range scans

CAESARCivilian American & European Surface Anthropometry Resource

• thousands of subjects in the U.S. and Europe• traditional anthropometry• demographic survey• laser range scans

We’ll use 250 of these scans (125 male, 125 female).

Page 6: The space of human body shapes: reconstruction and parameterization from range scans

Related work• Praun, E.,Sweldens, W,,Schroder, P. 2001 Consistent Mesh Parameterization (In proceeding of ACM SIGGRAPH 2001)

• Lee, A.W.F.,Moreton, H.,Hoppe, H. 2000 Displaced Subdivision Surfaces (In proceeding of ACM SIGGRAPH 2000)

• Blanz, V.,Vetter, T. 1999 A Morphable Model For The Synthesis Of 3D Faces (In proceeding of ACM SIGGRAPH 1999)

Page 7: The space of human body shapes: reconstruction and parameterization from range scans

Scan detail

~250,000 trianglesincomplete coverage

surface color74 markers

Page 8: The space of human body shapes: reconstruction and parameterization from range scans

Scan detail

Caused by occlusions and grazing angle views

After template-based parameterization and hole filling

Page 9: The space of human body shapes: reconstruction and parameterization from range scans

The Correspondence Problem

Page 10: The space of human body shapes: reconstruction and parameterization from range scans

Consistent Mesh Parameterization

Emil PraunWim SweldensPeter Schroder

PrincetonBell Lab

Page 11: The space of human body shapes: reconstruction and parameterization from range scans

Purpose and Problem Specification

Algorithm Input Set of meshes S Feature points F defined

on each mesh M

Algorithm Goal Determine common

base domain B and connectivity L0

Remesh each M with base domain B

Create fair patch boundaries equivalent to L0

Page 12: The space of human body shapes: reconstruction and parameterization from range scans

Algorithms

Page 13: The space of human body shapes: reconstruction and parameterization from range scans

Topologically Equivalent Nets

Definition: A patch is a region of semi-regular connectivity in which triangles correspond to a single triangleDefinition: A net is the outline of patch boundariesWe want a net that matches the connectivity L0

Two patch boundaries may only intersect at a feature vertex

Each feature vertex has a consistent cyclical ordering of edges

Patch boundaries may not intersect

Naïve algorithm (shortest path) does not achieve this

Page 14: The space of human body shapes: reconstruction and parameterization from range scans

Restricted Brush Fire Algorithm

Standard Brush Fire Starts fire at vertex Fire expands uniformly until it hits other vertex That is the shortest path

Restricted Brush Fire Uses existing paths as firewalls Will only connect to vertex if approached from correct

ordering

Must avoid blocking off vertices Avoid completing any cycle until spanning

tree of L0 traced

Page 15: The space of human body shapes: reconstruction and parameterization from range scans

Fair Boundary CurvesRather than simply accept topologically equivalent net, we would like certain properties

Equal distribution of surface area between patches Smooth Patch Boundaries Fair patch boundaries (should not swirl)

First two can be handled using relaxation Iterative technique that involves progressively

improving curve

Third requires optimization of complicated expression

Intractable, so try heuristics

Page 16: The space of human body shapes: reconstruction and parameterization from range scans

Swirl Detection

If the shortest path from {c} to {a,b} falls on the wrong side (left) ,the triangle {a,b,c} is considered flipped and may lead to swirls .

On the right the trace reaches {a,b}on the correct side and the path is accepted.

Page 17: The space of human body shapes: reconstruction and parameterization from range scans

Implementation

Page 18: The space of human body shapes: reconstruction and parameterization from range scans

Example

Page 19: The space of human body shapes: reconstruction and parameterization from range scans

Example

Page 20: The space of human body shapes: reconstruction and parameterization from range scans

Matching algorithm

scantemplate

Find the shape that:

1. Matches the template markers to the scanned markers

2. Moves template vertices to scanned vertices

3. Minimizes the deformation

Page 21: The space of human body shapes: reconstruction and parameterization from range scans

Match Algorithm

1. Applied a set of affine transformation Ti to the vertices of the template surface T and result in a new surface T’

2. Minimizing three error term(data error, smoothness error, marker error)

Page 22: The space of human body shapes: reconstruction and parameterization from range scans

Matching Algorithm

Page 23: The space of human body shapes: reconstruction and parameterization from range scans

Objective Function

Objective Function has three weighted terms Data error Smoothness error Marker error

Will use different weights in each phase of process Multistep / Multi-resolution fitting process

Page 24: The space of human body shapes: reconstruction and parameterization from range scans

Objective Function – Data Error

Data Error term requires current match to be close to target Uses distance from each transformed vertex to the

target surface Weighted by confidence measure (from scanning) Hole regions have weight = 0 Sums total error

Distance function Uses transformed template vertex Takes minimum distance to “compatible” vertices in

target

Page 25: The space of human body shapes: reconstruction and parameterization from range scans

Objective Function – Smoothness Error

Measures smoothness of deformation applied to template Problem is under-constrained using data error E_s measures change in T_I between adjacent vertices Encourages similarly-shaped features to be mapped to

each other

Uses Frobenius norm (vector L2 norm)

Page 26: The space of human body shapes: reconstruction and parameterization from range scans

Objective Function – Smoothness Error

補充 ; Frobenius norm

|| A ||f =

Page 27: The space of human body shapes: reconstruction and parameterization from range scans

Smoothness Error

By smoothness, we are not referring to smoothness of the deformed surface itself, but rather smoothness of the actual deformation applied to the template surface. In particular, we require afine transformations applied within a region of the surface to be as similar as possible.

Page 28: The space of human body shapes: reconstruction and parameterization from range scans

Objective Function – Marker Error

Data and Smoothness Error can hit local minima Example: left arm transformed to right arm

Solution: Use pre-labeled markers on the test subjects Viewed as white dots in the range image Correspondences set up beforehand (as in Consistent

Mesh Parameterization) 74 markers per subject (not all are used, however)

Measure distance from template marker to target marker K_I are the indices of the markers in template, m_I are

target markers

Page 29: The space of human body shapes: reconstruction and parameterization from range scans

Algorithm ProcedureMinimize error function using L-BFGS-B algorithm

Quasi-Newton method with limited memory usage

Make four passes over data (2 low res, 2 high res) Fit markers (low res, = 0, = 1, = 10) Refit using data term (low res, = 1, = 1, = 10) Repeat in high resolution (hi res, = 1, = 1, = 10) Refit using predominantly data term (hi res, = 10, = 1, = 1)

Page 30: The space of human body shapes: reconstruction and parameterization from range scans

Hole Filling

Page 31: The space of human body shapes: reconstruction and parameterization from range scans

PCA (Principal component analysis)

The vectors with low variance can be discarded ,and then the full data set does not to be retained in order to closely approximate the original example

Page 32: The space of human body shapes: reconstruction and parameterization from range scans

Feature analysis

Provide a direct way to explore the range of bodies with intuitive controls,such as height,weight,age and sex

Page 33: The space of human body shapes: reconstruction and parameterization from range scans

Feature analysis

Page 34: The space of human body shapes: reconstruction and parameterization from range scans

Markerless Matching

Using PCA, we can remove the marker requirement A set of training data is fit using markers Other data can be registered using unmarked range

scans Uses PCA weights to search PCA space, not

transformation space

Page 35: The space of human body shapes: reconstruction and parameterization from range scans

Markless-only

We can use PCA to remove the range imagesOnly use markers; can be captured with much cheaper equipmentAllows us to determine approximate shape of object

Page 36: The space of human body shapes: reconstruction and parameterization from range scans

Application

1.Transfer of Texture

Page 37: The space of human body shapes: reconstruction and parameterization from range scans

Application

1.Morphing between model

Page 38: The space of human body shapes: reconstruction and parameterization from range scans

Application

1.Instrumentation transfer

Page 39: The space of human body shapes: reconstruction and parameterization from range scans

Statistical analysis

x0

y0

z0

x1

y1

z1

x2

x0

y0

z0

x1

y1

z1

x2

x0

y0

z0

x1

y1

z1

x2

average male mean + PCA component #1

Page 40: The space of human body shapes: reconstruction and parameterization from range scans

mean + PCA component #2

Statistical analysis

x0

y0

z0

x1

y1

z1

x2

x0

y0

z0

x1

y1

z1

x2

x0

y0

z0

x1

y1

z1

x2

average male

Page 41: The space of human body shapes: reconstruction and parameterization from range scans

Statistical analysis

x0

y0

z0

x1

y1

z1

x2

x0

y0

z0

x1

y1

z1

x2

x0

y0

z0

x1

y1

z1

x2

average male mean + PCA component #3

Page 42: The space of human body shapes: reconstruction and parameterization from range scans

PCA reconstruction

Page 43: The space of human body shapes: reconstruction and parameterization from range scans

Fitting to attributes

Page 44: The space of human body shapes: reconstruction and parameterization from range scans

Fitting to points Using the distribution of the PCA weights as a prior, we

can find the most likely person that fits a set of point constraints.

PCA variance

user constraint

optimized reconstruction

Page 45: The space of human body shapes: reconstruction and parameterization from range scans

Summary

Contributions: - an algorithm for creating a consistent

mesh representation from range scan data.

- several ways to explore the variation in human body shape, and to synthesize and edit body models

Page 46: The space of human body shapes: reconstruction and parameterization from range scans

Future work

- analyze shape variation between poses

Page 47: The space of human body shapes: reconstruction and parameterization from range scans

Future work

- combine with anatomical models and physical simulation

Aubel 2003

+

Page 48: The space of human body shapes: reconstruction and parameterization from range scans