A Geometric Perspective on Machine Learning

Size: px
Start display at page:

Download "A Geometric Perspective on Machine Learning"

Transcription

1 A Geometric Perspective on Machine Learning Partha Niyogi The University of Chicago Thanks: M. Belkin, A. Caponnetto, X. He, I. Matveeva, H. Narayanan, V. Sindhwani, S. Smale, S. Weinberger A Geometric Perspective onmachine Learning p.1

2 High Dimensional Data When can we avoid the curse of dimensionality? Smoothness rate (1/n) d s splines,kernel methods, L 2 regularization... Sparsity wavelets, L 1 regularization, LASSO, compressed sensing.. Geometry graphs, simplicial complexes, laplacians, diffusions A Geometric Perspective onmachine Learning p.2

3 Geometry and Data: The Central Dogma Distribution of natural data is non-uniform and concentrates around low-dimensional structures. The shape (geometry) of the distribution can be exploited for efficient learning. A Geometric Perspective onmachine Learning p.3

4 Manifold Learning Learning when data M R N Clustering: M {1,...,k} connected components, min cut Classification: M { 1, +1} P on M { 1, +1} Dimensionality Reduction: f : M R n n << N M unknown: what can you learn about M from data? e.g. dimensionality, connected components holes, handles, homology curvature, geodesics A Geometric Perspective onmachine Learning p.4

5 An Acoustic Example u(t) l s(t) A Geometric Perspective onmachine Learning p.5

6 An Acoustic Example u(t) l s(t) One Dimensional Air Flow (i) V x = A P ρc 2 t (ii) P x = ρ A V t V (x, t) = volume velocity P(x, t) = pressure A Geometric Perspective onmachine Learning p.5

7 Solutions beta u(t) = P n=1 α n sin(nω 0 t) l beta beta s(t) = P n=1 β n sin(nω 0 t) l 2 A Geometric Perspective onmachine Learning p.6

8 Formal Justification Speech speech l 2 generated by vocal tract Jansen and Niyogi (2005) Vision group actions on object leading to different images Donoho and Grimes (2004) Robotics configuration spaces in joint movements Graphics Manifold + Noise may be generic model in high dimensions. A Geometric Perspective onmachine Learning p.7

9 Take Home Message Geometrically motivated approach to learning nonlinear, nonparametric, high dimensions Emphasize the role of the Laplacian and Heat Kernel Semi-supervised regression and classification Clustering and Homology Randomized Algorithms and Numerical Analysis A Geometric Perspective onmachine Learning p.8

10 Pattern Recognition P on X Y X = R N ;Y = {0, 1}, R (x i, y i ) labeled examples find f : X Y Ill Posed A Geometric Perspective onmachine Learning p.9

11 Simplicity A Geometric Perspective onmachine Learning p.10

12 Simplicity A Geometric Perspective onmachine Learning p.10

13 Regularization Principle 1 f = arg min f H K n n (y i f(x i )) 2 + γ f 2 K i=1 Splines Ridge Regression SVM K : X X R is a p.d. kernel e.g. e x y 2 σ 2, (1 + x y) d, etc. H K is a corresponding RKHS e.g., certain Sobolev spaces, polynomial families, etc. A Geometric Perspective onmachine Learning p.11

14 Simplicity is Relative A Geometric Perspective onmachine Learning p.12

15 Simplicity is Relative A Geometric Perspective onmachine Learning p.12

16 Intuitions supp P X has manifold structure geodesic distance v/s ambient distance geometric structure of data should be incorporated f versus f M A Geometric Perspective onmachine Learning p.13

17 Manifold Regularization 1 min f H K n n (y i f(x i )) 2 + γ A f 2 K + γ I f 2 I i=1 f 2 I = Laplacian Iterated Laplacian Heat kernel Differential Operator R gradm f, grad M f = R f M f R f M i f e Mt R f(df) Representer Theorem: f = P n i=1 α ik(x, x i ) + R M α(y)k(x, y) Belkin, Niyogi, Sindhwani (2004) A Geometric Perspective onmachine Learning p.14

18 Approximating f 2 I M is unknown but x 1...x M M f 2 I = M M f, M f i j W ij (f(x i ) f(x j )) 2 A Geometric Perspective onmachine Learning p.15

19 Manifolds and Graphs M G = (V,E) e ij E if x i x j < ǫ W ij = e x i x j 2 t M L = D W gradf, gradf i,j W ij(f(x i ) f(x j )) 2 f( f) f T Lf A Geometric Perspective onmachine Learning p.16

20 Manifold Regularization 1 n n i=1 V (f(x i ),y i ) + γ A f 2 K + γ I i j W ij (f(x i ) f(x j )) 2 Representer Theorem: f opt = n+m i=1 α ik(x,x i ) V (f(x), y) = (f(x) y) 2 : Least squares V (f(x), y) = (1 yf(x)) + : Hinge loss (Support Vector Machines) A Geometric Perspective onmachine Learning p.17

21 Ambient and Intrinsic Regularization SVM Laplacian SVM Laplacian SVM γ A = γ I = γ A = γ I = γ A = γ I = 1 A Geometric Perspective onmachine Learning p.18

22 Experimental comparisons Dataset g50c Coil20 Uspst mac-win WebKB WebKB WebKB Algorithm (link) (page) (page+link) SVM (full labels) RLS (full labels) SVM (l labels) RLS (l labels) Graph-Reg TSVM Graph-density TSVM LDS LapSVM LapRLS LapSVM joint LapRLS joint A Geometric Perspective onmachine Learning p.19

23 Real World A Geometric Perspective onmachine Learning p.20

24 Graph and Manifold Laplacian Fix f : X R. Fix x M [L n f](x) = 1 nt n (4πt n ) d/2 Put t n = n 1/(d+2+α), where α > 0 j (f(x) f(x j))e x xj 2 4tn with prob. 1, lim n (L nf) x = M f x Belkin (2003), Belkin and Niyogi (2004,2005) also Lafon (2004), Coifman et al,hein, Gine and Koltchinski A Geometric Perspective onmachine Learning p.21

