Source-linked AI summary

Vector Diffusion Maps and the Connection Laplacian

Amit Singer, Hau-tieng Wu

arXiv:1102.0075v1math.STstat.ML

TL;DR

High-dimensional data analysis needs representations that account for transformations between data points and vector fields, not only scalar relationships. The paper introduces vector diffusion maps, then proves their connection to the connection-Laplacian for vector fields under a manifold-learning setup.

  • Problem

    Existing data-analysis approaches do not directly use heat kernels for vector fields, while transformations along different paths can be inconsistent on curved manifolds.

  • Method

    VDM constructs a vector-field heat kernel from weighted affinities and orthogonal transformations, using its spectral decomposition to embed data and define vector diffusion distances.

  • Results

    The paper proves that, under manifold-sampling conditions, VDM’s aligned orthogonal transformations approximate parallel transport and its operator relates to the connection-Laplacian.

  • Takeaways & Limitations

    VDM provides a transformation-aware metric and embedding for organizing high-dimensional data, with a manifold-theoretic interpretation through vector-field diffusion.

  • Takeaways & Limitations

    The framework assumes data lie exactly on a low-dimensional manifold, although real data may be off-manifold; nonuniform sampling and manifold geometry also complicate scale selection.

Abstract

from arXiv · show

We introduce {\em vector diffusion maps} (VDM), a new mathematical framework for organizing and analyzing massive high dimensional data sets, images and shapes. VDM is a mathematical and algorithmic generalization of diffusion maps and other non-linear dimensionality reduction methods, such as LLE, ISOMAP and Laplacian eigenmaps. While existing methods are either directly or indirectly related to the heat kernel for functions over the data, VDM is based on the heat kernel for vector fields. VDM provides tools for organizing complex data sets, embedding them in a low dimensional space, and interpolating and regressing vector fields over the data. In particular, it equips the data with a metric, which we refer to as the {\em vector diffusion distance}. In the manifold learning setup, where the data set is distributed on (or near) a low dimensional manifold $\MM^d$ embedded in $\RR^{p}$, we prove the relation between VDM and the connection-Laplacian operator for vector fields over the manifold.

1. Introduction.

Vector diffusion maps (VDM) organizes high-dimensional data by constructing a heat kernel for vector fields from weighted graphs and orthogonal transformations. Its spectral decomposition embeds the data in a Hilbert space and defines vector diffusion distances, particularly in settings modeled by low-dimensional manifolds.

  • Framework: VDM represents relationships between data points with weighted graph edges carrying linear orthogonal transformations O_ij.For aligned images, O_ij captures rotational alignment while w_ij measures affinity after optimal alignment.
  • Framework: VDM constructs a heat kernel for vector fields from the weighted graph and orthogonal transformations.This distinguishes its construction from methods related to heat kernels for functions over the data.
  • Framework: The kernel’s spectral decomposition embeds the data in a Hilbert space and defines vector diffusion distances between data points.The resulting metric is called the vector diffusion metric or vector diffusion distance.
  • Manifold learning setup: The manifold-learning setup assumes data points lie on or near a low-dimensional Riemannian manifold M^d embedded in R^p, with d ≪ p.This assumption supports learning geometric and topological structure from a high-dimensional point cloud.

2. Data sampled from a Riemannian manifold.

The section estimates local tangent spaces and intrinsic dimension from neighborhood-weighted PCA, then aligns nearby tangent bases to approximate parallel transport and construct graph connections.

  • Local PCA: Local PCA estimates each point’s tangent plane from neighbors within radius √ϵPCA, using curvature- or noise-affected displacement vectors centered at xi.The neighborhood scale must provide at least d neighbors while remaining much smaller than n.
  • Local PCA: Kernel-scaled neighbor displacements form Bi, emphasizing nearby points; its singular values support local dimension estimation and tangent-basis recovery.The covariance matrix is not explicitly formed; computations use Bi instead.
  • Local PCA: The intrinsic dimension is estimated as d̂ = median{d1, d2, . . . , dn}, which is more robust to outliers than the mean estimator.The median minimizes the sum of absolute errors, and subsequent notation uses d for d̂.
  • Local PCA: Oi consists of the d leading left singular vectors of Bi and provides an orthonormal numerical approximation to the tangent plane TxiM.Its columns are also the eigenvectors associated with the d largest eigenvalues of the local covariance matrix.
  • Alignment: For nearby points, alignment sets Oij to the closest orthogonal transformation to Oi^T Oj, computed from its SVD as Oij = UV^T.The resulting matrix is later shown to approximate parallel transport between nearby tangent spaces.
  • Alignment: Only nearby bases are aligned, producing an undirected graph whose edges satisfy 0 < ∥xi − xj∥Rp < √ϵ and whose weights depend on Euclidean distance through K.The weight kernel may differ from the kernel used for local PCA.

