PCA of probability measures: Sparse and Dense sampling regimes

TL;DR

Analyzed convergence rates of PCA for multiple probability measures under sparse and dense sampling, revealing a transition phenomenon; optimal in dense regime.

stat.ML 🔴 Advanced 2026-02-02 62 views
Gachon Erell Jérémie Bigot Elsa Cazelles
probability measures PCA embedding methods convergence rates sampling regimes

Key Findings

Methodology

This work employs Hilbert space embeddings (kernel mean, Wasserstein, sliced Wasserstein) of probability measures, analyzing the empirical covariance operator’s convergence in the double asymptotic regime (n measures, each with m samples). By deriving bounds on the Hilbert-Schmidt norm of the covariance difference, the authors establish a convergence rate of n^{-1/2}+m^{-α}, where α depends on the embedding. The analysis combines concentration inequalities, minimax lower bounds, and spectral decay assumptions to characterize the transition from sparse to dense sampling regimes, validated through extensive simulations.

Key Results

  • The empirical covariance operator converges at a rate of n^{-1/2} in dense sampling scenarios (large m), which is minimax optimal. The excess PCA risk converges at a rate of n^{-1/2}+√q m^{-α}, with q being the number of principal components. Numerical experiments confirm these rates, showing that subsampling within the dense regime preserves PCA accuracy while reducing computational costs. Different embeddings exhibit distinct efficiencies: LOT requires larger m in high dimensions, whereas kernel mean and sliced Wasserstein embeddings perform well with fewer samples.
  • The analysis reveals a clear transition: when m exceeds n^{1/(2α)}, the convergence is dominated by inter-measure variability; below this threshold, intra-measure sampling error prevails. Eigenvalue decay assumptions (polynomial or exponential) further refine the bounds, indicating that smoother covariance kernels lead to faster convergence. The results provide practical guidelines for choosing sample sizes based on embedding type and data dimension.

Significance

This research advances the theoretical understanding of high-dimensional probability measure PCA under realistic sampling constraints. By characterizing the transition from sparse to dense regimes, it informs efficient data collection and processing strategies in applications like flow cytometry, image analysis, and 3D shape modeling. The minimax optimality results establish fundamental limits, guiding future methodological developments. The work bridges the gap between classical functional PCA and modern probability measure analysis, offering a unified framework adaptable to various embedding schemes and data complexities.

Technical Contribution

The paper introduces a comprehensive theoretical framework for PCA of multiple probability measures in the double asymptotic regime, deriving sharp convergence rates for the empirical covariance and PCA excess risk. It proves the minimax optimality of the dense regime rate, extends spectral decay analysis to probabilistic embeddings, and unifies different embedding mechanisms under a common analytical approach. The results provide explicit error bounds, practical sampling thresholds, and insights into the interplay between intra- and inter-measure variability, significantly enriching the statistical theory of probability measure PCA.

Novelty

This is the first systematic study of PCA convergence behavior for multiple probability measures under sparse and dense sampling regimes. It explicitly characterizes the phase transition in convergence rates, linking sample size, embedding choice, and spectral properties. Unlike prior works focused on single measures or functional PCA, this work addresses the complexities of nonlinear measure spaces with rigorous minimax bounds, offering novel insights into high-dimensional probability analysis and sampling strategies.

Limitations

  • The theoretical results rely on assumptions about the regularity of embeddings and spectral decay, which may not hold for highly irregular or non-smooth measures. In such cases, convergence rates could deteriorate.
  • High-dimensional scenarios still demand large sample sizes m to maintain accuracy, leading to computational challenges. The analysis does not explicitly address scalable algorithms.
  • The independence assumption among measures limits applicability to dependent data, such as time series or spatially correlated measures. Extending the theory to dependent settings remains an open problem.

Future Work

Future research will explore relaxing regularity assumptions, developing scalable algorithms for large datasets, and extending the framework to dependent measures. Investigating adaptive sampling strategies that optimize the trade-off between accuracy and cost, as well as applying the theory to dynamic or streaming probability data, are promising directions. Additionally, integrating deep learning-based embeddings could further enhance practical performance in complex real-world applications.

AI Executive Summary

This study addresses the challenge of performing principal component analysis (PCA) on collections of probability measures, a problem increasingly relevant in high-dimensional data analysis. Traditional PCA methods are designed for Euclidean data, but extending them to probability measures requires sophisticated embedding techniques that preserve geometric and statistical properties. The authors focus on three embeddings—kernel mean, Wasserstein, and sliced Wasserstein—each translating measures into Hilbert spaces where covariance operators can be estimated. The core innovation lies in analyzing the convergence behavior of these estimators under a double asymptotic regime: as the number of measures n and the number of samples per measure m grow simultaneously.

The key theoretical contribution is establishing a convergence rate of n^{-1/2}+m^{-α} for the empirical covariance operator, revealing a phase transition between sparse (small m) and dense (large m) sampling regimes. In the dense regime, the covariance estimator attains the minimax optimal rate n^{-1/2}, confirming the statistical efficiency of the approach. For PCA excess risk, the convergence rate is characterized as n^{-1/2}+√q m^{-α}, where q is the number of principal components retained. These results are validated through extensive numerical experiments on simulated Gaussian measures and real datasets, including flow cytometry and 3D point clouds.

The findings have broad implications for high-dimensional data analysis, guiding how many samples to draw per measure to balance computational cost and statistical accuracy. The transition phenomenon elucidated in this work informs sampling strategies in applications like biological data analysis, image processing, and shape modeling. While the theoretical framework is robust, future work will address relaxing regularity assumptions, handling dependent measures, and developing scalable algorithms for large-scale datasets. Overall, this research significantly advances the understanding of probability measure PCA, bridging theoretical insights with practical data science needs.

Deep Dive

Abstract

A common approach to perform PCA on probability measures is to embed them into a Hilbert space where standard functional PCA techniques apply. While convergence rates for estimating the embedding of a single measure from $m$ samples are well understood, the literature has not addressed the setting involving multiple measures. In this paper, we study PCA in a double asymptotic regime where $n$ probability measures are observed, each through $m$ samples. We derive convergence rates of the form $n^{-1/2} + m^{-α}$ for the empirical covariance operator and the PCA excess risk, where $α>0$ depends on the chosen embedding. This characterizes the relationship between the number $n$ of measures and the number $m$ of samples per measure, revealing a sparse (small $m$) to dense (large $m$) transition in the convergence behavior. Moreover, we prove that the dense-regime rate is minimax optimal for the empirical covariance error. Our numerical experiments validate these theoretical rates and demonstrate that appropriate subsampling preserves PCA accuracy while reducing computational cost.

stat.ML cs.LG