arxiv_id large_stringlengths 9 16 | title large_stringlengths 0 387 | authors large listlengths 0 3.3k | submission_date large_stringlengths 10 117 | comments large_stringlengths 0 925 | primary_subject large_stringclasses 148 values | subjects large_stringlengths 13 440 | doi large_stringlengths 26 88 | abstract large_stringlengths 3 6.55k | file_path large_stringlengths 23 46 | filepath large_stringlengths 55 68 | subject large_stringclasses 148 values | year large_stringdate 1989-01-01 00:00:00 2025-01-01 00:00:00 | month large_stringclasses 12 values | publication_date date32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2508.07066 | Membership Inference Attacks with False Discovery Rate Control | [
"Chenxu Zhao",
"Wei Qian",
"Aobo Chen",
"Mengdi Huai"
] | 9 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.07066 | Recent studies have shown that deep learning models are vulnerable to membership inference attacks (MIAs), which aim to infer whether a data record was used to train a target model or not. To analyze and study these vulnerabilities, various MIA methods have been proposed. Despite the significance and popularity of MIAs, existing works on MIAs are limited in providing guarantees on the false discovery rate (FDR), which refers to the expected proportion of false discoveries among the identified positive discoveries. However, it is very challenging to ensure the false discovery rate guarantees, because the underlying distribution is usually unknown, and the estimated non-member probabilities often exhibit interdependence. To tackle the above challenges, in this paper, we design a novel membership inference attack method, which can provide the guarantees on the false discovery rate. Additionally, we show that our method can also provide the marginal probability guarantee on labeling true non-member data as member data. Notably, our method can work as a wrapper that can be seamlessly integrated with existing MIA methods in a post-hoc manner, while also providing the FDR control. We perform the theoretical analysis for our method. Extensive experiments in various settings (e.g., the black-box setting and the lifelong learning setting) are also conducted to verify the desirable performance of our method. | stat-05.zip/2508.07066.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.06069 | Lightweight Auto-bidding based on Traffic Prediction in Live Advertising | [
"Bo Yang",
"Ruixuan Luo",
"Junqi Jin",
"Han Zhu"
] | 8 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.06069 | Internet live streaming is widely used in online entertainment and e-commerce, where live advertising is an important marketing tool for anchors. An advertising campaign hopes to maximize the effect (such as conversions) under constraints (such as budget and cost-per-click). The mainstream control of campaigns is auto-bidding, where the performance depends on the decision of the bidding algorithm in each request. The most widely used auto-bidding algorithms include Proportional-Integral-Derivative (PID) control, linear programming (LP), reinforcement learning (RL), etc. Existing methods either do not consider the entire time traffic, or have too high computational complexity. In this paper, the live advertising has high requirements for real-time bidding (second-level control) and faces the difficulty of unknown future traffic. Therefore, we propose a lightweight bidding algorithm Binary Constrained Bidding (BiCB), which neatly combines the optimal bidding formula given by mathematical analysis and the statistical method of future traffic estimation, and obtains good approximation to the optimal result through a low complexity solution. In addition, we complement the form of upper and lower bound constraints for traditional auto-bidding modeling and give theoretical analysis of BiCB. Sufficient offline and online experiments prove BiCB's good performance and low engineering cost. | stat-05.zip/2508.06069.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.08673 | In-Context Learning as Nonparametric Conditional Probability Estimation: Risk Bounds and Optimality | [
"Chenrui Liu",
"Falong Tan",
"Chuanlong Xie",
"Yicheng Zeng",
"Lixing Zhu"
] | 12 Aug 2025 (<a href="https://arxiv.org/abs/2508.08673v1">v1</a>), last revised 31 Aug 2025 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.08673 | This paper investigates the expected excess risk of in-context learning (ICL) for multiclass classification. We formalize each task as a sequence of labeled examples followed by a query input; a pretrained model then estimates the query's conditional class probabilities. The expected excess risk is defined as the average truncated Kullback-Leibler (KL) divergence between the predicted and true conditional class distributions over a specified family of tasks. We establish a new oracle inequality for this risk, based on KL divergence, in multiclass classification. This yields tight upper and lower bounds for transformer-based models, showing that the ICL estimator achieves the minimax optimal rate (up to logarithmic factors) for conditional probability estimation. From a technical standpoint, our results introduce a novel method for controlling generalization error via uniform empirical entropy. We further demonstrate that multilayer perceptrons (MLPs) can also perform ICL and attain the same optimal rate (up to logarithmic factors) under suitable assumptions, suggesting that effective ICL need not be exclusive to transformer architectures. | stat-05.zip/2508.08673.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.06847 | MOCA-HESP: Meta High-dimensional Bayesian Optimization for Combinatorial and Mixed Spaces via Hyper-ellipsoid Partitioning | [
"Lam Ngo",
"Huong Ha",
"Jeffrey Chan",
"Hongyu Zhang"
] | 9 Aug 2025 (<a href="https://arxiv.org/abs/2508.06847v1">v1</a>), last revised 25 Aug 2025 (this version, v2) | Published at the 28th European Conference on Artificial Intelligence (ECAI-2025) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.06847 | High-dimensional Bayesian Optimization (BO) has attracted significant attention in recent research. However, existing methods have mainly focused on optimizing in continuous domains, while combinatorial (ordinal and categorical) and mixed domains still remain challenging. In this paper, we first propose MOCA-HESP, a novel high-dimensional BO method for combinatorial and mixed variables. The key idea is to leverage the hyper-ellipsoid space partitioning (HESP) technique with different categorical encoders to work with high-dimensional, combinatorial and mixed spaces, while adaptively selecting the optimal encoders for HESP using a multi-armed bandit technique. Our method, MOCA-HESP, is designed as a \textit{meta-algorithm} such that it can incorporate other combinatorial and mixed BO optimizers to further enhance the optimizers' performance. Finally, we develop three practical BO methods by integrating MOCA-HESP with state-of-the-art BO optimizers for combinatorial and mixed variables: standard BO, CASMOPOLITAN, and Bounce. Our experimental results on various synthetic and real-world benchmarks show that our methods outperform existing baselines. Our code implementation can be found at <a href="https://github.com/LamNgo1/moca-hesp" rel="external noopener nofollow" class="link-external link-https">this https URL</a> | stat-05.zip/2508.06847.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.07914 | Meta Off-Policy Estimation | [
"Olivier Jeunen"
] | 11 Aug 2025 | To appear in the Nineteenth ACM Conference on Recommender Systems (RecSys '25) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Information Retrieval (cs.IR); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2508.07914 | Off-policy estimation (OPE) methods enable unbiased offline evaluation of recommender systems, directly estimating the online reward some target policy would have obtained, from offline data and with statistical guarantees. The theoretical elegance of the framework combined with practical successes have led to a surge of interest, with many competing estimators now available to practitioners and researchers. Among these, Doubly Robust methods provide a prominent strategy to combine value- and policy-based estimators. <br>In this work, we take an alternative perspective to combine a set of OPE estimators and their associated confidence intervals into a single, more accurate estimate. Our approach leverages a correlated fixed-effects meta-analysis framework, explicitly accounting for dependencies among estimators that arise due to shared data. This yields a best linear unbiased estimate (BLUE) of the target policy's value, along with an appropriately conservative confidence interval that reflects inter-estimator correlation. We validate our method on both simulated and real-world data, demonstrating improved statistical efficiency over existing individual estimators. | stat-05.zip/2508.07914.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.07982 | Likelihood Ratio Tests by Kernel Gaussian Embedding | [
"Leonardo V. Santoro",
"Victor M. Panaretos"
] | 11 Aug 2025 (<a href="https://arxiv.org/abs/2508.07982v1">v1</a>), last revised 15 Sep 2025 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2508.07982 | We propose a novel kernel-based nonparametric two-sample test, employing the combined use of kernel mean and kernel covariance embedding. Our test builds on recent results showing how such combined embeddings map distinct probability measures to mutually singular Gaussian measures on the kernel's RKHS. Leveraging this ``separation of measure phenomenon", we construct a test statistic based on the relative entropy between the Gaussian embeddings, in effect the likelihood ratio. The likelihood ratio is specifically tailored to detect equality versus singularity of two Gaussians, and satisfies a ``$0/\infty$" law, in that it vanishes under the null and diverges under the alternative. To implement the test in finite samples, we introduce a regularised version, calibrated by way of permutation. We prove consistency, establish uniform power guarantees under mild conditions, and discuss how our framework unifies and extends prior approaches based on spectrally regularized MMD. Empirical results on synthetic and real data demonstrate remarkable gains in power compared to state-of-the-art methods, particularly in high-dimensional and weak-signal regimes. | stat-05.zip/2508.07982.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.07928 | Gaussian Approximation for Two-Timescale Linear Stochastic Approximation | [
"Bogdan Butyrin",
"Artemy Rubtsov",
"Alexey Naumov",
"Vladimir Ulyanov",
"Sergey Samsonov"
] | 11 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC); Probability (math.PR); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2508.07928 | In this paper, we establish non-asymptotic bounds for accuracy of normal approximation for linear two-timescale stochastic approximation (TTSA) algorithms driven by martingale difference or Markov noise. Focusing on both the last iterate and Polyak-Ruppert averaging regimes, we derive bounds for normal approximation in terms of the convex distance between probability distributions. Our analysis reveals a non-trivial interaction between the fast and slow timescales: the normal approximation rate for the last iterate improves as the timescale separation increases, while it decreases in the Polyak-Ruppert averaged setting. We also provide the high-order moment bounds for the error of linear TTSA algorithm, which may be of independent interest. | stat-05.zip/2508.07928.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.08517 | Projection-based multifidelity linear regression for data-scarce applications | [
"Vignesh Sella",
"Julie Pham",
"Karen Willcox",
"Anirban Chaudhuri"
] | 11 Aug 2025 | 23 page, 7 figures, submitted to Machine Learning for Computational Science and Engineering special issue Accelerating Numerical Methods With Scientific Machine Learning | Machine Learning (stat.ML) | Machine Learning (stat.ML); Computational Engineering, Finance, and Science (cs.CE); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.08517 | Surrogate modeling for systems with high-dimensional quantities of interest remains challenging, particularly when training data are costly to acquire. This work develops multifidelity methods for multiple-input multiple-output linear regression targeting data-limited applications with high-dimensional outputs. Multifidelity methods integrate many inexpensive low-fidelity model evaluations with limited, costly high-fidelity evaluations. We introduce two projection-based multifidelity linear regression approaches that leverage principal component basis vectors for dimensionality reduction and combine multifidelity data through: (i) a direct data augmentation using low-fidelity data, and (ii) a data augmentation incorporating explicit linear corrections between low-fidelity and high-fidelity data. The data augmentation approaches combine high-fidelity and low-fidelity data into a unified training set and train the linear regression model through weighted least squares with fidelity-specific weights. Various weighting schemes and their impact on regression accuracy are explored. The proposed multifidelity linear regression methods are demonstrated on approximating the surface pressure field of a hypersonic vehicle in flight. In a low-data regime of no more than ten high-fidelity samples, multifidelity linear regression achieves approximately 3% - 12% improvement in median accuracy compared to single-fidelity methods with comparable computational cost. | stat-05.zip/2508.08517.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.08762 | Bio-Inspired Artificial Neural Networks based on Predictive Coding | [
"Davide Casnici",
"Charlotte Frenkel",
"Justin Dauwels"
] | 12 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.08762 | Backpropagation (BP) of errors is the backbone training algorithm for artificial neural networks (ANNs). It updates network weights through gradient descent to minimize a loss function representing the mismatch between predictions and desired outputs. BP uses the chain rule to propagate the loss gradient backward through the network hierarchy, allowing efficient weight updates. However, this process requires weight updates at every layer to rely on a global error signal generated at the network's output. <br>In contrast, the Hebbian model of synaptic plasticity states that weight updates are local, depending only on the activity of pre- and post-synaptic neurons. This suggests biological brains likely do not implement BP directly. Recently, Predictive Coding (PC) has gained interest as a biologically plausible alternative that updates weights using only local information. Originating from 1950s work on signal compression, PC was later proposed as a model of the visual cortex and formalized under the free energy principle, linking it to Bayesian inference and dynamical systems. PC weight updates rely solely on local information and provide theoretical advantages such as automatic scaling of gradients based on uncertainty. <br>This lecture notes column offers a novel, tutorial-style introduction to PC, focusing on its formulation, derivation, and connections to well-known optimization and signal processing algorithms such as BP and the Kalman Filter (KF). It aims to support existing literature by guiding readers from the mathematical foundations of PC to practical implementation, including Python examples using PyTorch. | stat-05.zip/2508.08762.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.03896 | Reliable Programmatic Weak Supervision with Confidence Intervals for Label Probabilities | [
"Verónica Álvarez",
"Santiago Mazuelas",
"Steven An",
"Sanjoy Dasgupta"
] | 5 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.03896 | The accurate labeling of datasets is often both costly and time-consuming. Given an unlabeled dataset, programmatic weak supervision obtains probabilistic predictions for the labels by leveraging multiple weak labeling functions (LFs) that provide rough guesses for labels. Weak LFs commonly provide guesses with assorted types and unknown interdependences that can result in unreliable predictions. Furthermore, existing techniques for programmatic weak supervision cannot provide assessments for the reliability of the probabilistic predictions for labels. This paper presents a methodology for programmatic weak supervision that can provide confidence intervals for label probabilities and obtain more reliable predictions. In particular, the methods proposed use uncertainty sets of distributions that encapsulate the information provided by LFs with unrestricted behavior and typology. Experiments on multiple benchmark datasets show the improvement of the presented methods over the state-of-the-art and the practicality of the confidence intervals presented. | stat-05.zip/2508.03896.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.04476 | Metric Learning in an RKHS | [
"Gokcan Tatli",
"Yi Chen",
"Blake Mason",
"Robert Nowak",
"Ramya Korlakai Vinayak"
] | 6 Aug 2025 | Appeared in the 41st Conference on Uncertainty in Artificial Intelligence (UAI 2025) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.04476 | Metric learning from a set of triplet comparisons in the form of "Do you think item h is more similar to item i or item j?", indicating similarity and differences between items, plays a key role in various applications including image retrieval, recommendation systems, and cognitive psychology. The goal is to learn a metric in the RKHS that reflects the comparisons. Nonlinear metric learning using kernel methods and neural networks have shown great empirical promise. While previous works have addressed certain aspects of this problem, there is little or no theoretical understanding of such methods. The exception is the special (linear) case in which the RKHS is the standard Euclidean space $\mathbb{R}^d$; there is a comprehensive theory for metric learning in $\mathbb{R}^d$. This paper develops a general RKHS framework for metric learning and provides novel generalization guarantees and sample complexity bounds. We validate our findings through a set of simulations and experiments on real datasets. Our code is publicly available at <a href="https://github.com/RamyaLab/metric-learning-RKHS" rel="external noopener nofollow" class="link-external link-https">this https URL</a>. | stat-05.zip/2508.04476.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.06337 | Decorrelated feature importance from local sample weighting | [
"Benedikt Fröhlich",
"Alison Durst",
"Merle Behr"
] | 8 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2508.06337 | Feature importance (FI) statistics provide a prominent and valuable method of insight into the decision process of machine learning (ML) models, but their effectiveness has well-known limitations when correlation is present among the features in the training data. In this case, the FI often tends to be distributed among all features which are in correlation with the response-generating signal features. Even worse, if multiple signal features are in strong correlation with a noise feature, while being only modestly correlated with one another, this can result in a noise feature having a distinctly larger FI score than any signal feature. Here we propose local sample weighting (losaw) which can flexibly be integrated into many ML algorithms to improve FI scores in the presence of feature correlation in the training data. Our approach is motivated from inverse probability weighting in causal inference and locally, within the ML model, uses a sample weighting scheme to decorrelate a target feature from the remaining features. This reduces model bias locally, whenever the effect of a potential signal feature is evaluated and compared to others. Moreover, losaw comes with a natural tuning parameter, the minimum effective sample size of the weighted population, which corresponds to an interpretation-prediction-tradeoff, analog to a bias-variance-tradeoff as for classical ML tuning parameters. We demonstrate how losaw can be integrated within decision tree-based ML methods and within mini-batch training of neural networks. We investigate losaw for random forest and convolutional neural networks in a simulation study on settings showing diverse correlation patterns. We found that losaw improves FI consistently. Moreover, it often improves prediction accuracy for out-of-distribution, while maintaining a similar accuracy for in-distribution test data. | stat-05.zip/2508.06337.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.08724 | Hierarchical Variable Importance with Statistical Control for Medical Data-Based Prediction | [
"Joseph Paillard",
"Antoine Collas",
"Denis A. Engemann",
"Bertrand Thirion"
] | 12 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.08724 | Recent advances in machine learning have greatly expanded the repertoire of predictive methods for medical imaging. However, the interpretability of complex models remains a challenge, which limits their utility in medical applications. Recently, model-agnostic methods have been proposed to measure conditional variable importance and accommodate complex non-linear models. However, they often lack power when dealing with highly correlated data, a common problem in medical imaging. We introduce Hierarchical-CPI, a model-agnostic variable importance measure that frames the inference problem as the discovery of groups of variables that are jointly predictive of the outcome. By exploring subgroups along a hierarchical tree, it remains computationally tractable, yet also enjoys explicit family-wise error rate control. Moreover, we address the issue of vanishing conditional importance under high correlation with a tree-based importance allocation mechanism. We benchmarked Hierarchical-CPI against state-of-the-art variable importance methods. Its effectiveness is demonstrated in two neuroimaging datasets: classifying dementia diagnoses from MRI data (ADNI dataset) and analyzing the Berger effect on EEG data (TDBRAIN dataset), identifying biologically plausible variables. | stat-05.zip/2508.08724.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.08288 | On Experiments | [
"Brendan van Rooyen"
] | 5 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2508.08288 | The scientific process is a means for turning the results of experiments into knowledge about the world in which we live. Much research effort has been directed toward automating this process. To do this, one needs to formulate the scientific process in a precise mathematical language. This paper outlines one such language. What is presented here is hardly new. The material leans much on great thinkers of times past as well as more modern contributions. The novel contributions of this paper are: A new, general data processing inequality, a bias variance decomposition for canonical losses, Streamlined proofs of the Blackwell-Sherman-Stein and Randomization Theorems, and Means to calculate deficiency via linear programming. | stat-05.zip/2508.08288.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.06652 | Federated Online Learning for Heterogeneous Multisource Streaming Data | [
"Jingmao Li",
"Yuanxing Chen",
"Shuangge Ma",
"Kuangnan Fang"
] | 8 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.06652 | Federated learning has emerged as an essential paradigm for distributed multi-source data analysis under privacy concerns. Most existing federated learning methods focus on the ``static" datasets. However, in many real-world applications, data arrive continuously over time, forming streaming datasets. This introduces additional challenges for data storage and algorithm design, particularly under high-dimensional settings. In this paper, we propose a federated online learning (FOL) method for distributed multi-source streaming data analysis. To account for heterogeneity, a personalized model is constructed for each data source, and a novel ``subgroup" assumption is employed to capture potential similarities, thereby enhancing model performance. We adopt the penalized renewable estimation method and the efficient proximal gradient descent for model training. The proposed method aligns with both federated and online learning frameworks: raw data are not exchanged among sources, ensuring data privacy, and only summary statistics of previous data batches are required for model updates, significantly reducing storage demands. Theoretically, we establish the consistency properties for model estimation, variable selection, and subgroup structure recovery, demonstrating optimal statistical efficiency. Simulations illustrate the effectiveness of the proposed method. Furthermore, when applied to the financial lending data and the web log data, the proposed method also exhibits advantageous prediction performance. Results of the analysis also provide some practical insights. | stat-05.zip/2508.06652.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.07876 | Stochastic dynamics learning with state-space systems | [
"Juan-Pablo Ortega",
"Florian Rossmannek"
] | 11 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Dynamical Systems (math.DS); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2508.07876 | This work advances the theoretical foundations of reservoir computing (RC) by providing a unified treatment of fading memory and the echo state property (ESP) in both deterministic and stochastic settings. We investigate state-space systems, a central model class in time series learning, and establish that fading memory and solution stability hold generically -- even in the absence of the ESP -- offering a robust explanation for the empirical success of RC models without strict contractivity conditions. In the stochastic case, we critically assess stochastic echo states, proposing a novel distributional perspective rooted in attractor dynamics on the space of probability distributions, which leads to a rich and coherent theory. Our results extend and generalize previous work on non-autonomous dynamical systems, offering new insights into causality, stability, and memory in RC models. This lays the groundwork for reliable generative modeling of temporal data in both deterministic and stochastic regimes. | stat-05.zip/2508.07876.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.05570 | High-Order Error Bounds for Markovian LSA with Richardson-Romberg Extrapolation | [
"Ilya Levin",
"Alexey Naumov",
"Sergey Samsonov"
] | 7 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2508.05570 | In this paper, we study the bias and high-order error bounds of the Linear Stochastic Approximation (LSA) algorithm with Polyak-Ruppert (PR) averaging under Markovian noise. We focus on the version of the algorithm with constant step size $\alpha$ and propose a novel decomposition of the bias via a linearization technique. We analyze the structure of the bias and show that the leading-order term is linear in $\alpha$ and cannot be eliminated by PR averaging. To address this, we apply the Richardson-Romberg (RR) extrapolation procedure, which effectively cancels the leading bias term. We derive high-order moment bounds for the RR iterates and show that the leading error term aligns with the asymptotically optimal covariance matrix of the vanilla averaged LSA iterates. | stat-05.zip/2508.05570.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.09623 | Scalable h-adaptive probabilistic solver for time-independent and time-dependent systems | [
"Akshay Thakur",
"Sawan Kumar",
"Matthew Zahr",
"Souvik Chakraborty"
] | 13 Aug 2025 (<a href="https://arxiv.org/abs/2508.09623v1">v1</a>), last revised 15 Aug 2025 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.09623 | Solving partial differential equations (PDEs) within the framework of probabilistic numerics offers a principled approach to quantifying epistemic uncertainty arising from discretization. By leveraging Gaussian process regression and imposing the governing PDE as a constraint at a finite set of collocation points, probabilistic numerics delivers mesh-free solutions at arbitrary locations. However, the high computational cost, which scales cubically with the number of collocation points, remains a critical bottleneck, particularly for large-scale or high-dimensional problems. We propose a scalable enhancement to this paradigm through two key innovations. First, we develop a stochastic dual descent algorithm that reduces the per-iteration complexity from cubic to linear in the number of collocation points, enabling tractable inference. Second, we exploit a clustering-based active learning strategy that adaptively selects collocation points to maximize information gain while minimizing computational expense. Together, these contributions result in an $h$-adaptive probabilistic solver that can scale to a large number of collocation points. We demonstrate the efficacy of the proposed solver on benchmark PDEs, including two- and three-dimensional steady-state elliptic problems, as well as a time-dependent parabolic PDE formulated in a space-time setting. | stat-05.zip/2508.09623.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.10879 | An Iterative Algorithm for Differentially Private $k$-PCA with Adaptive Noise | [
"Johanna Düngler",
"Amartya Sanyal"
] | 14 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Cryptography and Security (cs.CR); Information Theory (cs.IT); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2508.10879 | Given $n$ i.i.d. random matrices $A_i \in \mathbb{R}^{d \times d}$ that share a common expectation $\Sigma$, the objective of Differentially Private Stochastic PCA is to identify a subspace of dimension $k$ that captures the largest variance directions of $\Sigma$, while preserving differential privacy (DP) of each individual $A_i$. Existing methods either (i) require the sample size $n$ to scale super-linearly with dimension $d$, even under Gaussian assumptions on the $A_i$, or (ii) introduce excessive noise for DP even when the intrinsic randomness within $A_i$ is small. Liu et al. (2022a) addressed these issues for sub-Gaussian data but only for estimating the top eigenvector ($k=1$) using their algorithm DP-PCA. We propose the first algorithm capable of estimating the top $k$ eigenvectors for arbitrary $k \leq d$, whilst overcoming both limitations above. For $k=1$ our algorithm matches the utility guarantees of DP-PCA, achieving near-optimal statistical error even when $n = \tilde{\!O}(d)$. We further provide a lower bound for general $k > 1$, matching our upper bound up to a factor of $k$, and experimentally demonstrate the advantages of our algorithm over comparable baselines. | stat-05.zip/2508.10879.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.10944 | Non-asymptotic convergence bound of conditional diffusion models | [
"Mengze Li"
] | 13 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.10944 | Learning and generating various types of data based on conditional diffusion models has been a research hotspot in recent years. Although conditional diffusion models have made considerable progress in improving acceleration algorithms and enhancing generation quality, the lack of non-asymptotic properties has hindered theoretical research. To address this gap, we focus on a conditional diffusion model within the domains of classification and regression (CARD), which aims to learn the original distribution with given input x (denoted as Y|X). It innovatively integrates a pre-trained model f_{\phi}(x) into the original diffusion model framework, allowing it to precisely capture the original conditional distribution given f (expressed as Y|f_{\phi}(x)). Remarkably, when f_{\phi}(x) performs satisfactorily, Y|f_{\phi}(x) closely approximates Y|X. Theoretically, we deduce the stochastic differential equations of CARD and establish its generalized form predicated on the Fokker-Planck equation, thereby erecting a firm theoretical foundation for analysis. Mainly under the Lipschitz assumptions, we utilize the second-order Wasserstein distance to demonstrate the upper error bound between the original and the generated conditional distributions. Additionally, by appending assumptions such as light-tailedness to the original distribution, we derive the convergence upper bound between the true value analogous to the score function and the corresponding network-estimated value. | stat-05.zip/2508.10944.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.10149 | Prediction-Powered Inference with Inverse Probability Weighting | [
"Jyotishka Datta",
"Nicholas G. Polson"
] | 13 Aug 2025 | 15 pages, 3 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.10149 | Prediction-powered inference (PPI) is a recent framework for valid statistical inference with partially labeled data, combining model-based predictions on a large unlabeled set with bias correction from a smaller labeled subset. We show that PPI can be extended to handle informative labeling by replacing its unweighted bias-correction term with an inverse probability weighted (IPW) version, using the classical Horvitz--Thompson or Hájek forms. This connection unites design-based survey sampling ideas with modern prediction-assisted inference, yielding estimators that remain valid when labeling probabilities vary across units. We consider the common setting where the inclusion probabilities are not known but estimated from a correctly specified model. In simulations, the performance of IPW-adjusted PPI with estimated propensities closely matches the known-probability case, retaining both nominal coverage and the variance-reduction benefits of PPI. | stat-05.zip/2508.10149.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.10782 | Dimension-Free Bounds for Generalized First-Order Methods via Gaussian Coupling | [
"Galen Reeves"
] | 14 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Probability (math.PR); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2508.10782 | We establish non-asymptotic bounds on the finite-sample behavior of generalized first-order iterative algorithms -- including gradient-based optimization methods and approximate message passing (AMP) -- with Gaussian data matrices and full-memory, non-separable nonlinearities. The central result constructs an explicit coupling between the iterates of a generalized first-order method and a conditionally Gaussian process whose covariance evolves deterministically via a finite-dimensional state evolution recursion. This coupling yields tight, dimension-free bounds under mild Lipschitz and moment-matching conditions. Our analysis departs from classical inductive AMP proofs by employing a direct comparison between the generalized first-order method and the conditionally Gaussian comparison process. This approach provides a unified derivation of AMP theory for Gaussian matrices without relying on separability or asymptotics. A complementary lower bound on the Wasserstein distance demonstrates the sharpness of our upper bounds. | stat-05.zip/2508.10782.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.11551 | ADMIRE-BayesOpt: Accelerated Data MIxture RE-weighting for Language Models with Bayesian Optimization | [
"Shengzhuang Chen",
"Xu Ouyang",
"Michael Arthur Leopold Pearce",
"Thomas Hartvigsen",
"Jonathan Richard Schwarz"
] | 15 Aug 2025 (<a href="https://arxiv.org/abs/2508.11551v1">v1</a>), last revised 18 Aug 2025 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.11551 | Determining the optimal data mixture for large language model training remains a challenging problem with an outsized impact on performance. In practice, language model developers continue to rely on heuristic exploration since no learning-based approach has emerged as a reliable solution. In this work, we propose to view the selection of training data mixtures as a black-box hyperparameter optimization problem, for which Bayesian Optimization is a well-established class of appropriate algorithms. Firstly, we cast data mixture learning as a sequential decision-making problem, in which we aim to find a suitable trade-off between the computational cost of training exploratory (proxy-) models and final mixture performance. Secondly, we systematically explore the properties of transferring mixtures learned at a small scale to larger-scale experiments, providing insights and highlighting opportunities for research at a modest scale. By proposing Multi-fidelity Bayesian Optimization as a suitable method in this common scenario, we introduce a natural framework to balance experiment cost with model fit, avoiding the risks of overfitting to smaller scales while minimizing the number of experiments at high cost. We present results for pre-training and instruction finetuning across models ranging from 1 million to 7 billion parameters, varying from simple architectures to state-of-the-art models and benchmarks spanning dozens of datasets. We demonstrate consistently strong results relative to a wide range of baselines, resulting inspeed-ups of over 500% in determining the best data mixture on our largest experiments. In addition, we broaden access to research by sharing ADMIRE IFT Runs, a dataset of 460 full training & evaluation runs worth over 13,000 GPU hours, greatly reducing the cost of conducting research in this area. | stat-05.zip/2508.11551.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.05764 | Stochastic Trace Optimization of Parameter Dependent Matrices Based on Statistical Learning Theory | [
"Arvind K. Saibaba",
"Ilse C.F. Ipsen"
] | 7 Aug 2025 | 3 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA) | https://doi.org/10.48550/arXiv.2508.05764 | We consider matrices $\boldsymbol{A}(\boldsymbol\theta)\in\mathbb{R}^{m\times m}$ that depend, possibly nonlinearly, on a parameter $\boldsymbol\theta$ from a compact parameter space $\Theta$. We present a Monte Carlo estimator for minimizing $\text{trace}(\boldsymbol{A}(\boldsymbol\theta))$ over all $\boldsymbol\theta\in\Theta$, and determine the sampling amount so that the backward error of the estimator is bounded with high probability. We derive two types of bounds, based on epsilon nets and on generic chaining. Both types predict a small sampling amount for matrices $\boldsymbol{A}(\boldsymbol\theta)$ with small offdiagonal mass, and parameter spaces $\Theta$ of small ``size.'' Dependence on the matrix dimension~$m$ is only weak or not explicit. The bounds based on epsilon nets are easier to evaluate and come with fully specified constants. In contrast, the bounds based on chaining depend on the Talagrand functionals which are difficult to evaluate, except in very special cases. Comparisons between the two types of bounds are difficult, although the literature suggests that chaining bounds can be superior. | stat-05.zip/2508.05764.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.10193 | Mo' Memory, Mo' Problems: Stream-Native Machine Unlearning | [
"Kennon Stewart"
] | 13 Aug 2025 (<a href="https://arxiv.org/abs/2508.10193v1">v1</a>), last revised 30 Aug 2025 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.10193 | Machine unlearning work assumes a static, i.i.d training environment that doesn't truly exist. Modern ML pipelines need to learn, unlearn, and predict continuously on production streams of data. We translate batch unlearning to the online setting using notions of regret, sample complexity, and deletion capacity. We tighten regret bounds to a logarithmic $\mathcal{O}(\ln{T})$, a first for a certified unlearning algorithm. When fitted with an online variant of L-BFGS optimization, the algorithm achieves state of the art regret with a constant memory footprint. Such changes extend the lifespan of an ML model before expensive retraining, making for a more efficient unlearning process. | stat-05.zip/2508.10193.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.09412 | A pseudo-inverse of a line graph | [
"Sevvandi Kandanaarachchi",
"Philip Kilby",
"Cheng Soon Ong"
] | 13 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC) | https://doi.org/10.48550/arXiv.2508.09412 | Line graphs are an alternative representation of graphs where each vertex of the original (root) graph becomes an edge. However not all graphs have a corresponding root graph, hence the transformation from graphs to line graphs is not invertible. We investigate the case when there is a small perturbation in the space of line graphs, and try to recover the corresponding root graph, essentially defining the inverse of the line graph operation. We propose a linear integer program that edits the smallest number of edges in the line graph, that allow a root graph to be found. We use the spectral norm to theoretically prove that such a pseudo-inverse operation is well behaved. Illustrative empirical experiments on Erdős-Rényi graphs show that our theoretical results work in practice. | stat-05.zip/2508.09412.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.11060 | Counterfactual Survival Q Learning for Longitudinal Randomized Trials via Buckley James Boosting | [
"Jeongjin Lee",
"Jong-Min Kim"
] | 14 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2508.11060 | We propose a Buckley James (BJ) Boost Q learning framework for estimating optimal dynamic treatment regimes under right censored survival data, tailored for longitudinal randomized clinical trial settings. The method integrates accelerated failure time models with iterative boosting techniques, including componentwise least squares and regression trees, within a counterfactual Q learning framework. By directly modeling conditional survival time, BJ Boost Q learning avoids the restrictive proportional hazards assumption and enables unbiased estimation of stage specific Q functions. Grounded in potential outcomes, this framework ensures identifiability of the optimal treatment regime under standard causal assumptions. Compared to Cox based Q learning, which relies on hazard modeling and may suffer from bias under misspecification, our approach provides robust and flexible estimation. Simulation studies and analysis of the ACTG175 HIV trial demonstrate that BJ Boost Q learning yields higher accuracy in treatment decision making, especially in multistage settings where bias can accumulate. | stat-05.zip/2508.11060.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.09721 | Structured Kernel Regression VAE: A Computationally Efficient Surrogate for GP-VAEs in ICA | [
"Yuan-Hao Wei",
"Fu-Hao Deng",
"Lin-Yong Cui",
"Yan-Jie Sun"
] | 13 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.09721 | The interpretability of generative models is considered a key factor in demonstrating their effectiveness and controllability. The generated data are believed to be determined by latent variables that are not directly observable. Therefore, disentangling, decoupling, decomposing, causal inference, or performing Independent Component Analysis (ICA) in the latent variable space helps uncover the independent factors that influence the attributes or features affecting the generated outputs, thereby enhancing the interpretability of generative models. As a generative model, Variational Autoencoders (VAEs) combine with variational Bayesian inference algorithms. Using VAEs, the inverse process of ICA can be equivalently framed as a variational inference process. In some studies, Gaussian processes (GPs) have been introduced as priors for each dimension of latent variables in VAEs, structuring and separating each dimension from temporal or spatial perspectives, and encouraging different dimensions to control various attributes of the generated data. However, GPs impose a significant computational burden, resulting in substantial resource consumption when handling large datasets. Essentially, GPs model different temporal or spatial structures through various kernel functions. Structuring the priors of latent variables via kernel functions-so that different kernel functions model the correlations among sequence points within different latent dimensions-is at the core of achieving disentanglement in VAEs. The proposed Structured Kernel Regression VAE (SKR-VAE) leverages this core idea in a more efficient way, avoiding the costly kernel matrix inversion required in GPs. This research demonstrates that, while maintaining ICA performance, SKR-VAE achieves greater computational efficiency and significantly reduced computational burden compared to GP-VAE. | stat-05.zip/2508.09721.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.10888 | Conic Formulations of Transport Metrics for Unbalanced Measure Networks and Hypernetworks | [
"Mary Chriselda Antony Oliver",
"Emmanuel Hartman",
"Tom Needham"
] | 14 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Metric Geometry (math.MG) | https://doi.org/10.48550/arXiv.2508.10888 | The Gromov-Wasserstein (GW) variant of optimal transport, designed to compare probability densities defined over distinct metric spaces, has emerged as an important tool for the analysis of data with complex structure, such as ensembles of point clouds or networks. To overcome certain limitations, such as the restriction to comparisons of measures of equal mass and sensitivity to outliers, several unbalanced or partial transport relaxations of the GW distance have been introduced in the recent literature. This paper is concerned with the Conic Gromov-Wasserstein (CGW) distance introduced by Séjourné, Vialard, and Peyré. We provide a novel formulation in terms of semi-couplings, and extend the framework beyond the metric measure space setting, to compare more general network and hypernetwork structures. With this new formulation, we establish several fundamental properties of the CGW metric, including its scaling behavior under dilation, variational convergence in the limit of volume growth constraints, and comparison bounds with established optimal transport metrics. We further derive quantitative bounds that characterize the robustness of the CGW metric to perturbations in the underlying measures. The hypernetwork formulation of CGW admits a simple and provably convergent block coordinate ascent algorithm for its estimation, and we demonstrate the computational tractability and scalability of our approach through experiments on synthetic and real-world high-dimensional and structured datasets. | stat-05.zip/2508.10888.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.13189 | Preference Models assume Proportional Hazards of Utilities | [
"Chirag Nagpal"
] | 15 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.13189 | Approaches for estimating preferences from human annotated data typically involves inducing a distribution over a ranked list of choices such as the Plackett-Luce model. Indeed, modern AI alignment tools such as Reward Modelling and Direct Preference Optimization are based on the statistical assumptions posed by the Plackett-Luce model. In this paper, I will connect the Plackett-Luce model to another classical and well known statistical model, the Cox Proportional Hazards model and attempt to shed some light on the implications of the connection therein. | stat-05.zip/2508.13189.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.12939 | Simulation-Based Inference: A Practical Guide | [
"Michael Deistler",
"Jan Boelts",
"Peter Steinbach",
"Guy Moss",
"Thomas Moreau",
"Manuel Gloeckler",
"Pedro L. C. Rodrigues",
"Julia Linhart",
"Janne K. Lappalainen",
"Benjamin Kurt Miller",
"Pedro J. Gonçalves",
"Jan-Matthis Lueckmann",
"Cornelius Schröder",
"Jakob H. Macke"
] | 18 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.12939 | A central challenge in many areas of science and engineering is to identify model parameters that are consistent with prior knowledge and empirical data. Bayesian inference offers a principled framework for this task, but can be computationally prohibitive when models are defined by stochastic simulators. Simulation-based Inference (SBI) is a suite of methods developed to overcome this limitation, which has enabled scientific discoveries in fields such as particle physics, astrophysics, and neuroscience. The core idea of SBI is to train neural networks on data generated by a simulator, without requiring access to likelihood evaluations. Once trained, inference is amortized: The neural network can rapidly perform Bayesian inference on empirical observations without requiring additional training or simulations. In this tutorial, we provide a practical guide for practitioners aiming to apply SBI methods. We outline a structured SBI workflow and offer practical guidelines and diagnostic tools for every stage of the process -- from setting up the simulator and prior, choosing and training inference networks, to performing inference and validating the results. We illustrate these steps through examples from astrophysics, psychophysics, and neuroscience. This tutorial empowers researchers to apply state-of-the-art SBI methods, facilitating efficient parameter inference for scientific discovery. | stat-05.zip/2508.12939.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.12947 | Shapley Values: Paired-Sampling Approximations | [
"Michael Mayer",
"Mario V. Wüthrich"
] | 18 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Computational Engineering, Finance, and Science (cs.CE); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.12947 | Originally introduced in cooperative game theory, Shapley values have become a very popular tool to explain machine learning predictions. Based on Shapley's fairness axioms, every input (feature component) gets a credit how it contributes to an output (prediction). These credits are then used to explain the prediction. The only limitation in computing the Shapley values (credits) for many different predictions is of computational nature. There are two popular sampling approximations, sampling KernelSHAP and sampling PermutationSHAP. Our first novel contributions are asymptotic normality results for these sampling approximations. Next, we show that the paired-sampling approaches provide exact results in case of interactions being of maximal order two. Furthermore, the paired-sampling PermutationSHAP possesses the additive recovery property, whereas its kernel counterpart does not. | stat-05.zip/2508.12947.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.13313 | Flow Matching for Efficient and Scalable Data Assimilation | [
"Taos Transue",
"Bohan Chen",
"So Takao",
"Bao Wang"
] | 18 Aug 2025 (<a href="https://arxiv.org/abs/2508.13313v1">v1</a>), last revised 27 Sep 2025 (this version, v3) | revamp presentation and experiment design | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC) | https://doi.org/10.48550/arXiv.2508.13313 | Data assimilation (DA) estimates a dynamical system's state from noisy observations. Recent generative models like the ensemble score filter (EnSF) improve DA in high-dimensional nonlinear settings but are computationally expensive. We introduce the ensemble flow filter (EnFF), a training-free, flow matching (FM)-based framework that accelerates sampling and offers flexibility in flow design. EnFF uses Monte Carlo estimators for the marginal flow field, localized guidance for observation assimilation, and utilizes a novel flow that exploits the Bayesian DA formulation. It generalizes classical filters such as the bootstrap particle filter and ensemble Kalman filter. Experiments on high-dimensional benchmarks demonstrate EnFF's improved cost-accuracy tradeoffs and scalability, highlighting FM's potential for efficient, scalable DA. Code is available at <a href="https://github.com/Utah-Math-Data-Science/Data-Assimilation-Flow-Matching" rel="external noopener nofollow" class="link-external link-https">this https URL</a>. | stat-05.zip/2508.13313.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.12930 | The path to a goal: Understanding soccer possessions via path signatures | [
"David Hirnschall",
"Robert Bajons"
] | 18 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.12930 | We present a novel framework for predicting next actions in soccer possessions by leveraging path signatures to encode their complex spatio-temporal structure. Unlike existing approaches, we do not rely on fixed historical windows and handcrafted features, but rather encode the entire recent possession, thereby avoiding the inclusion of potentially irrelevant or misleading historical information. Path signatures naturally capture the order and interaction of events, providing a mathematically grounded feature encoding for variable-length time series of irregular sampling frequencies without the necessity for manual feature engineering. Our proposed approach outperforms a transformer-based benchmark across various loss metrics and considerably reduces computational cost. Building on these results, we introduce a new possession evaluation metric based on well-established frameworks in soccer analytics, incorporating both predicted action type probabilities and action location. Our metric shows greater reliability than existing metrics in domain-specific comparisons. Finally, we validate our approach through a detailed analysis of the 2017/18 Premier League season and discuss further applications and future extensions. | stat-05.zip/2508.12930.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.12834 | Optimal Condition for Initialization Variance in Deep Neural Networks: An SGD Dynamics Perspective | [
"Hiroshi Horii",
"Sothea Has"
] | 18 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.12834 | Stochastic gradient descent (SGD), one of the most fundamental optimization algorithms in machine learning (ML), can be recast through a continuous-time approximation as a Fokker-Planck equation for Langevin dynamics, a viewpoint that has motivated many theoretical studies. Within this framework, we study the relationship between the quasi-stationary distribution derived from this equation and the initial distribution through the Kullback-Leibler (KL) divergence. As the quasi-steady-state distribution depends on the expected cost function, the KL divergence eventually reveals the connection between the expected cost function and the initialization distribution. By applying this to deep neural network models (DNNs), we can express the bounds of the expected loss function explicitly in terms of the initialization parameters. Then, by minimizing this bound, we obtain an optimal condition of the initialization variance in the Gaussian case. This result provides a concrete mathematical criterion, rather than a heuristic approach, to select the scale of weight initialization in DNNs. In addition, we experimentally confirm our theoretical results by using the classical SGD to train fully connected neural networks on the MNIST and Fashion-MNIST datasets. The result shows that if the variance of the initialization distribution satisfies our theoretical optimal condition, then the corresponding DNN model always achieves lower final training loss and higher test accuracy than the conventional He-normal initialization. Our work thus supplies a mathematically grounded indicator that guides the choice of initialization variance and clarifies its physical meaning of the dynamics of parameters in DNNs. | stat-05.zip/2508.12834.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.12674 | Unfolded Laplacian Spectral Embedding: A Theoretically Grounded Approach to Dynamic Network Representation | [
"Haruka Ezoe",
"Hiroki Matsumoto",
"Ryohei Hisano"
] | 18 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Social and Information Networks (cs.SI) | https://doi.org/10.48550/arXiv.2508.12674 | Dynamic relational structures play a central role in many AI tasks, but their evolving nature presents challenges for consistent and interpretable representation. A common approach is to learn time-varying node embeddings, whose effectiveness depends on satisfying key stability properties. In this paper, we propose Unfolded Laplacian Spectral Embedding, a new method that extends the Unfolded Adjacency Spectral Embedding framework to normalized Laplacians while preserving both cross-sectional and longitudinal stability. We provide formal proof that our method satisfies these stability conditions. In addition, as a bonus of using the Laplacian matrix, we establish a new Cheeger-style inequality that connects the embeddings to the conductance of the underlying dynamic graphs. Empirical evaluations on synthetic and real-world datasets support our theoretical findings and demonstrate the strong performance of our method. These results establish a principled and stable framework for dynamic network representation grounded in spectral graph theory. | stat-05.zip/2508.12674.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.13831 | Smooth Flow Matching | [
"Jianbin Tan",
"Anru R. Zhang"
] | 19 Aug 2025 | 86 pages, 7 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.13831 | Functional data, i.e., smooth random functions observed over a continuous domain, are increasingly available in areas such as biomedical research, health informatics, and epidemiology. However, effective statistical analysis for functional data is often hindered by challenges such as privacy constraints, sparse and irregular sampling, infinite dimensionality, and non-Gaussian structures. To address these challenges, we introduce a novel framework named Smooth Flow Matching (SFM), tailored for generative modeling of functional data to enable statistical analysis without exposing sensitive real data. Built upon flow-matching ideas, SFM constructs a semiparametric copula flow to generate infinite-dimensional functional data, free from Gaussianity or low-rank assumptions. It is computationally efficient, handles irregular observations, and guarantees the smoothness of the generated functions, offering a practical and flexible solution in scenarios where existing deep generative methods are not applicable. Through extensive simulation studies, we demonstrate the advantages of SFM in terms of both synthetic data quality and computational efficiency. We then apply SFM to generate clinical trajectory data from the MIMIC-IV patient electronic health records (EHR) longitudinal database. Our analysis showcases the ability of SFM to produce high-quality surrogate data for downstream statistical tasks, highlighting its potential to boost the utility of EHR data for clinical applications. | stat-05.zip/2508.13831.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.09347 | Distributional Sensitivity Analysis: Enabling Differentiability in Sample-Based Inference | [
"Pi-Yueh Chuang",
"Ahmed Attia",
"Emil Constantinescu"
] | 12 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Numerical Analysis (math.NA) | https://doi.org/10.48550/arXiv.2508.09347 | We present two analytical formulae for estimating the sensitivity -- namely, the gradient or Jacobian -- at given realizations of an arbitrary-dimensional random vector with respect to its distributional parameters. The first formula interprets this sensitivity as partial derivatives of the inverse mapping associated with the vector of 1-D conditional distributions. The second formula, intended for optimization methods that tolerate inexact gradients, introduces a diagonal approximation that reduces computational cost at the cost of some accuracy. We additionally provide four second-order numerical algorithms to approximate both formulae when closed forms are unavailable. We performed verification and validation studies to demonstrate the correctness of these numerical algorithms and the effectiveness of the proposed formulae. A nuclear physics application showcases how our work enables uncertainty quantification and parameter inference for quantum correlation functions. Our approach differs from existing methods by avoiding the need for model fitting, knowledge of sampling algorithms, and evaluation of high-dimensional integrals. It is therefore particularly useful for sample-based inverse problems when the sampler operates as a black box or requires expensive physics simulations. Moreover, our method renders arbitrary sampling subroutines differentiable, facilitating their integration into programming frameworks for deep learning and automatic differentiation. Algorithmic details and code implementations are provided in this paper and in our open-source software DistroSA to enable reproducibility and further development. | stat-05.zip/2508.09347.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.14268 | Comparing Model-agnostic Feature Selection Methods through Relative Efficiency | [
"Chenghui Zheng",
"Garvesh Raskutti"
] | 19 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2508.14268 | Feature selection and importance estimation in a model-agnostic setting is an ongoing challenge of significant interest. Wrapper methods are commonly used because they are typically model-agnostic, even though they are computationally intensive. In this paper, we focus on feature selection methods related to the Generalized Covariance Measure (GCM) and Leave-One-Covariate-Out (LOCO) estimation, and provide a comparison based on relative efficiency. In particular, we present a theoretical comparison under three model settings: linear models, non-linear additive models, and single index models that mimic a single-layer neural network. We complement this with extensive simulations and real data examples. Our theoretical results, along with empirical findings, demonstrate that GCM-related methods generally outperform LOCO under suitable regularity conditions. Furthermore, we quantify the asymptotic relative efficiency of these approaches. Our simulations and real data analysis include widely used machine learning methods such as neural networks and gradient boosting trees. | stat-05.zip/2508.14268.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.14368 | Evaluation and Optimization of Leave-one-out Cross-validation for the Lasso | [
"Ryan Burn"
] | 20 Aug 2025 | 18 pages, 3 figures, 7 tables | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO) | https://doi.org/10.48550/arXiv.2508.14368 | I develop an algorithm to produce the piecewise quadratic that computes leave-one-out cross-validation for the lasso as a function of its hyperparameter. The algorithm can be used to find exact hyperparameters that optimize leave-one-out cross-validation either globally or locally, and its practicality is demonstrated on real-world data sets. | stat-05.zip/2508.14368.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.13990 | Uncertainty-Aware PCA for Arbitrarily Distributed Data Modeled by Gaussian Mixture Models | [
"Daniel Klötzl",
"Ozan Tastekin",
"David Hägele",
"Marina Evers",
"Daniel Weiskopf"
] | 19 Aug 2025 | 10 pages, 6 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Graphics (cs.GR); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.13990 | Multidimensional data is often associated with uncertainties that are not well-described by normal distributions. In this work, we describe how such distributions can be projected to a low-dimensional space using uncertainty-aware principal component analysis (UAPCA). We propose to model multidimensional distributions using Gaussian mixture models (GMMs) and derive the projection from a general formulation that allows projecting arbitrary probability density functions. The low-dimensional projections of the densities exhibit more details about the distributions and represent them more faithfully compared to UAPCA mappings. Further, we support including user-defined weights between the different distributions, which allows for varying the importance of the multidimensional distributions. We evaluate our approach by comparing the distributions in low-dimensional space obtained by our method and UAPCA to those obtained by sample-based projections. | stat-05.zip/2508.13990.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.14821 | The C-index Multiverse | [
"Begoña B. Sierra",
"Colin McLean",
"Peter S. Hall",
"Catalina A. Vallejos"
] | 20 Aug 2025 | 21 pages main text with 6 figures and 3 tables. 19 pages of supplementary material | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP) | https://doi.org/10.48550/arXiv.2508.14821 | Quantifying out-of-sample discrimination performance for time-to-event outcomes is a fundamental step for model evaluation and selection in the context of predictive modelling. The concordance index, or C-index, is a widely used metric for this purpose, particularly with the growing development of machine learning methods. Beyond differences between proposed C-index estimators (e.g. Harrell's, Uno's and Antolini's), we demonstrate the existence of a C-index multiverse among available R and python software, where seemingly equal implementations can yield different results. This can undermine reproducibility and complicate fair comparisons across models and studies. Key variation sources include tie handling and adjustment to censoring. Additionally, the absence of a standardised approach to summarise risk from survival distributions, result in another source of variation dependent on input types. We demonstrate the consequences of the C-index multiverse when quantifying predictive performance for several survival models (from Cox proportional hazards to recent deep learning approaches) on publicly available breast cancer data, and semi-synthetic examples. Our work emphasises the need for better reporting to improve transparency and reproducibility. This article aims to be a useful guideline, helping analysts when navigating the multiverse, providing unified documentation and highlighting potential pitfalls of existing software. All code is publicly available at: <a href="http://www.github.com/BBolosSierra/CindexMultiverse" rel="external noopener nofollow" class="link-external link-http">this http URL</a>. | stat-05.zip/2508.14821.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.15345 | Bayesian Inference and Learning in Nonlinear Dynamical Systems: A Framework for Incorporating Explicit and Implicit Prior Knowledge | [
"Björn Volkmann",
"Jan-Hendrik Ewering",
"Michael Meindl",
"Simon F. G. Ehlers",
"Thomas Seel"
] | 21 Aug 2025 | 16 pages, Preprint submitted to Automatica | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.15345 | Accuracy and generalization capabilities are key objectives when learning dynamical system models. To obtain such models from limited data, current works exploit prior knowledge and assumptions about the system. However, the fusion of diverse prior knowledge, e. g. partially known system equations and smoothness assumptions about unknown model parts, with information contained in the data remains a challenging problem, especially in input-output settings with latent system state. In particular, learning functions that are nested inside known system equations can be a laborious and error-prone expert task. This paper considers inference of latent states and learning of unknown model parts for fusion of data information with different sources of prior knowledge. The main contribution is a general-purpose system identification tool that, for the first time, provides a consistent solution for both, online and offline Bayesian inference and learning while allowing to incorporate explicit and implicit prior system knowledge. We propose a novel interface for combining known dynamics functions with a learning-based approximation of unknown system parts. Based on the proposed model structure, closed-form densities for efficient parameter marginalization are derived. No user-tailored coordinate transformations or model inversions are needed, making the presented framework a general-purpose tool for inference and learning. The broad applicability of the devised framework is illustrated in three distinct case studies, including an experimental data set. | stat-05.zip/2508.15345.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.15084 | Kernel-based Equalized Odds: A Quantification of Accuracy-Fairness Trade-off in Fair Representation Learning | [
"Yijin Ni",
"Xiaoming Huo"
] | 20 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.15084 | This paper introduces a novel kernel-based formulation of the Equalized Odds (EO) criterion, denoted as $EO_k$, for fair representation learning (FRL) in supervised settings. The central goal of FRL is to mitigate discrimination regarding a sensitive attribute $S$ while preserving prediction accuracy for the target variable $Y$. Our proposed criterion enables a rigorous and interpretable quantification of three core fairness objectives: independence (prediction $\hat{Y}$ is independent of $S$), separation (also known as equalized odds; prediction $\hat{Y}$ is independent with $S$ conditioned on target attribute $Y$), and calibration ($Y$ is independent of $S$ conditioned on the prediction $\hat{Y}$). Under both unbiased ($Y$ is independent of $S$) and biased ($Y$ depends on $S$) conditions, we show that $EO_k$ satisfies both independence and separation in the former, and uniquely preserves predictive accuracy while lower bounding independence and calibration in the latter, thereby offering a unified analytical characterization of the tradeoffs among these fairness criteria. We further define the empirical counterpart, $\hat{EO}_k$, a kernel-based statistic that can be computed in quadratic time, with linear-time approximations also available. A concentration inequality for $\hat{EO}_k$ is derived, providing performance guarantees and error bounds, which serve as practical certificates of fairness compliance. While our focus is on theoretical development, the results lay essential groundwork for principled and provably fair algorithmic design in future empirical studies. | stat-05.zip/2508.15084.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.15678 | Tree-like Pairwise Interaction Networks | [
"Ronald Richman",
"Salvatore Scognamiglio",
"Mario V. Wüthrich"
] | 21 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP) | https://doi.org/10.48550/arXiv.2508.15678 | Modeling feature interactions in tabular data remains a key challenge in predictive modeling, for example, as used for insurance pricing. This paper proposes the Tree-like Pairwise Interaction Network (PIN), a novel neural network architecture that explicitly captures pairwise feature interactions through a shared feed-forward neural network architecture that mimics the structure of decision trees. PIN enables intrinsic interpretability by design, allowing for direct inspection of interaction effects. Moreover, it allows for efficient SHapley's Additive exPlanation (SHAP) computations because it only involves pairwise interactions. We highlight connections between PIN and established models such as GA2Ms, gradient boosting machines, and graph neural networks. Empirical results on the popular French motor insurance dataset show that PIN outperforms both traditional and modern neural networks benchmarks in predictive accuracy, while also providing insight into how features interact with each another and how they contribute to the predictions. | stat-05.zip/2508.15678.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.16434 | Deep Intrinsic Coregionalization Multi-Output Gaussian Process Surrogate with Active Learning | [
"Chun-Yi Chang",
"Chih-Li Sung"
] | 22 Aug 2025 | 41 pages, 12 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.16434 | Deep Gaussian Processes (DGPs) are powerful surrogate models known for their flexibility and ability to capture complex functions. However, extending them to multi-output settings remains challenging due to the need for efficient dependency modeling. We propose the Deep Intrinsic Coregionalization Multi-Output Gaussian Process (deepICMGP) surrogate for computer simulation experiments involving multiple outputs, which extends the Intrinsic Coregionalization Model (ICM) by introducing hierarchical coregionalization structures across layers. This enables deepICMGP to effectively model nonlinear and structured dependencies between multiple outputs, addressing key limitations of traditional multi-output GPs. We benchmark deepICMGP against state-of-the-art models, demonstrating its competitive performance. Furthermore, we incorporate active learning strategies into deepICMGP to optimize sequential design tasks, enhancing its ability to efficiently select informative input locations for multi-output systems. | stat-05.zip/2508.16434.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.15674 | Bayesian Optimization with Expected Improvement: No Regret and the Choice of Incumbent | [
"Jingyi Wang",
"Haowei Wang",
"Szu Hui Ng",
"Cosmin G. Petra"
] | 21 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.15674 | Expected improvement (EI) is one of the most widely used acquisition functions in Bayesian optimization (BO). Despite its proven empirical success in applications, the cumulative regret upper bound of EI remains an open question. In this paper, we analyze the classic noisy Gaussian process expected improvement (GP-EI) algorithm. We consider the Bayesian setting, where the objective is a sample from a GP. Three commonly used incumbents, namely the best posterior mean incumbent (BPMI), the best sampled posterior mean incumbent (BSPMI), and the best observation incumbent (BOI) are considered as the choices of the current best value in GP-EI. We present for the first time the cumulative regret upper bounds of GP-EI with BPMI and BSPMI. Importantly, we show that in both cases, GP-EI is a no-regret algorithm for both squared exponential (SE) and Matérn kernels. Further, we present for the first time that GP-EI with BOI either achieves a sublinear cumulative regret upper bound or has a fast converging noisy simple regret bound for SE and Matérn kernels. Our results provide theoretical guidance to the choice of incumbent when practitioners apply GP-EI in the noisy setting. Numerical experiments are conducted to validate our findings. | stat-05.zip/2508.15674.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.16995 | GraphPPD: Posterior Predictive Modelling for Graph-Level Inference | [
"Soumyasundar Pal",
"Liheng Ma",
"Amine Natik",
"Yingxue Zhang",
"Mark Coates"
] | 23 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.16995 | Accurate modelling and quantification of predictive uncertainty is crucial in deep learning since it allows a model to make safer decisions when the data is ambiguous and facilitates the users' understanding of the model's confidence in its predictions. Along with the tremendously increasing research focus on \emph{graph neural networks} (GNNs) in recent years, there have been numerous techniques which strive to capture the uncertainty in their predictions. However, most of these approaches are specifically designed for node or link-level tasks and cannot be directly applied to graph-level learning problems. In this paper, we propose a novel variational modelling framework for the \emph{posterior predictive distribution}~(PPD) to obtain uncertainty-aware prediction in graph-level learning tasks. Based on a graph-level embedding derived from one of the existing GNNs, our framework can learn the PPD in a data-adaptive fashion. Experimental results on several benchmark datasets exhibit the effectiveness of our approach. | stat-05.zip/2508.16995.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.16027 | Optimal Dynamic Regret by Transformers for Non-Stationary Reinforcement Learning | [
"Baiyuan Chen",
"Shinji Ito",
"Masaaki Imaizumi"
] | 22 Aug 2025 | 28 pages | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.16027 | Transformers have demonstrated exceptional performance across a wide range of domains. While their ability to perform reinforcement learning in-context has been established both theoretically and empirically, their behavior in non-stationary environments remains less understood. In this study, we address this gap by showing that transformers can achieve nearly optimal dynamic regret bounds in non-stationary settings. We prove that transformers are capable of approximating strategies used to handle non-stationary environments and can learn the approximator in the in-context learning setup. Our experiments further show that transformers can match or even outperform existing expert algorithms in such environments. | stat-05.zip/2508.16027.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.17135 | Rao Differential Privacy | [
"Carlos Soto"
] | 23 Aug 2025 | 13 pages | Machine Learning (stat.ML) | Machine Learning (stat.ML); Cryptography and Security (cs.CR); Information Theory (cs.IT); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.17135 | Differential privacy (DP) has recently emerged as a definition of privacy to release private estimates. DP calibrates noise to be on the order of an individuals contribution. Due to the this calibration a private estimate obscures any individual while preserving the utility of the estimate. Since the original definition, many alternate definitions have been proposed. These alternates have been proposed for various reasons including improvements on composition results, relaxations, and formalizations. Nevertheless, thus far nearly all definitions of privacy have used a divergence of densities as the basis of the definition. In this paper we take an information geometry perspective towards differential privacy. Specifically, rather than define privacy via a divergence, we define privacy via the Rao distance. We show that our proposed definition of privacy shares the interpretation of previous definitions of privacy while improving on sequential composition. | stat-05.zip/2508.17135.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.17077 | CP4SBI: Local Conformal Calibration of Credible Sets in Simulation-Based Inference | [
"Luben M. C. Cabezas",
"Vagner S. Santos",
"Thiago R. Ramos",
"Pedro L. C. Rodrigues",
"Rafael Izbicki"
] | 23 Aug 2025 (<a href="https://arxiv.org/abs/2508.17077v1">v1</a>), last revised 27 Aug 2025 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.17077 | Current experimental scientists have been increasingly relying on simulation-based inference (SBI) to invert complex non-linear models with intractable likelihoods. However, posterior approximations obtained with SBI are often miscalibrated, causing credible regions to undercover true parameters. We develop $\texttt{CP4SBI}$, a model-agnostic conformal calibration framework that constructs credible sets with local Bayesian coverage. Our two proposed variants, namely local calibration via regression trees and CDF-based calibration, enable finite-sample local coverage guarantees for any scoring function, including HPD, symmetric, and quantile-based regions. Experiments on widely used SBI benchmarks demonstrate that our approach improves the quality of uncertainty quantification for neural posterior estimators using both normalizing flows and score-diffusion modeling. | stat-05.zip/2508.17077.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.17545 | High-Order Langevin Monte Carlo Algorithms | [
"Thanh Dang",
"Mert Gurbuzbalaban",
"Mohammad Rafiqul Islam",
"Nian Yao",
"Lingjiong Zhu"
] | 24 Aug 2025 | 73 pages, 3 figures, 1 table | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR) | https://doi.org/10.48550/arXiv.2508.17545 | Langevin algorithms are popular Markov chain Monte Carlo (MCMC) methods for large-scale sampling problems that often arise in data science. We propose Monte Carlo algorithms based on the discretizations of $P$-th order Langevin dynamics for any $P\geq 3$. Our design of $P$-th order Langevin Monte Carlo (LMC) algorithms is by combining splitting and accurate integration methods. We obtain Wasserstein convergence guarantees for sampling from distributions with log-concave and smooth densities. Specifically, the mixing time of the $P$-th order LMC algorithm scales as $O\left(d^{\frac{1}{R}}/\epsilon^{\frac{1}{2R}}\right)$ for $R=4\cdot 1_{\{ P=3\}}+ (2P-1)\cdot 1_{\{ P\geq 4\}}$, which has a better dependence on the dimension $d$ and the accuracy level $\epsilon$ as $P$ grows. Numerical experiments illustrate the efficiency of our proposed algorithms. | stat-05.zip/2508.17545.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.19145 | Echoes of the past: A unified perspective on fading memory and echo states | [
"Juan-Pablo Ortega",
"Florian Rossmannek"
] | 26 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Dynamical Systems (math.DS) | https://doi.org/10.48550/arXiv.2508.19145 | Recurrent neural networks (RNNs) have become increasingly popular in information processing tasks involving time series and temporal data. A fundamental property of RNNs is their ability to create reliable input/output responses, often linked to how the network handles its memory of the information it processed. Various notions have been proposed to conceptualize the behavior of memory in RNNs, including steady states, echo states, state forgetting, input forgetting, and fading memory. Although these notions are often used interchangeably, their precise relationships remain unclear. This work aims to unify these notions in a common language, derive new implications and equivalences between them, and provide alternative proofs to some existing results. By clarifying the relationships between these concepts, this research contributes to a deeper understanding of RNNs and their temporal information processing capabilities. | stat-05.zip/2508.19145.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.17622 | The Statistical Fairness-Accuracy Frontier | [
"Alireza Fallah",
"Michael I. Jordan",
"Annie Ulichney"
] | 25 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Theoretical Economics (econ.TH); Optimization and Control (math.OC) | https://doi.org/10.48550/arXiv.2508.17622 | Machine learning models must balance accuracy and fairness, but these goals often conflict, particularly when data come from multiple demographic groups. A useful tool for understanding this trade-off is the fairness-accuracy (FA) frontier, which characterizes the set of models that cannot be simultaneously improved in both fairness and accuracy. Prior analyses of the FA frontier provide a full characterization under the assumption of complete knowledge of population distributions -- an unrealistic ideal. We study the FA frontier in the finite-sample regime, showing how it deviates from its population counterpart and quantifying the worst-case gap between them. In particular, we derive minimax-optimal estimators that depend on the designer's knowledge of the covariate distribution. For each estimator, we characterize how finite-sample effects asymmetrically impact each group's risk, and identify optimal sample allocation strategies. Our results transform the FA frontier from a theoretical construct into a practical tool for policymakers and practitioners who must often design algorithms with limited data. | stat-05.zip/2508.17622.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.13967 | A PC Algorithm for Max-Linear Bayesian Networks | [
"Carlos Améndola",
"Benjamin Hollering",
"Francesco Nowell"
] | 19 Aug 2025 | 24 pages, 7 figures, 1 table | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Combinatorics (math.CO); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2508.13967 | Max-linear Bayesian networks (MLBNs) are a relatively recent class of structural equation models which arise when the random variables involved have heavy-tailed distributions. Unlike most directed graphical models, MLBNs are typically not faithful to d-separation and thus classical causal discovery algorithms such as the PC algorithm or greedy equivalence search can not be used to accurately recover the true graph structure. In this paper, we begin the study of constraint-based discovery algorithms for MLBNs given an oracle for testing conditional independence in the true, unknown graph. We show that if the oracle is given by the $\ast$-separation criteria in the true graph, then the PC algorithm remains consistent despite the presence of additional CI statements implied by $\ast$-separation. We also introduce a new causal discovery algorithm named "PCstar" which assumes faithfulness to $C^\ast$-separation and is able to orient additional edges which cannot be oriented with only d- or $\ast$-separation. | stat-05.zip/2508.13967.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.18207 | Clinical characteristics, complications and outcomes of critically ill patients with Dengue in Brazil, 2012-2024: a nationwide, multicentre cohort study | [
"Igor Tona Peres",
"Otavio T. Ranzani",
"Leonardo S.L. Bastos",
"Silvio Hamacher",
"Tom Edinburgh",
"Esteban Garcia-Gallo",
"Fernando Augusto Bozza"
] | 25 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.18207 | Background. Dengue outbreaks are a major public health issue, with Brazil reporting 71% of global cases in 2024. Purpose. This study aims to describe the profile of severe dengue patients admitted to Brazilian Intensive Care units (ICUs) (2012-2024), assess trends over time, describe new onset complications while in ICU and determine the risk factors at admission to develop complications during ICU stay. Methods. We performed a prospective study of dengue patients from 253 ICUs across 56 hospitals. We used descriptive statistics to describe the dengue ICU population, logistic regression to identify risk factors for complications during the ICU stay, and a machine learning framework to predict the risk of evolving to complications. Visualisations were generated using ISARIC VERTEX. Results. Of 11,047 admissions, 1,117 admissions (10.1%) evolved to complications, including non-invasive (437 admissions) and invasive ventilation (166), vasopressor (364), blood transfusion (353) and renal replacement therapy (103). Age>80 (OR: 3.10, 95% CI: 2.02-4.92), chronic kidney disease (OR: 2.94, 2.22-3.89), liver cirrhosis (OR: 3.65, 1.82-7.04), low platelets (<50,000 cells/mm3; OR: OR: 2.25, 1.89-2.68), and high leukocytes (>7,000 cells/mm3; OR: 2.47, 2.02-3.03) were significant risk factors for complications. A machine learning tool for predicting complications was proposed, showing accurate discrimination and calibration. Conclusion. We described a large cohort of dengue patients admitted to ICUs and identified key risk factors for severe dengue complications, such as advanced age, presence of comorbidities, higher level of leukocytes and lower level of platelets. The proposed prediction tool can be used for early identification and targeted interventions to improve outcomes in dengue-endemic regions. | stat-05.zip/2508.18207.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.18340 | Deterministic Coreset Construction via Adaptive Sensitivity Trimming | [
"Faruk Alpay",
"Taylan Alpay"
] | 25 Aug 2025 | 6 pages, 5 algorithms, 1 table | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.18340 | We develop a rigorous framework for deterministic coreset construction in empirical risk minimization (ERM). Our central contribution is the Adaptive Deterministic Uniform-Weight Trimming (ADUWT) algorithm, which constructs a coreset by excising points with the lowest sensitivity bounds and applying a data-dependent uniform weight to the remainder. The method yields a uniform $(1\pm\varepsilon)$ relative-error approximation for the ERM objective over the entire hypothesis space. We provide complete analysis, including (i) a minimax characterization proving the optimality of the adaptive weight, (ii) an instance-dependent size analysis in terms of a \emph{Sensitivity Heterogeneity Index}, and (iii) tractable sensitivity oracles for kernel ridge regression, regularized logistic regression, and linear SVM. Reproducibility is supported by precise pseudocode for the algorithm, sensitivity oracles, and evaluation pipeline. Empirical results align with the theory. We conclude with open problems on instance-optimal oracles, deterministic streaming, and fairness-constrained ERM. | stat-05.zip/2508.18340.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.17136 | Factor Informed Double Deep Learning For Average Treatment Effect Estimation | [
"Jianqing Fan",
"Soham Jana",
"Sanjeev Kulkarni",
"Qishuo Yin"
] | 23 Aug 2025 | 41 pages, 3 figures, 4 tables | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2508.17136 | We investigate the problem of estimating the average treatment effect (ATE) under a very general setup where the covariates can be high-dimensional, highly correlated, and can have sparse nonlinear effects on the propensity and outcome models. We present the use of a Double Deep Learning strategy for estimation, which involves combining recently developed factor-augmented deep learning-based estimators, FAST-NN, for both the response functions and propensity scores to achieve our goal. By using FAST-NN, our method can select variables that contribute to propensity and outcome models in a completely nonparametric and algorithmic manner and adaptively learn low-dimensional function structures through neural networks. Our proposed novel estimator, FIDDLE (Factor Informed Double Deep Learning Estimator), estimates ATE based on the framework of augmented inverse propensity weighting AIPW with the FAST-NN-based response and propensity estimates. FIDDLE consistently estimates ATE even under model misspecification and is flexible to also allow for low-dimensional covariates. Our method achieves semiparametric efficiency under a very flexible family of propensity and outcome models. We present extensive numerical studies on synthetic and real datasets to support our theoretical guarantees and establish the advantages of our methods over other traditional choices, especially when the data dimension is large. | stat-05.zip/2508.17136.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.19897 | The Information Dynamics of Generative Diffusion | [
"Luca Ambrogioni"
] | 27 Aug 2025 (<a href="https://arxiv.org/abs/2508.19897v1">v1</a>), last revised 11 Sep 2025 (this version, v3) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.19897 | Generative diffusion models have emerged as a powerful class of models in machine learning, yet a unified theoretical understanding of their operation is still developing. This paper provides an integrated perspective on generative diffusion by connecting their dynamic, information-theoretic, and thermodynamic properties under a unified mathematical framework. We demonstrate that the rate of conditional entropy production during generation (i.e. the generative bandwidth) is directly governed by the expected divergence of the score function's vector field. This divergence, in turn, is linked to the branching of trajectories and generative bifurcations, which we characterize as symmetry-breaking phase transitions in the energy landscape. This synthesis offers a powerful insight: the process of generation is fundamentally driven by the controlled, noise-induced breaking of (approximate) symmetries, where peaks in information transfer correspond to critical transitions between possible outcomes. The score function acts as a dynamic non-linear filter that regulates the bandwidth of the noise by suppressing fluctuations that are incompatible with the data. | stat-05.zip/2508.19897.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.20886 | Polynomial Chaos Expansion for Operator Learning | [
"Himanshu Sharma",
"Lukáš Novák",
"Michael D. Shields"
] | 28 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.20886 | Operator learning (OL) has emerged as a powerful tool in scientific machine learning (SciML) for approximating mappings between infinite-dimensional functional spaces. One of its main applications is learning the solution operator of partial differential equations (PDEs). While much of the progress in this area has been driven by deep neural network-based approaches such as Deep Operator Networks (DeepONet) and Fourier Neural Operator (FNO), recent work has begun to explore traditional machine learning methods for OL. In this work, we introduce polynomial chaos expansion (PCE) as an OL method. PCE has been widely used for uncertainty quantification (UQ) and has recently gained attention in the context of SciML. For OL, we establish a mathematical framework that enables PCE to approximate operators in both purely data-driven and physics-informed settings. The proposed framework reduces the task of learning the operator to solving a system of equations for the PCE coefficients. Moreover, the framework provides UQ by simply post-processing the PCE coefficients, without any additional computational cost. We apply the proposed method to a diverse set of PDE problems to demonstrate its capabilities. Numerical results demonstrate the strong performance of the proposed method in both OL and UQ tasks, achieving excellent numerical accuracy and computational efficiency. | stat-05.zip/2508.20886.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.18604 | Revisiting Follow-the-Perturbed-Leader with Unbounded Perturbations in Bandit Problems | [
"Jongyeong Lee",
"Junya Honda",
"Shinji Ito",
"Min-hwan Oh"
] | 26 Aug 2025 | Preprint | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.18604 | Follow-the-Regularized-Leader (FTRL) policies have achieved Best-of-Both-Worlds (BOBW) results in various settings through hybrid regularizers, whereas analogous results for Follow-the-Perturbed-Leader (FTPL) remain limited due to inherent analytical challenges. To advance the analytical foundations of FTPL, we revisit classical FTRL-FTPL duality for unbounded perturbations and establish BOBW results for FTPL under a broad family of asymmetric unbounded Fréchet-type perturbations, including hybrid perturbations combining Gumbel-type and Fréchet-type tails. These results not only extend the BOBW results of FTPL but also offer new insights into designing alternative FTPL policies competitive with hybrid regularization approaches. Motivated by earlier observations in two-armed bandits, we further investigate the connection between the $1/2$-Tsallis entropy and a Fréchet-type perturbation. Our numerical observations suggest that it corresponds to a symmetric Fréchet-type perturbation, and based on this, we establish the first BOBW guarantee for symmetric unbounded perturbations in the two-armed setting. In contrast, in general multi-armed bandits, we find an instance in which symmetric Fréchet-type perturbations violate the key condition for standard BOBW analysis, which is a problem not observed with asymmetric or nonnegative Fréchet-type perturbations. Although this example does not rule out alternative analyses achieving BOBW results, it suggests the limitations of directly applying the relationship observed in two-armed cases to the general case and thus emphasizes the need for further investigation to fully understand the behavior of FTPL in broader settings. | stat-05.zip/2508.18604.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.15932 | Interpretable Kernels | [
"Patrick J.F. Groenen",
"Michael Greenacre"
] | 21 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.15932 | The use of kernels for nonlinear prediction is widespread in machine learning. They have been popularized in support vector machines and used in kernel ridge regression, amongst others. Kernel methods share three aspects. First, instead of the original matrix of predictor variables or features, each observation is mapped into an enlarged feature space. Second, a ridge penalty term is used to shrink the coefficients on the features in the enlarged feature space. Third, the solution is not obtained in this enlarged feature space, but through solving a dual problem in the observation space. A major drawback in the present use of kernels is that the interpretation in terms of the original features is lost. In this paper, we argue that in the case of a wide matrix of features, where there are more features than observations, the kernel solution can be re-expressed in terms of a linear combination of the original matrix of features and a ridge penalty that involves a special metric. Consequently, the exact same predicted values can be obtained as a weighted linear combination of the features in the usual manner and thus can be interpreted. In the case where the number of features is less than the number of observations, we discuss a least-squares approximation of the kernel matrix that still allows the interpretation in terms of a linear combination. It is shown that these results hold for any function of a linear combination that minimizes the coefficients and has a ridge penalty on these coefficients, such as in kernel logistic regression and kernel Poisson regression. This work makes a contribution to interpretable artificial intelligence. | stat-05.zip/2508.15932.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.18768 | Efficient Best-of-Both-Worlds Algorithms for Contextual Combinatorial Semi-Bandits | [
"Mengmeng Li",
"Philipp Schneider",
"Jelisaveta Aleksić",
"Daniel Kuhn"
] | 26 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.18768 | We introduce the first best-of-both-worlds algorithm for contextual combinatorial semi-bandits that simultaneously guarantees $\widetilde{\mathcal{O}}(\sqrt{T})$ regret in the adversarial regime and $\widetilde{\mathcal{O}}(\ln T)$ regret in the corrupted stochastic regime. Our approach builds on the Follow-the-Regularized-Leader (FTRL) framework equipped with a Shannon entropy regularizer, yielding a flexible method that admits efficient implementations. Beyond regret bounds, we tackle the practical bottleneck in FTRL (or, equivalently, Online Stochastic Mirror Descent) arising from the high-dimensional projection step encountered in each round of interaction. By leveraging the Karush-Kuhn-Tucker conditions, we transform the $K$-dimensional convex projection problem into a single-variable root-finding problem, dramatically accelerating each round. Empirical evaluations demonstrate that this combined strategy not only attains the attractive regret bounds of best-of-both-worlds algorithms but also delivers substantial per-round speed-ups, making it well-suited for large-scale, real-time applications. | stat-05.zip/2508.18768.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.20326 | Stochastic Gradients under Nuisances | [
"Facheng Yu",
"Ronak Mehta",
"Alex Luedtke",
"Zaid Harchaoui"
] | 28 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC) | https://doi.org/10.48550/arXiv.2508.20326 | Stochastic gradient optimization is the dominant learning paradigm for a variety of scenarios, from classical supervised learning to modern self-supervised learning. We consider stochastic gradient algorithms for learning problems whose objectives rely on unknown nuisance parameters, and establish non-asymptotic convergence guarantees. Our results show that, while the presence of a nuisance can alter the optimum and upset the optimization trajectory, the classical stochastic gradient algorithm may still converge under appropriate conditions, such as Neyman orthogonality. Moreover, even when Neyman orthogonality is not satisfied, we show that an algorithm variant with approximately orthogonalized updates (with an approximately orthogonalized gradient oracle) may achieve similar convergence rates. Examples from orthogonal statistical learning/double machine learning and causal inference are discussed. | stat-05.zip/2508.20326.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.13895 | Generalisation and benign over-fitting for linear regression onto random functional covariates | [
"Andrew Jones",
"Nick Whiteley"
] | 19 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.13895 | We study theoretical predictive performance of ridge and ridge-less least-squares regression when covariate vectors arise from evaluating $p$ random, means-square continuous functions over a latent metric space at $n$ random and unobserved locations, subject to additive noise. This leads us away from the standard assumption of i.i.d. data to a setting in which the $n$ covariate vectors are exchangeable but not independent in general. Under an assumption of independence across dimensions, $4$-th order moment, and other regularity conditions, we obtain probabilistic bounds on a notion of predictive excess risk adapted to our random functional covariate setting, making use of recent results of Barzilai and Shamir. We derive convergence rates in regimes where $p$ grows suitably fast relative to $n$, illustrating interplay between ingredients of the model in determining convergence behaviour and the role of additive covariate noise in benign-overfitting. | stat-05.zip/2508.13895.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.19750 | Fractal Flow: Hierarchical and Interpretable Normalizing Flow via Topic Modeling and Recursive Strategy | [
"Binhui Zhang",
"Jianwei Ma"
] | 27 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.19750 | Normalizing Flows provide a principled framework for high-dimensional density estimation and generative modeling by constructing invertible transformations with tractable Jacobian determinants. We propose Fractal Flow, a novel normalizing flow architecture that enhances both expressiveness and interpretability through two key innovations. First, we integrate Kolmogorov-Arnold Networks and incorporate Latent Dirichlet Allocation into normalizing flows to construct a structured, interpretable latent space and model hierarchical semantic clusters. Second, inspired by Fractal Generative Models, we introduce a recursive modular design into normalizing flows to improve transformation interpretability and estimation accuracy. Experiments on MNIST, FashionMNIST, CIFAR-10, and geophysical data demonstrate that the Fractal Flow achieves latent clustering, controllable generation, and superior estimation accuracy. | stat-05.zip/2508.19750.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.18901 | Sparse minimum Redundancy Maximum Relevance for feature selection | [
"Peter Naylor",
"Benjamin Poignard",
"Héctor Climente-González",
"Makoto Yamada"
] | 26 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2508.18901 | We propose a feature screening method that integrates both feature-feature and feature-target relationships. Inactive features are identified via a penalized minimum Redundancy Maximum Relevance (mRMR) procedure, which is the continuous version of the classic mRMR penalized by a non-convex regularizer, and where the parameters estimated as zero coefficients represent the set of inactive features. We establish the conditions under which zero coefficients are correctly identified to guarantee accurate recovery of inactive features. We introduce a multi-stage procedure based on the knockoff filter enabling the penalized mRMR to discard inactive features while controlling the false discovery rate (FDR). Our method performs comparably to HSIC-LASSO but is more conservative in the number of selected features. It only requires setting an FDR threshold, rather than specifying the number of features to retain. The effectiveness of the method is illustrated through simulations and real-world datasets. The code to reproduce this work is available on the following GitHub: <a href="https://github.com/PeterJackNaylor/SmRMR" rel="external noopener nofollow" class="link-external link-https">this https URL</a>. | stat-05.zip/2508.18901.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.21255 | Weighted Support Points from Random Measures: An Interpretable Alternative for Generative Modeling | [
"Peiqi Zhao",
"Carlos E. Rodríguez",
"Ramsés H. Mena",
"Stephen G. Walker"
] | 28 Aug 2025 | 24 pages, 6 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.21255 | Support points summarize a large dataset through a smaller set of representative points that can be used for data operations, such as Monte Carlo integration, without requiring access to the full dataset. In this sense, support points offer a compact yet informative representation of the original data. We build on this idea to introduce a generative modeling framework based on random weighted support points, where the randomness arises from a weighting scheme inspired by the Dirichlet process and the Bayesian bootstrap. The proposed method generates diverse and interpretable sample sets from a fixed dataset, without relying on probabilistic modeling assumptions or neural network architectures. We present the theoretical formulation of the method and develop an efficient optimization algorithm based on the Convex--Concave Procedure (CCP). Empirical results on the MNIST and CelebA-HQ datasets show that our approach produces high-quality and diverse outputs at a fraction of the computational cost of black-box alternatives such as Generative Adversarial Networks (GANs) or Denoising Diffusion Probabilistic Models (DDPMs). These results suggest that random weighted support points offer a principled, scalable, and interpretable alternative for generative modeling. A key feature is their ability to produce genuinely interpolative samples that preserve underlying data structure. | stat-05.zip/2508.21255.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.20614 | Towards Trustworthy Amortized Bayesian Model Comparison | [
"Šimon Kucharský",
"Aayush Mishra",
"Daniel Habermann",
"Stefan T. Radev",
"Paul-Christian Bürkner"
] | 28 Aug 2025 | 13 pages, 4 figures, submitted to Reliable ML from Unreliable Data Workshop at NeurIPS 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO) | https://doi.org/10.48550/arXiv.2508.20614 | Amortized Bayesian model comparison (BMC) enables fast probabilistic ranking of models via simulation-based training of neural surrogates. However, the reliability of neural surrogates deteriorates when simulation models are misspecified - the very case where model comparison is most needed. Thus, we supplement simulation-based training with a self-consistency (SC) loss on unlabeled real data to improve BMC estimates under empirical distribution shifts. Using a numerical experiment and two case studies with real data, we compare amortized evidence estimates with and without SC against analytic or bridge sampling benchmarks. SC improves calibration under model misspecification when having access to analytic likelihoods. However, it offers limited gains with neural surrogate likelihoods, making it most practical for trustworthy BMC when likelihoods are exact. | stat-05.zip/2508.20614.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.16306 | A Sharp KL-Convergence Analysis for Diffusion Models under Minimal Assumptions | [
"Nishant Jain",
"Tong Zhang"
] | 22 Aug 2025 | 30 pages, 1 figure | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Analysis of PDEs (math.AP); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2508.16306 | Diffusion-based generative models have emerged as highly effective methods for synthesizing high-quality samples. Recent works have focused on analyzing the convergence of their generation process with minimal assumptions, either through reverse SDEs or Probability Flow ODEs. The best known guarantees, without any smoothness assumptions, for the KL divergence so far achieve a linear dependence on the data dimension $d$ and an inverse quadratic dependence on $\varepsilon$. In this work, we present a refined analysis that improves the dependence on $\varepsilon$. We model the generation process as a composition of two steps: a reverse ODE step, followed by a smaller noising step along the forward process. This design leverages the fact that the ODE step enables control in Wasserstein-type error, which can then be converted into a KL divergence bound via noise addition, leading to a better dependence on the discretization step size. We further provide a novel analysis to achieve the linear $d$-dependence for the error due to discretizing this Probability Flow ODE in absence of any smoothness assumptions. We show that $\tilde{O}\left(\tfrac{d\log^{3/2}(\frac{1}{\delta})}{\varepsilon}\right)$ steps suffice to approximate the target distribution corrupted with Gaussian noise of variance $\delta$ within $O(\varepsilon^2)$ in KL divergence, improving upon the previous best result, requiring $\tilde{O}\left(\tfrac{d\log^2(\frac{1}{\delta})}{\varepsilon^2}\right)$ steps. | stat-05.zip/2508.16306.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.20942 | Transfer Learning for Classification under Decision Rule Drift with Application to Optimal Individualized Treatment Rule Estimation | [
"Xiaohan Wang",
"Yang Ning"
] | 28 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2508.20942 | In this paper, we extend the transfer learning classification framework from regression function-based methods to decision rules. We propose a novel methodology for modeling posterior drift through Bayes decision rules. By exploiting the geometric transformation of the Bayes decision boundary, our method reformulates the problem as a low-dimensional empirical risk minimization problem. Under mild regularity conditions, we establish the consistency of our estimators and derive the risk bounds. Moreover, we illustrate the broad applicability of our method by adapting it to the estimation of optimal individualized treatment rules. Extensive simulation studies and analyses of real-world data further demonstrate both superior performance and robustness of our approach. | stat-05.zip/2508.20942.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.17090 | Neural Stochastic Differential Equations on Compact State-Spaces | [
"Yue-Jane Liu",
"Malinda Lu",
"Matthew K. Nock",
"Yaniv Yacoby"
] | 23 Aug 2025 | Accepted at Methods and Opportunities at Small Scale (MOSS), ICML 2025, Vancouver, Canada | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.17090 | Many modern probabilistic models rely on SDEs, but their adoption is hampered by instability, poor inductive bias outside bounded domains, and reliance on restrictive dynamics or training tricks. While recent work constrains SDEs to compact spaces using reflected dynamics, these approaches lack continuous dynamics and efficient high-order solvers, limiting interpretability and applicability. We propose a novel class of neural SDEs on compact polyhedral spaces with continuous dynamics, amenable to higher-order solvers, and with favorable inductive bias. | stat-05.zip/2508.17090.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.21086 | Quantum-inspired probability metrics define a complete, universal space for statistical learning | [
"Logan S. McCarty"
] | 26 Aug 2025 (<a href="https://arxiv.org/abs/2508.21086v1">v1</a>), last revised 6 Sep 2025 (this version, v2) | 8 pages, 1 figure, 36-page appendix. v2: Corrected typos, matches journal submission | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Quantum Physics (quant-ph) | https://doi.org/10.48550/arXiv.2508.21086 | Comparing probability distributions is a core challenge across the natural, social, and computational sciences. Existing methods, such as Maximum Mean Discrepancy (MMD), struggle in high-dimensional and non-compact domains. Here we introduce quantum probability metrics (QPMs), derived by embedding probability measures in the space of quantum states: positive, unit-trace operators on a Hilbert space. This construction extends kernel-based methods and overcomes the incompleteness of MMD on non-compact spaces. Viewed as an integral probability metric (IPM), QPMs have dual functions that uniformly approximate all bounded, uniformly continuous functions on $\mathbb{R}^n$, offering enhanced sensitivity to subtle distributional differences in high dimensions. For empirical distributions, QPMs are readily calculated using eigenvalue methods, with analytic gradients suited for learning and optimization. Although computationally more intensive for large sample sizes ($O(n^3)$ vs. $O(n^2)$), QPMs can significantly improve performance as a drop-in replacement for MMD, as demonstrated in a classic generative modeling task. By combining the rich mathematical framework of quantum mechanics with classical probability theory, this approach lays the foundation for powerful tools to analyze and manipulate probability measures. | stat-05.zip/2508.21086.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.00265 | The Nondecreasing Rank | [
"Andrew McCormack"
] | 29 Aug 2025 | 29 pages, 6 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA); Optimization and Control (math.OC) | https://doi.org/10.48550/arXiv.2509.00265 | In this article the notion of the nondecreasing (ND) rank of a matrix or tensor is introduced. A tensor has an ND rank of r if it can be represented as a sum of r outer products of vectors, with each vector satisfying a monotonicity constraint. It is shown that for certain poset orderings finding an ND factorization of rank $r$ is equivalent to finding a nonnegative rank-r factorization of a transformed tensor. However, not every tensor that is monotonic has a finite ND rank. Theory is developed describing the properties of the ND rank, including typical, maximum, and border ND ranks. Highlighted also are the special settings where a matrix or tensor has an ND rank of one or two. As a means of finding low ND rank approximations to a data tensor we introduce a variant of the hierarchical alternating least squares algorithm. Low ND rank factorizations are found and interpreted for two datasets concerning the weight of pigs and a mental health survey during the COVID-19 pandemic. | stat-05.zip/2509.00265.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.00263 | Probit Monotone BART | [
"Jared D. Fisher"
] | 29 Aug 2025 | 6 pages, 1 figure | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2509.00263 | Bayesian Additive Regression Trees (BART) of Chipman et al. (2010) has proven to be a powerful tool for nonparametric modeling and prediction. Monotone BART (Chipman et al., 2022) is a recent development that allows BART to be more precise in estimating monotonic functions. We further these developments by proposing probit monotone BART, which allows the monotone BART framework to estimate conditional mean functions when the outcome variable is binary. | stat-05.zip/2509.00263.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.00472 | Partially Functional Dynamic Backdoor Diffusion-based Causal Model | [
"Xinwen Liu",
"Lei Qian",
"Song Xi Chen",
"Niansheng Tang"
] | 30 Aug 2025 (<a href="https://arxiv.org/abs/2509.00472v1">v1</a>), last revised 26 Sep 2025 (this version, v2) | 10 pages, 2 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2509.00472 | Causal inference in settings involving complex spatio-temporal dependencies, such as environmental epidemiology, is challenging due to the presence of unmeasured confounding. However, a significant gap persists in existing methods: current diffusion-based causal models rely on restrictive assumptions of causal sufficiency or static confounding. To address this limitation, we introduce the Partially Functional Dynamic Backdoor Diffusion-based Causal Model (PFD-BDCM), a generative framework designed to bridge this gap. Our approach uniquely incorporates valid backdoor adjustments into the diffusion sampling mechanism to mitigate bias from unmeasured confounders. Specifically, it captures their intricate dynamics through region-specific structural equations and conditional autoregressive processes, and accommodates multi-resolution variables via functional data techniques. Furthermore, we provide theoretical guarantees by establishing error bounds for counterfactual estimates. Extensive experiments on synthetic data and a real-world air pollution case study confirm that PFD-BDCM outperforms current state-of-the-art methods. | stat-05.zip/2509.00472.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.00538 | Identifying Causal Direction via Dense Functional Classes | [
"Katerina Hlavackova-Schindler",
"Suzana Marsela"
] | 30 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO) | https://doi.org/10.48550/arXiv.2509.00538 | We address the problem of determining the causal direction between two univariate, continuous-valued variables, X and Y, under the assumption of no hidden confounders. In general, it is not possible to make definitive statements about causality without some assumptions on the underlying model. To distinguish between cause and effect, we propose a bivariate causal score based on the Minimum Description Length (MDL) principle, using functions that possess the density property on a compact real interval. We prove the identifiability of these causal scores under specific conditions. These conditions can be easily tested. Gaussianity of the noise in the causal model equations is not assumed, only that the noise is low. The well-studied class of cubic splines possesses the density property on a compact real interval. We propose LCUBE as an instantiation of the MDL-based causal score utilizing cubic regression splines. LCUBE is an identifiable method that is also interpretable, simple, and very fast. It has only one hyperparameter. Empirical evaluations compared to state-of-the-art methods demonstrate that LCUBE achieves superior precision in terms of AUDRC on the real-world Tuebingen cause-effect pairs dataset. It also shows superior average precision across common 10 benchmark datasets and achieves above average precision on 13 datasets. | stat-05.zip/2509.00538.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.16485 | Underdamped Langevin MCMC with third order convergence | [
"Maximilian Scott",
"Dáire O'Kane",
"Andraž Jelinčič",
"James Foster"
] | 22 Aug 2025 | 62 pages, 7 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA); Probability (math.PR); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2508.16485 | In this paper, we propose a new numerical method for the underdamped Langevin diffusion (ULD) and present a non-asymptotic analysis of its sampling error in the 2-Wasserstein distance when the $d$-dimensional target distribution $p(x)\propto e^{-f(x)}$ is strongly log-concave and has varying degrees of smoothness. Precisely, under the assumptions that the gradient and Hessian of $f$ are Lipschitz continuous, our algorithm achieves a 2-Wasserstein error of $\varepsilon$ in $\mathcal{O}(\sqrt{d}/\varepsilon)$ and $\mathcal{O}(\sqrt{d}/\sqrt{\varepsilon})$ steps respectively. Therefore, our algorithm has a similar complexity as other popular Langevin MCMC algorithms under matching assumptions. However, if we additionally assume that the third derivative of $f$ is Lipschitz continuous, then our algorithm achieves a 2-Wasserstein error of $\varepsilon$ in $\mathcal{O}(\sqrt{d}/\varepsilon^{\frac{1}{3}})$ steps. To the best of our knowledge, this is the first gradient-only method for ULD with third order convergence. To support our theory, we perform Bayesian logistic regression across a range of real-world datasets, where our algorithm achieves competitive performance compared to an existing underdamped Langevin MCMC algorithm and the popular No U-Turn Sampler (NUTS). | stat-05.zip/2508.16485.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.00931 | Semi-Supervised Bayesian GANs with Log-Signatures for Uncertainty-Aware Credit Card Fraud Detection | [
"David Hirnschall"
] | 31 Aug 2025 (<a href="https://arxiv.org/abs/2509.00931v1">v1</a>), last revised 5 Sep 2025 (this version, v2) | Updated references in v2 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2509.00931 | We present a novel deep generative semi-supervised framework for credit card fraud detection, formulated as time series classification task. As financial transaction data streams grow in scale and complexity, traditional methods often require large labeled datasets, struggle with time series of irregular sampling frequencies and varying sequence lengths. To address these challenges, we extend conditional Generative Adversarial Networks (GANs) for targeted data augmentation, integrate Bayesian inference to obtain predictive distributions and quantify uncertainty, and leverage log-signatures for robust feature encoding of transaction histories. We introduce a novel Wasserstein distance-based loss to align generated and real unlabeled samples while simultaneously maximizing classification accuracy on labeled data. Our approach is evaluated on the BankSim dataset, a widely used simulator for credit card transaction data, under varying proportions of labeled samples, demonstrating consistent improvements over benchmarks in both global statistical and domain-specific metrics. These findings highlight the effectiveness of GAN-driven semi-supervised learning with log-signatures for irregularly sampled time series and emphasize the importance of uncertainty-aware predictions. | stat-05.zip/2509.00931.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.00990 | Hybrid Topic-Semantic Labeling and Graph Embeddings for Unsupervised Legal Document Clustering | [
"Deepak Bastola",
"Woohyeok Choi"
] | 31 Aug 2025 | 20 pages, 8 figures, 3 tables | Machine Learning (stat.ML) | Machine Learning (stat.ML); Computation and Language (cs.CL); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2509.00990 | Legal documents pose unique challenges for text classification due to their domain-specific language and often limited labeled data. This paper proposes a hybrid approach for classifying legal texts by combining unsupervised topic and graph embeddings with a supervised model. We employ Top2Vec to learn semantic document embeddings and automatically discover latent topics, and Node2Vec to capture structural relationships via a bipartite graph of legal documents. The embeddings are combined and clustered using KMeans, yielding coherent groupings of documents. Our computations on a legal document dataset demonstrate that the combined Top2Vec+Node2Vec approach improves clustering quality over text-only or graph-only embeddings. We conduct a sensitivity analysis of hyperparameters, such as the number of clusters and the dimensionality of the embeddings, and demonstrate that our method achieves competitive performance against baseline Latent Dirichlet Allocation (LDA) and Non-Negative Matrix Factorization (NMF) models. Key findings indicate that while the pipeline presents an innovative approach to unsupervised legal document analysis by combining semantic topic modeling with graph embedding techniques, its efficacy is contingent upon the quality of initial topic generation and the representational power of the chosen embedding models for specialized legal language. Strategic recommendations include the exploration of domain-specific embeddings, more comprehensive hyperparameter tuning for Node2Vec, dynamic determination of cluster numbers, and robust human-in-the-loop validation processes to enhance legal relevance and trustworthiness. The pipeline demonstrates potential for exploratory legal data analysis and as a precursor to supervised learning tasks but requires further refinement and domain-specific adaptation for practical legal applications. | stat-05.zip/2509.00990.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.00258 | Assessing One-Dimensional Cluster Stability by Extreme-Point Trimming | [
"Erwan Dereure",
"Emmanuel Akame Mfoumou",
"David Holcman"
] | 29 Aug 2025 | 33 pages | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR); Applications (stat.AP) | https://doi.org/10.48550/arXiv.2509.00258 | We develop a probabilistic method for assessing the tail behavior and geometric stability of one-dimensional n i.i.d. samples by tracking how their span contracts when the most extreme points are trimmed. Central to our approach is the diameter-shrinkage ratio, that quantifies the relative reduction in data range as extreme points are successively removed. We derive analytical expressions, including finite-sample corrections, for the expected shrinkage under both the uniform and Gaussian hypotheses, and establish that these curves remain distinct even for moderate number of removal. We construct an elementary decision rule that assigns a sample to whichever theoretical shrinkage profile it most closely follows. This test achieves higher classification accuracy than the classical likelihood-ratio test in small-sample or noisy regimes, while preserving asymptotic consistency for large n. We further integrate our criterion into a clustering pipeline (e.g. DBSCAN), demonstrating its ability to validate one-dimensional clusters without any density estimation or parameter tuning. This work thus provides both theoretical insight and practical tools for robust distributional inference and cluster stability analysis. | stat-05.zip/2509.00258.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.00924 | Beyond Universal Approximation Theorems: Algorithmic Uniform Approximation by Neural Networks Trained with Noisy Data | [
"Anastasis Kratsios",
"Tin Sum Cheng",
"Daniel Roy"
] | 31 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Neural and Evolutionary Computing (cs.NE); Numerical Analysis (math.NA); Probability (math.PR) | https://doi.org/10.48550/arXiv.2509.00924 | At its core, machine learning seeks to train models that reliably generalize beyond noisy observations; however, the theoretical vacuum in which state-of-the-art universal approximation theorems (UATs) operate isolates them from this goal, as they assume noiseless data and allow network parameters to be chosen freely, independent of algorithmic realism. This paper bridges that gap by introducing an architecture-specific randomized training algorithm that constructs a uniform approximator from $N$ noisy training samples on the $d$-dimensional cube $[0,1]^d$. Our trained neural networks attain the minimax-optimal quantity of \textit{trainable} (non-random) parameters, subject to logarithmic factors which vanish under the idealized noiseless sampling assumed in classical UATs. <br>Additionally, our trained models replicate key behaviours of real-world neural networks, absent in standard UAT constructions, by: (1) exhibiting sub-linear parametric complexity when fine-tuning on structurally related and favourable out-of-distribution tasks, (2) exactly interpolating the training data, and (3) maintaining reasonable Lipschitz regularity (after the initial clustering attention layer). These properties bring state-of-the-art UATs closer to practical machine learning, shifting the central open question from algorithmic implementability with noisy samples to whether stochastic gradient descent can achieve comparable guarantees. | stat-05.zip/2509.00924.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.17152 | On the sample complexity of semi-supervised multi-objective learning | [
"Tobias Wegel",
"Geelon So",
"Junhyung Park",
"Fanny Yang"
] | 23 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.17152 | In multi-objective learning (MOL), several possibly competing prediction tasks must be solved jointly by a single model. Achieving good trade-offs may require a model class $\mathcal{G}$ with larger capacity than what is necessary for solving the individual tasks. This, in turn, increases the statistical cost, as reflected in known MOL bounds that depend on the complexity of $\mathcal{G}$. We show that this cost is unavoidable for some losses, even in an idealized semi-supervised setting, where the learner has access to the Bayes-optimal solutions for the individual tasks as well as the marginal distributions over the covariates. On the other hand, for objectives defined with Bregman losses, we prove that the complexity of $\mathcal{G}$ may come into play only in terms of unlabeled data. Concretely, we establish sample complexity upper bounds, showing precisely when and how unlabeled data can significantly alleviate the need for labeled data. These rates are achieved by a simple, semi-supervised algorithm via pseudo-labeling. | stat-05.zip/2508.17152.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.19841 | Conditional Normalizing Flow Surrogate for Monte Carlo Prediction of Radiative Properties in Nanoparticle-Embedded Layers | [
"Fahime Seyedheydari",
"Kevin Conley",
"Simo Särkkä"
] | 27 Aug 2025 | Version of record (publishers PDF) from META 2025 (CC BY). Please cite the proceedings | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Optics (physics.optics) | https://doi.org/10.48550/arXiv.2508.19841 | We present a probabilistic, data-driven surrogate model for predicting the radiative properties of nanoparticle embedded scattering media. The model uses conditional normalizing flows, which learn the conditional distribution of optical outputs, including reflectance, absorbance, and transmittance, given input parameters such as the absorption coefficient, scattering coefficient, anisotropy factor, and particle size distribution. We generate training data using Monte Carlo radiative transfer simulations, with optical properties derived from Mie theory. Unlike conventional neural networks, the conditional normalizing flow model yields full posterior predictive distributions, enabling both accurate forecasts and principled uncertainty quantification. Our results demonstrate that this model achieves high predictive accuracy and reliable uncertainty estimates, establishing it as a powerful and efficient surrogate for radiative transfer simulations. | stat-05.zip/2508.19841.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.00200 | Simulation-based inference of yeast centromeres | [
"Eloïse Touron",
"Pedro L. C. Rodrigues",
"Julyan Arbel",
"Nelle Varoquaux",
"Michael Arbel"
] | 29 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Quantitative Methods (q-bio.QM) | https://doi.org/10.48550/arXiv.2509.00200 | The chromatin folding and the spatial arrangement of chromosomes in the cell play a crucial role in DNA replication and genes expression. An improper chromatin folding could lead to malfunctions and, over time, diseases. For eukaryotes, centromeres are essential for proper chromosome segregation and folding. Despite extensive research using de novo sequencing of genomes and annotation analysis, centromere locations in yeasts remain difficult to infer and are still unknown in most species. Recently, genome-wide chromosome conformation capture coupled with next-generation sequencing (Hi-C) has become one of the leading methods to investigate chromosome structures. Some recent studies have used Hi-C data to give a point estimate of each centromere, but those approaches highly rely on a good pre-localization. Here, we present a novel approach that infers in a stochastic manner the locations of all centromeres in budding yeast based on both the experimental Hi-C map and simulated contact maps. | stat-05.zip/2509.00200.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.21531 | Adaptive generative moment matching networks for improved learning of dependence structures | [
"Marius Hofert",
"Gan Yao"
] | 29 Aug 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO) | https://doi.org/10.48550/arXiv.2508.21531 | An adaptive bandwidth selection procedure for the mixture kernel in the maximum mean discrepancy (MMD) for fitting generative moment matching networks (GMMNs) is introduced, and its ability to improve the learning of copula random number generators is demonstrated. Based on the relative error of the training loss, the number of kernels is increased during training; additionally, the relative error of the validation loss is used as an early stopping criterion. While training time of such adaptively trained GMMNs (AGMMNs) is similar to that of GMMNs, training performance is increased significantly in comparison to GMMNs, which is assessed and shown based on validation MMD trajectories, samples and validation MMD values. Superiority of AGMMNs over GMMNs, as well as typical parametric copula models, is demonstrated in terms of three applications. First, convergence rates of quasi-random versus pseudo-random samples from high-dimensional copulas are investigated for three functionals of interest and in dimensions as large as 100 for the first time. Second, replicated validation MMDs, as well as Monte Carlo and quasi-Monte Carlo applications based on the expected payoff of a basked call option and the risk measure expected shortfall as functionals are used to demonstrate the improved training of AGMMNs over GMMNs for a copula model fitted to the standardized residuals of the 50 constituents of the S&P 500 index after deGARCHing. Last, both the latter dataset and 50 constituents of the FTSE~100 are used to demonstrate that the improved training of AGMMNs over GMMNs and in comparison to the fitting of classical parametric copula models indeed also translates to an improved model prediction. | stat-05.zip/2508.21531.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 | |
2508.17783 | Algebraic Approach to Ridge-Regularized Mean Squared Error Minimization in Minimal ReLU Neural Network | [
"Ryoya Fukasaku",
"Yutaro Kabata",
"Akifumi Okuno"
] | 25 Aug 2025 | 44 pages, 5 figres | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Computation (stat.CO) | https://doi.org/10.48550/arXiv.2508.17783 | This paper investigates a perceptron, a simple neural network model, with ReLU activation and a ridge-regularized mean squared error (RR-MSE). Our approach leverages the fact that the RR-MSE for ReLU perceptron is piecewise polynomial, enabling a systematic analysis using tools from computational algebra. In particular, we develop a Divide-Enumerate-Merge strategy that exhaustively enumerates all local minima of the RR-MSE. By virtue of the algebraic formulation, our approach can identify not only the typical zero-dimensional minima (i.e., isolated points) obtained by numerical optimization, but also higher-dimensional minima (i.e., connected sets such as curves, surfaces, or hypersurfaces). Although computational algebraic methods are computationally very intensive for perceptrons of practical size, as a proof of concept, we apply the proposed approach in practice to minimal perceptrons with a few hidden units. | stat-05.zip/2508.17783.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2508.17018 | Limitations of refinement methods for weak to strong generalization | [
"Seamus Somerstep",
"Ya'acov Ritov",
"Mikhail Yurochkin",
"Subha Maity",
"Yuekai Sun"
] | 23 Aug 2025 | COLM 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2508.17018 | Standard techniques for aligning large language models (LLMs) utilize human-produced data, which could limit the capability of any aligned LLM to human level. Label refinement and weak training have emerged as promising strategies to address this superalignment problem. In this work, we adopt probabilistic assumptions commonly used to study label refinement and analyze whether refinement can be outperformed by alternative approaches, including computationally intractable oracle methods. We show that both weak training and label refinement suffer from irreducible error, leaving a performance gap between label refinement and the oracle. These results motivate future research into developing alternative methods for weak to strong generalization that synthesize the practicality of label refinement or weak training and the optimality of the oracle procedure. | stat-05.zip/2508.17018.pdf | /content/arxiv-data/data/stat.ML/2025/08/00000000.parquet | stat.ML | 2025 | 08 | 2025-08-01 |
2509.01809 | The Price of Sparsity: Sufficient Conditions for Sparse Recovery using Sparse and Sparsified Measurements | [
"Youssef Chaabouni",
"David Gamarnik"
] | 1 Sep 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2509.01809 | We consider the problem of recovering the support of a sparse signal using noisy projections. While extensive work has been done on the dense measurement matrix setting, the sparse setting remains less explored. In this work, we establish sufficient conditions on the sample size for successful sparse recovery using sparse measurement matrices. Bringing together our result with previously known necessary conditions, we discover that, in the regime where $ds/p \rightarrow +\infty$, sparse recovery in the sparse setting exhibits a phase transition at an information-theoretic threshold of $n_{\text{INF}}^{\text{SP}} = \Theta\left(s\log\left(p/s\right)/\log\left(ds/p\right)\right)$, where $p$ denotes the signal dimension, $s$ the number of non-zero components of the signal, and $d$ the expected number of non-zero components per row of measurement. This expression makes the price of sparsity explicit: restricting each measurement to $d$ non-zeros inflates the required sample size by a factor of $\log{s}/\log\left(ds/p\right)$, revealing a precise trade-off between sampling complexity and measurement sparsity. Additionally, we examine the effect of sparsifying an originally dense measurement matrix on sparse signal recovery. We prove in the regime of $s = \alpha p$ and $d = \psi p$ with $\alpha, \psi \in \left(0,1\right)$ and $\psi$ small that a sample of size $n^{\text{Sp-ified}}_{\text{INF}} = \Theta\left(p / \psi^2\right)$ is sufficient for recovery, subject to a certain uniform integrability conjecture, the proof of which is work in progress. | stat-05.zip/2509.01809.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 | |
2509.01629 | Lipschitz-Guided Design of Interpolation Schedules in Generative Models | [
"Yifan Chen",
"Eric Vanden-Eijnden",
"Jiawei Xu"
] | 1 Sep 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA) | https://doi.org/10.48550/arXiv.2509.01629 | We study the design of interpolation schedules in the stochastic interpolants framework for flow and diffusion-based generative models. We show that while all scalar interpolation schedules achieve identical statistical efficiency under Kullback-Leibler divergence in path space after optimal diffusion coefficient tuning, their numerical efficiency can differ substantially. This observation motivates focusing on numerical properties of the resulting drift fields rather than statistical criteria for schedule design. We propose averaged squared Lipschitzness minimization as a principled criterion for numerical optimization, providing an alternative to kinetic energy minimization used in optimal transport approaches. A transfer formula is derived that enables conversion between different schedules at inference time without retraining neural networks. For Gaussian distributions, our optimized schedules achieve exponential improvements in Lipschitz constants over standard linear schedules, while for Gaussian mixtures, they reduce mode collapse in few-step sampling. We also validate our approach on high-dimensional invariant distributions from stochastic Allen-Cahn equations and Navier-Stokes equations, demonstrating robust performance improvements across resolutions. | stat-05.zip/2509.01629.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 | |
2509.01685 | Preconditioned Regularized Wasserstein Proximal Sampling | [
"Hong Ye Tan",
"Stanley Osher",
"Wuchen Li"
] | 1 Sep 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC); Computation (stat.CO) | https://doi.org/10.48550/arXiv.2509.01685 | We consider sampling from a Gibbs distribution by evolving finitely many particles. We propose a preconditioned version of a recently proposed noise-free sampling method, governed by approximating the score function with the numerically tractable score of a regularized Wasserstein proximal operator. This is derived by a Cole--Hopf transformation on coupled anisotropic heat equations, yielding a kernel formulation for the preconditioned regularized Wasserstein proximal. The diffusion component of the proposed method is also interpreted as a modified self-attention block, as in transformer architectures. For quadratic potentials, we provide a discrete-time non-asymptotic convergence analysis and explicitly characterize the bias, which is dependent on regularization and independent of step-size. Experiments demonstrate acceleration and particle-level stability on various log-concave and non-log-concave toy examples to Bayesian total-variation regularized image deconvolution, and competitive/better performance on non-convex Bayesian neural network training when utilizing variable preconditioning matrices. | stat-05.zip/2509.01685.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 | |
2509.02535 | Probabilities of Causation and Root Cause Analysis with Quasi-Markovian Models | [
"Eduardo Rocha Laurentino",
"Fabio Gagliardi Cozman",
"Denis Deratani Maua",
"Daniel Angelo Esteves Lawand",
"Davi Goncalves Bezerra Coelho",
"Lucas Martins Marques"
] | 2 Sep 2025 | Accepted at the 35th Brazilian Conference on Intelligent Systems (BRACIS 2025) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2509.02535 | Probabilities of causation provide principled ways to assess causal relationships but face computational challenges due to partial identifiability and latent confounding. This paper introduces both algorithmic simplifications, significantly reducing the computational complexity of calculating tighter bounds for these probabilities, and a novel methodological framework for Root Cause Analysis that systematically employs these causal metrics to rank entire causal paths. | stat-05.zip/2509.02535.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 |
2509.03317 | Bayesian Additive Regression Trees for functional ANOVA model | [
"Seokhun Park",
"Insung Kong",
"Yongdai Kim"
] | 3 Sep 2025 (<a href="https://arxiv.org/abs/2509.03317v1">v1</a>), last revised 4 Sep 2025 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2509.03317 | Bayesian Additive Regression Trees (BART) is a powerful statistical model that leverages the strengths of Bayesian inference and regression trees. It has received significant attention for capturing complex non-linear relationships and interactions among predictors. However, the accuracy of BART often comes at the cost of interpretability. To address this limitation, we propose ANOVA Bayesian Additive Regression Trees (ANOVA-BART), a novel extension of BART based on the functional ANOVA decomposition, which is used to decompose the variability of a function into different interactions, each representing the contribution of a different set of covariates or factors. Our proposed ANOVA-BART enhances interpretability, preserves and extends the theoretical guarantees of BART, and achieves superior predictive performance. Specifically, we establish that the posterior concentration rate of ANOVA-BART is nearly minimax optimal, and further provides the same convergence rates for each interaction that are not available for BART. Moreover, comprehensive experiments confirm that ANOVA-BART surpasses BART in both accuracy and uncertainty quantification, while also demonstrating its effectiveness in component selection. These results suggest that ANOVA-BART offers a compelling alternative to BART by balancing predictive accuracy, interpretability, and theoretical consistency. | stat-05.zip/2509.03317.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 | |
2509.02171 | Amputation-imputation based generation of synthetic tabular data for ratemaking | [
"Yevhen Havrylenko",
"Meelis Käärik",
"Artur Tuttar"
] | 2 Sep 2025 | 31 pages, 2 figures, 2 tables | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP) | https://doi.org/10.48550/arXiv.2509.02171 | Actuarial ratemaking depends on high-quality data, yet access to such data is often limited by the cost of obtaining new data, privacy concerns, etc. In this paper, we explore synthetic-data generation as a potential solution to these issues. In addition to discussing generative methods previously studied in the actuarial literature, we introduce to the insurance community another approach based on Multiple Imputation by Chained Equations (MICE). We present a comparative study using an open-source dataset and evaluating MICE-based models against other generative models like Variational Autoencoders and Conditional Tabular Generative Adversarial Networks. We assess how well synthetic data preserves the original marginal distributions of variables as well as the multivariate relationships among covariates. We also investigate the consistency between Generalized Linear Models (GLMs) trained on synthetic data with GLMs trained on the original data. Furthermore, we assess the ease of use of each generative approach and study the impact of augmenting original data with synthetic data on the performance of GLMs for predicting claim counts. Our results highlight the potential of MICE-based methods in creating high-quality tabular data while being more user-friendly than the other methods. | stat-05.zip/2509.02171.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 |
2509.02971 | Scale-Adaptive Generative Flows for Multiscale Scientific Data | [
"Yifan Chen",
"Eric Vanden-Eijnden"
] | 3 Sep 2025 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA); Probability (math.PR) | https://doi.org/10.48550/arXiv.2509.02971 | Flow-based generative models can face significant challenges when modeling scientific data with multiscale Fourier spectra, often producing large errors in fine-scale features. We address this problem within the framework of stochastic interpolants, via principled design of noise distributions and interpolation schedules. The key insight is that the noise should not be smoother than the target data distribution -- measured by Fourier spectrum decay rates -- to ensure bounded drift fields near the initial time. For Gaussian and near-Gaussian distributions whose fine-scale structure is known, we show that spectrum-matched noise improves numerical efficiency compared to standard white-noise approaches. For complex non-Gaussian distributions, we develop scale-adaptive interpolation schedules that address the numerical ill-conditioning arising from rougher-than-data noise. Numerical experiments on synthetic Gaussian random fields and solutions to the stochastic Allen-Cahn and Navier-Stokes equations validate our approach and demonstrate its ability to generate high-fidelity samples at lower computational cost than traditional approaches. | stat-05.zip/2509.02971.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 | |
2509.02327 | Variational Uncertainty Decomposition for In-Context Learning | [
"I. Shavindra Jayasekera",
"Jacob Si",
"Filippo Valdettaro",
"Wenlong Chen",
"A. Aldo Faisal",
"Yingzhen Li"
] | 2 Sep 2025 (<a href="https://arxiv.org/abs/2509.02327v1">v1</a>), last revised 3 Sep 2025 (this version, v2) | Fixing author order; typo p.20 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2509.02327 | As large language models (LLMs) gain popularity in conducting prediction tasks in-context, understanding the sources of uncertainty in in-context learning becomes essential to ensuring reliability. The recent hypothesis of in-context learning performing predictive Bayesian inference opens the avenue for Bayesian uncertainty estimation, particularly for decomposing uncertainty into epistemic uncertainty due to lack of in-context data and aleatoric uncertainty inherent in the in-context prediction task. However, the decomposition idea remains under-explored due to the intractability of the latent parameter posterior from the underlying Bayesian model. In this work, we introduce a variational uncertainty decomposition framework for in-context learning without explicitly sampling from the latent parameter posterior, by optimising auxiliary queries as probes to obtain an upper bound to the aleatoric uncertainty of an LLM's in-context learning procedure, which also induces a lower bound to the epistemic uncertainty. Through experiments on synthetic and real-world tasks, we show quantitatively and qualitatively that the decomposed uncertainties obtained from our method exhibit desirable properties of epistemic and aleatoric uncertainty. | stat-05.zip/2509.02327.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 |
2509.02617 | Gaussian process surrogate with physical law-corrected prior for multi-coupled PDEs defined on irregular geometry | [
"Pucheng Tang",
"Hongqiao Wang",
"Wenzhou Lin",
"Qian Chen",
"Heng Yong"
] | 1 Sep 2025 | 40 pages, 16 figures, 7 tables | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO) | https://doi.org/10.48550/arXiv.2509.02617 | Parametric partial differential equations (PDEs) are fundamental mathematical tools for modeling complex physical systems, yet their numerical evaluation across parameter spaces remains computationally intensive when using conventional high-fidelity solvers. To address this challenge, we propose a novel physical law-corrected prior Gaussian process (LC-prior GP) surrogate modeling framework that effectively integrates data-driven learning with underlying physical constraints to flexibly handle multi-coupled variables defined on complex geometries. The proposed approach leverages proper orthogonal decomposition (POD) to parameterize high-dimensional PDE solutions via their dominant modes and associated coefficients, thereby enabling efficient Gaussian process (GP) surrogate modeling within a reduced-dimensional coefficient space. A key contribution lies in the incorporation of physical laws together with a limited number of parameter samples to correct the GP posterior mean, thus avoiding reliance on computationally expensive numerical solvers. Furthermore, interpolation functions are constructed to describe the mapping from the full parameter space to the physics-based correction term. This mapping is subsequently backpropagated to constrain the original GP surrogate, yielding a more physically consistent conditional prior. To handle irregular geometries, the radial basis function-finite difference (RBF-FD) method is incorporated during training set computation, with its inherent differentiation matrices providing both computational efficiency and numerical accuracy for physical constraint optimization. The effectiveness of the proposed method is demonstrated through numerical experiments involving a reaction-diffusion model, miscible flooding models, and Navier-Stokes equations with multi-physics coupling defined on irregular domains. | stat-05.zip/2509.02617.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 |
2509.03378 | Understanding and Improving Shampoo and SOAP via Kullback-Leibler Minimization | [
"Wu Lin",
"Scott C. Lowe",
"Felix Dangel",
"Runa Eschenhagen",
"Zikun Xu",
"Roger B. Grosse"
] | 3 Sep 2025 (<a href="https://arxiv.org/abs/2509.03378v1">v1</a>), last revised 30 Sep 2025 (this version, v2) | technical report, working in progress | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2509.03378 | Shampoo and its efficient variant, SOAP, use structured second-moment estimation and have attracted growing interest for their effectiveness in training neural networks (NNs). In practice, Shampoo requires step-size grafting with Adam to achieve competitive performance. SOAP mitigates this by applying Adam in Shampoo's eigenbasis and further reducing per-iteration runtime. However, reliance on Adam introduces additional memory overhead in both methods. Prior theoretical interpretations have primarily examined their estimation schemes using the Frobenius norm. Motivated by the natural correspondence between the second moment and a covariance matrix, we reinterpret the estimation procedures in Shampoo and SOAP as instances of covariance estimation through the lens of Kullback-Leibler (KL) divergence minimization. This perspective reveals a previously overlooked theoretical limitation and motivates principled improvements to their design. Building on the KL perspective, we propose practical estimation schemes -- $\textbf{KL-Shampoo}$ and $\textbf{KL-SOAP}$ -- that match or exceed the performance of Shampoo and SOAP for pre-training various NNs while maintaining SOAP-level per-iteration runtime. Notably, KL-Shampoo does not rely on Adam to achieve superior performance, thereby avoiding the associated memory overhead. Surprisingly, KL-Shampoo consistently outperforms the other methods in our experiments. | stat-05.zip/2509.03378.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 |
2509.03726 | Energy-Weighted Flow Matching: Unlocking Continuous Normalizing Flows for Efficient and Scalable Boltzmann Sampling | [
"Niclas Dern",
"Lennart Redl",
"Sebastian Pfister",
"Marcel Kollovieh",
"David Lüdke",
"Stephan Günnemann"
] | 3 Sep 2025 | 21 pages, 4 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2509.03726 | Sampling from unnormalized target distributions, e.g. Boltzmann distributions $\mu_{\text{target}}(x) \propto \exp(-E(x)/T)$, is fundamental to many scientific applications yet computationally challenging due to complex, high-dimensional energy landscapes. Existing approaches applying modern generative models to Boltzmann distributions either require large datasets of samples drawn from the target distribution or, when using only energy evaluations for training, cannot efficiently leverage the expressivity of advanced architectures like continuous normalizing flows that have shown promise for molecular sampling. To address these shortcomings, we introduce Energy-Weighted Flow Matching (EWFM), a novel training objective enabling continuous normalizing flows to model Boltzmann distributions using only energy function evaluations. Our objective reformulates conditional flow matching via importance sampling, allowing training with samples from arbitrary proposal distributions. Based on this objective, we develop two algorithms: iterative EWFM (iEWFM), which progressively refines proposals through iterative training, and annealed EWFM (aEWFM), which additionally incorporates temperature annealing for challenging energy landscapes. On benchmark systems, including challenging 55-particle Lennard-Jones clusters, our algorithms demonstrate sample quality competitive with state-of-the-art energy-only methods while requiring up to three orders of magnitude fewer energy evaluations. | stat-05.zip/2509.03726.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 |
2509.03456 | Off-Policy Learning in Large Action Spaces: Optimization Matters More Than Estimation | [
"Imad Aouali",
"Otmane Sakhi"
] | 3 Sep 2025 | Recsys '25, CONSEQUENCES: Causality, Counterfactuals & Sequential Decision-Making Workshop | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2509.03456 | Off-policy evaluation (OPE) and off-policy learning (OPL) are foundational for decision-making in offline contextual bandits. Recent advances in OPL primarily optimize OPE estimators with improved statistical properties, assuming that better estimators inherently yield superior policies. Although theoretically justified, we argue this estimator-centric approach neglects a critical practical obstacle: challenging optimization landscapes. In this paper, we provide theoretical insights and extensive empirical evidence showing that current OPL methods encounter severe optimization issues, particularly as action spaces become large. We demonstrate that simpler weighted log-likelihood objectives enjoy substantially better optimization properties and still recover competitive, often superior, learned policies. Our findings emphasize the necessity of explicitly addressing optimization considerations in the development of OPL algorithms for large action spaces. | stat-05.zip/2509.03456.pdf | /content/arxiv-data/data/stat.ML/2025/09/00000000.parquet | stat.ML | 2025 | 09 | 2025-09-01 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.