High-Dimensional Statistics: Reflections on Progress and Open Problems
Abstract: Over the past two decades, the field of high-dimensional statistics has experienced substantial progress, driven largely by technological advances that have dramatically reduced the cost and effort for data collection and storage across a broad range of domains, including biology, medicine, astronomy, and the social and environmental sciences. Modern datasets are increasingly complex, often exhibiting rich dependency, heterogeneity, and other features that challenge traditional statistical methods. In response, high-dimensional statistics has evolved to address more sophisticated estimation and inference problems. This evolution has, in turn, fostered deep connections with and contributions to a wide range of research areas, including optimization, concentration of measure, random matrix theory, information theory, and theoretical computer science. Given the rapid pace of recent developments in high-dimensional statistics, our goal is to synthesize representative advances, highlight common themes and open problems, and point to important works that offer entry points into the field.
Paper Prompts
Sign up for free to create and run prompts on this paper.
Top Community Prompts
Explain it Like I'm 14
A simple guide to “High-Dimensional Statistics: Reflections on Progress and Open Problems”
What is this paper about?
This paper looks at how statistics has changed to handle modern data, where we often have way more features (variables) than data points (examples). Think of trying to grade a test with thousands of questions but only a handful of students’ answers—classic methods break down. This area is called high-dimensional statistics. The authors explain what has been learned over the last 20 years, what still confuses experts, and where the field is heading, especially in connection with computer science and AI.
What questions are the authors asking?
In clear terms, the paper asks:
- How do we analyze data with many more features than samples without fooling ourselves?
- When is a problem solvable in theory but too hard to solve quickly on a computer?
- How can we combine different kinds of data (like images, text, and genetic data) so they work together instead of getting in each other’s way?
- What new tools help us understand performance when both the number of samples and the number of features are large?
- How can ideas from high-dimensional statistics improve modern AI systems (like fine-tuning and explainability), and what new questions does AI raise?
How did they study these questions?
This is a “selective review” paper. That means the authors:
- Summarize big ideas and patterns they see across many recent research papers.
- Compare different methods and theories that try to explain the same phenomena.
- Point out open problems that researchers haven’t solved yet.
- Offer practical takeaways (what might or might not work in real applications).
To make “hard-to-compute” vs “possible-in-theory” issues concrete, they discuss several common frameworks. Here are the main ones, explained with everyday analogies:
- Reductions: Like turning one puzzle into another. If you could solve the target puzzle fast, then you could also solve a famous hard puzzle fast—so the target is probably hard too.
- Statistical Query (SQ) model: Imagine you can only ask a noisy help desk for average facts about the data (not see raw data). If even with many such questions you still can’t solve the problem efficiently, that suggests a real computational barrier.
- Landscape analysis: Picture the goal as finding the lowest point in a hilly landscape. If the land is broken into separated valleys (the “overlap gap property”), simple methods like rolling downhill get stuck in the wrong valley.
- Sum-of-Squares (SoS): A very powerful, general recipe for turning hard problems into big but structured optimization tasks. If even these strong tools fail at reasonable sizes, that’s strong evidence the problem is hard to do efficiently.
- Low-degree polynomials: Restrict attention to “simple” functions of the data (like using only low-degree formulas). If all such simple functions fail, it suggests no easy algorithm will work—unless someone finds a clever structured shortcut.
The paper also explains two kinds of “data integration” (combining multiple datasets):
- Horizontal: combining many studies that measure the same variables (like pooling results across hospitals).
- Vertical (multi-view): combining different types of measurements on the same people or items (like DNA, images, and medical notes for each patient).
What did they find, and why is it important?
1) Computational–statistical trade-offs
- Some tasks are “information-theoretically possible” (they can be solved with enough data and the right method), but “computationally hard” (no known fast algorithm works in the most challenging regimes).
- Many problems split into three zones: impossible (no algorithm works), hard (possible in theory but not with any known fast algorithm), and easy (fast methods work). This helps practitioners know when to push harder—or when to change the problem or collect more data.
- Different frameworks (reductions, SQ, SoS, low-degree, landscape analysis) give complementary evidence. Sometimes they agree; sometimes they don’t. Understanding why helps design better methods.
Why it matters: It saves time. If a whole class of methods is known to fail in a certain regime, you won’t waste effort tuning them. It also clarifies what extra signal, data, structure, or computing power could tip a problem from “hard” to “easy.”
2) Bridging theory and practice
- Much theory assumes clean, independent data and simple models. Real data often have missing values, outliers, dependencies (like time or network links), or privacy limits—and modern models (like deep nets) are complex.
- The field is pushing to analyze more realistic situations and connect the theory to things practitioners actually run, from stochastic gradient descent to neural architectures.
Why it matters: Better theory leads to better choices in real projects (what model, how much data, how to train), and it can explain puzzling behaviors like “double descent” or “benign overfitting” in deep learning.
3) “Blessing of computational barriers”
- Sometimes the extra signal or data needed to make a problem computationally easy also makes statistical inference cleaner—giving simpler, more reliable uncertainty estimates “for free.”
- Examples include certain tensor (multi-way array) problems: when you’re in the tractable region, you can also do sharper inference without extra fixes.
Why it matters: Knowing these “thresholds” helps plan data collection so you achieve both fast computation and trustworthy answers.
4) Data integration (with a focus on multi-view learning)
- Integrating multiple data types from the same subjects can uncover shared patterns you’d miss if you analyze each type alone.
- Challenges include different scales, noise levels, missing matches across datasets, and privacy or communication limits—made harder when each dataset is high-dimensional.
- Active areas include learning shared vs view-specific structure, working under limited data access (like only summaries), handling heterogeneous sources, and distributed learning across sites.
Why it matters: Many modern applications—from biomedicine to recommender systems—depend on getting multiple data sources to “talk to each other” without breaking statistical validity.
5) High-dimensional asymptotics and AI
- Researchers study performance when both the number of samples and features grow together—giving sharper predictions for real-world sizes.
- Open questions include advanced Bayesian methods, optimal inference for specific summaries, and moving beyond idealized assumptions like Gaussian designs.
- The paper also highlights ways high-dimensional statistics can help with AI topics like fine-tuning, in-context learning, machine unlearning, and explainable AI.
Why it matters: Modern AI trains huge models on complex data. High-dimensional statistics offers tools to understand limits, improve reliability, and make AI more trustworthy.
What’s the bigger impact?
- Smarter choices: Knowing the “impossible–hard–easy” map helps teams decide whether to collect more data, adjust goals, or pick different algorithms.
- Safer conclusions: Methods for uncertainty (how confident we are) remain central, especially when many variables are involved.
- Faster progress: Unifying different theoretical tools and focusing on realistic settings (including privacy and distributed data) will make results more useful in practice.
- Better AI: High-dimensional thinking can guide how we design and test modern learning systems so they’re efficient and reliable.
Overall, the paper is a roadmap. It celebrates big advances, shows where the road gets bumpy (and why), and marks the turnoffs where new discoveries are waiting—especially at the intersections of statistics, optimization, information theory, and computer science.
Knowledge Gaps
Below is a single, actionable list of the paper’s unresolved knowledge gaps, limitations, and open questions.
- Practical relevance of hardness predictions: clarify how additional structure (e.g., side information, partial labels), extra samples, or slightly larger computational budgets shift the computational threshold in canonical problems (sparse PCA, community detection, tensor models, robust estimation).
- Optimality of AMP and related iterative methods: determine when AMP achieves the best possible signal-to-noise thresholds among all polynomial-time procedures; strengthen lower bounds (beyond constant-degree) to rigorously exclude more powerful efficient algorithms.
- Constants-level gaps: extend analyses beyond rates to sharp, constant-accurate phase transitions (e.g., exact SNR thresholds in spiked models) and characterize when efficient methods can match information-theoretic constants.
- Unified theory of lower-bound frameworks: map precise relationships and (non-)implications among reductions, statistical queries (SQ), sum-of-squares (SoS), low-degree, and landscape/OGP approaches; identify natural problems where frameworks disagree and explain why.
- Beyond low-degree as a proxy for efficiency: develop complexity measures that capture structured high-degree algorithms that remain efficiently computable, closing the gap where low-degree predictions can be too pessimistic.
- Landscape-based limitations: create cost-function-agnostic or algorithm-agnostic lower bounds that avoid dependence on a specific objective’s geometry, given that OGP evidence can be nullified by changing the objective.
- Average- vs worst-case hardness: systematically relate NP-hardness reductions (worst-case) to planted/average-case conjectures; establish equivalences (or separations) between planted clique and hypergraphic planted clique hypotheses.
- Quantum hardness for statistical tasks: characterize which high-dimensional estimation/testing problems are provably hard under quantum computation assumptions; translate lattice-based cryptographic hardness into concrete statistical impossibility results.
- Resource-constrained learning: design estimators and tests that are simultaneously sample-, compute-, and communication-efficient under storage limits, data partitioning, and streaming constraints, while retaining near-optimal statistical accuracy.
- Privacy–computation–sample trade-offs: quantify how additional samples can compensate for privacy constraints (e.g., differential privacy) and computational limits; develop tight lower and upper bounds under joint privacy and efficiency requirements.
- Realistic data models: extend computational–statistical trade-off theory to dependent, heterogeneous, or corrupted data (time series, spatial, networks; outliers, contamination; missingness; measurement error) and non-Gaussian designs under proportional asymptotics.
- Deep learning regimes: explain how computational–statistical gaps manifest in overparameterized neural networks; relate optimization dynamics (stochasticity, implicit regularization, depth/width) to statistical limits, double descent, and benign overfitting.
- Practically implementable algorithms: bridge theory and practice for SoS/SDP-based methods (or alternatives) by achieving near-optimal statistical performance with realistic memory/runtime; develop scalable approximations with certified guarantees.
- “Blessing of computational barriers”: systematize conditions under which the stronger signals/samples required for tractable computation also yield simpler or sharper inference (e.g., asymptotic normality without debiasing); extend to high-order tensors, heterogeneous noise, dependence, and missing data.
- High-dimensional Bayesian inference: develop proportional-asymptotic theory for posterior contraction, uncertainty quantification, and computational feasibility in large p,n settings, including misspecified and non-Gaussian models.
- Low-dimensional functionals: design optimal and computationally efficient procedures (with valid CIs/p-values) for inference on low-dimensional functionals of high-dimensional parameters beyond classical debiasing templates.
- Beyond Gaussian designs: characterize precise proportional-asymptotic risks, thresholds, and inferential validity for heavy-tailed, correlated, or otherwise non-Gaussian designs, including robustness to model misspecification.
- Refining minimax comparisons: create second-order or localized minimax criteria (e.g., constants, local geometry, adaptivity, robustness) that meaningfully differentiate among multiple statistically optimal methods.
- Multi-view learning under heterogeneity: disentangle shared vs view-specific structure when signals partially overlap, scales/noise differ, and views are high-dimensional; develop identifiability conditions and stable estimation under these complexities.
- Integration with limited access: devise methods for horizontal/vertical integration when only summary statistics, partially matched records, or privacy-restricted views are available, with guarantees matching raw-data integration where possible.
- Distributed and federated settings: design communication-efficient, statistically optimal integration and inference protocols robust to heterogeneity, client drift, and asynchrony, with finite-sample guarantees.
- Robust integration: handle outliers, confounding, and batch effects across sources while preserving joint structure; provide diagnostics distinguishing common vs source-specific signals at scale.
- Learning the structure itself: develop procedures that reliably learn the appropriate structural representations (sparsity, low-rank, manifolds, clusters) for integration or inference, with guarantees on structure discovery under high dimensionality.
- AI-focused high-dimensional theory: formalize statistical models and guarantees for fine-tuning, in-context learning, machine unlearning, and explainability (e.g., stability, sample efficiency, uncertainty quantification) that respect computational constraints.
- Omitted but pivotal areas: integrate the paper’s themes with modern uncertainty quantification (post-selection/conditional inference), FDR control, tensor methods, and causal inference to yield end-to-end, computationally tractable pipelines with valid error control.
Practical Applications
Overview
This paper synthesizes progress and open problems in high-dimensional statistics, emphasizing computational–statistical trade-offs, data integration (multi-view and horizontal), average-case perspectives on algorithm performance, and the surprising “blessing of computational barriers.” Below are practical, real-world applications that flow from these ideas, organized by time horizon.
Immediate Applications
The following use cases can be piloted or deployed now with existing methods and standard compute budgets.
- Algorithm triage using computational–statistical phase diagrams
- What: Use known information-theoretic and computational thresholds to decide which algorithms are viable for a given sample size, SNR, and structure (e.g., sparsity/low rank), and to avoid “doomed” approaches in the hard regime.
- Sectors: Software/ML platforms, finance (sparse PCA for factor discovery), social networks (community detection), cybersecurity (dense subgraph detection), imaging/signal processing (tensor PCA/decomposition).
- Tools/products/workflows:
- Internal “phase diagram” calculators that estimate SNR and sample-size regimes for canonical tasks (sparse PCA, community detection, tensor decomposition).
- Default algorithm switchers: spectral → message passing/AMP/SDP when entering easier regimes; avoid spectral when lower bounds predict failure.
- Checklists in model cards documenting the assumed regime and expected performance.
- Assumptions/dependencies: Problem approximates canonical models; reliable SNR and structure estimates; stationary or near-i.i.d. data; acceptance that thresholds are approximate outside textbook settings.
- Data acquisition and compute planning guided by gap-aware design
- What: Plan whether to collect more data or allocate more compute/model complexity to move from hard to easy regimes; set realistic performance targets.
- Sectors: Healthcare trials and cohorts, ad tech/recommenders, industrial IoT and remote sensing, A/B testing at scale.
- Tools/products/workflows:
- Budgeting dashboards trading sample size, signal level, and computational budget against predicted gains.
- Pre-study feasibility analyses that map proposed studies onto phase diagrams to justify design choices.
- Assumptions/dependencies: Feasible to increase samples or SNR; cost models for compute and data are known; mapping from domain metrics to signal strength is defensible.
- Multi-view learning pipelines for joint structure across modalities
- What: Integrate multiple matched data views to learn joint representations/clusters, improving power and interpretability over single-view analyses.
- Sectors: Healthcare/biomedicine (multi-omics + EHR), retail/e-commerce (clickstream + product images/text), manufacturing/robotics (sensor fusion), media (vision + language).
- Tools/products/workflows:
- CCA variants, JIVE-style joint/individual decomposition, deep multi-view embedding, multi-view clustering.
- Quality-control steps for matched samples, calibration across views, and handling moderate missingness.
- Assumptions/dependencies: Sufficiently aligned subjects across views; shared signal exists; manageable heterogeneity and missingness; acceptable compute for joint models.
- Horizontal integration with limited data access (privacy- and governance-aware meta-analysis)
- What: Combine evidence across sites via summary statistics or federated protocols to improve power and reproducibility when raw data sharing is restricted.
- Sectors: Healthcare consortia, public health, finance (cross-institutional risk signals), energy (multi-utility reliability studies).
- Tools/products/workflows:
- Classical and robust meta-analysis, site-weighted aggregation, federated/distributed learning with limited communication.
- Harmonization pipelines for variable definitions and measurement units; “study-of-studies” dashboards.
- Assumptions/dependencies: Common covariate schema or mappable ontologies; controls for site heterogeneity; legal/privacy frameworks permitting summary/statistical sharing.
- Average-case performance testing and algorithm selection
- What: Complement worst-case analysis with average-case benchmarking and runtime scaling tests that reflect real data distributions.
- Sectors: ML infrastructure, enterprise analytics, academia.
- Tools/products/workflows:
- Synthetic generators matching empirical covariances/dependencies to run average-case stress tests.
- Runtime/performance reports that include typical-case, not just worst-case, guarantees.
- Assumptions/dependencies: Representative data-generating models; discipline in reporting and interpreting average-case results.
- “Lower-bound-informed” governance and risk management
- What: Use computational lower bounds to set expectations, triage research investments, and document when increased effort is unlikely to help within given regimes.
- Sectors: Policy/regulation for AI/analytics, enterprise model risk management, regulated industries (health/finance).
- Tools/products/workflows:
- Governance policies requiring disclosure of assumed regime and evidence that chosen methods lie in an “easy” phase.
- Audit templates capturing reliance on reductions, SQ/low-degree/SoS evidence, and practical feasibility.
- Assumptions/dependencies: Staff familiarity with gap frameworks; acceptance that some targets are unattainable without changed assumptions or resources.
- Inference by “blessing of computational barriers” in high-SNR tensor models
- What: In certain tensor PCA/regression settings, operating at signal levels needed for efficient computation can simultaneously enable asymptotic normality and straightforward uncertainty quantification without debiasing.
- Sectors: Neuroimaging, materials science, genomics (higher-order interactions), advanced signal processing.
- Tools/products/workflows:
- Riemannian optimization and moderate rank over-parameterization tuned to high-SNR regimes.
- Simple Wald-type intervals leveraging asymptotic normality under stronger signals.
- Assumptions/dependencies: Signal levels in the “easy” computational regime; correct model specification for tensor structure; sample sizes large enough for asymptotics.
Long-Term Applications
The following use cases require further research, engineering, or scaling to realize.
- Unified, “gap-aware” AutoML and advisory systems
- What: Build AutoML components that diagnose problem regimes (via low-degree/SQ/SoS proxies, landscape checks) and recommend feasible algorithms or design changes.
- Sectors: ML platforms, enterprise analytics, cloud AI services.
- Tools/products/workflows:
- Automated SNR/structure estimators, low-degree test batteries, simple landscape diagnostics.
- Advisor that proposes: collect more data, add structure (sparsity/low-rank constraints), or switch architectures.
- Assumptions/dependencies: Reliable, fast proxies for hardness; codified mappings from diagnostics to actions; standardized problem templates.
- Scalable sum-of-squares (SoS)–inspired solvers
- What: Make SoS relaxations practically usable at modest degrees for medium-scale problems, leveraging decomposition, sketching, or structure-exploiting solvers.
- Sectors: Operations research, scheduling/logistics, finance (portfolio optimization with combinatorial constraints), robust ML.
- Tools/products/workflows:
- Memory-efficient SDP approximations; hybrid methods that warm-start SoS with spectral/message passing.
- Assumptions/dependencies: Advances in numerical optimization and hardware; domain-specific structure to reduce dimensionality.
- Hardness-informed neural architecture and training design
- What: Use computational–statistical insights to choose depth/width/inductive biases that avoid hard regimes in tasks akin to single-/multi-index models and structured prediction.
- Sectors: AI/ML (vision, NLP, recommendation), robotics (policy learning), healthcare AI.
- Tools/products/workflows:
- Architecture search penalizing predicted hard regimes; curriculum and augmentation strategies designed to increase effective SNR.
- Assumptions/dependencies: Valid mappings from theoretical models to deep nets; robust SNR proxies during training; reproducible effects across datasets.
- Theory and toolkits for dependent and heterogeneous data (beyond i.i.d.)
- What: Extend gap analyses and data-integration methods to time series, spatial/graph-structured data, heavy-tailed and contaminated distributions, and partially matched records.
- Sectors: Energy (grids/time series), transportation, epidemiology, social sciences.
- Tools/products/workflows:
- Dependence-aware phase diagrams; robust, communication-efficient distributed estimators under heterogeneity; privacy-preserving record linkage for vertical integration.
- Assumptions/dependencies: New concentration tools and random matrix results for dependent data; validated simulators for average-case analysis.
- Privacy–computation–sample trade-off optimizers
- What: Jointly plan privacy budgets (e.g., differential privacy), compute, and sample size to meet accuracy targets while staying in feasible regimes.
- Sectors: Healthcare, finance, public sector analytics, EdTech.
- Tools/products/workflows:
- Design studios that choose aggregation protocols, noise levels, and sample size; dashboards quantifying the impact of privacy on easy vs. hard phases.
- Assumptions/dependencies: Agreed privacy standards; calibrated utility–privacy curves; organizational willingness to adapt data collection.
- Quantum-aware computational lower bounds and algorithms
- What: Incorporate quantum-hardness assumptions and develop quantum-assisted algorithms for selected high-dimensional inference tasks.
- Sectors: Cryptography-adjacent analytics, high-stakes finance and security, advanced R&D.
- Tools/products/workflows:
- Hardness libraries that track classical vs. quantum assumptions; hybrid classical–quantum routines for density estimation or deconvolution.
- Assumptions/dependencies: Maturation of quantum hardware; clarity on quantum hardness for average-case problems relevant to statistics.
- Generalized “blessing of barriers” protocols for valid inference
- What: Characterize thresholds where the extra signal/over-parameterization needed for tractability also yields simple, valid inference in broader structured models (higher-order tensors, dependent or incomplete data).
- Sectors: Scientific imaging, genomics, materials discovery, geostatistics.
- Tools/products/workflows:
- Adaptive pipelines that increase SNR or rank (via experiment design/feature engineering) to cross both computational and inferential thresholds.
- Assumptions/dependencies: Ability to boost effective SNR; correct structural assumptions; sample sizes adequate for asymptotic guarantees.
- Robust horizontal and vertical integration at population scale
- What: End-to-end systems for cross-institutional integration with partial matches, missingness, and nonexchangeable cohorts (e.g., national health networks).
- Sectors: Public health, national statistics, large healthcare networks.
- Tools/products/workflows:
- Privacy-preserving linkage, bias-aware meta-analysis, and harmonization workflows; governance that encodes when integrated inference remains valid.
- Assumptions/dependencies: Legal frameworks for privacy-preserving computation; investment in ontology harmonization; bias detection/correction methods.
- Gap-aware procurement and policy standards for public-sector AI
- What: Require agencies and vendors to document computational–statistical regimes and justify feasibility claims for AI analytics deployments.
- Sectors: Government procurement, regulators, standards bodies.
- Tools/products/workflows:
- Standardized disclosures (e.g., “regime suitability statements”), third-party validation against phase-diagram benchmarks.
- Assumptions/dependencies: Adoption of standards; training for reviewers; availability of independent benchmarking suites.
- Consumer-grade multi-modal fusion with reliability indicators
- What: Robust sensor/data fusion (e.g., smartphone health, smart homes, autonomous systems) with indicators that reflect when models operate outside easy regimes.
- Sectors: Consumer electronics, smart mobility, home automation, robotics.
- Tools/products/workflows:
- On-device joint embeddings with quality flags; fallbacks to single-view models when views are misaligned or SNR is low.
- Assumptions/dependencies: Efficient on-device computation; calibration datasets; user-acceptable performance degradation strategies.
Notes on Feasibility and Dependencies (cross-cutting)
- Many applications assume approximate sparsity/low-rank or other low-complexity structure; violations reduce benefits and may push problems into hard regimes.
- Estimating SNR and structural parameters reliably is critical; misestimation can lead to incorrect regime classification and suboptimal algorithm choices.
- Practical SoS/SDP-based methods remain limited by memory/compute; progress here will unlock more “near-optimal” deployable solutions.
- Average-case analyses require representative data-generating models; care is needed to avoid optimistic bias.
- Privacy and data-sharing constraints can be binding; success of integration workflows hinges on harmonization and governance investments.
Glossary
- Approximate message passing (AMP): An iterative algorithmic framework for high-dimensional estimation and inference whose behavior can often be characterized by state evolution. "whether methods such as approximate message passing (AMP) are optimal among efficient algorithms"
- Asymptotic normality: A large-sample property where suitably scaled estimators converge in distribution to a normal distribution, enabling classical uncertainty quantification. "deliver asymptotic normality and valid uncertainty quantification without debiasing"
- Average-case reductions: Problem transformations that preserve typical-instance hardness, used to transfer conjectured difficulty from a source problem to a target statistical task. "including average-case reductions, statistical query lower bounds, sum-of-squares and low-degree predictions, and optimization landscape barriers"
- Bayesian inference: Statistical inference based on posterior distributions combining prior information with observed data via Bayes’ rule. "Bayesian inference in high-dimensional settings"
- Benign overfitting: A phenomenon where models that interpolate the training data can still generalize well under certain conditions. "What can the theory reveal about phenomena such as double descent and benign overfitting?"
- Causal inference: Methods for identifying and estimating cause–effect relationships from data, beyond mere associations. "Notable topics such as uncertainty quantification, false discovery rate control, tensor analysis, and causal inference are only discussed briefly in Section \ref{ssec:discussion};"
- Community detection: The task of identifying clusters or communities in networks based on edge patterns. "Similar separations appear in network community detection, particularly under the stochastic block model, and are epitomized by the planted clique problem,"
- Concentration inequalities: Non-asymptotic probabilistic bounds controlling deviations of random variables around their expectations. "Tools from random matrix theory, statistical physics methods, and concentration inequalities adapted to high-dimensional settings play important roles in analyzing these problems."
- Concentration of measure: A principle that functions of many weakly dependent random variables are tightly concentrated around their means. "including optimization, concentration of measure, random matrix theory, information theory, and theoretical computer science."
- Computational threshold: A boundary in parameter space below which no known polynomial-time algorithm can achieve a statistical task. "The dashed red curve marks the computational threshold below which no known polynomial-time algorithm succeeds."
- Computational-statistical gap: A regime where achieving the information-theoretically optimal performance requires more computation than is feasible with known efficient algorithms. "The study of computational-statistical gaps has become increasingly important as researchers work with larger, more complex datasets."
- Debiased estimators: Procedures that correct regularized or biased estimators to enable valid inference (e.g., confidence intervals) in high dimensions. "including debiased estimators and selective inference"
- Double descent: A risk curve phenomenon where test error decreases, then increases, and decreases again as model capacity grows. "What can the theory reveal about phenomena such as double descent and benign overfitting?"
- Empirical risk minimization: The principle of fitting models by minimizing the average loss over the observed data. "The performance of canonical frequentist statistical methods (e.g., empirical risk minimization, spectral methods, and maximum likelihood) on high-dimensional data has been investigated extensively"
- Erd\H{o}s-Renyi random graph: A random graph model where each edge is included independently with a fixed probability. "planted clique in an Erd\H{o}s-Renyi random graph"
- Exact 3-set cover problem: A classic NP-hard combinatorial problem involving selecting triplets to cover a universe exactly once. "a constraint satisfaction problem called the exact 3-set cover problem, which is known to be NP-hard."
- False discovery rate control: Procedures for limiting the expected proportion of false positives among all discoveries. "Notable topics such as uncertainty quantification, false discovery rate control, tensor analysis, and causal inference are only discussed briefly"
- Gaussian designs: Linear model settings where the design matrix has Gaussian-distributed entries. "going beyond Gaussian designs under proportional asymptotics."
- Horizontal data integration: Combining data across multiple studies or sources that measure the same variables. "In horizontal data integration, data are integrated across multiple studies/sources."
- Hypergraphic planted clique (HPC): A higher-order generalization of the planted clique hypothesis posed for hypergraphs. "higher-order analogs motivate the hypergraphic planted clique (HPC) as a unifying hardness hypothesis;"
- Implicit regularization: The tendency of optimization algorithms (e.g., SGD) to favor certain solutions that generalize well, even without explicit penalties. "optimization noise and implicit regularization can sometimes improve performance"
- Information-theoretic threshold: The fundamental limit below which successful inference is impossible regardless of computational resources. "The solid blue curve marks the information-theoretic threshold below which no algorithm can succeed."
- Landscape analysis: Studying the geometry (e.g., minima, saddles, basins) of objective functions to understand algorithmic performance. "Landscape Analysis:"
- Lasso: An ℓ1-regularized regression method that promotes sparsity in high-dimensional models. "Prominent examples include sparsity-inducing methods such as the Lasso,"
- Likelihood ratio tests: Hypothesis tests based on the ratio of maximized likelihoods under competing models. "likelihood ratio tests, and established their statistical optimality."
- Low-degree polynomial framework: A framework positing that low-degree polynomial statistics capture the power of many efficient algorithms, used to prove lower bounds. "The low-degree polynomial framework is also seen as a ``lite version" of the sum-of-squares hierarchy"
- Markov chains: Stochastic processes with the memoryless property, often used as algorithmic heuristics (e.g., MCMC). "rules out the success of popular greedy search methods such as gradient descent and certain Markov chains"
- Meta-analysis: Methods for combining results across multiple studies to improve power and reproducibility. "A classical example of horizontal data integration is meta-analysis"
- Minimum mean-squared error: The smallest achievable expected squared estimation error for a given problem and estimator class. "aims to obtain lower bounds on the minimum mean-squared error achievable by degree- polynomial estimators."
- Minimax framework: A decision-theoretic approach evaluating procedures under the worst-case risk over a parameter class. "many distinct statistical methods are optimal under the traditional the minimax framework."
- Multi-view learning: Learning from multiple data modalities measured on the same subjects to exploit shared structure. "Multi-view learning focuses on integrating multiple data modalities observed for the same set of subjects."
- Non-asymptotic viewpoint: Analysis emphasizing finite-sample guarantees rather than behavior only as sample sizes go to infinity. "a non-asymptotic viewpoint centered on finite-sample guarantees and modern proportional asymptotics."
- Overlap Gap Property (OGP): A geometric property where good solutions split into disconnected clusters with forbidden overlaps, hindering local algorithms. "This geometric property of the landscape is called an overlap gap property"
- Overparameterization: Using models with more parameters than data points or than necessary, affecting optimization and generalization. "modern observations about overparameterization and stochasticity suggest that optimization noise and implicit regularization can sometimes improve performance"
- Phase diagram: A schematic partition of parameter space into impossible, hard, and easy regimes illustrating thresholds. "Schematic phase diagram illustrating the computational-statistical gap."
- Planted clique problem: Detecting or recovering a large clique embedded in a random graph, a canonical average-case hard problem. "are epitomized by the planted clique problem,"
- Polynomial threshold functions: Functions obtained by thresholding low-degree polynomials, used to extend low-degree lower bounds. "tests obtained thresholding a low-degree polynomial (known as polynomial threshold functions)"
- Proportional asymptotics: Asymptotic regime where dimension and sample size grow at comparable rates. "modern proportional asymptotics."
- Random -SAT: A random constraint satisfaction problem involving satisfiability of k-clause Boolean formulas, used as a hardness assumption. "random -SAT, among others."
- Random matrix theory: The study of properties of matrices with random entries, central to high-dimensional analysis. "including optimization, concentration of measure, random matrix theory, information theory, and theoretical computer science."
- Restricted eigenvalue condition: A technical condition ensuring identifiability and performance of high-dimensional estimators like the Lasso. "Under well-established conditions such as a restricted eigenvalue condition, one can derive both good statistical accuracy"
- Riemannian optimization: Optimization over manifolds, often used for structured tensor or matrix problems. "over-parametrization interacts favorably with Riemannian optimization:"
- Selective inference: Inference procedures that account for data-driven model selection to maintain valid error rates. "including debiased estimators and selective inference"
- Semidefinite programming (SDP) relaxations: Convex relaxations of polynomial or combinatorial problems expressed as SDPs, used for tractable approximation. "The SoS hierarchy constructs semidefinite programming (SDP) relaxations for such polynomial optimization problems."
- Signal-to-noise ratio (SNR): A measure of signal strength relative to noise, governing detectability and estimation thresholds. "Signal strength / Signal-to-noise ratio (SNR)"
- Sparse principal component analysis (sparse PCA): PCA under sparsity constraints on loadings to recover low-dimensional structure in high dimensions. "In sparse principal component analysis, information-theoretic considerations allow detection and recovery despite comparatively weak signals,"
- Spectral methods: Algorithms leveraging eigenvalues/vectors or singular values/vectors of data matrices or graphs. "Spectral methods provide another widely used class of tools."
- Statistical physics methods: Analytical tools from physics (e.g., spin glass theory) used to study high-dimensional statistical models and algorithms. "Tools from random matrix theory, statistical physics methods, and concentration inequalities adapted to high-dimensional settings play important roles"
- Statistical query (SQ) model: A computational model where algorithms access data only via noisy expectations of query functions, enabling robustness-based lower bounds. "In the statistical query (SQ) model \cite{kearns1998efficient}, the algorithm solving the inference task does not have unrestricted access to the dataset."
- Stochastic block model: A generative model for networks with community structure where edge probabilities depend on community memberships. "particularly under the stochastic block model,"
- Stochastic gradient descent: An iterative optimization method that uses noisy gradient estimates from mini-batches or single samples. "develop an average-case analysis of stochastic gradient descent,"
- Sum-of-squares (SoS) hierarchy: A sequence of increasingly tight semidefinite relaxations for polynomial optimization that captures many efficient algorithms. "The sum-of-squares (SoS) hierarchy provides a systematic framework for analyzing computationalâstatistical trade-offs in high-dimensional inference"
- Sum-of-squares programs: Semidefinite programs arising from SoS relaxations, often computationally heavy in practice. "speed up solvers for sum-of-squares programs, recognizing their widespread adoption as a theoretical tool"
- Tensor decomposition: Factorization of higher-order arrays into low-rank components for recovery or analysis. "Computational-statistical gaps also arise in tensor decomposition and related higher-order inference tasks."
- Tensor PCA: Principal component analysis for tensors, often involving detection or estimation of low-rank tensor signals in noise. "For low-rank tensor models, for example, feasible algorithms typically need stronger conditions than the information-theoretic limit; those very conditions can deliver asymptotic normality and valid uncertainty quantification without debiasing, a phenomenon formalized for tensor PCA/regression"
- Tensor-on-tensor regression: Regression where both predictors and responses are tensors, requiring specialized algorithms and theory. "Likewise, in tensor-on-tensor regression, over-parametrization interacts favorably with Riemannian optimization:"
- Uncertainty quantification: Assessing the reliability of estimates (e.g., via standard errors or confidence intervals), especially challenging in high dimensions. "modern tools for uncertainty quantification---including debiased estimators and selective inference"
- Vertical data integration: Integrating different sets of variables (modalities) measured on the same subjects to obtain a comprehensive view. "In vertical data integration, the datasets contain different sets of variables collected on the same set of subjects: , for ."