Approximation power of the restricted Delaunay Proof for curves: → show that every edge of Del S ( P ) connects consecutive points of P along S , and vice-versa Let c ∈ pq ∗ ∩ S . r = � c − p � = � c − q � = d( c, P ) ≤ ε < ̺ S ≤ lfs( c ) ⇒ B ( c, r ) ∩ S is a topological arc c p q S
Approximation power of the restricted Delaunay Proof for curves: → show that every edge of Del S ( P ) connects consecutive points of P along S , and vice-versa Let c ∈ pq ∗ ∩ S . r = � c − p � = � c − q � = d( c, P ) ≤ ε < ̺ S ≤ lfs( c ) ⇒ B ( c, r ) ∩ S is a topological arc s if s ∈ P \ { p, q } belongs to this arc, then the arc is tangent to ∂B ( c, r ) in p , q or s (say s ) c p q ⇒ d( c, P ) = r = � c − s � ≥ lfs( s ) > ε . (contradiction with the hypothesis of the theorem) S
Approximation power of the restricted Delaunay Proof for curves: → show that every edge of Del S ( P ) connects consecutive points of P along S , and vice-versa c ∈ ps ∗ for some s ∈ P \ { p } Let c ∈ arc S ( pq ) ∩ ∂p ∗ . c p q S
Approximation power of the restricted Delaunay Proof for curves: → show that every edge of Del S ( P ) connects consecutive points of P along S , and vice-versa c ∈ ps ∗ for some s ∈ P \ { p } Let c ∈ arc S ( pq ) ∩ ∂p ∗ . S ⇒ ps ∈ Del S ( P ) s ⇒ p , s consecutive along S , with c ∈ arc S ( ps ) c (by previous part of the proof) ⇒ s = q p q S
Approximation power of the restricted Delaunay Proof for curves: → show that every edge of Del S ( P ) connects consecutive points of P along S , and vice-versa ⇒ Del S ( P ) is homeomorphic to S between each pair of consecutive points of P Since Del S ( P ) is embedded in Del( P ), it does not self-intersect ⇒ global homeomorphism
Computing the restricted Delaunay Q How to compute Del S ( P ) when S is unknown?
Computing the restricted Delaunay Q How to compute Del S ( P ) when S is unknown? → a whole family of algorithms use various Delaunay extraction criteria: - crust - power crust - cocone - tight cocone - · · ·
Crust algorithm [Amenta et al. 1997-98]
1. Compute Delaunay triangulation of P Crust algorithm [Amenta et al. 1997-98]
1. Compute Delaunay triangulation of P Crust algorithm [Amenta et al. 1997-98]
2. Compute poles (furthest Voronoi vertices) Crust algorithm [Amenta et al. 1997-98]
3. Add poles to the set of vertices Crust algorithm [Amenta et al. 1997-98]
3. Add poles to the set of vertices Crust algorithm [Amenta et al. 1997-98]
4. Keep Delaunay simplices whose vertices are in P Crust algorithm [Amenta et al. 1997-98]
→ in 2-d, crust = Del S ( P ) ≈ S Crust algorithm [Amenta et al. 1997-98]
→ in 2-d, crust = Del S ( P ) ≈ S Crust algorithm [Amenta et al. 1997-98]
→ in 2-d, crust = Del S ( P ) ≈ S Crust algorithm → in 3-d, crust ⊇ Del S ( P ) ≈ S [Amenta et al. 1997-98]
→ in 2-d, crust = Del S ( P ) ≈ S Crust algorithm → in 3-d, crust ⊇ Del S ( P ) ≈ S [Amenta et al. 1997-98] ⇒ manifold extraction step in post-processing
Back to the reconstruction paradigm transition : voici l’etat de l’art il y a quelques annees. On savait reconstruire des courbes dans le plan et des surfaces dans R 3 lisses sans bruit avec garanties. Puis on a commence a s’interesser aux objets non lisses, non manifold, en toutes dimensions, avec du bruit. Et la, un probleme fondamental est apparu... Q What do you see? Why?
Back to the reconstruction paradigm transition : voici l’etat de l’art il y a quelques annees. On savait reconstruire des courbes dans le plan et des surfaces dans R 3 lisses sans bruit avec garanties. Puis on a commence a s’interesser aux objets non lisses, non manifold, en toutes dimensions, avec du bruit. Et la, un probleme fondamental est apparu... Q What do you see? Why?
Back to the reconstruction paradigm transition : voici l’etat de l’art il y a quelques annees. On savait reconstruire des courbes dans le plan et des surfaces dans R 3 lisses sans bruit avec garanties. Puis on a commence a s’interesser aux objets non lisses, non manifold, en toutes dimensions, avec du bruit. Et la, un probleme fondamental est apparu... → When the dimensionality of the data is unknown or there is noise, the reconstruction result depends on the scale at which the data is looked at. → need for multi-scale reconstruction techniques
Multi-scale approach in a nutshell → build a one-parameter family of complexes approximating the input at various scales
Multi-scale approach in a nutshell → build a one-parameter family of complexes approximating the input at various scales → connections with manifold learning and topological persistence
Multi-scale algorithm [Guibas, Oudot 2007] Input: a finite point set W ⊂ R n → resample W iteratively, and maintain a simplicial complex: the simplicial complex serves as an approximation
Multi-scale algorithm [Guibas, Oudot 2007] Input: a finite point set W ⊂ R n → resample W iteratively, and maintain a simplicial complex: the simplicial complex serves as an approximation Let L := { p } , for some p ∈ W ;
Multi-scale algorithm [Guibas, Oudot 2007] Input: a finite point set W ⊂ R n → resample W iteratively, and maintain a simplicial complex: the simplicial complex serves as an approximation Let L := { p } , for some p ∈ W ; while L � W Let q := argmax w ∈ W d( w, L );
Multi-scale algorithm [Guibas, Oudot 2007] Input: a finite point set W ⊂ R n → resample W iteratively, and maintain a simplicial complex: the simplicial complex serves as an approximation Let L := { p } , for some p ∈ W ; while L � W Let q := argmax w ∈ W d( w, L ); L := L ∪ { q } ; update simplicial complex; end while
Multi-scale algorithm [Guibas, Oudot 2007] Input: a finite point set W ⊂ R n → resample W iteratively, and maintain a simplicial complex: the simplicial complex serves as an approximation Let L := { p } , for some p ∈ W ; while L � W Let q := argmax w ∈ W d( w, L ); L := L ∪ { q } ; update simplicial complex; end while
Multi-scale algorithm [Guibas, Oudot 2007] Input: a finite point set W ⊂ R n → resample W iteratively, and maintain a simplicial complex: the simplicial complex serves as an approximation Let L := { p } , for some p ∈ W ; while L � W Let q := argmax w ∈ W d( w, L ); L := L ∪ { q } ; update simplicial complex; end while Output: the sequence of simplicial complexes
The simplicial complex to maintain → maintain the witness complex C W ( L ) [de Silva 2003]: Here, X is any metric space Let L ⊆ R d (landmarks) s.t. | L | < + ∞ and W ⊆ R d (witnesses)
The simplicial complex to maintain → maintain the witness complex C W ( L ) [de Silva 2003]: Here, X is any metric space Let L ⊆ R d (landmarks) s.t. | L | < + ∞ and W ⊆ R d (witnesses) Def. w ∈ W strongly witnesses [ v 0 , · · · , v k ] if � w − v i � = � w − v j � ≤ � w − u � for all i, j = 0 , · · · , k and all u ∈ L \ { v 0 , · · · , v k } (Delaunay test)
The simplicial complex to maintain → maintain the witness complex C W ( L ) [de Silva 2003]: Here, X is any metric space Let L ⊆ R d (landmarks) s.t. | L | < + ∞ and W ⊆ R d (witnesses) Def. w ∈ W strongly witnesses [ v 0 , · · · , v k ] if � w − v i � = � w − v j � ≤ � w − u � for all i, j = 0 , · · · , k and all u ∈ L \ { v 0 , · · · , v k } (Delaunay test) Def. w ∈ W weakly witnesses [ v 0 , · · · , v k ] if � w − v i � ≤ � w − u � for all i = 0 , · · · , k and all u ∈ L \ { v 0 , · · · , v k } .
The simplicial complex to maintain → maintain the witness complex C W ( L ) [de Silva 2003]: Here, X is any metric space Let L ⊆ R d (landmarks) s.t. | L | < + ∞ and W ⊆ R d (witnesses) Def. w ∈ W strongly witnesses [ v 0 , · · · , v k ] if � w − v i � = � w − v j � ≤ � w − u � for all i, j = 0 , · · · , k and all u ∈ L \ { v 0 , · · · , v k } (Delaunay test) Def. w ∈ W weakly witnesses [ v 0 , · · · , v k ] if � w − v i � ≤ � w − u � for all i = 0 , · · · , k and all u ∈ L \ { v 0 , · · · , v k } . C W ( L ) is the largest abstract simplicial complex built Def. over L , whose faces are weakly witnessed by points of W .
The witness complex (properties) ∀ W, L , ∀ σ ∈ C W ( L ), ∃ c ∈ R d that strongly witnesses σ . Thm. 1 [de Silva 2003] ⇒ C W ( L ) is a subcomplex of Del( L ) ⇒ C W ( L ) is embedded in R d
The witness complex (properties) ∀ W, L , ∀ σ ∈ C W ( L ), ∃ c ∈ R d that strongly witnesses σ . Thm. 1 [de Silva 2003] ⇒ C W ( L ) is a subcomplex of Del( L ) ⇒ C W ( L ) is embedded in R d Thm. 2 [de Silva, Carlsson 2004] - The size of C W ( L ) is O ( d | W | ) - The time to compute C W ( L ) is O ( d | W || L | ) every point of W witnesses exactly one simplex of each dimension
The witness complex (properties) ∀ W, L , ∀ σ ∈ C W ( L ), ∃ c ∈ R d that strongly witnesses σ . Thm. 1 [de Silva 2003] ⇒ C W ( L ) is a subcomplex of Del( L ) ⇒ C W ( L ) is embedded in R d Thm. 2 [de Silva, Carlsson 2004] - The size of C W ( L ) is O ( d | W | ) - The time to compute C W ( L ) is O ( d | W || L | ) every point of W witnesses exactly one simplex of each dimension Thm. 3 [Guibas, Oudot 2007] [Attali, Edelsbrunner, Mileyko 2007] Under some conditions, C W ( L ) = Del S ( L ) ≈ S
The witness complex (properties) → connection with reconstruction: • W ⊂ R d is given as input • L ⊆ W is generated • underlying manifold S unknown • only distance comparisons ⇒ algorithm is applicable in any metric space
The witness complex (properties) → connection with reconstruction: • W ⊂ R d is given as input • L ⊆ W is generated • underlying manifold S unknown • only distance comparisons ⇒ algorithm is applicable in any metric space • In R d , C W ( L ) can be maintained by updating, for each witness w , the list of d + 1 nearest land- Argument: C W ( L ) ⊆ Del( L ), whose simplices have marks of w . dimension at most n ≤ O ( d | W | ) ⇒ space ≤ � d | W | 2 � time O
The full algorithm Input: a finite point set W ⊂ R d .
The full algorithm Input: a finite point set W ⊂ R d . Init: L := { p } ; construct lists of nearest landmarks; C W ( L ) = { [ p ] } ; Invariant: ∀ w ∈ W , the list of d + 1 nearest landmarks of w is maintained throughout the process.
The full algorithm Input: a finite point set W ⊂ R d . Init: L := { p } ; construct lists of nearest landmarks; C W ( L ) = { [ p ] } ; Invariant: ∀ w ∈ W , the list of d + 1 nearest landmarks of w is maintained throughout the process. while L � W
The full algorithm Input: a finite point set W ⊂ R d . Init: L := { p } ; construct lists of nearest landmarks; C W ( L ) = { [ p ] } ; Invariant: ∀ w ∈ W , the list of d + 1 nearest landmarks of w is maintained throughout the process. while L � W insert argmax w ∈ W d( w, L ) in L ; update the lists of nearest neighbors;
The full algorithm Input: a finite point set W ⊂ R d . Init: L := { p } ; construct lists of nearest landmarks; C W ( L ) = { [ p ] } ; Invariant: ∀ w ∈ W , the list of d + 1 nearest landmarks of w is maintained throughout the process. while L � W insert argmax w ∈ W d( w, L ) in L ; update the lists of nearest neighbors; update C W ( L ); end while
The full algorithm Input: a finite point set W ⊂ R d . Init: L := { p } ; construct lists of nearest landmarks; C W ( L ) = { [ p ] } ; Invariant: ∀ w ∈ W , the list of d + 1 nearest landmarks of w is maintained throughout the process. while L � W insert argmax w ∈ W d( w, L ) in L ; update the lists of nearest neighbors; update C W ( L ); end while
The full algorithm Input: a finite point set W ⊂ R d . Init: L := { p } ; construct lists of nearest landmarks; C W ( L ) = { [ p ] } ; Invariant: ∀ w ∈ W , the list of d + 1 nearest landmarks of w is maintained throughout the process. while L � W insert argmax w ∈ W d( w, L ) in L ; update the lists of nearest neighbors; update C W ( L ); end while Output: the sequence of complexes C W ( L )
Theoretical guarantees → case of curves: [Carlsson, de Silva 2004]: Conjecture C W ( L ) coincides with Del S ( L )...
Theoretical guarantees → case of curves: [Carlsson, de Silva 2004]: Conjecture C W ( L ) coincides with Del S ( L )... ... under some conditions on W and L
Theoretical guarantees → case of curves: If S is a closed curve with positive reach, W ⊂ R d s.t. d H ( W, S ) ≤ δ , Thm. 3 < ̺ S , then C W ( L ) = Del S ( L ) ≈ S . L ⊆ W ε -sparse ε -sample of W with δ < < ε < > ε
Theoretical guarantees → case of curves: If S is a closed curve with positive reach, W ⊂ R d s.t. d H ( W, S ) ≤ δ , Thm. 3 < ̺ S , then C W ( L ) = Del S ( L ) ≈ S . L ⊆ W ε -sparse ε -sample of W with δ < < ε < ε l ε r β 0 β 1 > ε 2 1 0 1 / ̺ S 1 / ε r 1 / ε l 1 / δ 1 / ε → There is a plateau in the diagram of Betti numbers of C W ( L ) . talk about stabilization of topological invariants, e.g. Betti numbers (number of CCs and holes here)
Theoretical guarantees → case of curves: If S is a closed curve with positive reach, W ⊂ R d s.t. d H ( W, S ) ≤ δ , Thm. 3 < ̺ S , then C W ( L ) = Del S ( L ) ≈ S . L ⊆ W ε -sparse ε -sample of W with δ < < ε < • Del S ( L ) ⊆ C W ( L ) > ε
Theoretical guarantees → case of curves: If S is a closed curve with positive reach, W ⊂ R d s.t. d H ( W, S ) ≤ δ , Thm. 3 < ̺ S , then C W ( L ) = Del S ( L ) ≈ S . L ⊆ W ε -sparse ε -sample of W with δ < < ε < • Del S ( L ) ⊆ C W ( L ) > ε δ
Theoretical guarantees → case of curves: If S is a closed curve with positive reach, W ⊂ R d s.t. d H ( W, S ) ≤ δ , Thm. 3 < ̺ S , then C W ( L ) = Del S ( L ) ≈ S . L ⊆ W ε -sparse ε -sample of W with δ < < ε < • Del S ( L ) ⊆ C W ( L ) > ε
Theoretical guarantees → case of curves: If S is a closed curve with positive reach, W ⊂ R d s.t. d H ( W, S ) ≤ δ , Thm. 3 < ̺ S , then C W ( L ) = Del S ( L ) ≈ S . L ⊆ W ε -sparse ε -sample of W with δ < < ε < • Del S ( L ) ⊆ C W ( L ) > ε • C W ( L ) ⊆ Del S ( L )
Theoretical guarantees → case of surfaces: Thm [Attali, Edelsbrunner, Mileyko] < ̺ S , then ∀ W ⊆ S , C W ( L ) ⊆ Del S ( L ). If ε < ⇒ C S ( L ) = Del S ( L ) ε = 0 . 2, ̺ S ≈ 0 . 25
Theoretical guarantees → case of surfaces: Thm [Attali, Edelsbrunner, Mileyko] < ̺ S , then ∀ W ⊆ S , C W ( L ) ⊆ Del S ( L ). If ε < ⇒ C S ( L ) = Del S ( L ) Del S ( L ) � C W ( L ) if W � S Pb ε = 0 . 2, ̺ S ≈ 0 . 25
Theoretical guarantees → case of surfaces: Thm [Attali, Edelsbrunner, Mileyko] < ̺ S , then ∀ W ⊆ S , C W ( L ) ⊆ Del S ( L ). If ε < ⇒ C S ( L ) = Del S ( L ) Del S ( L ) � C W ( L ) if W � S Pb ε = 0 . 2, ̺ S ≈ 0 . 25 order-2 Voronoi diagram
Theoretical guarantees → case of surfaces: Thm [Attali, Edelsbrunner, Mileyko] < ̺ S , then ∀ W ⊆ S , C W ( L ) ⊆ Del S ( L ). If ε < ⇒ C S ( L ) = Del S ( L ) Del S ( L ) � C W ( L ) if W � S Pb ε = 0 . 2, ̺ S ≈ 0 . 25 order-2 Voronoi diagram
Theoretical guarantees → case of surfaces: Thm [Attali, Edelsbrunner, Mileyko] < ̺ S , then ∀ W ⊆ S , C W ( L ) ⊆ Del S ( L ). If ε < ⇒ C S ( L ) = Del S ( L ) Del S ( L ) � C W ( L ) if W � S Pb Solution relax witness test [Guibas, Oudot] ⇒ C W ν ( L ) = Del S ( L )+ slivers ⇒ C W ν ( L ) � Del( L ) ⇒ C W ν ( L ) not embedded. extract manifold Post-process M from C W ν ( L ) ∩ Del( L ) [Amenta, Choi, Dey, Leekha]
Some results
Some results 1 2 3
Recommend
More recommend