25 Random Graphs and Matrices Given x 1,...,x n M R N W ij = 1 t(4πt) d/2e x i x j 2 t Eig[D W] = Eig[L t n n ] Eig[ M ] O( 1 n 1/(d+3)) Belkin Niyogi 06,08 Allows us to reconstruct spaces of functions on the manifold. (Patodi, Dodziuk: triangulated manifolds) A Geometric Perspective onmachine Learning p.22

26 Manifold + Noise Flexible, non-parametric, geometric probability model A Geometric Perspective onmachine Learning p.23

27 Remarks on Noise 1. Arbitrary probability distribution on the manifold: convergence to weighted Laplacian. 2. Noise off the manifold: µ = µ M + µ R N 3. Noise off the manifold: z = x + η ( N(0,σ 2 I)) We have lim lim t 0 σ 0 Lt,σ f(x) = f(x) A Geometric Perspective onmachine Learning p.24

28 Local and Global Analysis X = documents, signals, financial time series, sequences d(x,x ) makes sense locally What is good global distance? What is global geometry/topology of X? What is good space of functions on X that is adapted to geometry of X? A Geometric Perspective onmachine Learning p.25

29 Similarity Metrics Sim t (x,x ) = K t (x,x ) = α t e d2 (x,x ) t L t f(x) = X K t (x,y)(f(x) f(y))dρ(y) 1 n y X K t (x,y)(f(x) f(y) Choose t small λ i,φ i Choose T large H T (x,x ) = e λ it φ i (x)φ i (x ) f = i α i φ i ; i α 2 i g(λ i ) A Geometric Perspective onmachine Learning p.26

30 Intrinsic Spectrograms extrinsic p intrinsic p > φ (p) A Geometric Perspective onmachine Learning p.27

31 Speech and Intrinsic Eigenfunctions 0.1 f 1 : Background Noise 0.1 f 3 : Vowels Time (s) Time (s) 0.1 f 4 : Fricatives 0.1 f 10 : Stops, Nasals, and Affricates Time (s) Time (s) A Geometric Perspective onmachine Learning p.28

32 LaplacianFaces: Appearance Manifolds X. He et al. A Geometric Perspective onmachine Learning p.29

33 Visualizing Digits A Geometric Perspective onmachine Learning p.30

34 Vision Example f : R 2 [0, 1] F = {f f(x,y) = v(x t,y r)} A Geometric Perspective onmachine Learning p.31

35 PCA versus Laplacian Eigenmaps 8 x nz = x A Geometric Perspective onmachine Learning p.32

36 Computer Vision: Laplacian Eigenmaps Machine vision: inferring joint angles. Corazza, Andriacchi, Stanford Biomotion Lab, 05, Partiview, Surendran Isometrically invariant representation. A Geometric Perspective onmachine Learning p.33

37 Connections and Implications Clustering and Topology sparse cuts, combinatorial Laplacians, complexes (Niyogi, Smale, Weinberger, 2006,2008; Narayanan, Belkin, Niyogi, 2006) Numerical Analysis heat flow based algorithms, sampling, PDEs (Belkin, Narayanan, Niyogi, 2006; Narayanan and Niyogi, 2008) Random Matrices and Graphs results on spectra Belkin and Niyogi, 2008 Speech, Text, Vision Intrinsic versus Extrinsic He et al. 2005, Jansen and Niyogi, 2006 A Geometric Perspective onmachine Learning p.34

38 Learning Homology x 1,...,x n M R N Can you learn qualitative features of M? Can you tell a torus from a sphere? Can you tell how many connected components? Can you tell the dimension of M? (e.g. Carlsson, Zamorodian, Edelsbrunner, Guibas, Oudot, Lieutier, Chazal, Dey, Amenta,Choi, Cohen-Steiner, de Silva etc.) A Geometric Perspective onmachine Learning p.35

39 Well Conditioned Submanifolds τ Μ Tubular Neighborhood Condition No. 1 τ Min. distance to medial axis A Geometric Perspective onmachine Learning p.36

40 Euclidean and Geodesic distance M R N condition τ p,q M where p q R N = d. For all d τ 2, d M (p,q) τ τ 1 2d τ In fact, Second Fundamental Form Bounded by 1 τ A Geometric Perspective onmachine Learning p.37

41 Homology x 1,...,x n M R N U = n i=1b ǫ (x i ) If ǫ well chosen, then U deformation retracts to M. Homology of U is constructed using the nerve of U and agrees with the homology of M. A Geometric Perspective onmachine Learning p.38

42 Theorem M R N with cond. no. τ x = {x 1,...,x n } uniformly sampled i.i.d. 0 < ǫ < τ 2 β = Let U = x x B ǫ (x) vol(m) (sin 1 (ǫ/2τ)) d vol(b ǫ/8 ) n > β(log(β) + log( 1 δ )) with prob. > 1 δ, homology of U equals the homology of M (Niyogi, Smale, Weinberger, 2004) A Geometric Perspective onmachine Learning p.39

43 A Data-derived complex x 1,...,x n R N Pick ǫ > 0 and balls B ǫ (x i ) Put j-face for every (i 0,...,i j ) such that j m=0 B ǫ(x im ) φ A Geometric Perspective onmachine Learning p.40

44 Chains and the Combinatorial Laplacian j chain is a formal sum σ α σσ v C j is the vector space of j-chains e σ f j : C j C j 1 u g w j : C j 1 C j j = j j + j+1 j+1 A Geometric Perspective onmachine Learning p.41

45 Noise such that P on R N P(x,y) = P(x)P(y x) where x M,y N x a P(x) P(y x) = σ 2 I N d A Geometric Perspective onmachine Learning p.42

46 Small Noise N dσ cτ [Theorem] There exists an algorithm that recovers homology that is polynomial in D. Niyogi, Smale, Weinberger; 2008 A Geometric Perspective onmachine Learning p.43

47 Future Directions Machine Learning Scaling Up Multi-scale Geometry of Natural Data Geometry of Structured Data Algorithmic Nash embedding Random Hodge Theory Partial Differential Equations Graphics Algorithms A Geometric Perspective onmachine Learning p.44

A Geometric Perspective on Data Analysis

A Geometric Perspective on Data Analysis A Geometric Perspective on Data Analysis Partha Niyogi The University of Chicago Collaborators: M. Belkin, X. He, A. Jansen, H. Narayanan, V. Sindhwani, S. Smale, S. Weinberger A Geometric Perspectiveon

More information

A Geometric Perspective on Machine Learning

A Geometric Perspective on Machine Learning A Geometric Perspective on Machine Learning Partha Niyogi The University of Chicago Collaborators: M. Belkin, V. Sindhwani, X. He, S. Smale, S. Weinberger A Geometric Perspectiveon Machine Learning p.1

More information

A Multicover Nerve for Geometric Inference. Don Sheehy INRIA Saclay, France

A Multicover Nerve for Geometric Inference. Don Sheehy INRIA Saclay, France A Multicover Nerve for Geometric Inference Don Sheehy INRIA Saclay, France Computational geometers use topology to certify geometric constructions. Computational geometers use topology to certify geometric

More information

Data fusion and multi-cue data matching using diffusion maps

Data fusion and multi-cue data matching using diffusion maps Data fusion and multi-cue data matching using diffusion maps Stéphane Lafon Collaborators: Raphy Coifman, Andreas Glaser, Yosi Keller, Steven Zucker (Yale University) Part of this work was supported by

More information

Estimating Geometry and Topology from Voronoi Diagrams

Estimating Geometry and Topology from Voronoi Diagrams Estimating Geometry and Topology from Voronoi Diagrams Tamal K. Dey The Ohio State University Tamal Dey OSU Chicago 07 p.1/44 Voronoi diagrams Tamal Dey OSU Chicago 07 p.2/44 Voronoi diagrams Tamal Dey

More information

Computational Topology in Reconstruction, Mesh Generation, and Data Analysis

Computational Topology in Reconstruction, Mesh Generation, and Data Analysis Computational Topology in Reconstruction, Mesh Generation, and Data Analysis Tamal K. Dey Department of Computer Science and Engineering The Ohio State University Dey (2014) Computational Topology CCCG

More information

Stable and Multiscale Topological Signatures

Stable and Multiscale Topological Signatures Stable and Multiscale Topological Signatures Mathieu Carrière, Steve Oudot, Maks Ovsjanikov Inria Saclay Geometrica April 21, 2015 1 / 31 Shape = point cloud in R d (d = 3) 2 / 31 Signature = mathematical

More information

Approximating the surface volume of convex bodies

Approximating the surface volume of convex bodies Approximating the surface volume of convex bodies Hariharan Narayanan Advisor: Partha Niyogi Department of Computer Science, University of Chicago Approximating the surface volume of convex bodies p. Surface

More information

Topological Data Analysis - I. Afra Zomorodian Department of Computer Science Dartmouth College

Topological Data Analysis - I. Afra Zomorodian Department of Computer Science Dartmouth College Topological Data Analysis - I Afra Zomorodian Department of Computer Science Dartmouth College September 3, 2007 1 Acquisition Vision: Images (2D) GIS: Terrains (3D) Graphics: Surfaces (3D) Medicine: MRI

More information

An introduction to Topological Data Analysis through persistent homology: Intro and geometric inference

An introduction to Topological Data Analysis through persistent homology: Intro and geometric inference Sophia-Antipolis, January 2016 Winter School An introduction to Topological Data Analysis through persistent homology: Intro and geometric inference Frédéric Chazal INRIA Saclay - Ile-de-France frederic.chazal@inria.fr

More information

Stratified Structure of Laplacian Eigenmaps Embedding

Stratified Structure of Laplacian Eigenmaps Embedding Stratified Structure of Laplacian Eigenmaps Embedding Abstract We construct a locality preserving weight matrix for Laplacian eigenmaps algorithm used in dimension reduction. Our point cloud data is sampled

More information

Computing the Betti Numbers of Arrangements. Saugata Basu School of Mathematics & College of Computing Georgia Institute of Technology.

Computing the Betti Numbers of Arrangements. Saugata Basu School of Mathematics & College of Computing Georgia Institute of Technology. 1 Computing the Betti Numbers of Arrangements Saugata Basu School of Mathematics & College of Computing Georgia Institute of Technology. 2 Arrangements in Computational Geometry An arrangement in R k is

More information

Persistence stability for geometric complexes

Persistence stability for geometric complexes Lake Tahoe - December, 8 2012 NIPS workshop on Algebraic Topology and Machine Learning Persistence stability for geometric complexes Frédéric Chazal Joint work with Vin de Silva and Steve Oudot (+ on-going

More information

A Taxonomy of Semi-Supervised Learning Algorithms

A Taxonomy of Semi-Supervised Learning Algorithms A Taxonomy of Semi-Supervised Learning Algorithms Olivier Chapelle Max Planck Institute for Biological Cybernetics December 2005 Outline 1 Introduction 2 Generative models 3 Low density separation 4 Graph

More information

Towards Multi-scale Heat Kernel Signatures for Point Cloud Models of Engineering Artifacts

Towards Multi-scale Heat Kernel Signatures for Point Cloud Models of Engineering Artifacts Towards Multi-scale Heat Kernel Signatures for Point Cloud Models of Engineering Artifacts Reed M. Williams and Horea T. Ilieş Department of Mechanical Engineering University of Connecticut Storrs, CT

More information

On the Topology of Finite Metric Spaces

On the Topology of Finite Metric Spaces On the Topology of Finite Metric Spaces Meeting in Honor of Tom Goodwillie Dubrovnik Gunnar Carlsson, Stanford University June 27, 2014 Data has shape The shape matters Shape of Data Regression Shape of

More information

Clustering algorithms and introduction to persistent homology

Clustering algorithms and introduction to persistent homology Foundations of Geometric Methods in Data Analysis 2017-18 Clustering algorithms and introduction to persistent homology Frédéric Chazal INRIA Saclay - Ile-de-France frederic.chazal@inria.fr Introduction

More information

Bilevel Sparse Coding

Bilevel Sparse Coding Adobe Research 345 Park Ave, San Jose, CA Mar 15, 2013 Outline 1 2 The learning model The learning algorithm 3 4 Sparse Modeling Many types of sensory data, e.g., images and audio, are in high-dimensional

More information

A Multicover Nerve for Geometric Inference

A Multicover Nerve for Geometric Inference A Multicover Nerve for Geometric Inference Donald R. Sheehy Abstract We show that filtering the barycentric decomposition of a Čech complex by the cardinality of the vertices captures precisely the topology

More information

Diffusion Maps and Topological Data Analysis

Diffusion Maps and Topological Data Analysis Diffusion Maps and Topological Data Analysis Melissa R. McGuirl McGuirl (Brown University) Diffusion Maps and Topological Data Analysis 1 / 19 Introduction OVERVIEW Topological Data Analysis The use of

More information

A Geometric Analysis of Subspace Clustering with Outliers

A Geometric Analysis of Subspace Clustering with Outliers A Geometric Analysis of Subspace Clustering with Outliers Mahdi Soltanolkotabi and Emmanuel Candés Stanford University Fundamental Tool in Data Mining : PCA Fundamental Tool in Data Mining : PCA Subspace

More information

Analysis of high dimensional data via Topology. Louis Xiang. Oak Ridge National Laboratory. Oak Ridge, Tennessee

Analysis of high dimensional data via Topology. Louis Xiang. Oak Ridge National Laboratory. Oak Ridge, Tennessee Analysis of high dimensional data via Topology Louis Xiang Oak Ridge National Laboratory Oak Ridge, Tennessee Contents Abstract iii 1 Overview 1 2 Data Set 1 3 Simplicial Complex 5 4 Computation of homology

More information

Geometric Data. Goal: describe the structure of the geometry underlying the data, for interpretation or summary

Geometric Data. Goal: describe the structure of the geometry underlying the data, for interpretation or summary Geometric Data - ma recherche s inscrit dans le contexte de l analyse exploratoire des donnees, dont l obj Input: point cloud equipped with a metric or (dis-)similarity measure data point image/patch,

More information

Manifold Learning Theory and Applications

Manifold Learning Theory and Applications Manifold Learning Theory and Applications Yunqian Ma and Yun Fu CRC Press Taylor Si Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Group, an informa business Contents

More information

Non-Differentiable Image Manifolds

Non-Differentiable Image Manifolds The Multiscale Structure of Non-Differentiable Image Manifolds Michael Wakin Electrical l Engineering i Colorado School of Mines Joint work with Richard Baraniuk, Hyeokho Choi, David Donoho Models for

More information

Topology and the Analysis of High-Dimensional Data

Topology and the Analysis of High-Dimensional Data Topology and the Analysis of High-Dimensional Data Workshop on Algorithms for Modern Massive Data Sets June 23, 2006 Stanford Gunnar Carlsson Department of Mathematics Stanford University Stanford, California

More information

Topology-Invariant Similarity and Diffusion Geometry

Topology-Invariant Similarity and Diffusion Geometry 1 Topology-Invariant Similarity and Diffusion Geometry Lecture 7 Alexander & Michael Bronstein tosca.cs.technion.ac.il/book Numerical geometry of non-rigid shapes Stanford University, Winter 2009 Intrinsic

More information

Shape Modeling and Geometry Processing

Shape Modeling and Geometry Processing 252-0538-00L, Spring 2018 Shape Modeling and Geometry Processing Discrete Differential Geometry Differential Geometry Motivation Formalize geometric properties of shapes Roi Poranne # 2 Differential Geometry

More information

Large-Scale Face Manifold Learning

Large-Scale Face Manifold Learning Large-Scale Face Manifold Learning Sanjiv Kumar Google Research New York, NY * Joint work with A. Talwalkar, H. Rowley and M. Mohri 1 Face Manifold Learning 50 x 50 pixel faces R 2500 50 x 50 pixel random

More information

3D Human Motion Analysis and Manifolds

3D Human Motion Analysis and Manifolds D E P A R T M E N T O F C O M P U T E R S C I E N C E U N I V E R S I T Y O F C O P E N H A G E N 3D Human Motion Analysis and Manifolds Kim Steenstrup Pedersen DIKU Image group and E-Science center Motivation

More information

How Much Geometry Lies in The Laplacian?

How Much Geometry Lies in The Laplacian? How Much Geometry Lies in The Laplacian? Encoding and recovering the discrete metric on triangle meshes Distance Geometry Workshop in Bad Honnef, November 23, 2017 Maks Ovsjanikov Joint with: E. Corman,

More information

Dimension Reduction of Image Manifolds

Dimension Reduction of Image Manifolds Dimension Reduction of Image Manifolds Arian Maleki Department of Electrical Engineering Stanford University Stanford, CA, 9435, USA E-mail: arianm@stanford.edu I. INTRODUCTION Dimension reduction of datasets

More information

Semi-supervised Regression using Hessian Energy with an Application to Semi-supervised Dimensionality Reduction

Semi-supervised Regression using Hessian Energy with an Application to Semi-supervised Dimensionality Reduction Semi-supervised Regression using Hessian Energy with an Application to Semi-supervised Dimensionality Reduction Kwang In Kim, Florian Steinke,3, and Matthias Hein Department of Computer Science, Saarland

More information

Detection and approximation of linear structures in metric spaces

Detection and approximation of linear structures in metric spaces Stanford - July 12, 2012 MMDS 2012 Detection and approximation of linear structures in metric spaces Frédéric Chazal Geometrica group INRIA Saclay Joint work with M. Aanjaneya, D. Chen, M. Glisse, L. Guibas,

More information

Diffusion Wavelets for Natural Image Analysis

Diffusion Wavelets for Natural Image Analysis Diffusion Wavelets for Natural Image Analysis Tyrus Berry December 16, 2011 Contents 1 Project Description 2 2 Introduction to Diffusion Wavelets 2 2.1 Diffusion Multiresolution............................

More information

Outline Introduction Problem Formulation Proposed Solution Applications Conclusion. Compressed Sensing. David L Donoho Presented by: Nitesh Shroff

Outline Introduction Problem Formulation Proposed Solution Applications Conclusion. Compressed Sensing. David L Donoho Presented by: Nitesh Shroff Compressed Sensing David L Donoho Presented by: Nitesh Shroff University of Maryland Outline 1 Introduction Compressed Sensing 2 Problem Formulation Sparse Signal Problem Statement 3 Proposed Solution

More information

Geodesics in heat: A new approach to computing distance

Geodesics in heat: A new approach to computing distance Geodesics in heat: A new approach to computing distance based on heat flow Diana Papyan Faculty of Informatics - Technische Universität München Abstract In this report we are going to introduce new method

More information

Compressive Sensing for High-Dimensional Data

Compressive Sensing for High-Dimensional Data Compressive Sensing for High-Dimensional Data Richard Baraniuk Rice University dsp.rice.edu/cs DIMACS Workshop on Recent Advances in Mathematics and Information Sciences for Analysis and Understanding

More information

Correspondence. CS 468 Geometry Processing Algorithms. Maks Ovsjanikov

Correspondence. CS 468 Geometry Processing Algorithms. Maks Ovsjanikov Shape Matching & Correspondence CS 468 Geometry Processing Algorithms Maks Ovsjanikov Wednesday, October 27 th 2010 Overall Goal Given two shapes, find correspondences between them. Overall Goal Given

More information

Shape analysis through geometric distributions

Shape analysis through geometric distributions Shape analysis through geometric distributions Nicolas Charon (CIS, Johns Hopkins University) joint work with B. Charlier (Université de Montpellier), I. Kaltenmark (CMLA), A. Trouvé, Hsi-Wei Hsieh (JHU)...

More information

Iterative Non-linear Dimensionality Reduction by Manifold Sculpting

Iterative Non-linear Dimensionality Reduction by Manifold Sculpting Iterative Non-linear Dimensionality Reduction by Manifold Sculpting Mike Gashler, Dan Ventura, and Tony Martinez Brigham Young University Provo, UT 84604 Abstract Many algorithms have been recently developed

More information

topological data analysis and stochastic topology yuliy baryshnikov waikiki, march 2013

topological data analysis and stochastic topology yuliy baryshnikov waikiki, march 2013 topological data analysis and stochastic topology yuliy baryshnikov waikiki, march 2013 Promise of topological data analysis: extract the structure from the data. In: point clouds Out: hidden structure

More information

Machine Learning / Jan 27, 2010

Machine Learning / Jan 27, 2010 Revisiting Logistic Regression & Naïve Bayes Aarti Singh Machine Learning 10-701/15-781 Jan 27, 2010 Generative and Discriminative Classifiers Training classifiers involves learning a mapping f: X -> Y,

More information

Large Scale Manifold Transduction

Large Scale Manifold Transduction Large Scale Manifold Transduction Michael Karlen, Jason Weston, Ayse Erkan & Ronan Collobert NEC Labs America, Princeton, USA Ećole Polytechnique Fédérale de Lausanne, Lausanne, Switzerland New York University,

More information

Convexization in Markov Chain Monte Carlo

Convexization in Markov Chain Monte Carlo in Markov Chain Monte Carlo 1 IBM T. J. Watson Yorktown Heights, NY 2 Department of Aerospace Engineering Technion, Israel August 23, 2011 Problem Statement MCMC processes in general are governed by non

More information

The K-modes and Laplacian K-modes algorithms for clustering

The K-modes and Laplacian K-modes algorithms for clustering The K-modes and Laplacian K-modes algorithms for clustering Miguel Á. Carreira-Perpiñán Electrical Engineering and Computer Science University of California, Merced http://faculty.ucmerced.edu/mcarreira-perpinan

More information

Image Smoothing and Segmentation by Graph Regularization

Image Smoothing and Segmentation by Graph Regularization Image Smoothing and Segmentation by Graph Regularization Sébastien Bougleux 1 and Abderrahim Elmoataz 1 GREYC CNRS UMR 6072, Université de Caen Basse-Normandie ENSICAEN 6 BD du Maréchal Juin, 14050 Caen

More information

Topological Inference via Meshing

Topological Inference via Meshing Topological Inference via Meshing Don Sheehy Theory Lunch Joint work with Benoit Hudson, Gary Miller, and Steve Oudot Computer Scientists want to know the shape of data. Clustering Principal Component

More information

Scattered Data Problems on (Sub)Manifolds

Scattered Data Problems on (Sub)Manifolds Scattered Data Problems on (Sub)Manifolds Lars-B. Maier Technische Universität Darmstadt 04.03.2016 Lars-B. Maier (Darmstadt) Scattered Data Problems on (Sub)Manifolds 04.03.2016 1 / 60 Sparse Scattered

More information

SOLVING PARTIAL DIFFERENTIAL EQUATIONS ON POINT CLOUDS

SOLVING PARTIAL DIFFERENTIAL EQUATIONS ON POINT CLOUDS SOLVING PARTIAL DIFFERENTIAL EQUATIONS ON POINT CLOUDS JIAN LIANG AND HONGKAI ZHAO Abstract. In this paper we present a general framework for solving partial differential equations on manifolds represented

More information

Jointly Learning Data-Dependent Label and Locality-Preserving Projections

Jointly Learning Data-Dependent Label and Locality-Preserving Projections Proceedings of the Twenty-Second International Joint Conference on Artificial Intelligence Jointly Learning Data-Dependent Label and Locality-Preserving Projections Chang Wang IBM T. J. Watson Research

More information

Observing Information: Applied Computational Topology.

Observing Information: Applied Computational Topology. Observing Information: Applied Computational Topology. Bangor University, and NUI Galway April 21, 2008 What is the geometric information that can be gleaned from a data cloud? Some ideas either already

More information

Bayesian Spherical Wavelet Shrinkage: Applications to Shape Analysis

Bayesian Spherical Wavelet Shrinkage: Applications to Shape Analysis Bayesian Spherical Wavelet Shrinkage: Applications to Shape Analysis Xavier Le Faucheur a, Brani Vidakovic b and Allen Tannenbaum a a School of Electrical and Computer Engineering, b Department of Biomedical

More information

Locality Preserving Projections (LPP) Abstract

Locality Preserving Projections (LPP) Abstract Locality Preserving Projections (LPP) Xiaofei He Partha Niyogi Computer Science Department Computer Science Department The University of Chicago The University of Chicago Chicago, IL 60615 Chicago, IL

More information

Efficient Iterative Semi-supervised Classification on Manifold

Efficient Iterative Semi-supervised Classification on Manifold . Efficient Iterative Semi-supervised Classification on Manifold... M. Farajtabar, H. R. Rabiee, A. Shaban, A. Soltani-Farani Sharif University of Technology, Tehran, Iran. Presented by Pooria Joulani

More information

Instance-based Learning CE-717: Machine Learning Sharif University of Technology. M. Soleymani Fall 2015

Instance-based Learning CE-717: Machine Learning Sharif University of Technology. M. Soleymani Fall 2015 Instance-based Learning CE-717: Machine Learning Sharif University of Technology M. Soleymani Fall 2015 Outline Non-parametric approach Unsupervised: Non-parametric density estimation Parzen Windows K-Nearest

More information

Geometric Modeling and Processing

Geometric Modeling and Processing Geometric Modeling and Processing Tutorial of 3DIM&PVT 2011 (Hangzhou, China) May 16, 2011 6. Mesh Simplification Problems High resolution meshes becoming increasingly available 3D active scanners Computer

More information

A Course in Machine Learning

A Course in Machine Learning A Course in Machine Learning Hal Daumé III 13 UNSUPERVISED LEARNING If you have access to labeled training data, you know what to do. This is the supervised setting, in which you have a teacher telling

More information

Perception Viewed as an Inverse Problem

Perception Viewed as an Inverse Problem Perception Viewed as an Inverse Problem Fechnerian Causal Chain of Events - an evaluation Fechner s study of outer psychophysics assumes that the percept is a result of a causal chain of events: Distal

More information

Riemannian Manifold Learning

Riemannian Manifold Learning IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, TPAMI-0505-0706, ACCEPTED 2007-6-11 1 Riemannian Manifold Learning Tong LIN and Hongbin ZHA Abstract--Recently, manifold learning has been

More information

COMPRESSED DETECTION VIA MANIFOLD LEARNING. Hyun Jeong Cho, Kuang-Hung Liu, Jae Young Park. { zzon, khliu, jaeypark

COMPRESSED DETECTION VIA MANIFOLD LEARNING. Hyun Jeong Cho, Kuang-Hung Liu, Jae Young Park.   { zzon, khliu, jaeypark COMPRESSED DETECTION VIA MANIFOLD LEARNING Hyun Jeong Cho, Kuang-Hung Liu, Jae Young Park Email : { zzon, khliu, jaeypark } @umich.edu 1. INTRODUCTION In many imaging applications such as Computed Tomography

More information

Def De orma f tion orma Disney/Pixar

Def De orma f tion orma Disney/Pixar Deformation Disney/Pixar Deformation 2 Motivation Easy modeling generate new shapes by deforming existing ones 3 Motivation Easy modeling generate new shapes by deforming existing ones 4 Motivation Character

More information

4. Simplicial Complexes and Simplicial Homology

4. Simplicial Complexes and Simplicial Homology MATH41071/MATH61071 Algebraic topology Autumn Semester 2017 2018 4. Simplicial Complexes and Simplicial Homology Geometric simplicial complexes 4.1 Definition. A finite subset { v 0, v 1,..., v r } R n

More information

Graph based machine learning with applications to media analytics

Graph based machine learning with applications to media analytics Graph based machine learning with applications to media analytics Lei Ding, PhD 9-1-2011 with collaborators at Outline Graph based machine learning Basic structures Algorithms Examples Applications in

More information

PATTERN CLASSIFICATION AND SCENE ANALYSIS

PATTERN CLASSIFICATION AND SCENE ANALYSIS PATTERN CLASSIFICATION AND SCENE ANALYSIS RICHARD O. DUDA PETER E. HART Stanford Research Institute, Menlo Park, California A WILEY-INTERSCIENCE PUBLICATION JOHN WILEY & SONS New York Chichester Brisbane

More information

Surfaces, meshes, and topology

Surfaces, meshes, and topology Surfaces from Point Samples Surfaces, meshes, and topology A surface is a 2-manifold embedded in 3- dimensional Euclidean space Such surfaces are often approximated by triangle meshes 2 1 Triangle mesh

More information

arxiv: v1 [math.st] 11 Oct 2017

arxiv: v1 [math.st] 11 Oct 2017 An introduction to Topological Data Analysis: fundamental and practical aspects for data scientists Frédéric Chazal and Bertrand Michel October 12, 2017 arxiv:1710.04019v1 [math.st] 11 Oct 2017 Abstract

More information

Research in Computational Differential Geomet

Research in Computational Differential Geomet Research in Computational Differential Geometry November 5, 2014 Approximations Often we have a series of approximations which we think are getting close to looking like some shape. Approximations Often

More information

Computing and Processing Correspondences with Functional Maps

Computing and Processing Correspondences with Functional Maps Computing and Processing Correspondences with Functional Maps SIGGRAPH 2017 course Maks Ovsjanikov, Etienne Corman, Michael Bronstein, Emanuele Rodolà, Mirela Ben-Chen, Leonidas Guibas, Frederic Chazal,

More information

Statistical properties of topological information inferred from data

Statistical properties of topological information inferred from data Saclay, July 8, 2014 DataSense Research day Statistical properties of topological information inferred from data Frédéric Chazal INRIA Saclay Joint works with B.T. Fasy (CMU), M. Glisse (INRIA), C. Labruère

More information

weighted minimal surface model for surface reconstruction from scattered points, curves, and/or pieces of surfaces.

weighted minimal surface model for surface reconstruction from scattered points, curves, and/or pieces of surfaces. weighted minimal surface model for surface reconstruction from scattered points, curves, and/or pieces of surfaces. joint work with (S. Osher, R. Fedkiw and M. Kang) Desired properties for surface reconstruction:

More information

Data Analysis, Persistent homology and Computational Morse-Novikov theory

Data Analysis, Persistent homology and Computational Morse-Novikov theory Data Analysis, Persistent homology and Computational Morse-Novikov theory Dan Burghelea Department of mathematics Ohio State University, Columbuus, OH Bowling Green, November 2013 AMN theory (computational

More information

Analyse Topologique des Données

Analyse Topologique des Données Collège de France 31 mai 2017 Analyse Topologique des Données Frédéric Chazal DataShape team INRIA Saclay - Ile-de-France frederic.chazal@inria.fr Introduction [Shape database] [Galaxies data] [Scanned

More information

Computational Geometry Learning

Computational Geometry Learning Computational Geometry Learning Jean-Daniel Boissonnat Frédéric Chazal Geometrica, INRIA http://www-sop.inria.fr/geometrica Lectures at MPRI MPRI Computational Geometry Learning Lectures at MPRI 1 / 14

More information

Go With The Flow. Optical Flow-based Transport for Image Manifolds. Chinmay Hegde Rice University

Go With The Flow. Optical Flow-based Transport for Image Manifolds. Chinmay Hegde Rice University Go With The Flow Optical Flow-based Transport for Image Manifolds Chinmay Hegde Rice University Richard G. Baraniuk Aswin Sankaranarayanan Sriram Nagaraj Sensor Data Deluge Concise Models Our interest

More information

Thorsten Joachims Then: Universität Dortmund, Germany Now: Cornell University, USA

Thorsten Joachims Then: Universität Dortmund, Germany Now: Cornell University, USA Retrospective ICML99 Transductive Inference for Text Classification using Support Vector Machines Thorsten Joachims Then: Universität Dortmund, Germany Now: Cornell University, USA Outline The paper in

More information

Diffusion Map Kernel Analysis for Target Classification

Diffusion Map Kernel Analysis for Target Classification Diffusion Map Analysis for Target Classification Jason C. Isaacs, Member, IEEE Abstract Given a high dimensional dataset, one would like to be able to represent this data using fewer parameters while preserving

More information

Computational Statistics and Mathematics for Cyber Security

Computational Statistics and Mathematics for Cyber Security and Mathematics for Cyber Security David J. Marchette Sept, 0 Acknowledgment: This work funded in part by the NSWC In-House Laboratory Independent Research (ILIR) program. NSWCDD-PN--00 Topics NSWCDD-PN--00

More information

05 - Surfaces. Acknowledgements: Olga Sorkine-Hornung. CSCI-GA Geometric Modeling - Daniele Panozzo

05 - Surfaces. Acknowledgements: Olga Sorkine-Hornung. CSCI-GA Geometric Modeling - Daniele Panozzo 05 - Surfaces Acknowledgements: Olga Sorkine-Hornung Reminder Curves Turning Number Theorem Continuous world Discrete world k: Curvature is scale dependent is scale-independent Discrete Curvature Integrated

More information

Lecture 17 Sparse Convex Optimization

Lecture 17 Sparse Convex Optimization Lecture 17 Sparse Convex Optimization Compressed sensing A short introduction to Compressed Sensing An imaging perspective 10 Mega Pixels Scene Image compression Picture Why do we compress images? Introduction

More information

Optimal transport and redistricting: numerical experiments and a few questions. Nestor Guillen University of Massachusetts

Optimal transport and redistricting: numerical experiments and a few questions. Nestor Guillen University of Massachusetts Optimal transport and redistricting: numerical experiments and a few questions Nestor Guillen University of Massachusetts From Rebecca Solnit s Hope in the dark (apropos of nothing in particular) To hope

More information

Automated Discrimination of Shapes in High Dimensions

Automated Discrimination of Shapes in High Dimensions Automated Discrimination of Shapes in High Dimensions Linh Lieu and Naoki Saito Dept. of Mathematics, Univ. of California-Davis, One Shields Ave., Davis, CA, USA 95616 ABSTRACT We present a new method

More information

A Dendrogram. Bioinformatics (Lec 17)

A Dendrogram. Bioinformatics (Lec 17) A Dendrogram 3/15/05 1 Hierarchical Clustering [Johnson, SC, 1967] Given n points in R d, compute the distance between every pair of points While (not done) Pick closest pair of points s i and s j and

More information

Sparse wavelet expansions for seismic tomography: Methods and algorithms

Sparse wavelet expansions for seismic tomography: Methods and algorithms Sparse wavelet expansions for seismic tomography: Methods and algorithms Ignace Loris Université Libre de Bruxelles International symposium on geophysical imaging with localized waves 24 28 July 2011 (Joint

More information

Preparation Meeting. Recent Advances in the Analysis of 3D Shapes. Emanuele Rodolà Matthias Vestner Thomas Windheuser Daniel Cremers

Preparation Meeting. Recent Advances in the Analysis of 3D Shapes. Emanuele Rodolà Matthias Vestner Thomas Windheuser Daniel Cremers Preparation Meeting Recent Advances in the Analysis of 3D Shapes Emanuele Rodolà Matthias Vestner Thomas Windheuser Daniel Cremers What You Will Learn in the Seminar Get an overview on state of the art

More information

08 An Introduction to Dense Continuous Robotic Mapping

08 An Introduction to Dense Continuous Robotic Mapping NAVARCH/EECS 568, ROB 530 - Winter 2018 08 An Introduction to Dense Continuous Robotic Mapping Maani Ghaffari March 14, 2018 Previously: Occupancy Grid Maps Pose SLAM graph and its associated dense occupancy

More information

Visual Recognition: Image Formation

Visual Recognition: Image Formation Visual Recognition: Image Formation Raquel Urtasun TTI Chicago Jan 5, 2012 Raquel Urtasun (TTI-C) Visual Recognition Jan 5, 2012 1 / 61 Today s lecture... Fundamentals of image formation You should know

More information

MODEL SELECTION AND REGULARIZATION PARAMETER CHOICE

MODEL SELECTION AND REGULARIZATION PARAMETER CHOICE MODEL SELECTION AND REGULARIZATION PARAMETER CHOICE REGULARIZATION METHODS FOR HIGH DIMENSIONAL LEARNING Francesca Odone and Lorenzo Rosasco odone@disi.unige.it - lrosasco@mit.edu June 6, 2011 ABOUT THIS

More information

Divide and Conquer Kernel Ridge Regression

Divide and Conquer Kernel Ridge Regression Divide and Conquer Kernel Ridge Regression Yuchen Zhang John Duchi Martin Wainwright University of California, Berkeley COLT 2013 Yuchen Zhang (UC Berkeley) Divide and Conquer KRR COLT 2013 1 / 15 Problem

More information

A Geometric Perspective on Sparse Filtrations

A Geometric Perspective on Sparse Filtrations CCCG 2015, Kingston, Ontario, August 10 12, 2015 A Geometric Perspective on Sparse Filtrations Nicholas J. Cavanna Mahmoodreza Jahanseir Donald R. Sheehy Abstract We present a geometric perspective on

More information

Isotopic Approximation within a Tolerance Volume

Isotopic Approximation within a Tolerance Volume Isotopic Approximation within a Tolerance Volume Manish Mandad David Cohen-Steiner Pierre Alliez Inria Sophia Antipolis - 1 Goals and Motivation - 2 Goals and Motivation Input: Tolerance volume of a surface

More information

Generative and discriminative classification techniques

Generative and discriminative classification techniques Generative and discriminative classification techniques Machine Learning and Category Representation 013-014 Jakob Verbeek, December 13+0, 013 Course website: http://lear.inrialpes.fr/~verbeek/mlcr.13.14

More information

A TESSELLATION FOR ALGEBRAIC SURFACES IN CP 3

A TESSELLATION FOR ALGEBRAIC SURFACES IN CP 3 A TESSELLATION FOR ALGEBRAIC SURFACES IN CP 3 ANDREW J. HANSON AND JI-PING SHA In this paper we present a systematic and explicit algorithm for tessellating the algebraic surfaces (real 4-manifolds) F

More information

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Structured Light II Johannes Köhler Johannes.koehler@dfki.de Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Introduction Previous lecture: Structured Light I Active Scanning Camera/emitter

More information

Convex hulls of spheres and convex hulls of convex polytopes lying on parallel hyperplanes

Convex hulls of spheres and convex hulls of convex polytopes lying on parallel hyperplanes Convex hulls of spheres and convex hulls of convex polytopes lying on parallel hyperplanes Menelaos I. Karavelas joint work with Eleni Tzanaki University of Crete & FO.R.T.H. OrbiCG/ Workshop on Computational

More information

Learning a Manifold as an Atlas Supplementary Material

Learning a Manifold as an Atlas Supplementary Material Learning a Manifold as an Atlas Supplementary Material Nikolaos Pitelis Chris Russell School of EECS, Queen Mary, University of London [nikolaos.pitelis,chrisr,lourdes]@eecs.qmul.ac.uk Lourdes Agapito

More information

APPLICATIONS OF TOPOLOGICAL GRAPH THEORY TO 2-MANIFOLD LEARNING

APPLICATIONS OF TOPOLOGICAL GRAPH THEORY TO 2-MANIFOLD LEARNING APPLICATIONS OF TOPOLOGICAL GRAPH THEORY TO 2-MANIFOLD LEARNING T. BERRY AND S. SCHLUCHTER Abstract. We show how, given a sufficiently large point cloud sampled from an embedded 2-manifold in R n, we may

More information

STATISTICS AND ANALYSIS OF SHAPE

STATISTICS AND ANALYSIS OF SHAPE Control and Cybernetics vol. 36 (2007) No. 2 Book review: STATISTICS AND ANALYSIS OF SHAPE by H. Krim, A. Yezzi, Jr., eds. There are numerous definitions of a notion of shape of an object. These definitions

More information

Homology of Simplicial Complexes

Homology of Simplicial Complexes Homology of Simplicial Complexes Math, David Perkinson Introduction. This is an introduction to the homology of simplicial complexes suitable for a first course in linear algebra. It uses little more than

More information

Non-linear dimension reduction

Non-linear dimension reduction Sta306b May 23, 2011 Dimension Reduction: 1 Non-linear dimension reduction ISOMAP: Tenenbaum, de Silva & Langford (2000) Local linear embedding: Roweis & Saul (2000) Local MDS: Chen (2006) all three methods

More information