3. Vector diffusion mapping.

Vector diffusion mapping extends diffusion-map affinities by aggregating orthogonal transformations along graph paths, thereby capturing their consistency as well as path connectivity. Its basis-invariant embedding defines a vector diffusion distance and admits efficient truncated spectral approximations.

  • Operator construction: S is an nd × nd symmetric block matrix whose nonzero d × d blocks are weighted orthogonal transformations Oij multiplied by wij.The diagonal normalization D has the same block size, with diagonal blocks given by weighted node degrees.
  • Operator construction: D−1S transports vectors from nearby tangent spaces into TxiM and averages the transported vectors, acting as an averaging operator for vector fields.Vectors of length nd are viewed as n vectors in Rd, with each v(i) regarded as a tangent-space vector.
  • Vector diffusion affinity: VDM sums orthogonal transformations along all length-t paths, so path-dependent cancellations measure consistency of transport transformations rather than only the number of connecting paths.For fixed path counts, the squared Hilbert–Schmidt affinity is larger when transformations agree and smaller when they differ.
  • Vector diffusion mapping: The vector diffusion mapping Vt embeds data using eigenvector blocks and is invariant to the choice of tangent-space bases because their dot products are invariant under orthogonal transformations.The associated symmetric vector diffusion distance is defined between nodes from this embedding.
  • Truncated mapping: For sufficiently large t, only a few largest-magnitude eigenvalues contribute substantially, enabling efficient truncated approximations without explicitly forming the typically dense matrix S̃^2t.All eigenvalues of S̃ lie in [−1, 1], and the truncated mapping embeds the data in R^m2 or, more efficiently, R^{m(m+1)/2}.

4. Normalized Vector Diffusion Mappings.

This section introduces degree-normalized vector diffusion mappings and the associated vector diffusion distances. It also generalizes the construction with an α-parameterized normalization family, including the original mapping at α = 0.

  • Degree normalization: Proper normalization by vertex degrees is required for the Hilbert-Schmidt embedding of D^-1S and defines the associated vector diffusion distances.This parallels the degree normalization used for diffusion maps.
  • Normalized mappings: The mappings that normalize embedded points to the unit sphere are equivalent, so both produce the same angles between pairs of embedded points.The equivalence concerns i ↦ V_t(i)/∥V_t(i)∥ and the corresponding normalized V′ mapping.
  • α-normalization family: A weighted family of normalized mappings is constructed by introducing α with 0 ≤ α ≤ 1 and defining W_α, S_α, weighted degrees, and D_α.The matrices S_α and D_α replace S and D in defining V_α,t and V′_α,t.
  • α-normalization family: At α = 0, the weighted construction recovers S_0 = S, D_0 = D, V_0,t = V_t, and V′_0,t = V′_t.The case α = 1 is identified as especially important for the following section.

5. Convergence to the connection-Laplacian.

The paper proves that VDM’s normalized operator converges to the connection-Laplacian on vector fields, with sampling-density-dependent potential terms removed when α = 1. Its eigenvectors approximate connection-Laplacian eigenvector fields, including homogeneous Neumann boundary conditions, and its diffusion operator approximates the continuous heat kernel.

  • Comparison with scalar operators: The graph Laplacian converges pointwise to the Laplace-Beltrami operator under uniform sampling and to the Fokker-Planck operator under non-uniform sampling.For non-uniform sampling, the potential is U(x) = −2 log p(x).
  • Theorem 5.1: D⁻¹Sα−I converges to the connection-Laplacian plus potential terms depending on p(x), while D⁻¹S1−I converges without additional potential terms.The paper calls D⁻¹S1−I the graph connection-Laplacian.
  • Theorem 5.1: VDM’s l-th eigenvector is a discrete approximation of the l-th connection-Laplacian eigenvector field Xl satisfying ∇²Xl = −λlXl.Here λl ≥ 0.
  • Boundary behavior: For compact manifolds with boundary, the eigenvectors approximate connection-Laplacian eigenvector fields satisfying homogeneous Neumann boundary conditions.The conditions are ∇²X(x) = −λX(x) on M and ∇∂dX(x) = 0 on ∂M.
  • Heat-kernel approximation: For any t > 0, the VDM diffusion operator approximates the heat kernel e^(t∇²) on L²(TM) in the L² sense.The continuous operator acts on squared-integrable vector fields and uses parallel transport between tangent spaces.

