kb/data/en.wikipedia.org/wiki/Degree-Rips_bifiltration-0.md

8.5 KiB
Raw Blame History

title chunk source category tags date_saved instance
Degree-Rips bifiltration 1/1 https://en.wikipedia.org/wiki/Degree-Rips_bifiltration reference science, encyclopedia 2026-05-05T09:54:00.644610+00:00 kb-cron

The degree-Rips bifiltration is a simplicial filtration used in topological data analysis for analyzing the shape of point cloud data. It is a multiparameter extension of the VietorisRips filtration that possesses greater stability to data outliers than single-parameter filtrations, and which is more amenable to practical computation than other multiparameter constructions. Introduced in 2015 by Lesnick and Wright, the degree-Rips bifiltration is a parameter-free and density-sensitive vehicle for performing persistent homology computations on point cloud data.

== Definition == It is standard practice in topological data analysis (TDA) to associate a sequence of nested simplicial complexes to a finite data set in order to detect the persistence of topological features over a range of scale parameters. One way to do this is by considering the sequence of VietorisRips complexes of a finite set in a metric space indexed over all scale parameters. If

    X
  

{\displaystyle X}

is a finite set in a metric space, then this construction is known as the VietorisRips (or simply "Rips") filtration on

    X
  

{\displaystyle X}

, commonly denoted

      Rips
    
    (
    X
    )
  

{\displaystyle {\text{Rips}}(X)}

or

        R
      
    
    (
    X
    )
  

{\displaystyle {\mathcal {R}}(X)}

. The Rips filtration can be expressed as a functor

      Rips
    
    (
    X
    )
    :
    
      R
    
    →
    
      S
      i
      m
      p
    
  

{\displaystyle {\text{Rips}}(X):\mathbb {R} \to \mathbf {Simp} }

from the real numbers (viewed as a poset category) to the category of simplicial complexes and simplicial maps, a subcategory of the category

      T
      o
      p
    
  

{\displaystyle \mathbf {Top} }

of topological spaces and continuous maps via the geometric realization functor. The Rips filtration is indexed over a single parameter, but we can capture more information (e.g., density) about the underlying data set by considering multiparameter filtrations. A filtration indexed by the product of two totally-ordered sets is known as a bifiltration, first introduced by Gunnar Carlsson and Afra Zomorodian in 2009. The degree-Rips bifiltration filters each simplicial complex in the Rips filtration by the degree of each vertex in the graph isomorphic to the 1-skeleton at each index. More formally, let

    (
    a
    ,
    b
    )
  

{\displaystyle (a,b)}

be an element of

        R
      
      
        2
      
    
  

{\displaystyle \mathbb {R} ^{2}}

and define

      G
      
        a
        ,
        b
      
    
  

{\displaystyle G_{a,b}}

to be the subgraph of the 1-skeleton of

      Rips
    
    (
    X
    
      )
      
        b
      
    
  

{\displaystyle {\text{Rips}}(X)_{b}}

containing all vertices whose degree is at least

    a
  

{\displaystyle a}

. Subsequently building the maximal simplicial complex possible on this 1-skeleton, we obtain a complex

      D-Rips
    
    (
    X
    
      )
      
        a
        ,
        b
      
    
  

{\displaystyle {\text{D-Rips}}(X)_{a,b}}

. By doing this for all possible vertex degrees, and across all scale parameters in the Rips filtration, we extend the Rips construction to a bifiltration

    {
    
      D-Rips
    
    (
    X
    
      )
      
        a
        ,
        b
      
    
    
      }
      
        (
        a
        ,
        b
        )
        ∈
        
          
            R
          
          
            2
          
        
      
    
  

{\displaystyle \{{\text{D-Rips}}(X)_{a,b}\}_{(a,b)\in \mathbb {R} ^{2}}}

. Note that since the size of each complex will decrease as

    a
  

{\displaystyle a}

increases, we should identify the indexing set

        R
      
      
        2
      
    
  

{\displaystyle \mathbb {R} ^{2}}

with

        R
      
      
        op
      
    
    ×
    
      R
    
  

{\displaystyle \mathbb {R} ^{\text{op}}\times \mathbb {R} }

, where

        R
      
      
        op
      
    
  

{\displaystyle \mathbb {R} ^{\text{op}}}

is the opposite poset category of

      R
    
  

{\displaystyle \mathbb {R} }

. Therefore the degree-Rips bifiltration can be viewed as a functor

      D-Rips
    
    (
    X
    )
    :
    
      
        R
      
      
        op
      
    
    ×
    
      R
    
    →
    
      S
      i
      m
      p
    
  

{\displaystyle {\text{D-Rips}}(X):\mathbb {R} ^{\operatorname {op} }\times \mathbb {R} \to \mathbf {Simp} }

. The idea behind the degree-Rips bifiltration is that vertices of higher degree will correspond to higher density regions of the underlying data set. However, since degree-Rips does not depend on an arbitrary choice of a parameter (such as a pre-selected density parameter, which is a priori difficult to determine), it is a convenient tool for analyzing data.

== Applications to data analysis == The degree-Rips bifiltration possesses several properties that make it a useful tool in data analysis. For example, each of its skeleta has polynomial size; the k-dimensional skeleton of

      D-Rips
    
    (
    X
    )
  

{\displaystyle {\text{D-Rips}}(X)}

has

    O
    (
    
      |
    
    X
    
      
        |
      
      
        k
        +
        2
      
    
    )
  

{\displaystyle O(|X|^{k+2})}

simplices, where

    O
  

{\displaystyle O}

denotes an asymptotic upper bound. Moreover, it has been shown that the degree-Rips bifiltration possesses reasonably strong stability properties with respect to perturbations of the underlying data set. Further work has also been done examining the stable components and homotopy types of degree-Rips complexes. The software RIVET was created in order to visualize several multiparameter invariants (i.e., data structures that attempt to capture underlying geometric information of the data) of 2-parameter persistence modules, including the persistent homology modules of the degree-Rips bifiltration. These invariants include the Hilbert function, rank invariant, and fibered barcode. As a follow-up to the introduction of degree-Rips in their original 2015 paper, Lesnick and Wright showed in 2022 that a primary component of persistent homology computations (namely, computing minimal presentations and bigraded Betti numbers) can be achieved efficiently in a way that outperforms other persistent homology software. Methods of improving algorithmic efficiency of multiparameter persistent homology have also been explored that suggest the possibility of substantial speed increases for data analysis tools such as RIVET. The degree-Rips bifiltration has been used for analyzing data clusters with respect to variations in density. There has been some preliminary experimental analysis of the performance of degree-Rips with respect to outliers in particular, but this is an ongoing area of research as of February 2023.

== References ==