Diffusion wavelets explained
Diffusion wavelets are a fast multiscale framework for the analysis of functions on discrete (or discretized continuous) structures like graphs, manifolds, and point clouds in Euclidean space. Diffusion wavelets are an extension of classical wavelet theory from harmonic analysis. Unlike classical wavelets whose basis functions are predetermined, diffusion wavelets are adapted to the geometry of a given diffusion operator
(e.g., a
heat kernel or a
random walk). Moreover, the diffusion wavelet basis functions are constructed by dilation using the dyadic powers (powers of two) of
. These dyadic powers of
diffusion over the space and propagate local relationships in the function throughout the space until they become global. And if the rank of higher powers of
decrease (i.e., its spectrum decays), then these higher powers become compressible. From these decaying dyadic powers of
comes a chain of decreasing subspaces. These subspaces are the scaling function approximation subspaces, and the differences in the subspace chain are the wavelet subspaces.
Diffusion wavelets were first introduced in 2004 by Ronald Coifman and Mauro Maggioni at Yale University.[1]
Algorithm
This algorithm constructs the scaling basis functions and the wavelet basis functions along with the representations of the diffusion operator
at these scales.
In the algorithm below, the subscript notation
and
represents the scaling basis functions at scale
and the wavelet basis functions at scale
respectively. The notation
denotes the matrix representation of the scaling basis
represented with respect to the basis
. Lastly, the notation
denotes the matrix represents of the operator
, where the
row space of
is represented with respect to the basis
, and the
column space of
is represented with respect to the basis
. Otherwise put, the domain of operator
is represented with respect to the basis
and the range is represented with respect to the basis
. The function
is a sparse
QR decomposition with
precision.
[2] // Input: //
is the matrix representation of the diffusion operator. //
is the precision of the QR decomposition, e.g., 1e-6. //
is the maximum number of scale levels (note: this is an
optional upper bound, it may converge sooner.) // Output: //
is the set of scaling basis functions indexed by scale
. //
is the set of wavelet basis functions indexed by scale
.
\lbrace\Phij\rbrace,\lbrace\Psij\rbrace\leftarrowfunctionDiffusionWaveletTree(T,\epsilon,J):
:
[\Phij+1
,
\leftarrow
,\epsilon\right)
\leftarrow
[\Phij+1
\right)2
[\Psij]
\leftarrow
QR\left(I | |
| \langle\Phij\rangle |
-[\Phij+1
\left([\Phij+1
\right)*,\epsilon\right)
Applications
Mathematics
Diffusion wavelets are of general interest in mathematics. Specifically, they allow for the direct calculation of the Green′s function and the inverse graph Laplacian.
Computer science
Diffusion wavelets have been used extensively in computer science, especially in machine learning. They have been applied to the following fields:
See also
References
- Coifman . Ronald . Mauro Maggioni . Diffusion Wavelets . Applied and Computational Harmonic Analysis . May 2008 . 24 . 3 . 329–353 . dead . https://web.archive.org/web/20120422151024/http://www.math.duke.edu/~mauro/Papers/DiffusionWavelets.pdf . 2012-04-22 .
- Maggioni. Mauro. Mahadevan, Sridhar. Fast Direct Policy Evaluation using Multiscale Analysis of Markov Diffusion Processes. The 23rd International Conference on Machine Learning. 2006.
- Mahadevan. Sridhar. Learning Representation and Control in Markov Decision Processes. Foundations and Trends in Machine Learning. 2008. 1. 4.
- Wang. Chang. Mahadevan, Sridhar. Multiscale Manifold Alignment. Univ. Of Massachusetts Technical Report. 2010. UM-CS-2010-049.
- Mahadevan. Sridhar. Maggioni, Mauro. Value Function Approximation using Diffusion Wavelets and Laplacian Eigenfunctions. Advances in Neural Information Processing Systems. 2006.
- Wang. Chang. Mahadevan, Sridhar. Multiscale Dimensionality Reduction with Diffusion Wavelets. Univ. Of Massachusetts Technical Report. 2009. UM-CS-2009-030.
- Mahadevan. Sridhar. Adaptive Mesh Compression in 3D Computer Graphics using Multiresolution Manifold Learning. The 24th International Conference on Machine Learning. 2007.
- Wang . Chang . Mahadevan . Sridhar . Boutilier . Craig . Multiscale Analysis of Document Corpora Based on Diffusion Models . https://ijcai.org/Proceedings/09/Papers/266.pdf . 1592–1597 . IJCAI 2009, Proceedings of the 21st International Joint Conference on Artificial Intelligence, Pasadena, California, USA, July 11–17, 2009 . 2009.
External links