6. Numerical simulations.

Numerical experiments verify the predicted connection-Laplacian eigenspace multiplicities on spheres and compare vector diffusion, diffusion, and geodesic distances across compact manifolds with and without boundaries. Truncated vector diffusion embeddings show dimensions that decrease as diffusion time increases, with results varying substantially by manifold and sampling geometry.

  • Sphere eigenspaces: For n = 8000 samples on S^d, d = 2, 3, 4, 5, numerical eigenvalue multiplicities agree fully with the predicted connection-Laplacian eigenspace dimensions.The predicted dimensions are S2: 6, 10, 14, …; S3: 4, 6, 9, 16, 16, …; S4: 5, 10, 14, …; and S5: 6, 15, 20, … .
  • Distance comparisons: The distance comparison evaluates vector diffusion, diffusion, and geodesic distances on S2, T 2, [−π, π], and [0, 2π] × [0, 2π].VDM and DM mappings are truncated using δ = 0.2.
  • Distance comparisons: For S2, the truncated vector diffusion embedded dimension is 136 at t = 10 and 21 at t = 100.These correspond to mVDM = 16 and mVDM = 6, respectively.
  • Distance comparisons: For T 2, the truncated vector diffusion embedded dimension is 2628 at t = 10, 36 at t = 100, and 3 at t = 1000.Because the torus samples are non-uniform, using S1 and D1 is important for approximating connection-Laplacian eigenvector-fields.
  • Distance comparisons: For the interval, vector diffusion dimensions are 120, 15, and 3 at t = 10, 100, and 1000, while diffusion dimensions are 36, 11, and 3.For the square, vector diffusion dimensions are 20100 at t = 10, 1596 at t = 100, and 36 at t = 1000.

7. Out-of-sample extension of vector fields.

This section proposes a Nyström scheme for extending a vector field observed on a fixed data set X to new points Y arriving on-the-fly. The method preprocesses tangent-space and spectral representations on X, then estimates each out-of-sample vector using local PCA, alignment, eigenvector-field extension, and stabilized spectral extrapolation.

  • Problem setup: The task is to estimate embedded vectors at points in Y from vector-field observations on fixed points X, including points that arrive in real time.The observed data are ι*X(x_i) in R^p, and the targets are ι*X(y_j) in R^p.
  • Preprocessing: Preprocessing uses local PCA, alignment, and vector diffusion mapping to estimate tangent bases, parallel transport operators, and the spectral representation on X.Observed vectors are projected into local d-dimensional tangent coordinates, assembled into a length-nd vector, and decomposed in an orthonormal eigen-vector-field basis.
  • Out-of-sample extension: For a new point y, local PCA estimates its embedded tangent plane using only neighboring points from X within radius √ϵ_PCA.The resulting matrix O_y has orthonormal columns spanning a d-dimensional approximation of ι*T_yM.
  • Out-of-sample extension: The scheme aligns the new point with each x_i, extends the eigen-vector-fields to y, and combines them to form the extrapolated field value.The extension proceeds through the aligned d-dimensional coordinates before reconstructing the estimated embedded vector in R^p.
  • Numerical stability: The parameter δ > 0 stabilizes extrapolation by excluding eigenvalues with magnitude at most δ before division by λ_l.The procedure uses m(δ) = max_l |λ_l| > δ, and 1/δ can be regarded as its condition number.

8. The continuous case: heat kernels.

In the continuous setting, vector diffusion maps are constructed from connection-Laplacian heat kernels and define a vector diffusion distance on a Riemannian manifold. For every positive time, the map is a diffeomorphic embedding, and at small scales both vector diffusion and diffusion distances behave like geodesic distance.

  • Continuous vector diffusion distance: The continuous vector diffusion distance is defined from the Hilbert–Schmidt norm of the connection-Laplacian heat kernel.The connection-Laplacian eigenvector fields form an orthonormal basis of L2(TM).
  • Continuous vector diffusion map: Because the heat kernel is smooth in spatial variables and analytic in time, V_t maps each manifold point into ℓ2 for t > 0.The mapping is defined using the connection-Laplacian eigenvector fields and heat-kernel coefficients.
  • Distance properties: The vector diffusion distance is a genuine distance function, and its approximation requires only eigenvalue pairs with λ_n + λ_m not too large because of exponential decay.The relevant decay factor is e^−(λ_n+λ_m)t.
  • Embedding theorem: For any t > 0, V_t is a diffeomorphic embedding of a closed Riemannian manifold into ℓ2.The theorem assumes an eigenvector-field basis of L2(TM) for the connection-Laplacian.
  • Small-time asymptotics: When x = exp_y(v) and ∥v∥^2 ≪ t ≪ 1, the vector diffusion distance and diffusion distance both have asymptotic expansions behaving like geodesic distance.The comparison concerns nearby points on a smooth closed Riemannian manifold.

9. Application of VDM to Cryo-Electron Microscopy.

This section applies VDM to cryo-EM, where noisy, unlabeled projection images arise from unknown molecular orientations and require class averaging before 3D reconstruction. VDM uses rotational-alignment information to improve neighboring-image detection at low SNR and is robust to outliers.

  • Cryo-EM setup: Cryo-EM seeks 3D macromolecular structures from 10^4–10^5 noisy, unlabeled projection images, each corresponding to an unknown 3D rotation.Typical images are roughly 100×100 pixels, and pixel intensities represent line integrals of the molecule’s electric potential.
  • Cryo-EM setup: Each projection’s third rotation-matrix column specifies its viewing angle, while the first two columns define the in-plane orientation.Images sharing a viewing angle are identical up to in-plane rotation.
  • Class averaging challenge: Low SNR makes class averaging essential, but rotationally invariant distances can assign small distances to images with completely different viewing angles.Noise realizations may align spuriously under an in-plane rotation, causing poor nearest-neighbor averages.
  • VDM method: VDM improves neighbor detection by retaining the optimal in-plane alignment angle that rotationally invariant distance discards.The method is presented as a natural framework for class averaging at lower SNR values.

10. Summary and Discussion.

The section summarizes how vector diffusion maps use optimal registration for images and tangent-space alignment for manifold data, highlighting applications and extensions. It also identifies topology analysis and multiscale PCA as directions for extending the framework.

  • Image Data: For image data, vector diffusion maps obtain orthogonal transformations and scalar affinities through optimal registration across deformations such as rotations, reflections, translations, and dilations.The framework extracts registration information for vector diffusion mapping.
  • Applications: Vector diffusion maps organized noisy cryo-electron microscopy images, supporting progress toward resolving three-dimensional macromolecular structures.The passage also identifies optimal matching of three-dimensional shapes as a related application area.
  • Manifold Learning: For manifold data, orthogonal transformations are constructed by optimally aligning PCA-estimated orthonormal bases of tangent spaces.The construction is analyzed under mild conditions on the manifold sampling process.
  • Topology: Vector diffusion maps can determine whether a manifold is orientable and embed a non-orientable manifold’s double covering using determinants of nearby optimal orthogonal transformations.The method uses information from transformations between bases of nearby tangent spaces.
  • Extensions and Limitations: Location-dependent PCA scales may improve tangent-space estimation under non-uniform sampling, varying curvature, and nearly touching manifold regions.The passage recommends incorporating multiscale PCA approaches into vector diffusion mapping.

Appendix A. Some Differential Geometry Background.

The appendix develops the differential-geometric concepts needed for vector fields on embedded surfaces, culminating in covariant differentiation, parallel transport, and the connection Laplacian underlying VDM.

  • Tangent spaces: Tangent planes T_xM collect tangent vectors from curves on a smooth surface M embedded in R3.A tangent vector is γ′(0) for a curve γ with γ(0)=x.
  • Parallel transport: Parallel transport compares vectors at different points by moving them into the same tangent plane along a curve.The transported vector field is defined by an ordinary differential equation and denoted W(t)=P_γ(t),γ(0)w.
  • Covariant derivative: The covariant derivative measures how a vector field changes along v by transporting X(γ(t)) back to T_xM before subtraction.Without parallel transport, subtracting vectors from different tangent planes is not well defined.
  • Connection Laplacian: The connection Laplacian ∇^2 provides the second-order differential operator central to the VDM framework.It is defined using vector fields E_1 and E_2 satisfying ∇_{E_i}E_j=0 for i,j=1,2.
  • Eigen-vector-fields: Eigen-vector-fields over M are defined as solutions of the connection-Laplacian eigenvalue equation, and the definitions extend to general manifolds.The eigenvalue λ is real.

Appendix B. Proof of Theorem 5.1, Theorem 5.2 and Theorem 5.3. · B.1. Preliminary Lemmas.

Appendix B proves the main convergence theorems through local PCA, alignment, discrete operator approximation, and expansion of T_ϵ,α. Preliminary lemmas establish the required local geometric expansions involving the exponential map, second fundamental form, and Taylor remainders.

  • Appendix B. Proof of Theorem 5.1, Theorem 5.2 and Theorem 5.3.: The appendix assumes a smooth compact d-dimensional manifold embedded in R^p, with independent samples drawn from a positive C3 density.These assumptions define the geometric and probabilistic setting for the proofs.
  • Appendix B. Proof of Theorem 5.1, Theorem 5.2 and Theorem 5.3.: Local PCA produces an orthonormal basis for a d-dimensional subspace approximating the embedded tangent plane, with deviation O(ϵ_PCA^3/2) w.h.p. under the stated sampling condition.The approximation order is used in subsequent convergence arguments.
  • Appendix B. Proof of Theorem 5.1, Theorem 5.2 and Theorem 5.3.: When nearby points satisfy ||x_i−x_j||=O(√ϵ), alignment estimates parallel transport with error O(ϵ_PCA^3/2+ϵ^3/2) away from the boundary.Theorem B.2 derives this geometric approximation using the local PCA result.
  • Appendix B. Proof of Theorem 5.1, Theorem 5.2 and Theorem 5.3.: Theorem B.3 identifies the normalized block matrix D^−1S_α as a discrete approximation to an integral operator on smooth tangent-bundle sections involving parallel transport.The theorem uses local PCA bases and optimal orthogonal alignments.
  • Appendix B. Proof of Theorem 5.1, Theorem 5.2 and Theorem 5.3.: For α=1, expanding T_ϵ,α in powers of √ϵ yields the identity at leading order and the connection-Laplacian at second order, because potential terms vanish.The first and third order terms vanish for sufficiently smooth vector fields.
  • Appendix B. Proof of Theorem 5.1, Theorem 5.2 and Theorem 5.3.: Combining Theorems B.1, B.3, and B.4 proves Theorem 5.1, with dominant error O(n^−1/(d+4))=O(√ϵ) that vanishes as n→∞.The convergence is stated to hold almost surely in the limit.
  • B.1. Preliminary Lemmas.: The preliminary lemmas also establish vanishing covariant derivatives of the exponential map at zero and local coordinate relations using Jacobi fields.These identities support the geometric estimates used by the main theorems.
  • B.1. Preliminary Lemmas.: Lemma B.7 derives local exponential-map expansions in the embedding, including d[ι∘exp_x]_v(w)=dι(w)+Π(v,w)+H(v)+O(||v||||w||).The derivation uses Taylor expansion and identifies the second derivative with the second fundamental form Π.

B.2. [Proof of Theorem B.1].

The proof analyzes the local-PCA covariance matrix through moment expansions and concentration bounds, establishing its tangent-space structure under sufficient sampling. It treats both interior and near-boundary points, with curvature and finite-sample errors controlled at the theorem’s sampling rate.

  • Interior and boundary analysis: The covariance matrix Ξ_i is analyzed through its first and second moments, using Taylor expansion, geometric lemmas, and sphere symmetry to characterize tangent and normal blocks.Odd powers vanish for interior points because of sphere symmetry, while boundary points require modified bias calculations.
  • Concentration bounds: Bernstein’s inequality gives high-probability concentration of empirical covariance entries around their expectations when nϵ_PCA^(d/2) ≫ 1.The condition means the expected number of sampled points in the local geodesic ball is large.
  • Interior points: ϵ_PCA = O(n^(-2/(d+2))) yields, with high probability, a covariance expansion whose errors separate into curvature-induced bias and finite-sampling variance.The resulting matrix has a leading tangent block proportional to the d×d identity and vanishing leading normal blocks.
  • Eigenspace perturbation: Regular perturbation theory converts the covariance expansion into eigenvalue and eigenvector expansions, allowing the estimated d-dimensional eigenspace to be compared with the embedded tangent space.The proof concludes the claimed tangent-space approximation for points away from the boundary and then extends the argument to boundary points.
  • Boundary points: ϵ_PCA = O(n^(-2/(d+2))) likewise yields, with high probability, the corresponding covariance expansion for points near the boundary.Boundary asymmetry changes the bias in tangent-normal entries, but the proof concludes by the same perturbation argument.

B.3. [Proof of Theorem B.2]. … B.6. [Proof of Theorem 5.2].

The appendix proves the key asymptotic relationships underlying the vector diffusion framework, treating local PCA alignment, sampling fluctuations, curvature corrections, and boundary effects. It concludes the stated theorems through expansions of transport matrices and normalized integral operators.

  • B.3. [Proof of Theorem B.2].: Local PCA aligns neighboring tangent-space bases through an orthogonal transformation, with transport-coordinate expansions controlled by t = O(√ϵ).The proof uses normal coordinates, isometric parallel transport, and the invariance of the embedded tangent space under an orthogonal matrix.
  • B.3. [Proof of Theorem B.2].: O_ij = R̄ + O(ϵ^3/2) follows from the orthogonal Procrustes minimization, completing the proof away from the boundary.The argument identifies O_ij from the singular value decomposition of O_i^T O_j and shows the minimizer is asymptotically close to R̄.
  • B.3. [Proof of Theorem B.2].: Theorem B.2 also extends to points inside the boundary region, with analogous results for ϵ_PCA = O(n^−2d+1).The appendix explicitly states that the same reasoning handles boundary points and remarks on the alternate PCA bandwidth regime.
  • B.4. [Proof of Theorem B.3].: Theorem B.3 replaces dependent transport-weighted random vectors with i.i.d. approximations supplied by Theorem B.2, enabling concentration analysis.The dependence arises because each O_ij uses several data points, whereas the approximating vectors F′_j are identically distributed and independent.
  • B.4. [Proof of Theorem B.3].: With high probability, the variance term in the normalized estimator is O(1/(n^1/2 ϵ^(d/4−1/2))), completing the proof away from the boundary.The bound follows from coordinatewise large-deviation estimates combined with a union bound; the boundary case is similar.
  • B.5. [Proof of Theorem B.4].: Theorem B.4 derives the normalized operator’s expansion by Taylor-expanding numerator and denominator terms, using kernel symmetry to eliminate odd monomials.The calculation incorporates scalar curvature and the second fundamental form through the local-coordinate expansion.
  • B.6. [Proof of Theorem 5.2].: Theorem 5.2 handles boundary points by symmetrizing local slices, Taylor-expanding the vector field and denominator, and combining the resulting expansion with Theorem B.3.The boundary geometry is approximated by a homogeneous degree-2 polynomial up to error of order ϵ^3/2, while slice symmetrization controls the nonsymmetric integration domain.

B.7. [Proof of Theorem 5.3].

The proof establishes convergence by approximating vector fields through connection-Laplacian eigenspaces, controlling boundary contributions, and comparing resolvent-type and heat-semigroup expansions. The appendix then derives eigen-1-form multiplicities on spheres using representation theory and Weyl’s character formula.

  • Proof of Theorem 5.3: O(ϵ^1/2) boundary-layer measure yields the needed L2 control when the manifold boundary is smooth.The argument uses the fact that the measure of M√ϵ is O(ϵ1/2) to conclude convergence in the L2 sense.
  • Proof of Theorem 5.3: The proof compares the approximating operator with e−t∇2 on each eigenspace El and completes the argument by taking ϵ → 0.For sufficiently small ϵ, the comparison is established over every El, with the restriction ϵ < 1/(2λl).
  • Appendix C. Multiplicities of eigen-1-forms of Connection Laplacian over Sn: On the sphere, eigenform multiplicities are computed by decomposing Ω1(Sn) into irreducible SO(n + 1)-modules via Frobenius reciprocity and branching.The eigenspaces are finite-dimensional and dense in Ω1(Sn), while multiplicities are obtained from K-homomorphism dimensions.
  • Appendix C. Multiplicities of eigen-1-forms of Connection Laplacian over Sn: Each irreducible module Γµ ⊂ Ω1(Sn) is an eigenspace with eigenvalue λ = ⟨µ + 2ρ, µ⟩, so decomposition determines both eigenvalues and multiplicities.The corresponding eigenspace is the isotypical summand Γµ^⊕Nµ inside Ω1(Sn).
  • Appendix C. Multiplicities of eigen-1-forms of Connection Laplacian over Sn: Weyl’s character formula supplies dimensions of the relevant irreducible representations, and the resulting SO(n + 1) representations are listed in tables C.1–C.4.The tables cover n ≥ 4 together with separate S3 and S2 cases.
Loading 1102.0075v1…