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
2502.07114
Online Covariance Matrix Estimation in Sketched Newton Methods
[ "Wei Kuang", "Mihai Anitescu", "Sen Na" ]
10 Feb 2025
52 pages, 2 figures, 7 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA); Optimization and Control (math.OC); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2502.07114
Given the ubiquity of streaming data, online algorithms have been widely used for parameter estimation, with second-order methods particularly standing out for their efficiency and robustness. In this paper, we study an online sketched Newton method that leverages a randomized sketching technique to perform an approximate Newton step in each iteration, thereby eliminating the computational bottleneck of second-order methods. While existing studies have established the asymptotic normality of sketched Newton methods, a consistent estimator of the limiting covariance matrix remains an open problem. We propose a fully online covariance matrix estimator that is constructed entirely from the Newton iterates and requires no matrix factorization. Compared to covariance estimators for first-order online methods, our estimator for second-order methods is batch-free. We establish the consistency and convergence rate of our estimator, and coupled with asymptotic normality results, we can then perform online statistical inference for the model parameters based on sketched Newton methods. We also discuss the extension of our estimator to constrained problems, and demonstrate its superior performance on regression problems as well as benchmark problems in the CUTEst set.
stat-05.zip/2502.07114.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.03503
Analyzing limits for in-context learning
[ "Omar Naim", "Nicholas Asher" ]
5 Feb 2025 (<a href="https://arxiv.org/abs/2502.03503v1">v1</a>), last revised 30 May 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.2502.03503
We examine limits of in-context learning (ICL) in transformer models trained from scratch, focusing on function approximation tasks as a controlled setting to uncover fundamental behaviors. While we show empirically that transformer models can generalize, approximating unseen classes of polynomial (non linear) functions, they cannot generalize beyond certain values. We provide both empirical and mathematical arguments explaining that these limitations stem from architectural components, namely layer normalization and the attention scoring function, softmax. Together, our findings reveal structural constraints on ICL that are often masked in more complex NLP tasks but that need to be understood to improve robustness and interpretability in transformer-based models.
stat-05.zip/2502.03503.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06168
Dynamic Pricing with Adversarially-Censored Demands
[ "Jianyu Xu", "Yining Wang", "Xi Chen", "Yu-Xiang Wang" ]
10 Feb 2025
33 pages, 1 figure
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Econometrics (econ.EM); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2502.06168
We study an online dynamic pricing problem where the potential demand at each time period $t=1,2,\ldots, T$ is stochastic and dependent on the price. However, a perishable inventory is imposed at the beginning of each time $t$, censoring the potential demand if it exceeds the inventory level. To address this problem, we introduce a pricing algorithm based on the optimistic estimates of derivatives. We show that our algorithm achieves $\tilde{O}(\sqrt{T})$ optimal regret even with adversarial inventory series. Our findings advance the state-of-the-art in online decision-making problems with censored feedback, offering a theoretically optimal solution against adversarial observations.
stat-05.zip/2502.06168.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07369
Uniform Kernel Prober
[ "Soumya Mukherjee", "Bharath K. Sriperumbudur" ]
11 Feb 2025
34 pages, 10 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2502.07369
The ability to identify useful features or representations of the input data based on training data that achieves low prediction error on test data across multiple prediction tasks is considered the key to multitask learning success. In practice, however, one faces the issue of the choice of prediction tasks and the availability of test data from the chosen tasks while comparing the relative performance of different features. In this work, we develop a class of pseudometrics called Uniform Kernel Prober (UKP) for comparing features or representations learned by different statistical models such as neural networks when the downstream prediction tasks involve kernel ridge regression. The proposed pseudometric, UKP, between any two representations, provides a uniform measure of prediction error on test data corresponding to a general class of kernel ridge regression tasks for a given choice of a kernel without access to test data. Additionally, desired invariances in representations can be successfully captured by UKP only through the choice of the kernel function and the pseudometric can be efficiently estimated from $n$ input data samples with $O(\frac{1}{\sqrt{n}})$ estimation error. We also experimentally demonstrate the ability of UKP to discriminate between different types of features or representations based on their generalization performance on downstream kernel ridge regression tasks.
stat-05.zip/2502.07369.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.03350
Optimal Task Order for Continual Learning of Multiple Tasks
[ "Ziyan Li", "Naoki Hiratani" ]
5 Feb 2025 (<a href="https://arxiv.org/abs/2502.03350v1">v1</a>), last revised 20 Jul 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.03350
Continual learning of multiple tasks remains a major challenge for neural networks. Here, we investigate how task order influences continual learning and propose a strategy for optimizing it. Leveraging a linear teacher-student model with latent factors, we derive an analytical expression relating task similarity and ordering to learning performance. Our analysis reveals two principles that hold under a wide parameter range: (1) tasks should be arranged from the least representative to the most typical, and (2) adjacent tasks should be dissimilar. We validate these rules on both synthetic data and real-world image classification datasets (Fashion-MNIST, CIFAR-10, CIFAR-100), demonstrating consistent performance improvements in both multilayer perceptrons and convolutional neural networks. Our work thus presents a generalizable framework for task-order optimization in task-incremental continual learning.
stat-05.zip/2502.03350.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06661
iLOCO: Distribution-Free Inference for Feature Interactions
[ "Camille Little", "Lili Zheng", "Genevera Allen" ]
10 Feb 2025 (<a href="https://arxiv.org/abs/2502.06661v1">v1</a>), last revised 22 May 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.06661
Feature importance measures are widely studied and are essential for understanding model behavior, guiding feature selection, and enhancing interpretability. However, many machine learning fitted models involve complex interactions between features. Existing feature importance metrics fail to capture these pairwise or higher-order effects, while existing interaction metrics often suffer from limited applicability or excessive computation; no methods exist to conduct statistical inference for feature interactions. To bridge this gap, we first propose a new model-agnostic metric, interaction Leave-One-Covariate-Out (iLOCO), for measuring the importance of pairwise feature interactions, with extensions to higher-order interactions. Next, we leverage recent advances in LOCO inference to develop distribution-free and assumption-light confidence intervals for our iLOCO metric. To address computational challenges, we also introduce an ensemble learning method for calculating the iLOCO metric and confidence intervals that we show is both computationally and statistically efficient. We validate our iLOCO metric and our confidence intervals on both synthetic and real data sets, showing that our approach outperforms existing methods and provides the first inferential approach to detecting feature interactions.
stat-05.zip/2502.06661.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07265
Riemannian Proximal Sampler for High-accuracy Sampling on Manifolds
[ "Yunrui Guan", "Krishnakumar Balasubramanian", "Shiqian Ma" ]
11 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2502.07265
We introduce the Riemannian Proximal Sampler, a method for sampling from densities defined on Riemannian manifolds. The performance of this sampler critically depends on two key oracles: the Manifold Brownian Increments (MBI) oracle and the Riemannian Heat-kernel (RHK) oracle. We establish high-accuracy sampling guarantees for the Riemannian Proximal Sampler, showing that generating samples with $\varepsilon$-accuracy requires $O(\log(1/\varepsilon))$ iterations in Kullback-Leibler divergence assuming access to exact oracles and $O(\log^2(1/\varepsilon))$ iterations in the total variation metric assuming access to sufficiently accurate inexact oracles. Furthermore, we present practical implementations of these oracles by leveraging heat-kernel truncation and Varadhan&#39;s asymptotics. In the latter case, we interpret the Riemannian Proximal Sampler as a discretization of the entropy-regularized Riemannian Proximal Point Method on the associated Wasserstein space. We provide preliminary numerical results that illustrate the effectiveness of the proposed methodology.
stat-05.zip/2502.07265.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.03439
Linearized Optimal Transport pyLOT Library: A Toolkit for Machine Learning on Point Clouds
[ "Jun Linwu", "Varun Khurana", "Nicholas Karris", "Alexander Cloninger" ]
5 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Mathematical Software (cs.MS); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2502.03439
The pyLOT library offers a Python implementation of linearized optimal transport (LOT) techniques and methods to use in downstream tasks. The pipeline embeds probability distributions into a Hilbert space via the Optimal Transport maps from a fixed reference distribution, and this linearization allows downstream tasks to be completed using off the shelf (linear) machine learning algorithms. We provide a case study of performing ML on 3D scans of lemur teeth, where the original questions of classification, clustering, dimension reduction, and data generation reduce to simple linear operations performed on the LOT embedded representations.
stat-05.zip/2502.03439.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.02859
Gap-Dependent Bounds for Federated $Q$-learning
[ "Haochen Zhang", "Zhong Zheng", "Lingzhou Xue" ]
5 Feb 2025 (<a href="https://arxiv.org/abs/2502.02859v1">v1</a>), last revised 18 Sep 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.02859
We present the first gap-dependent analysis of regret and communication cost for on-policy federated $Q$-Learning in tabular episodic finite-horizon Markov decision processes (MDPs). Existing FRL methods focus on worst-case scenarios, leading to $\sqrt{T}$-type regret bounds and communication cost bounds with a $\log T$ term scaling with the number of agents $M$, states $S$, and actions $A$, where $T$ is the average total number of steps per agent. In contrast, our novel framework leverages the benign structures of MDPs, such as a strictly positive suboptimality gap, to achieve a $\log T$-type regret bound and a refined communication cost bound that disentangles exploration and exploitation. Our gap-dependent regret bound reveals a distinct multi-agent speedup pattern, and our gap-dependent communication cost bound removes the dependence on $MSA$ from the $\log T$ term. Notably, our gap-dependent communication cost bound also yields a better global switching cost when $M=1$, removing $SA$ from the $\log T$ term.
stat-05.zip/2502.02859.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.02363
FAB-PPI: Frequentist, Assisted by Bayes, Prediction-Powered Inference
[ "Stefano Cortinovis", "François Caron" ]
4 Feb 2025 (<a href="https://arxiv.org/abs/2502.02363v1">v1</a>), last revised 15 Aug 2025 (this version, v2)
29 pages, 13 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.02363
Prediction-powered inference (PPI) enables valid statistical inference by combining experimental data with machine learning predictions. When a sufficient number of high-quality predictions is available, PPI results in more accurate estimates and tighter confidence intervals than traditional methods. In this paper, we propose to inform the PPI framework with prior knowledge on the quality of the predictions. The resulting method, which we call frequentist, assisted by Bayes, PPI (FAB-PPI), improves over PPI when the observed prediction quality is likely under the prior, while maintaining its frequentist guarantees. Furthermore, when using heavy-tailed priors, FAB-PPI adaptively reverts to standard PPI in low prior probability regions. We demonstrate the benefits of FAB-PPI in real and synthetic examples.
stat-05.zip/2502.02363.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06525
Towards Understanding Gradient Dynamics of the Sliced-Wasserstein Distance via Critical Point Analysis
[ "Christophe Vauthier", "Anna Korba", "Quentin Mérigot" ]
10 Feb 2025 (<a href="https://arxiv.org/abs/2502.06525v1">v1</a>), last revised 20 Aug 2025 (this version, v2)
32p
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.06525
In this paper, we investigate the properties of the Sliced Wasserstein Distance (SW) when employed as an objective functional. The SW metric has gained significant interest in the optimal transport and machine learning literature, due to its ability to capture intricate geometric properties of probability distributions while remaining computationally tractable, making it a valuable tool for various applications, including generative modeling and domain adaptation. Our study aims to provide a rigorous analysis of the critical points arising from the optimization of the SW objective. By computing explicit perturbations, we establish that stable critical points of SW cannot concentrate on segments. This stability analysis is crucial for understanding the behaviour of optimization algorithms for models trained using the SW objective. Furthermore, we investigate the properties of the SW objective, shedding light on the existence and convergence behavior of critical points. We illustrate our theoretical results through numerical experiments.
stat-05.zip/2502.06525.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06331
Conformal Prediction Regions are Imprecise Highest Density Regions
[ "Michele Caprio", "Yusuf Sale", "Eyke Hüllermeier" ]
10 Feb 2025 (<a href="https://arxiv.org/abs/2502.06331v1">v1</a>), last revised 18 Apr 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR)
https://doi.org/10.48550/arXiv.2502.06331
Recently, Cella and Martin proved how, under an assumption called consonance, a credal set (i.e. a closed and convex set of probabilities) can be derived from the conformal transducer associated with transductive conformal prediction. We show that the Imprecise Highest Density Region (IHDR) associated with such a credal set corresponds to the classical Conformal Prediction Region. In proving this result, we establish a new relationship between Conformal Prediction and Imprecise Probability (IP) theories, via the IP concept of a cloud. A byproduct of our presentation is the discovery that consonant plausibility functions are monoid homomorphisms, a new algebraic property of an IP tool.
stat-05.zip/2502.06331.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07016
Confidence Intervals for Evaluation of Data Mining
[ "Zheng Yuan", "Wenxin Jiang" ]
10 Feb 2025 (<a href="https://arxiv.org/abs/2502.07016v1">v1</a>), last revised 6 Jul 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.07016
In data mining, when binary prediction rules are used to predict a binary outcome, many performance measures are used in a vast array of literature for the purposes of evaluation and comparison. Some examples include classification accuracy, precision, recall, F measures, and Jaccard index. Typically, these performance measures are only approximately estimated from a finite dataset, which may lead to findings that are not statistically significant. In order to properly quantify such statistical uncertainty, it is important to provide confidence intervals associated with these estimated performance measures. We consider statistical inference about general performance measures used in data mining, with both individual and joint confidence intervals. These confidence intervals are based on asymptotic normal approximations and can be computed fast, without needs to do bootstrap resampling. We study the finite sample coverage probabilities for these confidence intervals and also propose a `blurring correction&#39; on the variance to improve the finite sample performance. This &#39;blurring correction&#39; generalizes the plus-four method from binomial proportion to general performance measures used in data mining. Our framework allows multiple performance measures of multiple classification rules to be inferred simultaneously for comparisons.
stat-05.zip/2502.07016.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.03062
Change Point Detection in the Frequency Domain with Statistical Reliability
[ "Akifumi Yamada", "Tomohiro Shiraishi", "Shuichi Nishino", "Teruyuki Katsuoka", "Kouichi Taji", "Ichiro Takeuchi" ]
5 Feb 2025 (<a href="https://arxiv.org/abs/2502.03062v1">v1</a>), last revised 24 May 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.03062
Effective condition monitoring in complex systems requires identifying change points (CPs) in the frequency domain, as the structural changes often arise across multiple frequencies. This paper extends recent advancements in statistically significant CP detection, based on Selective Inference (SI), to the frequency domain. The proposed SI method quantifies the statistical significance of detected CPs in the frequency domain using $p$-values, ensuring that the detected changes reflect genuine structural shifts in the target system. We address two major technical challenges to achieve this. First, we extend the existing SI framework to the frequency domain by appropriately utilizing the properties of discrete Fourier transform (DFT). Second, we develop an SI method that provides valid $p$-values for CPs where changes occur across multiple frequencies. Experimental results demonstrate that the proposed method reliably identifies genuine CPs with strong statistical guarantees, enabling more accurate root-cause analysis in the frequency domain of complex systems.
stat-05.zip/2502.03062.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.02430
A Scalable Crawling Algorithm Utilizing Noisy Change-Indicating Signals
[ "Róbert Busa-Fekete", "Julian Zimmert", "András György", "Linhai Qiu", "Tzu-Wei Sung", "Hao Shen", "Hyomin Choi", "Sharmila Subramaniam", "Li Xiao" ]
4 Feb 2025 (<a href="https://arxiv.org/abs/2502.02430v1">v1</a>), last revised 20 Mar 2025 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Retrieval (cs.IR); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.02430
Web refresh crawling is the problem of keeping a cache of web pages fresh, that is, having the most recent copy available when a page is requested, given a limited bandwidth available to the crawler. Under the assumption that the change and request events, resp., to each web page follow independent Poisson processes, the optimal scheduling policy was derived by Azar et al. 2018. In this paper, we study an extension of this problem where side information indicating content changes, such as various types of web pings, for example, signals from sitemaps, content delivery networks, etc., is available. Incorporating such side information into the crawling policy is challenging, because (i) the signals can be noisy with false positive events and with missing change events; and (ii) the crawler should achieve a fair performance over web pages regardless of the quality of the side information, which might differ from web page to web page. We propose a scalable crawling algorithm which (i) uses the noisy side information in an optimal way under mild assumptions; (ii) can be deployed without heavy centralized computation; (iii) is able to crawl web pages at a constant total rate without spikes in the total bandwidth usage over any time interval, and automatically adapt to the new optimal solution when the total bandwidth changes without centralized computation. Experiments clearly demonstrate the versatility of our approach.
stat-05.zip/2502.02430.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06995
Epistemic Uncertainty in Conformal Scores: A Unified Approach
[ "Luben M. C. Cabezas", "Vagner S. Santos", "Thiago R. Ramos", "Rafael Izbicki" ]
10 Feb 2025 (<a href="https://arxiv.org/abs/2502.06995v1">v1</a>), last revised 10 Jun 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.06995
Conformal prediction methods create prediction bands with distribution-free guarantees but do not explicitly capture epistemic uncertainty, which can lead to overconfident predictions in data-sparse regions. Although recent conformal scores have been developed to address this limitation, they are typically designed for specific tasks, such as regression or quantile regression. Moreover, they rely on particular modeling choices for epistemic uncertainty, restricting their applicability. We introduce $\texttt{EPICSCORE}$, a model-agnostic approach that enhances any conformal score by explicitly integrating epistemic uncertainty. Leveraging Bayesian techniques such as Gaussian Processes, Monte Carlo Dropout, or Bayesian Additive Regression Trees, $\texttt{EPICSCORE}$ adaptively expands predictive intervals in regions with limited data while maintaining compact intervals where data is abundant. As with any conformal method, it preserves finite-sample marginal coverage. Additionally, it also achieves asymptotic conditional coverage. Experiments demonstrate its good performance compared to existing methods. Designed for compatibility with any Bayesian model, but equipped with distribution-free guarantees, $\texttt{EPICSCORE}$ provides a general-purpose framework for uncertainty quantification in prediction problems.
stat-05.zip/2502.06995.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.03261
CARROT: A Cost Aware Rate Optimal Router
[ "Seamus Somerstep", "Felipe Maia Polo", "Allysson Flavio Melo de Oliveira", "Prattyush Mangal", "Mírian Silva", "Onkar Bhardwaj", "Mikhail Yurochkin", "Subha Maity" ]
5 Feb 2025 (<a href="https://arxiv.org/abs/2502.03261v1">v1</a>), last revised 19 May 2025 (this version, v2)
v2: Added o3-mini to CARROT and SPROUT
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Networking and Internet Architecture (cs.NI); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2502.03261
With the rapid growth in the number of Large Language Models (LLMs), there has been a recent interest in LLM routing, or directing queries to the cheapest LLM that can deliver a suitable response. We conduct a minimax analysis of the routing problem, providing a lower bound and finding that a simple router that predicts both cost and accuracy for each question can be minimax optimal. Inspired by this, we introduce CARROT, a Cost AwaRe Rate Optimal rouTer that selects a model based on estimates of the models&#39; cost and performance. Alongside CARROT, we also introduce the Smart Price-aware ROUTing (SPROUT) dataset to facilitate routing on a wide spectrum of queries with the latest state-of-the-art LLMs. Using SPROUT and prior benchmarks such as Routerbench and open-LLM-leaderboard-v2 we empirically validate CARROT&#39;s performance against several alternative routers.
stat-05.zip/2502.03261.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.04807
Robust Conformal Outlier Detection under Contaminated Reference Data
[ "Meshi Bashari", "Matteo Sesia", "Yaniv Romano" ]
7 Feb 2025 (<a href="https://arxiv.org/abs/2502.04807v1">v1</a>), last revised 15 Jun 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.2502.04807
Conformal prediction is a flexible framework for calibrating machine learning predictions, providing distribution-free statistical guarantees. In outlier detection, this calibration relies on a reference set of labeled inlier data to control the type-I error rate. However, obtaining a perfectly labeled inlier reference set is often unrealistic, and a more practical scenario involves access to a contaminated reference set containing a small fraction of outliers. This paper analyzes the impact of such contamination on the validity of conformal methods. We prove that under realistic, non-adversarial settings, calibration on contaminated data yields conservative type-I error control, shedding light on the inherent robustness of conformal methods. This conservativeness, however, typically results in a loss of power. To alleviate this limitation, we propose a novel, active data-cleaning framework that leverages a limited labeling budget and an outlier detection model to selectively annotate data points in the contaminated reference set that are suspected as outliers. By removing only the annotated outliers in this ``suspicious&#39;&#39; subset, we can effectively enhance power while mitigating the risk of inflating the type-I error rate, as supported by our theoretical analysis. Experiments on real datasets validate the conservative behavior of conformal methods under contamination and show that the proposed data-cleaning strategy improves power without sacrificing validity.
stat-05.zip/2502.04807.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06678
Quantile Multi-Armed Bandits with 1-bit Feedback
[ "Ivan Lau", "Jonathan Scarlett" ]
10 Feb 2025
ALT 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.06678
In this paper, we study a variant of best-arm identification involving elements of risk sensitivity and communication constraints. Specifically, the goal of the learner is to identify the arm with the highest quantile reward, while the communication from an agent (who observes rewards) and the learner (who chooses actions) is restricted to only one bit of feedback per arm pull. We propose an algorithm that utilizes noisy binary search as a subroutine, allowing the learner to estimate quantile rewards through 1-bit feedback. We derive an instance-dependent upper bound on the sample complexity of our algorithm and provide an algorithm-independent lower bound for specific instances, with the two matching to within logarithmic factors under mild conditions, or even to within constant factors in certain low error probability scaling regimes. The lower bound is applicable even in the absence of communication constraints, and thus we conclude that restricting to 1-bit feedback has a minimal impact on the scaling of the sample complexity.
stat-05.zip/2502.06678.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07558
Efficient Sparsification of Simplicial Complexes via Local Densities of States
[ "Anton Savostianov", "Michael T. Schaub", "Nicola Guglielmi", "Francesco Tudisco" ]
11 Feb 2025
10 pages, 7 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computational Geometry (cs.CG); Discrete Mathematics (cs.DM); Social and Information Networks (cs.SI); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2502.07558
Simplicial complexes (SCs), a generalization of graph models for relational data that account for higher-order relations between data items, have become a popular abstraction for analyzing complex data using tools from topological data analysis or topological signal processing. However, the analysis of many real-world datasets leads to dense SCs with a large number of higher-order interactions. Unfortunately, analyzing such large SCs often has a prohibitive cost in terms of computation time and memory consumption. The sparsification of such complexes, i.e., the approximation of an original SC with a sparser simplicial complex with only a log-linear number of high-order simplices while maintaining a spectrum close to the original SC, is of broad interest. <br>In this work, we develop a novel method for a probabilistic sparsifaction of SCs. At its core lies the efficient computation of sparsifying sampling probability through local densities of states as functional descriptors of the spectral information. To avoid pathological structures in the spectrum of the corresponding Hodge Laplacian operators, we suggest a &#34;kernel-ignoring&#34; decomposition for approximating the sampling probability; additionally, we exploit error estimates to show asymptotically prevailing algorithmic complexity of the developed method. The performance of the framework is demonstrated on the family of Vietoris--Rips filtered simplicial complexes.
stat-05.zip/2502.07558.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07857
SNAP: Sequential Non-Ancestor Pruning for Targeted Causal Effect Estimation With an Unknown Graph
[ "Mátyás Schubert", "Tom Claassen", "Sara Magliacane" ]
11 Feb 2025
Accepted at AISTATS 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.07857
Causal discovery can be computationally demanding for large numbers of variables. If we only wish to estimate the causal effects on a small subset of target variables, we might not need to learn the causal graph for all variables, but only a small subgraph that includes the targets and their adjustment sets. In this paper, we focus on identifying causal effects between target variables in a computationally and statistically efficient way. This task combines causal discovery and effect estimation, aligning the discovery objective with the effects to be estimated. We show that definite non-ancestors of the targets are unnecessary to learn causal relations between the targets and to identify efficient adjustments sets. We sequentially identify and prune these definite non-ancestors with our Sequential Non-Ancestor Pruning (SNAP) framework, which can be used either as a preprocessing step to standard causal discovery methods, or as a standalone sound and complete causal discovery algorithm. Our results on synthetic and real data show that both approaches substantially reduce the number of independence tests and the computation time without compromising the quality of causal effect estimations.
stat-05.zip/2502.07857.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.08004
Optimizing Likelihoods via Mutual Information: Bridging Simulation-Based Inference and Bayesian Optimal Experimental Design
[ "Vincent D. Zaballa", "Elliot E. Hui" ]
11 Feb 2025
Preprint. Under Review
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.08004
Simulation-based inference (SBI) is a method to perform inference on a variety of complex scientific models with challenging inference (inverse) problems. Bayesian Optimal Experimental Design (BOED) aims to efficiently use experimental resources to make better inferences. Various stochastic gradient-based BOED methods have been proposed as an alternative to Bayesian optimization and other experimental design heuristics to maximize information gain from an experiment. We demonstrate a link via mutual information bounds between SBI and stochastic gradient-based variational inference methods that permits BOED to be used in SBI applications as SBI-BOED. This link allows simultaneous optimization of experimental designs and optimization of amortized inference functions. We evaluate the pitfalls of naive design optimization using this method in a standard SBI task and demonstrate the utility of a well-chosen design distribution in BOED. We compare this approach on SBI-based models in real-world simulators in epidemiology and biology, showing notable improvements in inference.
stat-05.zip/2502.08004.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07285
Negative Dependence as a toolbox for machine learning : review and new developments
[ "Hoang-Son Tran", "Vladimir Petrovic", "Remi Bardenet", "Subhroshekhar Ghosh" ]
11 Feb 2025 (<a href="https://arxiv.org/abs/2502.07285v1">v1</a>), last revised 26 Jul 2025 (this version, v2)
Dedicated to the memory of Prof K.R. Parthasarathy: visionary, guru, and scientist par excellence
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR)
https://doi.org/10.48550/arXiv.2502.07285
Negative dependence is becoming a key driver in advancing learning capabilities beyond the limits of traditional independence. Recent developments have evidenced support towards negatively dependent systems as a learning paradigm in a broad range of fundamental machine learning challenges including optimization, sampling, dimensionality reduction and sparse signal recovery, often surpassing the performance of current methods based on statistical independence. The most popular negatively dependent model has been that of determinantal point processes (DPPs), which have their origins in quantum theory. However, other models, such as perturbed lattice models, strongly Rayleigh measures, zeros of random functions have gained salience in various learning applications. In this article, we review this burgeoning field of research, as it has developed over the past two decades or so. We also present new results on applications of DPPs to the parsimonious representation of neural networks. In the limited scope of the article, we mostly focus on aspects of this area to which the authors contributed over the recent years, including applications to Monte Carlo methods, coresets and stochastic gradient descent, stochastic networks, signal processing and connections to quantum computation. However, starting from basics of negative dependence for the uninitiated reader, extensive references are provided to a broad swath of related developments which could not be covered within our limited scope. While existing works and reviews generally focus on specific negatively dependent models (e.g. DPPs), a notable feature of this article is that it addresses negative dependence as a machine learning methodology as a whole. In this vein, it covers within its span an array of negatively dependent models and their applications well beyond DPPs, thereby putting forward a very general and rather unique perspective.
stat-05.zip/2502.07285.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.04163
Multi-task Online Learning for Probabilistic Load Forecasting
[ "Onintze Zaballa", "Verónica Álvarez", "Santiago Mazuelas" ]
6 Feb 2025
2024 IEEE Sustainable Power and Energy Conference
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.04163
Load forecasting is essential for the efficient, reliable, and cost-effective management of power systems. Load forecasting performance can be improved by learning the similarities among multiple entities (e.g., regions, buildings). Techniques based on multi-task learning obtain predictions by leveraging consumption patterns from the historical load demand of multiple entities and their relationships. However, existing techniques cannot effectively assess inherent uncertainties in load demand or account for dynamic changes in consumption patterns. This paper proposes a multi-task learning technique for online and probabilistic load forecasting. This technique provides accurate probabilistic predictions for the loads of multiple entities by leveraging their dynamic similarities. The method&#39;s performance is evaluated using datasets that register the load demand of multiple entities and contain diverse and dynamic consumption patterns. The experimental results show that the proposed method can significantly enhance the effectiveness of current multi-task learning approaches across a wide variety of load consumption scenarios.
stat-05.zip/2502.04163.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.04907
Scalable and consistent embedding of probability measures into Hilbert spaces via measure quantization
[ "Erell Gachon", "Elsa Cazelles", "Jérémie Bigot" ]
7 Feb 2025 (<a href="https://arxiv.org/abs/2502.04907v1">v1</a>), last revised 17 Jun 2025 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.04907
This paper is focused on statistical learning from data that come as probability measures. In this setting, popular approaches consist in embedding such data into a Hilbert space with either Linearized Optimal Transport or Kernel Mean Embedding. However, the cost of computing such embeddings prohibits their direct use in large-scale settings. We study two methods based on measure quantization for approximating input probability measures with discrete measures of small-support size. The first one is based on optimal quantization of each input measure, while the second one relies on mean-measure quantization. We study the consistency of such approximations, and its implication for scalable embeddings of probability measures into a Hilbert space at a low computational cost. We finally illustrate our findings with various numerical experiments.
stat-05.zip/2502.04907.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.03792
Guiding Two-Layer Neural Network Lipschitzness via Gradient Descent Learning Rate Constraints
[ "Kyle Sung", "Anastasis Kratsios", "Noah Forman" ]
6 Feb 2025
26 pages, 8 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.03792
We demonstrate that applying an eventual decay to the learning rate (LR) in empirical risk minimization (ERM), where the mean-squared-error loss is minimized using standard gradient descent (GD) for training a two-layer neural network with Lipschitz activation functions, ensures that the resulting network exhibits a high degree of Lipschitz regularity, that is, a small Lipschitz constant. Moreover, we show that this decay does not hinder the convergence rate of the empirical risk, now measured with the Huber loss, toward a critical point of the non-convex empirical risk. From these findings, we derive generalization bounds for two-layer neural networks trained with GD and a decaying LR with a sub-linear dependence on its number of trainable parameters, suggesting that the statistical behaviour of these networks is independent of overparameterization. We validate our theoretical results with a series of toy numerical experiments, where surprisingly, we observe that networks trained with constant step size GD exhibit similar learning and regularity properties to those trained with a decaying LR. This suggests that neural networks trained with standard GD may already be highly regular learners.
stat-05.zip/2502.03792.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06536
Sample-efficient Learning of Concepts with Theoretical Guarantees: from Data to Concepts without Interventions
[ "Hidde Fokkema", "Tim van Erven", "Sara Magliacane" ]
10 Feb 2025 (<a href="https://arxiv.org/abs/2502.06536v1">v1</a>), last revised 3 Jun 2025 (this version, v2)
55 pages, 20 figures, 12 Tables, Preprint
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.06536
Machine learning is a vital part of many real-world systems, but several concerns remain about the lack of interpretability, explainability and robustness of black-box AI systems. Concept Bottleneck Models (CBM) address some of these challenges by learning interpretable concepts from high-dimensional data, e.g. images, which are used to predict labels. An important issue in CBMs are spurious correlation between concepts, which effectively lead to learning &#34;wrong&#34; concepts. Current mitigating strategies have strong assumptions, e.g., they assume that the concepts are statistically independent of each other, or require substantial interaction in terms of both interventions and labels provided by annotators. In this paper, we describe a framework that provides theoretical guarantees on the correctness of the learned concepts and on the number of required labels, without requiring any interventions. Our framework leverages causal representation learning (CRL) methods to learn latent causal variables from high-dimensional observations in a unsupervised way, and then learns to align these variables with interpretable concepts with few concept labels. We propose a linear and a non-parametric estimator for this mapping, providing a finite-sample high probability result in the linear case and an asymptotic consistency result for the non-parametric estimator. We evaluate our framework in synthetic and image benchmarks, showing that the learned concepts have less impurities and are often more accurate than other CBMs, even in settings with strong correlations between concepts.
stat-05.zip/2502.06536.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.04849
Advancing Wasserstein Convergence Analysis of Score-Based Models: Insights from Discretization and Second-Order Acceleration
[ "Yifeng Yu", "Lu Yu" ]
7 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR)
https://doi.org/10.48550/arXiv.2502.04849
Score-based diffusion models have emerged as powerful tools in generative modeling, yet their theoretical foundations remain underexplored. In this work, we focus on the Wasserstein convergence analysis of score-based diffusion models. Specifically, we investigate the impact of various discretization schemes, including Euler discretization, exponential integrators, and midpoint randomization methods. Our analysis provides a quantitative comparison of these discrete approximations, emphasizing their influence on convergence behavior. Furthermore, we explore scenarios where Hessian information is available and propose an accelerated sampler based on the local linearization method. We demonstrate that this Hessian-based approach achieves faster convergence rates of order $\widetilde{\mathcal{O}}\left(\frac{1}{\varepsilon}\right)$ significantly improving upon the standard rate $\widetilde{\mathcal{O}}\left(\frac{1}{\varepsilon^2}\right)$ of vanilla diffusion models, where $\varepsilon$ denotes the target accuracy.
stat-05.zip/2502.04849.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.05776
Dynamic Pricing in the Linear Valuation Model using Shape Constraints
[ "Daniele Bracale", "Moulinath Banerjee", "Yuekai Sun", "Kevin Stoll", "Salam Turki" ]
9 Feb 2025 (<a href="https://arxiv.org/abs/2502.05776v1">v1</a>), last revised 11 Apr 2025 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.05776
We propose a shape-constrained approach to dynamic pricing for censored data in the linear valuation model eliminating the need for tuning parameters commonly required by existing methods. Previous works have addressed the challenge of unknown market noise distribution $F_0$ using strategies ranging from kernel methods to reinforcement learning algorithms, such as bandit techniques and upper confidence bounds (UCB), under the assumption that $F_0$ satisfies Lipschitz (or stronger) conditions. In contrast, our method relies on isotonic regression under the weaker assumption that $F_0$ is $\alpha$-Hölder continuous for some $\alpha \in (0,1]$, for which we derive a regret upper bound. Simulations and experiments with real-world data obtained by Welltower Inc (a major healthcare Real Estate Investment Trust) consistently demonstrate that our method attains lower empirical regret in comparison to several existing methods in the literature while offering the advantage of being tuning-parameter free.
stat-05.zip/2502.05776.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.05620
dynoGP: Deep Gaussian Processes for dynamic system identification
[ "Alessio Benavoli", "Dario Piga", "Marco Forgione", "Marco Zaffalon" ]
8 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.05620
In this work, we present a novel approach to system identification for dynamical systems, based on a specific class of Deep Gaussian Processes (Deep GPs). These models are constructed by interconnecting linear dynamic GPs (equivalent to stochastic linear time-invariant dynamical systems) and static GPs (to model static nonlinearities). Our approach combines the strengths of data-driven methods, such as those based on neural network architectures, with the ability to output a probability distribution. This offers a more comprehensive framework for system identification that includes uncertainty quantification. Using both simulated and real-world data, we demonstrate the effectiveness of the proposed approach.
stat-05.zip/2502.05620.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.05994
Diffusion Models for Inverse Problems in the Exponential Family
[ "Alessandro Micheli", "Mélodie Monod", "Samir Bhatt" ]
9 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.05994
Diffusion models have emerged as powerful tools for solving inverse problems, yet prior work has primarily focused on observations with Gaussian measurement noise, restricting their use in real-world scenarios. This limitation persists due to the intractability of the likelihood score, which until now has only been approximated in the simpler case of Gaussian likelihoods. In this work, we extend diffusion models to handle inverse problems where the observations follow a distribution from the exponential family, such as a Poisson or a Binomial distribution. By leveraging the conjugacy properties of exponential family distributions, we introduce the evidence trick, a method that provides a tractable approximation to the likelihood score. In our experiments, we demonstrate that our methodology effectively performs Bayesian inference on spatially inhomogeneous Poisson processes with intensities as intricate as ImageNet images. Furthermore, we demonstrate the real-world impact of our methodology by showing that it performs competitively with the current state-of-the-art in predicting malaria prevalence estimates in Sub-Saharan Africa.
stat-05.zip/2502.05994.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06719
Gaussian Approximation and Multiplier Bootstrap for Stochastic Gradient Descent
[ "Marina Sheshukova", "Sergey Samsonov", "Denis Belomestny", "Eric Moulines", "Qi-Man Shao", "Zhuo-Song Zhang", "Alexey Naumov" ]
10 Feb 2025 (<a href="https://arxiv.org/abs/2502.06719v1">v1</a>), last revised 19 Aug 2025 (this version, v2)
Added a lower bound for the accuracy of Gaussian approximation and relaxed the conditions of the main theorem
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.2502.06719
In this paper, we establish the non-asymptotic validity of the multiplier bootstrap procedure for constructing the confidence sets using the Stochastic Gradient Descent (SGD) algorithm. Under appropriate regularity conditions, our approach avoids the need to approximate the limiting covariance of Polyak-Ruppert SGD iterates, which allows us to derive approximation rates in convex distance of order up to $1/\sqrt{n}$. Notably, this rate can be faster than the one that can be proven in the Polyak-Juditsky central limit theorem. To our knowledge, this provides the first fully non-asymptotic bound on the accuracy of bootstrap approximations in SGD algorithms. Our analysis builds on the Gaussian approximation results for nonlinear statistics of independent random variables.
stat-05.zip/2502.06719.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06567
Membership Inference Risks in Quantized Models: A Theoretical and Empirical Study
[ "Eric Aubinais", "Philippe Formont", "Pablo Piantanida", "Elisabeth Gassiat" ]
10 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.06567
Quantizing machine learning models has demonstrated its effectiveness in lowering memory and inference costs while maintaining performance levels comparable to the original models. In this work, we investigate the impact of quantization procedures on the privacy of data-driven models, specifically focusing on their vulnerability to membership inference attacks. We derive an asymptotic theoretical analysis of Membership Inference Security (MIS), characterizing the privacy implications of quantized algorithm weights against the most powerful (and possibly unknown) attacks. Building on these theoretical insights, we propose a novel methodology to empirically assess and rank the privacy levels of various quantization procedures. Using synthetic datasets, we demonstrate the effectiveness of our approach in assessing the MIS of different quantizers. Furthermore, we explore the trade-off between privacy and performance using real-world data and models in the context of molecular modeling.
stat-05.zip/2502.06567.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.08253
Multi-View Oriented GPLVM: Expressiveness and Efficiency
[ "Zi Yang", "Ying Li", "Zhidi Lin", "Michael Minyi Zhang", "Pablo M. Olmos" ]
12 Feb 2025
8 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.08253
The multi-view Gaussian process latent variable model (MV-GPLVM) aims to learn a unified representation from multi-view data but is hindered by challenges such as limited kernel expressiveness and low computational efficiency. To overcome these issues, we first introduce a new duality between the spectral density and the kernel function. By modeling the spectral density with a bivariate Gaussian mixture, we then derive a generic and expressive kernel termed Next-Gen Spectral Mixture (NG-SM) for MV-GPLVMs. To address the inherent computational inefficiency of the NG-SM kernel, we propose a random Fourier feature approximation. Combined with a tailored reparameterization trick, this approximation enables scalable variational inference for both the model and the unified latent representations. Numerical evaluations across a diverse range of multi-view datasets demonstrate that our proposed method consistently outperforms state-of-the-art models in learning meaningful latent representations.
stat-05.zip/2502.08253.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.06547
Data Augmentation and Regularization for Learning Group Equivariance
[ "Oskar Nordenfors", "Axel Flinth" ]
10 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2502.06547
In many machine learning tasks, known symmetries can be used as an inductive bias to improve model performance. In this paper, we consider learning group equivariance through training with data augmentation. We summarize results from a previous paper of our own, and extend the results to show that equivariance of the trained model can be achieved through training on augmented data in tandem with regularization.
stat-05.zip/2502.06547.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07415
Quantification of model error for inverse problems in the Weak Neural Variational Inference framework
[ "Vincent C. Scholz", "P.S. Koutsourelakis" ]
11 Feb 2025
15 pages, 6 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.07415
We present a novel extension of the Weak Neural Variational Inference (WNVI) framework for probabilistic material property estimation that explicitly quantifies model errors in PDE-based inverse problems. Traditional approaches assume the correctness of all governing equations, including potentially unreliable constitutive laws, which can lead to biased estimates and misinterpretations. Our proposed framework addresses this limitation by distinguishing between reliable governing equations, such as conservation laws, and uncertain constitutive relationships. By treating all state variables as latent random variables, we enforce these equations through separate sets of residuals, leveraging a virtual likelihood approach with weighted residuals. This formulation not only identifies regions where constitutive laws break down but also improves robustness against model uncertainties without relying on a fully trustworthy forward model. We demonstrate the effectiveness of our approach in the context of elastography, showing that it provides a structured, interpretable, and computationally efficient alternative to traditional model error correction techniques. Our findings suggest that the proposed framework enhances the accuracy and reliability of material property estimation by offering a principled way to incorporate uncertainty in constitutive modeling.
stat-05.zip/2502.07415.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07584
Understanding the Generalization Error of Markov algorithms through Poissonization
[ "Benjamin Dupuis", "Maxime Haddouche", "George Deligiannidis", "Umut Simsekli" ]
11 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.07584
Using continuous-time stochastic differential equation (SDE) proxies to stochastic optimization algorithms has proven fruitful for understanding their generalization abilities. A significant part of these approaches are based on the so-called ``entropy flows&#39;&#39;, which greatly simplify the generalization analysis. Unfortunately, such well-structured entropy flows cannot be obtained for most discrete-time algorithms, and the existing SDE approaches remain limited to specific noise and algorithmic structures. We aim to alleviate this issue by introducing a generic framework for analyzing the generalization error of Markov algorithms through `Poissonization&#39;, a continuous-time approximation of discrete-time processes with formal approximation guarantees. Through this approach, we first develop a novel entropy flow, which directly leads to PAC-Bayesian generalization bounds. We then draw novel links to modified versions of the celebrated logarithmic Sobolev inequalities (LSI), identify cases where such LSIs are satisfied, and obtain improved bounds. Beyond its generality, our framework allows exploiting specific properties of learning algorithms. In particular, we incorporate the noise structure of different algorithm types - namely, those with additional noise injections (noisy) and those without (non-noisy) - through various technical tools. This illustrates the capacity of our methods to achieve known (yet, Poissonized) and new generalization bounds.
stat-05.zip/2502.07584.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.02679
Networks with Finite VC Dimension: Pro and Contra
[ "Vera Kurkova", "Marcello Sanguineti" ]
4 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.02679
Approximation and learning of classifiers of large data sets by neural networks in terms of high-dimensional geometry and statistical learning theory are investigated. The influence of the VC dimension of sets of input-output functions of networks on approximation capabilities is compared with its influence on consistency in learning from samples of data. It is shown that, whereas finite VC dimension is desirable for uniform convergence of empirical errors, it may not be desirable for approximation of functions drawn from a probability distribution modeling the likelihood that they occur in a given type of application. Based on the concentration-of-measure properties of high dimensional geometry, it is proven that both errors in approximation and empirical errors behave almost deterministically for networks implementing sets of input-output functions with finite VC dimensions in processing large data sets. Practical limitations of the universal approximation property, the trade-offs between the accuracy of approximation and consistency in learning from data, and the influence of depth of networks with ReLU units on their accuracy and consistency are discussed.
stat-05.zip/2502.02679.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.19550
Advancing calibration for stochastic agent-based models in epidemiology with Stein variational inference and Gaussian process surrogates
[ "Connor Robertson", "Cosmin Safta", "Nicholson Collier", "Jonathan Ozik", "Jaideep Ray" ]
26 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.19550
Accurate calibration of stochastic agent-based models (ABMs) in epidemiology is crucial to make them useful in public health policy decisions and interventions. Traditional calibration methods, e.g., Markov Chain Monte Carlo (MCMC), that yield a probability density function for the parameters being calibrated, are often computationally expensive. When applied to ABMs which are highly parametrized, the calibration process becomes computationally infeasible. This paper investigates the utility of Stein Variational Inference (SVI) as an alternative calibration technique for stochastic epidemiological ABMs approximated by Gaussian process (GP) surrogates. SVI leverages gradient information to iteratively update a set of particles in the space of parameters being calibrated, offering potential advantages in scalability and efficiency for high-dimensional ABMs. The ensemble of particles yields a joint probability density function for the parameters and serves as the calibration. We compare the performance of SVI and MCMC in calibrating CityCOVID, a stochastic epidemiological ABM, focusing on predictive accuracy and calibration effectiveness. Our results demonstrate that SVI maintains predictive accuracy and calibration effectiveness comparable to MCMC, making it a viable alternative for complex epidemiological models. We also present the practical challenges of using a gradient-based calibration such as SVI which include careful tuning of hyperparameters and monitoring of the particle dynamics.
stat-05.zip/2502.19550.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.08416
Multifidelity Simulation-based Inference for Computationally Expensive Simulators
[ "Anastasia N. Krouglova", "Hayden R. Johnson", "Basile Confavreux", "Michael Deistler", "Pedro J. Gonçalves" ]
12 Feb 2025 (<a href="https://arxiv.org/abs/2502.08416v1">v1</a>), last revised 14 Feb 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.08416
Across many domains of science, stochastic models are an essential tool to understand the mechanisms underlying empirically observed data. Models can be of different levels of detail and accuracy, with models of high-fidelity (i.e., high accuracy) to the phenomena under study being often preferable. However, inferring parameters of high-fidelity models via simulation-based inference is challenging, especially when the simulator is computationally expensive. We introduce MF-NPE, a multifidelity approach to neural posterior estimation that leverages inexpensive low-fidelity simulations to infer parameters of high-fidelity simulators within a limited simulation budget. MF-NPE performs neural posterior estimation with limited high-fidelity resources by virtue of transfer learning, with the ability to prioritize individual observations using active learning. On one statistical task with analytical ground-truth and two real-world tasks, MF-NPE shows comparable performance to current approaches while requiring up to two orders of magnitude fewer high-fidelity simulations. Overall, MF-NPE opens new opportunities to perform efficient Bayesian inference on computationally expensive simulators.
stat-05.zip/2502.08416.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.08414
Inverse Covariance and Partial Correlation Matrix Estimation via Joint Partial Regression
[ "Samuel Erickson", "Tobias Rydén" ]
12 Feb 2025 (<a href="https://arxiv.org/abs/2502.08414v1">v1</a>), last revised 12 May 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.08414
We present a method for estimating sparse high-dimensional inverse covariance and partial correlation matrices, which exploits the connection between the inverse covariance matrix and linear regression. The method is a two-stage estimation method wherein each individual feature is regressed on all other features while positive semi-definiteness is enforced simultaneously. We derive non-asymptotic estimation rates for both inverse covariance and partial correlation matrix estimation. An efficient proximal splitting algorithm for numerically computing the estimate is also dervied. The effectiveness of the proposed method is demonstrated on both synthetic and real-world data.
stat-05.zip/2502.08414.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07650
Guiding Time-Varying Generative Models with Natural Gradients on Exponential Family Manifold
[ "Song Liu", "Leyang Wang", "Yakun Wang" ]
11 Feb 2025 (<a href="https://arxiv.org/abs/2502.07650v1">v1</a>), last revised 13 Jun 2025 (this version, v2)
UAI2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.07650
Optimising probabilistic models is a well-studied field in statistics. However, its connection with the training of generative models remains largely under-explored. In this paper, we show that the evolution of time-varying generative models can be projected onto an exponential family manifold, naturally creating a link between the parameters of a generative model and those of a probabilistic model. We then train the generative model by moving its projection on the manifold according to the natural gradient descent scheme. This approach also allows us to efficiently approximate the natural gradient of the KL divergence without relying on MCMC for intractable models. Furthermore, we propose particle versions of the algorithm, which feature closed-form update rules for any parametric model within the exponential family. Through toy and real-world experiments, we validate the effectiveness of the proposed algorithms. The code of the proposed algorithms can be found at <a href="https://github.com/anewgithubname/iNGD" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-05.zip/2502.07650.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.19460
Overcoming Dependent Censoring in the Evaluation of Survival Models
[ "Christian Marius Lillelund", "Shi-ang Qi", "Russell Greiner" ]
26 Feb 2025 (<a href="https://arxiv.org/abs/2502.19460v1">v1</a>), last revised 19 May 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.2502.19460
Conventional survival metrics, such as Harrell&#39;s concordance index (CI) and the Brier Score, rely on the independent censoring assumption for valid inference with right-censored data. However, in the presence of so-called dependent censoring, where the probability of censoring is related to the event of interest, these metrics can give biased estimates of the underlying model error. In this paper, we introduce three new evaluation metrics for survival analysis based on Archimedean copulas that can account for dependent censoring. We also develop a framework to generate realistic, semi-synthetic datasets with dependent censoring to facilitate the evaluation of the metrics. Our experiments in synthetic and semi-synthetic data demonstrate that the proposed metrics can provide more accurate estimates of the model error than conventional metrics under dependent censoring.
stat-05.zip/2502.19460.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.20531
Learning Dynamics of Deep Linear Networks Beyond the Edge of Stability
[ "Avrajit Ghosh", "Soo Min Kwon", "Rongrong Wang", "Saiprasad Ravishankar", "Qing Qu" ]
27 Feb 2025
Published in ICLR 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.20531
Deep neural networks trained using gradient descent with a fixed learning rate $\eta$ often operate in the regime of &#34;edge of stability&#34; (EOS), where the largest eigenvalue of the Hessian equilibrates about the stability threshold $2/\eta$. In this work, we present a fine-grained analysis of the learning dynamics of (deep) linear networks (DLNs) within the deep matrix factorization loss beyond EOS. For DLNs, loss oscillations beyond EOS follow a period-doubling route to chaos. We theoretically analyze the regime of the 2-period orbit and show that the loss oscillations occur within a small subspace, with the dimension of the subspace precisely characterized by the learning rate. The crux of our analysis lies in showing that the symmetry-induced conservation law for gradient flow, defined as the balancing gap among the singular values across layers, breaks at EOS and decays monotonically to zero. Overall, our results contribute to explaining two key phenomena in deep networks: (i) shallow models and simple tasks do not always exhibit EOS; and (ii) oscillations occur within top features. We present experiments to support our theory, along with examples demonstrating how these phenomena occur in nonlinear networks and how they differ from those which have benign landscape such as in DLNs.
stat-05.zip/2502.20531.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07891
The Observational Partial Order of Causal Structures with Latent Variables
[ "Marina Maciel Ansanelli", "Elie Wolfe", "Robert W. Spekkens" ]
11 Feb 2025 (<a href="https://arxiv.org/abs/2502.07891v1">v1</a>), last revised 21 Feb 2025 (this version, v2)
48 pages, 30 figures; acknowledgements added
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Quantum Physics (quant-ph)
https://doi.org/10.48550/arXiv.2502.07891
For two causal structures with the same set of visible variables, one is said to observationally dominate the other if the set of distributions over the visible variables realizable by the first contains the set of distributions over the visible variables realizable by the second. Knowing such dominance relations is useful for adjudicating between these structures given observational data. We here consider the problem of determining the partial order of equivalence classes of causal structures with latent variables relative to observational dominance. We provide a complete characterization of the dominance order in the case of three visible variables, and a partial characterization in the case of four visible variables. Our techniques also help to identify which observational equivalence classes have a set of realizable distributions that is characterized by nontrivial inequality constraints, analogous to Bell inequalities and instrumental inequalities. We find evidence that as one increases the number of visible variables, the equivalence classes satisfying nontrivial inequality constraints become ubiquitous. (Because such classes are the ones for which there can be a difference in the distributions that are quantumly and classically realizable, this implies that the potential for quantum-classical gaps is also ubiquitous.) Furthermore, we find evidence that constraint-based causal discovery algorithms that rely solely on conditional independence constraints have a significantly weaker distinguishing power among observational equivalence classes than algorithms that go beyond these (i.e., algorithms that also leverage nested Markov constraints and inequality constraints).
stat-05.zip/2502.07891.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.09306
Non-asymptotic Analysis of Diffusion Annealed Langevin Monte Carlo for Generative Modelling
[ "Paula Cordero-Encinar", "O.Deniz Akyildiz", "Andrew B. Duncan" ]
13 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2502.09306
We investigate the theoretical properties of general diffusion (interpolation) paths and their Langevin Monte Carlo implementation, referred to as diffusion annealed Langevin Monte Carlo (DALMC), under weak conditions on the data distribution. Specifically, we analyse and provide non-asymptotic error bounds for the annealed Langevin dynamics where the path of distributions is defined as Gaussian convolutions of the data distribution as in diffusion models. We then extend our results to recently proposed heavy-tailed (Student&#39;s t) diffusion paths, demonstrating their theoretical properties for heavy-tailed data distributions for the first time. Our analysis provides theoretical guarantees for a class of score-based generative models that interpolate between a simple distribution (Gaussian or Student&#39;s t) and the data distribution in finite time. This approach offers a broader perspective compared to standard score-based diffusion approaches, which are typically based on a forward Ornstein-Uhlenbeck (OU) noising process.
stat-05.zip/2502.09306.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.08628
Concentration Inequalities for the Stochastic Optimization of Unbounded Objectives with Application to Denoising Score Matching
[ "Jeremiah Birrell" ]
12 Feb 2025
30 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.08628
We derive novel concentration inequalities that bound the statistical error for a large class of stochastic optimization problems, focusing on the case of unbounded objective functions. Our derivations utilize the following tools: 1) A new form of McDiarmid&#39;s inequality that is based on sample dependent one component difference bounds and which leads to a novel uniform law of large numbers result for unbounded functions. 2) A Rademacher complexity bound for families of functions that satisfy an appropriate local Lipschitz property. As an application of these results, we derive statistical error bounds for denoising score matching (DSM), an application that inherently requires one to consider unbounded objective functions, even when the data distribution has bounded support. In addition, our results establish the benefit of sample reuse in algorithms that employ easily sampled auxiliary random variables in addition to the training data, e.g., as in DSM, which uses auxiliary Gaussian random variables.
stat-05.zip/2502.08628.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.20414
Transfer Learning through Enhanced Sufficient Representation: Enriching Source Domain Knowledge with Target Data
[ "Yeheng Ge", "Xueyu Zhou", "Jian Huang" ]
22 Feb 2025
44 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.20414
Transfer learning is an important approach for addressing the challenges posed by limited data availability in various applications. It accomplishes this by transferring knowledge from well-established source domains to a less familiar target domain. However, traditional transfer learning methods often face difficulties due to rigid model assumptions and the need for a high degree of similarity between source and target domain models. In this paper, we introduce a novel method for transfer learning called Transfer learning through Enhanced Sufficient Representation (TESR). Our approach begins by estimating a sufficient and invariant representation from the source domains. This representation is then enhanced with an independent component derived from the target data, ensuring that it is sufficient for the target domain and adaptable to its specific characteristics. A notable advantage of TESR is that it does not rely on assuming similar model structures across different tasks. For example, the source domain models can be regression models, while the target domain task can be classification. This flexibility makes TESR applicable to a wide range of supervised learning problems. We explore the theoretical properties of TESR and validate its performance through simulation studies and real-world data applications, demonstrating its effectiveness in finite sample settings.
stat-05.zip/2502.20414.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.08695
A Bayesian Nonparametric Perspective on Mahalanobis Distance for Out of Distribution Detection
[ "Randolph W. Linderman", "Yiran Chen", "Scott W. Linderman" ]
12 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.08695
Bayesian nonparametric methods are naturally suited to the problem of out-of-distribution (OOD) detection. However, these techniques have largely been eschewed in favor of simpler methods based on distances between pre-trained or learned embeddings of data points. Here we show a formal relationship between Bayesian nonparametric models and the relative Mahalanobis distance score (RMDS), a commonly used method for OOD detection. Building on this connection, we propose Bayesian nonparametric mixture models with hierarchical priors that generalize the RMDS. We evaluate these models on the OpenOOD detection benchmark and show that Bayesian nonparametric methods can improve upon existing OOD methods, especially in regimes where training classes differ in their covariance structure and where there are relatively few data points per class.
stat-05.zip/2502.08695.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.09985
On Volume Minimization in Conformal Regression
[ "Batiste Le Bars", "Pierre Humbert" ]
14 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.09985
We study the question of volume optimality in split conformal regression, a topic still poorly understood in comparison to coverage control. Using the fact that the calibration step can be seen as an empirical volume minimization problem, we first derive a finite-sample upper-bound on the excess volume loss of the interval returned by the classical split method. This important quantity measures the difference in length between the interval obtained with the split method and the shortest oracle prediction interval. Then, we introduce EffOrt, a methodology that modifies the learning step so that the base prediction function is selected in order to minimize the length of the returned intervals. In particular, our theoretical analysis of the excess volume loss of the prediction sets produced by EffOrt reveals the links between the learning and calibration steps, and notably the impact of the choice of the function class of the base predictor. We also introduce Ad-EffOrt, an extension of the previous method, which produces intervals whose size adapts to the value of the covariate. Finally, we evaluate the empirical performance and the robustness of our methodologies.
stat-05.zip/2502.09985.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.09832
Algorithmic contiguity from low-degree conjecture and applications in correlated random graphs
[ "Zhangsong Li" ]
14 Feb 2025 (<a href="https://arxiv.org/abs/2502.09832v1">v1</a>), last revised 11 Jul 2025 (this version, v3)
minor updates; extended abstract to appear in RANDOM 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Data Structures and Algorithms (cs.DS); Machine Learning (cs.LG); Probability (math.PR); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2502.09832
In this paper, assuming a natural strengthening of the low-degree conjecture, we provide evidence of computational hardness for two problems: (1) the (partial) matching recovery problem in the sparse correlated Erdős-Rényi graphs $\mathcal G(n,q;\rho)$ when the edge-density $q=n^{-1+o(1)}$ and the correlation $\rho&lt;\sqrt{\alpha}$ lies below the Otter&#39;s threshold, solving a remaining problem in \cite{DDL23+}; (2) the detection problem between the correlated sparse stochastic block model $\mathcal S(n,\tfrac{\lambda}{n};k,\epsilon;s)$ and a pair of independent stochastic block models $\mathcal S(n,\tfrac{\lambda s}{n};k,\epsilon)$ when $\epsilon^2 \lambda s&lt;1$ lies below the Kesten-Stigum (KS) threshold and $s&lt;\sqrt{\alpha}$ lies below the Otter&#39;s threshold, solving a remaining problem in \cite{CDGL24+}. <br>One of the main ingredient in our proof is to derive certain forms of \emph{algorithmic contiguity} between two probability measures based on bounds on their low-degree advantage. To be more precise, consider the high-dimensional hypothesis testing problem between two probability measures $\mathbb{P}$ and $\mathbb{Q}$ based on the sample $\mathsf Y$. We show that if the low-degree advantage $\mathsf{Adv}_{\leq D} \big( \frac{\mathrm{d}\mathbb{P}}{\mathrm{d}\mathbb{Q}} \big)=O(1)$, then (assuming the low-degree conjecture) there is no efficient algorithm $\mathcal A$ such that $\mathbb{Q}(\mathcal A(\mathsf Y)=0)=1-o(1)$ and $\mathbb{P}(\mathcal A(\mathsf Y)=1)=\Omega(1)$. This framework provides a useful tool for performing reductions between different inference tasks.
stat-05.zip/2502.09832.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.08993
Off-Policy Evaluation for Recommendations with Missing-Not-At-Random Rewards
[ "Tatsuki Takahashi", "Chihiro Maru", "Hiroko Shoji" ]
13 Feb 2025
4pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.08993
Unbiased recommender learning (URL) and off-policy evaluation/learning (OPE/L) techniques are effective in addressing the data bias caused by display position and logging policies, thereby consistently improving the performance of recommendations. However, when both bias exits in the logged data, these estimators may suffer from significant bias. In this study, we first analyze the position bias of the OPE estimator when rewards are missing not at random. To mitigate both biases, we propose a novel estimator that leverages two probabilities of logging policies and reward observations as propensity scores. Our experiments demonstrate that the proposed estimator achieves superior performance compared to other estimators, even as the levels of bias in reward observations increases.
stat-05.zip/2502.08993.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.10235
AdaPTS: Adapting Univariate Foundation Models to Probabilistic Multivariate Time Series Forecasting
[ "Abdelhakim Benechehab", "Vasilii Feofanov", "Giuseppe Paolo", "Albert Thomas", "Maurizio Filippone", "Balázs Kégl" ]
14 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.10235
Pre-trained foundation models (FMs) have shown exceptional performance in univariate time series forecasting tasks. However, several practical challenges persist, including managing intricate dependencies among features and quantifying uncertainty in predictions. This study aims to tackle these critical limitations by introducing adapters; feature-space transformations that facilitate the effective use of pre-trained univariate time series FMs for multivariate tasks. Adapters operate by projecting multivariate inputs into a suitable latent space and applying the FM independently to each dimension. Inspired by the literature on representation learning and partially stochastic Bayesian neural networks, we present a range of adapters and optimization/inference strategies. Experiments conducted on both synthetic and real-world datasets confirm the efficacy of adapters, demonstrating substantial enhancements in forecasting accuracy and uncertainty quantification compared to baseline methods. Our framework, AdaPTS, positions adapters as a modular, scalable, and effective solution for leveraging time series FMs in multivariate contexts, thereby promoting their wider adoption in real-world applications. We release the code at <a href="https://github.com/abenechehab/AdaPTS" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-05.zip/2502.10235.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.21194
Prior shift estimation for positive unlabeled data through the lens of kernel embedding
[ "Jan Mielniczuk", "Wojciech Rejchel", "Paweł Teisseyre" ]
28 Feb 2025 (<a href="https://arxiv.org/abs/2502.21194v1">v1</a>), last revised 12 Sep 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.21194
We study estimation of a class prior for unlabeled target samples which possibly differs from that of source population. Moreover, it is assumed that the source data is partially observable: only samples from the positive class and from the whole population are available (PU learning scenario). We introduce a novel direct estimator of a class prior which avoids estimation of posterior probabilities in both populations and has a simple geometric interpretation. It is based on a distribution matching technique together with kernel embedding in a Reproducing Kernel Hilbert Space and is obtained as an explicit solution to an optimisation task. We establish its asymptotic consistency as well as an explicit non-asymptotic bound on its deviation from the unknown prior, which is calculable in practice. We study finite sample behaviour for synthetic and real data and show that the proposal works consistently on par or better than its competitors.
stat-05.zip/2502.21194.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.10158
Combinatorial Reinforcement Learning with Preference Feedback
[ "Joongkyu Lee", "Min-hwan Oh" ]
14 Feb 2025 (<a href="https://arxiv.org/abs/2502.10158v1">v1</a>), last revised 5 Jun 2025 (this version, v3)
Accepted at ICML 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.10158
In this paper, we consider combinatorial reinforcement learning with preference feedback, where a learning agent sequentially offers an action--an assortment of multiple items to--a user, whose preference feedback follows a multinomial logistic (MNL) model. This framework allows us to model real-world scenarios, particularly those involving long-term user engagement, such as in recommender systems and online advertising. However, this framework faces two main challenges: (1) the unknown value of each item, unlike traditional MNL bandits that only address single-step preference feedback, and (2) the difficulty of ensuring optimism while maintaining tractable assortment selection in the combinatorial action space with unknown values. In this paper, we assume a contextual MNL preference model, where the mean utilities are linear, and the value of each item is approximated by a general function. We propose an algorithm, MNL-VQL, that addresses these challenges, making it both computationally and statistically efficient. As a special case, for linear MDPs (with the MNL preference feedback), we establish the first regret lower bound in this framework and show that MNL-VQL achieves nearly minimax-optimal regret. To the best of our knowledge, this is the first work to provide statistical guarantees in combinatorial RL with preference feedback.
stat-05.zip/2502.10158.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.10020
Improved Online Confidence Bounds for Multinomial Logistic Bandits
[ "Joongkyu Lee", "Min-hwan Oh" ]
14 Feb 2025 (<a href="https://arxiv.org/abs/2502.10020v1">v1</a>), last revised 16 Jun 2025 (this version, v5)
Accepted at ICML 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.10020
In this paper, we propose an improved online confidence bound for multinomial logistic (MNL) models and apply this result to MNL bandits, achieving variance-dependent optimal regret. Recently, Lee &amp; Oh (2024) established an online confidence bound for MNL models and achieved nearly minimax-optimal regret in MNL bandits. However, their results still depend on the norm-boundedness of the unknown parameter $B$ and the maximum size of possible outcomes $K$. To address this, we first derive an online confidence bound of $O\left(\sqrt{d \log t} + B \sqrt{d} \right)$, which is a significant improvement over the previous bound of $O (B \sqrt{d} \log t \log K )$ (Lee &amp; Oh, 2024). This is mainly achieved by establishing tighter self-concordant properties of the MNL loss and applying Ville&#39;s inequality to bound the estimation error. Using this new online confidence bound, we propose a constant-time algorithm, OFU-MNL++, which achieves a variance-dependent regret bound of $O \Big( d \log T \sqrt{ \sum_{t=1}^T \sigma_t^2 } \Big) $ for sufficiently large $T$, where $\sigma_t^2$ denotes the variance of the rewards at round $t$, $d$ is the dimension of the contexts, and $T$ is the total number of rounds. Furthermore, we introduce a Maximum Likelihood Estimation (MLE)-based algorithm, OFU-MN$^2$L, which achieves an anytime poly(B)-free regret of $O \Big( d \log (BT) \sqrt{ \sum_{t=1}^T \sigma_t^2 } \Big) $.
stat-05.zip/2502.10020.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.10485
Forecasting time series with constraints
[ "Nathan Doumèche", "Francis Bach", "Éloi Bedek", "Gérard Biau", "Claire Boyer", "Yannig Goude" ]
14 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Statistics Theory (math.ST); Applications (stat.AP); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2502.10485
Time series forecasting presents unique challenges that limit the effectiveness of traditional machine learning algorithms. To address these limitations, various approaches have incorporated linear constraints into learning algorithms, such as generalized additive models and hierarchical forecasting. In this paper, we propose a unified framework for integrating and combining linear constraints in time series forecasting. Within this framework, we show that the exact minimizer of the constrained empirical risk can be computed efficiently using linear algebra alone. This approach allows for highly scalable implementations optimized for GPUs. We validate the proposed methodology through extensive benchmarking on real-world tasks, including electricity demand forecasting and tourism forecasting, achieving state-of-the-art performance.
stat-05.zip/2502.10485.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.10605
Batch-Adaptive Annotations for Causal Inference with Complex-Embedded Outcomes
[ "Ezinne Nwankwo", "Lauri Goldkind", "Angela Zhou" ]
14 Feb 2025 (<a href="https://arxiv.org/abs/2502.10605v1">v1</a>), last revised 13 Jun 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.10605
Estimating the causal effects of an intervention on outcomes is crucial to policy and decision-making. But often, information about outcomes can be missing or subject to non-standard measurement error. It may be possible to reveal ground-truth outcome information at a cost, for example via data annotation or follow-up; but budget constraints entail that only a fraction of the dataset can be labeled. In this setting, we optimize which data points should be sampled for outcome information and, therefore, efficient average treatment effect estimation with missing data. We do so by allocating data annotation in batches. We extend to settings where outcomes may be recorded in unstructured data that can be annotated at a cost, such as text or images, for example, in healthcare or social services. Our motivating application is a collaboration with a street outreach provider with millions of case notes, where it is possible to expertly label some, but not all, ground-truth outcomes. We demonstrate how expert labels and noisy imputed labels can be combined efficiently and responsibly into a doubly robust causal estimator. We run experiments on simulated data and two real-world datasets, including one on street outreach interventions in homelessness services, to show the versatility of our proposed method.
stat-05.zip/2502.10605.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2503.00213
An interpretation of the Brownian bridge as a physics-informed prior for the Poisson equation
[ "Alex Alberts", "Ilias Bilionis" ]
28 Feb 2025
43 pages, 2 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computational Physics (physics.comp-ph)
https://doi.org/10.48550/arXiv.2503.00213
Physics-informed machine learning is one of the most commonly used methods for fusing physical knowledge in the form of partial differential equations with experimental data. The idea is to construct a loss function where the physical laws take the place of a regularizer and minimize it to reconstruct the underlying physical fields and any missing parameters. However, there is a noticeable lack of a direct connection between physics-informed loss functions and an overarching Bayesian framework. In this work, we demonstrate that Brownian bridge Gaussian processes can be viewed as a softly-enforced physics-constrained prior for the Poisson equation. We first show equivalence between the variational form of the physics-informed loss function for the Poisson equation and a kernel ridge regression objective. Then, through the connection between Gaussian process regression and kernel methods, we identify a Gaussian process for which the posterior mean function and physics-informed loss function minimizer agree. This connection allows us to probe different theoretical questions, such as convergence and behavior of inverse problems. We also connect the method to the important problem of identifying model-form error in applications.
stat-05.zip/2503.00213.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.21009
Position: Solve Layerwise Linear Models First to Understand Neural Dynamical Phenomena (Neural Collapse, Emergence, Lazy/Rich Regime, and Grokking)
[ "Yoonsoo Nam", "Seok Hyeong Lee", "Clementine C J Domine", "Yeachan Park", "Charles London", "Wonyl Choi", "Niclas Goring", "Seungjai Lee" ]
28 Feb 2025 (<a href="https://arxiv.org/abs/2502.21009v1">v1</a>), last revised 26 May 2025 (this version, v2)
accepted to ICML 2025 position track
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Data Analysis, Statistics and Probability (physics.data-an)
https://doi.org/10.48550/arXiv.2502.21009
In physics, complex systems are often simplified into minimal, solvable models that retain only the core principles. In machine learning, layerwise linear models (e.g., linear neural networks) act as simplified representations of neural network dynamics. These models follow the dynamical feedback principle, which describes how layers mutually govern and amplify each other&#39;s evolution. This principle extends beyond the simplified models, successfully explaining a wide range of dynamical phenomena in deep neural networks, including neural collapse, emergence, lazy and rich regimes, and grokking. In this position paper, we call for the use of layerwise linear models retaining the core principles of neural dynamical phenomena to accelerate the science of deep learning.
stat-05.zip/2502.21009.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.10600
Weighted quantization using MMD: From mean field to mean shift via gradient flows
[ "Ayoub Belhadji", "Daniel Sharp", "Youssef Marzouk" ]
14 Feb 2025 (<a href="https://arxiv.org/abs/2502.10600v1">v1</a>), last revised 26 May 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2502.10600
Approximating a probability distribution using a set of particles is a fundamental problem in machine learning and statistics, with applications including clustering and quantization. Formally, we seek a weighted mixture of Dirac measures that best approximates the target distribution. While much existing work relies on the Wasserstein distance to quantify approximation errors, maximum mean discrepancy (MMD) has received comparatively less attention, especially when allowing for variable particle weights. We argue that a Wasserstein-Fisher-Rao gradient flow is well-suited for designing quantizations optimal under MMD. We show that a system of interacting particles satisfying a set of ODEs discretizes this flow. We further derive a new fixed-point algorithm called mean shift interacting particles (MSIP). We show that MSIP extends the classical mean shift algorithm, widely used for identifying modes in kernel density estimators. Moreover, we show that MSIP can be interpreted as preconditioned gradient descent and that it acts as a relaxation of Lloyd&#39;s algorithm for clustering. Our unification of gradient flows, mean shift, and MMD-optimal quantization yields algorithms that are more robust than state-of-the-art methods, as demonstrated via high-dimensional and multi-modal numerical experiments.
stat-05.zip/2502.10600.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.20304
Fast $\ell_1$-Regularized EEG Source Localization Using Variable Projection
[ "Jack Michael Solomon", "Rosemary Renaut", "Matthias Chung" ]
27 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Signal Processing (eess.SP); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2502.20304
Electroencephalograms (EEG) are invaluable for treating neurological disorders, however, mapping EEG electrode readings to brain activity requires solving a challenging inverse problem. Due to the time series data, the use of $\ell_1$ regularization quickly becomes intractable for many solvers, and, despite the reconstruction advantages of $\ell_1$ regularization, $\ell_2$-based approaches such as sLORETA are used in practice. In this work, we formulate EEG source localization as a graphical generalized elastic net inverse problem and present a variable projected algorithm (VPAL) suitable for fast EEG source localization. We prove convergence of this solver for a broad class of separable convex, potentially non-smooth functions subject to linear constraints and include a modification of VPAL that reconstructs time points in sequence, suitable for real-time reconstruction. Our proposed methods are compared to state-of-the-art approaches including sLORETA and other methods for $\ell_1$-regularized inverse problems.
stat-05.zip/2502.20304.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.10328
Accelerated Parallel Tempering via Neural Transports
[ "Leo Zhang", "Peter Potaptchik", "Jiajun He", "Yuanqi Du", "Arnaud Doucet", "Francisco Vargas", "Hai-Dang Dau", "Saifuddin Syed" ]
14 Feb 2025 (<a href="https://arxiv.org/abs/2502.10328v1">v1</a>), last revised 27 Sep 2025 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.10328
Markov Chain Monte Carlo (MCMC) algorithms are essential tools in computational statistics for sampling from unnormalised probability distributions, but can be fragile when targeting high-dimensional, multimodal, or complex target distributions. Parallel Tempering (PT) enhances MCMC&#39;s sample efficiency through annealing and parallel computation, propagating samples from tractable reference distributions to intractable targets via state swapping across interpolating distributions. The effectiveness of PT is limited by the often minimal overlap between adjacent distributions in challenging problems, which requires increasing the computational resources to compensate. We introduce a framework that accelerates PT by leveraging neural samplers -- including normalising flows, diffusion models, and controlled diffusions -- to reduce the required overlap. Our approach utilises neural samplers in parallel, circumventing the computational burden of neural samplers while preserving the asymptotic consistency of classical PT. We demonstrate theoretically and empirically on a variety of multimodal sampling problems that our method improves sample quality, reduces the computational cost compared to classical PT, and enables efficient free energy/normalising constant estimation.
stat-05.zip/2502.10328.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12063
Low-Rank Thinning
[ "Annabelle Michael Carrell", "Albert Gong", "Abhishek Shetty", "Raaz Dwivedi", "Lester Mackey" ]
17 Feb 2025 (<a href="https://arxiv.org/abs/2502.12063v1">v1</a>), last revised 24 Jul 2025 (this version, v7)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC); Statistics Theory (math.ST); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2502.12063
The goal in thinning is to summarize a dataset using a small set of representative points. Remarkably, sub-Gaussian thinning algorithms like Kernel Halving and Compress can match the quality of uniform subsampling while substantially reducing the number of summary points. However, existing guarantees cover only a restricted range of distributions and kernel-based quality measures and suffer from pessimistic dimension dependence. To address these deficiencies, we introduce a new low-rank analysis of sub-Gaussian thinning that applies to any distribution and any kernel, guaranteeing high-quality compression whenever the kernel or data matrix is approximately low-rank. To demonstrate the broad applicability of the techniques, we design practical sub-Gaussian thinning approaches that improve upon the best known guarantees for approximating attention in transformers, accelerating stochastic gradient training through reordering, and distinguishing distributions in near-linear time.
stat-05.zip/2502.12063.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.11310
Generalized Factor Neural Network Model for High-dimensional Regression
[ "Zichuan Guo", "Mihai Cucuringu", "Alexander Y. Shestopaloff" ]
16 Feb 2025 (<a href="https://arxiv.org/abs/2502.11310v1">v1</a>), last revised 13 Mar 2025 (this version, v2)
43 pages, 13 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistical Finance (q-fin.ST)
https://doi.org/10.48550/arXiv.2502.11310
We tackle the challenges of modeling high-dimensional data sets, particularly those with latent low-dimensional structures hidden within complex, non-linear, and noisy relationships. Our approach enables a seamless integration of concepts from non-parametric regression, factor models, and neural networks for high-dimensional regression. Our approach introduces PCA and Soft PCA layers, which can be embedded at any stage of a neural network architecture, allowing the model to alternate between factor modeling and non-linear transformations. This flexibility makes our method especially effective for processing hierarchical compositional data. We explore ours and other techniques for imposing low-rank structures on neural networks and examine how architectural design impacts model performance. The effectiveness of our method is demonstrated through simulation studies, as well as applications to forecasting future price movements of equity ETF indices and nowcasting with macroeconomic data.
stat-05.zip/2502.11310.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.11877
JoLT: Joint Probabilistic Predictions on Tabular Data Using LLMs
[ "Aliaksandra Shysheya", "John Bronskill", "James Requeima", "Shoaib Ahmed Siddiqui", "Javier Gonzalez", "David Duvenaud", "Richard E. Turner" ]
17 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.11877
We introduce a simple method for probabilistic predictions on tabular data based on Large Language Models (LLMs) called JoLT (Joint LLM Process for Tabular data). JoLT uses the in-context learning capabilities of LLMs to define joint distributions over tabular data conditioned on user-specified side information about the problem, exploiting the vast repository of latent problem-relevant knowledge encoded in LLMs. JoLT defines joint distributions for multiple target variables with potentially heterogeneous data types without any data conversion, data preprocessing, special handling of missing data, or model training, making it accessible and efficient for practitioners. Our experiments show that JoLT outperforms competitive methods on low-shot single-target and multi-target tabular classification and regression tasks. Furthermore, we show that JoLT can automatically handle missing data and perform data imputation by leveraging textual side information. We argue that due to its simplicity and generality, JoLT is an effective approach for a wide variety of real prediction problems.
stat-05.zip/2502.11877.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.07939
Discrete Markov Probabilistic Models
[ "Le-Tuyet-Nhi Pham", "Dario Shariatian", "Antonio Ocello", "Giovanni Conforti", "Alain Durmus" ]
11 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.07939
This paper introduces the Discrete Markov Probabilistic Model (DMPM), a novel algorithm for discrete data generation. The algorithm operates in the space of bits $\{0,1\}^d$, where the noising process is a continuous-time Markov chain that can be sampled exactly via a Poissonian clock that flips labels uniformly at random. The time-reversal process, like the forward noise process, is a jump process, with its intensity governed by a discrete analogue of the classical score function. Crucially, this intensity is proven to be the conditional expectation of a function of the forward process, strengthening its theoretical alignment with score-based generative models while ensuring robustness and efficiency. We further establish convergence bounds for the algorithm under minimal assumptions and demonstrate its effectiveness through experiments on low-dimensional Bernoulli-distributed datasets and high-dimensional binary MNIST data. The results highlight its strong performance in generating discrete structures. This work bridges theoretical foundations and practical applications, advancing the development of effective and theoretically grounded discrete generative modeling.
stat-05.zip/2502.07939.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.20003
Asymptotics of Non-Convex Generalized Linear Models in High-Dimensions: A proof of the replica formula
[ "Matteo Vilucchio", "Yatin Dandi", "Cedric Gerbelot", "Florent Krzakala" ]
27 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.20003
The analytic characterization of the high-dimensional behavior of optimization for Generalized Linear Models (GLMs) with Gaussian data has been a central focus in statistics and probability in recent years. While convex cases, such as the LASSO, ridge regression, and logistic regression, have been extensively studied using a variety of techniques, the non-convex case remains far less understood despite its significance. A non-rigorous statistical physics framework has provided remarkable predictions for the behavior of high-dimensional optimization problems, but rigorously establishing their validity for non-convex problems has remained a fundamental challenge. In this work, we address this challenge by developing a systematic framework that rigorously proves replica-symmetric formulas for non-convex GLMs and precisely determines the conditions under which these formulas are valid. Remarkably, the rigorous replica-symmetric predictions align exactly with the conjectures made by physicists, and the so-called replicon condition. The originality of our approach lies in connecting two powerful theoretical tools: the Gaussian Min-Max Theorem, which we use to provide precise lower bounds, and Approximate Message Passing (AMP), which is shown to achieve these bounds algorithmically. We demonstrate the utility of this framework through significant applications: (i) by proving the optimality of the Tukey loss over the more commonly used Huber loss under a $\varepsilon$ contaminated data model, (ii) establishing the optimality of negative regularization in high-dimensional non-convex regression and (iii) characterizing the performance limits of linearized AMP algorithms. By rigorously validating statistical physics predictions in non-convex settings, we aim to open new pathways for analyzing increasingly complex optimization landscapes beyond the convex regime.
stat-05.zip/2502.20003.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.20286
Multiple Linked Tensor Factorization
[ "Zhiyu Kang", "Raghavendra B. Rao", "Eric F. Lock" ]
27 Feb 2025
26 pages, 4 figures, 7 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2502.20286
In biomedical research and other fields, it is now common to generate high content data that are both multi-source and multi-way. Multi-source data are collected from different high-throughput technologies while multi-way data are collected over multiple dimensions, yielding multiple tensor arrays. Integrative analysis of these data sets is needed, e.g., to capture and synthesize different facets of complex biological systems. However, despite growing interest in multi-source and multi-way factorization techniques, methods that can handle data that are both multi-source and multi-way are limited. In this work, we propose a Multiple Linked Tensors Factorization (MULTIFAC) method extending the CANDECOMP/PARAFAC (CP) decomposition to simultaneously reduce the dimension of multiple multi-way arrays and approximate underlying signal. We first introduce a version of the CP factorization with L2 penalties on the latent factors, leading to rank sparsity. When extended to multiple linked tensors, the method automatically reveals latent components that are shared across data sources or individual to each data source. We also extend the decomposition algorithm to its expectation-maximization (EM) version to handle incomplete data with imputation. Extensive simulation studies are conducted to demonstrate MULTIFAC&#39;s ability to (i) approximate underlying signal, (ii) identify shared and unshared structures, and (iii) impute missing data. The approach yields an interpretable decomposition on multi-way multi-omics data for a study on early-life iron deficiency.
stat-05.zip/2502.20286.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.19240
Enhancing Gradient-based Discrete Sampling via Parallel Tempering
[ "Luxu Liang", "Yuhang Jia", "Feng Zhou" ]
26 Feb 2025 (<a href="https://arxiv.org/abs/2502.19240v1">v1</a>), last revised 20 May 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2502.19240
While gradient-based discrete samplers are effective in sampling from complex distributions, they are susceptible to getting trapped in local minima, particularly in high-dimensional, multimodal discrete distributions, owing to the discontinuities inherent in these landscapes. To circumvent this issue, we combine parallel tempering, also known as replica exchange, with the discrete Langevin proposal and develop the Parallel Tempering enhanced Discrete Langevin Proposal (PTDLP), which are simulated at a series of temperatures. Significant energy differences prompt sample swaps, which are governed by a Metropolis criterion specifically designed for discrete sampling to ensure detailed balance is maintained. Additionally, we introduce an automatic scheme to determine the optimal temperature schedule and the number of chains, ensuring adaptability across diverse tasks with minimal tuning. Theoretically, we establish that our algorithm converges non-asymptotically to the target energy and exhibits faster mixing compared to a single chain. Empirical results further emphasize the superiority of our method in sampling from complex, multimodal discrete distributions, including synthetic problems, restricted Boltzmann machines, and deep energy-based models.
stat-05.zip/2502.19240.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.19825
Fast Debiasing of the LASSO Estimator
[ "Shuvayan Banerjee", "James Saunderson", "Radhendushka Srivastava", "Ajit Rajwade" ]
27 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.19825
In high-dimensional sparse regression, the \textsc{Lasso} estimator offers excellent theoretical guarantees but is well-known to produce biased estimates. To address this, \cite{Javanmard2014} introduced a method to ``debias&#34; the \textsc{Lasso} estimates for a random sub-Gaussian sensing matrix $\boldsymbol{A}$. Their approach relies on computing an ``approximate inverse&#34; $\boldsymbol{M}$ of the matrix $\boldsymbol{A}^\top \boldsymbol{A}/n$ by solving a convex optimization problem. This matrix $\boldsymbol{M}$ plays a critical role in mitigating bias and allowing for construction of confidence intervals using the debiased \textsc{Lasso} estimates. However the computation of $\boldsymbol{M}$ is expensive in practice as it requires iterative optimization. In the presented work, we re-parameterize the optimization problem to compute a ``debiasing matrix&#34; $\boldsymbol{W} := \boldsymbol{AM}^{\top}$ directly, rather than the approximate inverse $\boldsymbol{M}$. This reformulation retains the theoretical guarantees of the debiased \textsc{Lasso} estimates, as they depend on the \emph{product} $\boldsymbol{AM}^{\top}$ rather than on $\boldsymbol{M}$ alone. Notably, we provide a simple, computationally efficient, closed-form solution for $\boldsymbol{W}$ under similar conditions for the sensing matrix $\boldsymbol{A}$ used in the original debiasing formulation, with an additional condition that the elements of every row of $\boldsymbol{A}$ have uncorrelated entries. Also, the optimization problem based on $\boldsymbol{W}$ guarantees a unique optimal solution, unlike the original formulation based on $\boldsymbol{M}$. We verify our main result with numerical simulations.
stat-05.zip/2502.19825.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.11324
Robust High-Dimensional Mean Estimation With Low Data Size, an Empirical Study
[ "Cullen Anderson", "Jeff M. Phillips" ]
17 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.11324
Robust statistics aims to compute quantities to represent data where a fraction of it may be arbitrarily corrupted. The most essential statistic is the mean, and in recent years, there has been a flurry of theoretical advancement for efficiently estimating the mean in high dimensions on corrupted data. While several algorithms have been proposed that achieve near-optimal error, they all rely on large data size requirements as a function of dimension. In this paper, we perform an extensive experimentation over various mean estimation techniques where data size might not meet this requirement due to the high-dimensional setting.
stat-05.zip/2502.11324.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.20966
Post-Hoc Uncertainty Quantification in Pre-Trained Neural Networks via Activation-Level Gaussian Processes
[ "Richard Bergna", "Stefan Depeweg", "Sergio Calvo Ordonez", "Jonathan Plenk", "Alvaro Cartea", "Jose Miguel Hernandez-Lobato" ]
28 Feb 2025
10 pages, 8 figures, 7th Symposium on Advances in Approximate Bayesian Inference
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.20966
Uncertainty quantification in neural networks through methods such as Dropout, Bayesian neural networks and Laplace approximations is either prone to underfitting or computationally demanding, rendering these approaches impractical for large-scale datasets. In this work, we address these shortcomings by shifting the focus from uncertainty in the weight space to uncertainty at the activation level, via Gaussian processes. More specifically, we introduce the Gaussian Process Activation function (GAPA) to capture neuron-level uncertainties. Our approach operates in a post-hoc manner, preserving the original mean predictions of the pre-trained neural network and thereby avoiding the underfitting issues commonly encountered in previous methods. We propose two methods. The first, GAPA-Free, employs empirical kernel learning from the training data for the hyperparameters and is highly efficient during training. The second, GAPA-Variational, learns the hyperparameters via gradient descent on the kernels, thus affording greater flexibility. Empirical results demonstrate that GAPA-Variational outperforms the Laplace approximation on most datasets in at least one of the uncertainty quantification metrics.
stat-05.zip/2502.20966.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.09047
Optimal Algorithms in Linear Regression under Covariate Shift: On the Importance of Precondition
[ "Yuanshi Liu", "Haihan Zhang", "Qian Chen", "Cong Fang" ]
13 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.09047
A common pursuit in modern statistical learning is to attain satisfactory generalization out of the source data distribution (OOD). In theory, the challenge remains unsolved even under the canonical setting of covariate shift for the linear model. This paper studies the foundational (high-dimensional) linear regression where the ground truth variables are confined to an ellipse-shape constraint and addresses two fundamental questions in this regime: (i) given the target covariate matrix, what is the min-max \emph{optimal} algorithm under covariate shift? (ii) for what kinds of target classes, the commonly-used SGD-type algorithms achieve optimality? Our analysis starts with establishing a tight lower generalization bound via a Bayesian Cramer-Rao inequality. For (i), we prove that the optimal estimator can be simply a certain linear transformation of the best estimator for the source distribution. Given the source and target matrices, we show that the transformation can be efficiently computed via a convex program. The min-max optimal analysis for SGD leverages the idea that we recognize both the accumulated updates of the applied algorithms and the ideal transformation as preconditions on the learning variables. We provide sufficient conditions when SGD with its acceleration variants attain optimality.
stat-05.zip/2502.09047.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.11465
All Models Are Miscalibrated, But Some Less So: Comparing Calibration with Conditional Mean Operators
[ "Peter Moskvichev", "Dino Sejdinovic" ]
17 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.11465
When working in a high-risk setting, having well calibrated probabilistic predictive models is a crucial requirement. However, estimators for calibration error are not always able to correctly distinguish which model is better calibrated. We propose the \emph{conditional kernel calibration error} (CKCE) which is based on the Hilbert-Schmidt norm of the difference between conditional mean operators. By working directly with the definition of strong calibration as the distance between conditional distributions, which we represent by their embeddings in reproducing kernel Hilbert spaces, the CKCE is less sensitive to the marginal distribution of predictive models. This makes it more effective for relative comparisons than previously proposed calibration metrics. Our experiments, using both synthetic and real data, show that CKCE provides a more consistent ranking of models by their calibration error and is more robust against distribution shift.
stat-05.zip/2502.11465.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.11909
Neural Guided Diffusion Bridges
[ "Gefan Yang", "Frank van der Meulen", "Stefan Sommer" ]
17 Feb 2025 (<a href="https://arxiv.org/abs/2502.11909v1">v1</a>), last revised 19 Jun 2025 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.11909
We propose a novel method for simulating conditioned diffusion processes (diffusion bridges) in Euclidean spaces. By training a neural network to approximate bridge dynamics, our approach eliminates the need for computationally intensive Markov Chain Monte Carlo (MCMC) methods or score modeling. Compared to existing methods, it offers greater robustness across various diffusion specifications and conditioning scenarios. This applies in particular to rare events and multimodal distributions, which pose challenges for score-learning- and MCMC-based approaches. We introduce a flexible variational family, partially specified by a neural network, for approximating the diffusion bridge path measure. Once trained, it enables efficient sampling of independent bridges at a cost comparable to sampling the unconditioned (forward) process.
stat-05.zip/2502.11909.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.11583
Distributional Autoencoders Know the Score
[ "Andrej Leban" ]
17 Feb 2025 (<a href="https://arxiv.org/abs/2502.11583v1">v1</a>), last revised 9 Apr 2025 (this version, v2)
Fixed typos, added more related work
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.11583
This work presents novel and desirable properties of a recently introduced class of autoencoders - the Distributional Principal Autoencoder (DPA) - which combines distributionally correct reconstruction with principal components-like interpretability of the encodings. First, we show formally that the level sets of the encoder orient themselves exactly with regard to the score of the data distribution. This both explains the method&#39;s often remarkable performance in disentangling the factors of variation of the data, as well as opens up possibilities of recovering its distribution while having access to samples only. In settings where the score itself has physical meaning - such as when the data obeys the Boltzmann distribution - we demonstrate that the method can recover scientifically important quantities such as the minimum free energy path. Second, we prove that if the data lies on a manifold that can be approximated by the encoder, the optimal encoder&#39;s components beyond the dimension of the manifold will carry absolutely no additional information about the data distribution. This promises potentially new ways of determining the number of relevant dimensions of the data. The results thus demonstrate that the DPA elegantly combines two often disparate goals of unsupervised learning: the learning of the data distribution and the learning of the intrinsic data dimensionality.
stat-05.zip/2502.11583.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.20925
Amortized Conditional Independence Testing
[ "Bao Duong", "Nu Hoang", "Thin Nguyen" ]
28 Feb 2025
Accepted at PAKDD 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.20925
Testing for the conditional independence structure in data is a fundamental and critical task in statistics and machine learning, which finds natural applications in causal discovery - a highly relevant problem to many scientific disciplines. Existing methods seek to design explicit test statistics that quantify the degree of conditional dependence, which is highly challenging yet cannot capture nor utilize prior knowledge in a data-driven manner. In this study, an entirely new approach is introduced, where we instead propose to amortize conditional independence testing and devise ACID - a novel transformer-based neural network architecture that learns to test for conditional independence. ACID can be trained on synthetic data in a supervised learning fashion, and the learned model can then be applied to any dataset of similar natures or adapted to new domains by fine-tuning with a negligible computational cost. Our extensive empirical evaluations on both synthetic and real data reveal that ACID consistently achieves state-of-the-art performance against existing baselines under multiple metrics, and is able to generalize robustly to unseen sample sizes, dimensionalities, as well as non-linearities with a remarkably low inference time.
stat-05.zip/2502.20925.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12793
Unsupervised Anomaly Detection through Mass Repulsing Optimal Transport
[ "Eduardo Fernandes Montesuma", "Adel El Habazi", "Fred Ngole Mboula" ]
18 Feb 2025 (<a href="https://arxiv.org/abs/2502.12793v1">v1</a>), last revised 8 Jul 2025 (this version, v2)
19 pages, 14 figures, 4 tables, accepted at the Transactions on Machine Learning Research
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.12793
Detecting anomalies in datasets is a longstanding problem in machine learning. In this context, anomalies are defined as a sample that significantly deviates from the remaining data. Meanwhile, optimal transport (OT) is a field of mathematics concerned with the transportation, between two probability measures, at least effort. In classical OT, the optimal transportation strategy of a measure to itself is the identity. In this paper, we tackle anomaly detection by forcing samples to displace its mass, while keeping the least effort objective. We call this new transportation problem Mass Repulsing Optimal Transport (MROT). Naturally, samples lying in low density regions of space will be forced to displace mass very far, incurring a higher transportation cost. We use these concepts to design a new anomaly score. Through a series of experiments in existing benchmarks, and fault detection problems, we show that our algorithm improves over existing methods.
stat-05.zip/2502.12793.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12607
Generalized Kernel Inducing Points by Duality Gap for Dataset Distillation
[ "Tatsuya Aoyama", "Hanting Yang", "Hiroyuki Hanada", "Satoshi Akahane", "Tomonari Tanaka", "Yoshito Okura", "Yu Inatsu", "Noriaki Hashimoto", "Taro Murayama", "Hanju Lee", "Shinya Kojima", "Ichiro Takeuchi" ]
18 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.12607
We propose Duality Gap KIP (DGKIP), an extension of the Kernel Inducing Points (KIP) method for dataset distillation. While existing dataset distillation methods often rely on bi-level optimization, DGKIP eliminates the need for such optimization by leveraging duality theory in convex programming. The KIP method has been introduced as a way to avoid bi-level optimization; however, it is limited to the squared loss and does not support other loss functions (e.g., cross-entropy or hinge loss) that are more suitable for classification tasks. DGKIP addresses this limitation by exploiting an upper bound on parameter changes after dataset distillation using the duality gap, enabling its application to a wider range of loss functions. We also characterize theoretical properties of DGKIP by providing upper bounds on the test error and prediction consistency after dataset distillation. Experimental results on standard benchmarks such as MNIST and CIFAR-10 demonstrate that DGKIP retains the efficiency of KIP while offering broader applicability and robust performance.
stat-05.zip/2502.12607.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.13085
A Neural Difference-of-Entropies Estimator for Mutual Information
[ "Haoran Ni", "Martin Lotz" ]
18 Feb 2025 (<a href="https://arxiv.org/abs/2502.13085v1">v1</a>), last revised 23 Sep 2025 (this version, v2)
23 pages, 17 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.13085
Estimating Mutual Information (MI), a key measure of dependence of random quantities without specific modelling assumptions, is a challenging problem in high dimensions. We propose a novel mutual information estimator based on parametrizing conditional densities using normalizing flows, a deep generative model that has gained popularity in recent years. This estimator leverages a block autoregressive structure to achieve improved bias-variance trade-offs on standard benchmark tasks.
stat-05.zip/2502.13085.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.20423
Efficient Risk-sensitive Planning via Entropic Risk Measures
[ "Alexandre Marthe", "Samuel Bounan", "Aurélien Garivier", "Claire Vernade" ]
27 Feb 2025 (<a href="https://arxiv.org/abs/2502.20423v1">v1</a>), last revised 8 Jul 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Optimization and Control (math.OC); Probability (math.PR)
https://doi.org/10.48550/arXiv.2502.20423
Risk-sensitive planning aims to identify policies maximizing some tail-focused metrics in Markov Decision Processes (MDPs). Such an optimization task can be very costly for the most widely used and interpretable metrics such as threshold probabilities or (Conditional) Values at Risk. Indeed, previous work showed that only Entropic Risk Measures (EntRM) can be efficiently optimized through dynamic programming, leaving a hard-to-interpret parameter to choose. We show that the computation of the full set of optimal policies for EntRM across parameter values leads to tight approximations for the metrics of interest. We prove that this optimality front can be computed effectively thanks to a novel structural analysis and smoothness properties of entropic risks. Empirical results demonstrate that our approach achieves strong performance in a variety of decision-making scenarios.
stat-05.zip/2502.20423.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12786
Composition and Control with Distilled Energy Diffusion Models and Sequential Monte Carlo
[ "James Thornton", "Louis Bethune", "Ruixiang Zhang", "Arwen Bradley", "Preetum Nakkiran", "Shuangfei Zhai" ]
18 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.12786
Diffusion models may be formulated as a time-indexed sequence of energy-based models, where the score corresponds to the negative gradient of an energy function. As opposed to learning the score directly, an energy parameterization is attractive as the energy itself can be used to control generation via Monte Carlo samplers. Architectural constraints and training instability in energy parameterized models have so far yielded inferior performance compared to directly approximating the score or denoiser. We address these deficiencies by introducing a novel training regime for the energy function through distillation of pre-trained diffusion models, resembling a Helmholtz decomposition of the score vector field. We further showcase the synergies between energy and score by casting the diffusion sampling procedure as a Feynman Kac model where sampling is controlled using potentials from the learnt energy functions. The Feynman Kac model formalism enables composition and low temperature sampling through sequential Monte Carlo.
stat-05.zip/2502.12786.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.10793
Dynamic Influence Tracker: Measuring Time-Varying Sample Influence During Training
[ "Jie Xu", "Zihan Wu" ]
15 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.10793
Existing methods for measuring training sample influence on models only provide static, overall measurements, overlooking how sample influence changes during training. We propose Dynamic Influence Tracker (DIT), which captures the time-varying sample influence across arbitrary time windows during training. <br>DIT offers three key insights: 1) Samples show different time-varying influence patterns, with some samples important in the early training stage while others become important later. 2) Sample influences show a weak correlation between early and late stages, demonstrating that the model undergoes distinct learning phases with shifting priorities. 3) Analyzing influence during the convergence period provides more efficient and accurate detection of corrupted samples than full-training analysis. Supported by theoretical guarantees without assuming loss convexity or model convergence, DIT significantly outperforms existing methods, achieving up to 0.99 correlation with ground truth and above 98\% accuracy in detecting corrupted samples in complex architectures.
stat-05.zip/2502.10793.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12753
Green LIME: Improving AI Explainability through Design of Experiments
[ "Alexandra Stadler", "Werner G. Müller", "Radoslav Harman" ]
18 Feb 2025 (<a href="https://arxiv.org/abs/2502.12753v1">v1</a>), last revised 27 Jun 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.2502.12753
In artificial intelligence (AI), the complexity of many models and processes surpasses human understanding, making it challenging to determine why a specific prediction is made. This lack of transparency is particularly problematic in critical fields like healthcare, where trust in a model&#39;s predictions is paramount. As a result, the explainability of machine learning (ML) and other complex models has become a key area of focus. Efforts to improve model explainability often involve experimenting with AI systems and approximating their behavior through interpretable surrogate mechanisms. However, these procedures can be resource-intensive. Optimal design of experiments, which seeks to maximize the information obtained from a limited number of observations, offers promising methods for improving the efficiency of these explainability techniques. To demonstrate this potential, we explore Local Interpretable Model-agnostic Explanations (LIME), a widely used method introduced by Ribeiro et al. (2016). LIME provides explanations by generating new data points near the instance of interest and passing them through the model. While effective, this process can be computationally expensive, especially when predictions are costly or require many samples. LIME is highly versatile and can be applied to a wide range of models and datasets. In this work, we focus on models involving tabular data, regression tasks, and linear models as interpretable local approximations. By utilizing optimal design of experiments&#39; techniques, we reduce the number of function evaluations of the complex model, thereby reducing the computational effort of LIME by a significant amount. We consider this modified version of LIME to be energy-efficient or &#34;green&#34;.
stat-05.zip/2502.12753.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.10650
Generative Adversarial Networks for High-Dimensional Item Factor Analysis: A Deep Adversarial Learning Algorithm
[ "Nanyu Luo", "Feng Ji" ]
15 Feb 2025 (<a href="https://arxiv.org/abs/2502.10650v1">v1</a>), last revised 5 Mar 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP); Computation (stat.CO); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2502.10650
Advances in deep learning and representation learning have transformed item factor analysis (IFA) in the item response theory (IRT) literature by enabling more efficient and accurate parameter estimation. Variational Autoencoders (VAEs) have been one of the most impactful techniques in modeling high-dimensional latent variables in this context. However, the limited expressiveness of the inference model based on traditional VAEs can still hinder the estimation performance. We introduce Adversarial Variational Bayes (AVB) algorithms as an improvement to VAEs for IFA with improved flexibility and accuracy. By bridging the strengths of VAEs and Generative Adversarial Networks (GANs), AVB incorporates an auxiliary discriminator network to reframe the estimation process as a two-player adversarial game and removes the restrictive assumption of standard normal distributions in the inference model. Theoretically, AVB can achieve similar or higher likelihood compared to VAEs. A further enhanced algorithm, Importance-weighted Adversarial Variational Bayes (IWAVB) is proposed and compared with Importance-weighted Autoencoders (IWAE). In an exploratory analysis of empirical data, IWAVB demonstrated superior expressiveness by achieving a higher likelihood compared to IWAE. In confirmatory analysis with simulated data, IWAVB achieved similar mean-square error results to IWAE while consistently achieving higher likelihoods. When latent variables followed a multimodal distribution, IWAVB outperformed IWAE. With its innovative use of GANs, IWAVB is shown to have the potential to extend IFA to handle large-scale data, facilitating the potential integration of psychometrics and multimodal data analysis.
stat-05.zip/2502.10650.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12089
How Compositional Generalization and Creativity Improve as Diffusion Models are Trained
[ "Alessandro Favero", "Antonio Sclocchi", "Francesco Cagnetta", "Pascal Frossard", "Matthieu Wyart" ]
17 Feb 2025 (<a href="https://arxiv.org/abs/2502.12089v1">v1</a>), last revised 4 Jun 2025 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.12089
Natural data is often organized as a hierarchical composition of features. How many samples do generative models need in order to learn the composition rules, so as to produce a combinatorially large number of novel data? What signal in the data is exploited to learn those rules? We investigate these questions in the context of diffusion models both theoretically and empirically. Theoretically, we consider a simple probabilistic context-free grammar - a tree-like graphical model used to represent the hierarchical and compositional structure of data such as language and images. We demonstrate that diffusion models learn the grammar&#39;s composition rules with the sample complexity required for clustering features with statistically similar context, a process similar to the word2vec algorithm. However, this clustering emerges hierarchically: higher-level features associated with longer contexts require more data to be identified. This mechanism leads to a sample complexity that scales polynomially with the said context size. As a result, diffusion models trained on an intermediate dataset size generate data coherent up to a certain scale, but lacking global coherence. We test these predictions across different domains and find remarkable agreement: both generated texts and images achieve progressively larger coherence lengths as the training time or dataset size grows. We discuss connections between the hierarchical clustering mechanism we introduce here and the renormalization group in physics.
stat-05.zip/2502.12089.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12977
Time-series attribution maps with regularized contrastive learning
[ "Steffen Schneider", "Rodrigo González Laiz", "Anastasiia Filippova", "Markus Frey", "Mackenzie Weygandt Mathis" ]
17 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Neurons and Cognition (q-bio.NC)
https://doi.org/10.48550/arXiv.2502.12977
Gradient-based attribution methods aim to explain decisions of deep learning models but so far lack identifiability guarantees. Here, we propose a method to generate attribution maps with identifiability guarantees by developing a regularized contrastive learning algorithm trained on time-series data plus a new attribution method called Inverted Neuron Gradient (collectively named xCEBRA). We show theoretically that xCEBRA has favorable properties for identifying the Jacobian matrix of the data generating process. Empirically, we demonstrate robust approximation of zero vs. non-zero entries in the ground-truth attribution map on synthetic datasets, and significant improvements across previous attribution methods based on feature ablation, Shapley values, and other gradient-based methods. Our work constitutes a first example of identifiable inference of time-series attribution maps and opens avenues to a better understanding of time-series data, such as for neural dynamics and decision-processes within neural networks.
stat-05.zip/2502.12977.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12684
Federated Variational Inference for Bayesian Mixture Models
[ "Jackie Rao", "Francesca L. Crowe", "Tom Marshall", "Sylvia Richardson", "Paul D. W. Kirk" ]
18 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2502.12684
We present a federated learning approach for Bayesian model-based clustering of large-scale binary and categorical datasets. We introduce a principled &#39;divide and conquer&#39; inference procedure using variational inference with local merge and delete moves within batches of the data in parallel, followed by &#39;global&#39; merge moves across batches to find global clustering structures. We show that these merge moves require only summaries of the data in each batch, enabling federated learning across local nodes without requiring the full dataset to be shared. Empirical results on simulated and benchmark datasets demonstrate that our method performs well in comparison to existing clustering algorithms. We validate the practical utility of the method by applying it to large scale electronic health record (EHR) data.
stat-05.zip/2502.12684.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.09998
Estimation of the Learning Coefficient Using Empirical Loss
[ "Tatsuyoshi Takio", "Joe Suzuki" ]
14 Feb 2025
15 pages, 6 figures, 4 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.09998
The learning coefficient plays a crucial role in analyzing the performance of information criteria, such as the Widely Applicable Information Criterion (WAIC) and the Widely Applicable Bayesian Information Criterion (WBIC), which Sumio Watanabe developed to assess model generalization ability. In regular statistical models, the learning coefficient is given by d/2, where d is the dimension of the parameter space. More generally, it is defined as the absolute value of the pole order of a zeta function derived from the Kullback-Leibler divergence and the prior distribution. However, except for specific cases such as reduced-rank regression, the learning coefficient cannot be derived in a closed form. Watanabe proposed a numerical method to estimate the learning coefficient, which Imai further refined to enhance its convergence properties. These methods utilize the asymptotic behavior of WBIC and have been shown to be statistically consistent as the sample size grows. In this paper, we propose a novel numerical estimation method that fundamentally differs from previous approaches and leverages a new quantity, &#34;Empirical Loss,&#34; which was introduced by Watanabe. Through numerical experiments, we demonstrate that our proposed method exhibits both lower bias and lower variance compared to those of Watanabe and Imai. Additionally, we provide a theoretical analysis that elucidates why our method outperforms existing techniques and present empirical evidence that supports our findings.
stat-05.zip/2502.09998.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12999
Asymptotic Optimism of Random-Design Linear and Kernel Regression Models
[ "Hengrui Luo", "Yunzhang Zhu" ]
18 Feb 2025 (<a href="https://arxiv.org/abs/2502.12999v1">v1</a>), last revised 16 Aug 2025 (this version, v3)
55 pages;
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2502.12999
We derived the closed-form asymptotic optimism of linear regression models under random designs, and generalizes it to kernel ridge regression. Using scaled asymptotic optimism as a generic predictive model complexity measure, we studied the fundamental different behaviors of linear regression model, tangent kernel (NTK) regression model and three-layer fully connected neural networks (NN). Our contribution is two-fold: we provided theoretical ground for using scaled optimism as a model predictive complexity measure; and we show empirically that NN with ReLUs behaves differently from kernel models under this measure. With resampling techniques, we can also compute the optimism for regression models with real data.
stat-05.zip/2502.12999.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.13186
Model selection for behavioral learning data and applications to contextual bandits
[ "Julien Aubert", "Louis Köhler", "Luc Lehéricy", "Giulia Mezzadri", "Patricia Reynaud-Bouret" ]
18 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.13186
Learning for animals or humans is the process that leads to behaviors better adapted to the environment. This process highly depends on the individual that learns and is usually observed only through the individual&#39;s actions. This article presents ways to use this individual behavioral data to find the model that best explains how the individual learns. We propose two model selection methods: a general hold-out procedure and an AIC-type criterion, both adapted to non-stationary dependent data. We provide theoretical error bounds for these methods that are close to those of the standard i.i.d. case. To compare these approaches, we apply them to contextual bandit models and illustrate their use on both synthetic and experimental learning data in a human categorization task.
stat-05.zip/2502.13186.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.13030
Conformal Inference under High-Dimensional Covariate Shifts via Likelihood-Ratio Regularization
[ "Sunay Joshi", "Shayan Kiyani", "George Pappas", "Edgar Dobriban", "Hamed Hassani" ]
18 Feb 2025 (<a href="https://arxiv.org/abs/2502.13030v1">v1</a>), last revised 1 Jul 2025 (this version, v5)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.13030
We consider the problem of conformal prediction under covariate shift. Given labeled data from a source domain and unlabeled data from a covariate shifted target domain, we seek to construct prediction sets with valid marginal coverage in the target domain. Most existing methods require estimating the unknown likelihood ratio function, which can be prohibitive for high-dimensional data such as images. To address this challenge, we introduce the likelihood ratio regularized quantile regression (LR-QR) algorithm, which combines the pinball loss with a novel choice of regularization in order to construct a threshold function without directly estimating the unknown likelihood ratio. We show that the LR-QR method has coverage at the desired level in the target domain, up to a small error term that we can control. Our proofs draw on a novel analysis of coverage via stability bounds from learning theory. Our experiments demonstrate that the LR-QR algorithm outperforms existing methods on high-dimensional prediction tasks, including a regression task for the Communities and Crime dataset, an image classification task from the WILDS repository, and an LLM question-answering task on the MMLU benchmark.
stat-05.zip/2502.13030.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12581
The Majority Vote Paradigm Shift: When Popular Meets Optimal
[ "Antonio Purificato", "Maria Sofia Bucarelli", "Anil Kumar Nelakanti", "Andrea Bacciu", "Fabrizio Silvestri", "Amin Mantrach" ]
18 Feb 2025 (<a href="https://arxiv.org/abs/2502.12581v1">v1</a>), last revised 10 Mar 2025 (this version, v3)
33 pages, 7 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.12581
Reliably labelling data typically requires annotations from multiple human workers. However, humans are far from being perfect. Hence, it is a common practice to aggregate labels gathered from multiple annotators to make a more confident estimate of the true label. Among many aggregation methods, the simple and well known Majority Vote (MV) selects the class label polling the highest number of votes. However, despite its importance, the optimality of MV&#39;s label aggregation has not been extensively studied. We address this gap in our work by characterising the conditions under which MV achieves the theoretically optimal lower bound on label estimation error. Our results capture the tolerable limits on annotation noise under which MV can optimally recover labels for a given class distribution. This certificate of optimality provides a more principled approach to model selection for label aggregation as an alternative to otherwise inefficient practices that sometimes include higher experts, gold labels, etc., that are all marred by the same human uncertainty despite huge time and monetary costs. Experiments on both synthetic and real world data corroborate our theoretical findings.
stat-05.zip/2502.12581.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.11953
Refined PAC-Bayes Bounds for Offline Bandits
[ "Amaury Gouverneur", "Tobias J. Oechtering", "Mikael Skoglund" ]
17 Feb 2025
6 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.11953
In this paper, we present refined probabilistic bounds on empirical reward estimates for off-policy learning in bandit problems. We build on the PAC-Bayesian bounds from Seldin et al. (2010) and improve on their results using a new parameter optimization approach introduced by Rodríguez et al. (2024). This technique is based on a discretization of the space of possible events to optimize the &#34;in probability&#34; parameter. We provide two parameter-free PAC-Bayes bounds, one based on Hoeffding-Azuma&#39;s inequality and the other based on Bernstein&#39;s inequality. We prove that our bounds are almost optimal as they recover the same rate as would be obtained by setting the &#34;in probability&#34; parameter after the realization of the data.
stat-05.zip/2502.11953.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.13822
Uncertainty quantification for Markov chain induced martingales with application to temporal difference learning
[ "Weichen Wu", "Yuting Wei", "Alessandro Rinaldo" ]
19 Feb 2025 (<a href="https://arxiv.org/abs/2502.13822v1">v1</a>), last revised 6 Sep 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.13822
We establish novel and general high-dimensional concentration inequalities and Berry-Esseen bounds for vector-valued martingales induced by Markov chains. We apply these results to analyze the performance of the Temporal Difference (TD) learning algorithm with linear function approximations, a widely used method for policy evaluation in Reinforcement Learning (RL), obtaining a sharp high-probability consistency guarantee that matches the asymptotic variance up to logarithmic factors. Furthermore, we establish an $O(T^{-\frac{1}{4}}\log T)$ distributional convergence rate for the Gaussian approximation of the TD estimator, measured in convex distance. Our martingale bounds are of broad applicability, and our analysis of TD learning provides new insights into statistical inference for RL algorithms, bridging gaps between classical stochastic approximation theory and modern RL applications.
stat-05.zip/2502.13822.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.11669
Deep Subspace Learning for Surface Anomaly Classification Based on 3D Point Cloud Data
[ "Xuanming Cao", "Chengyu Tao", "Juan Du" ]
17 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.11669
Surface anomaly classification is critical for manufacturing system fault diagnosis and quality control. However, the following challenges always hinder accurate anomaly classification in practice: (i) Anomaly patterns exhibit intra-class variation and inter-class similarity, presenting challenges in the accurate classification of each sample. (ii) Despite the predefined classes, new types of anomalies can occur during production that require to be detected accurately. (iii) Anomalous data is rare in manufacturing processes, leading to limited data for model learning. To tackle the above challenges simultaneously, this paper proposes a novel deep subspace learning-based 3D anomaly classification model. Specifically, starting from a lightweight encoder to extract the latent representations, we model each class as a subspace to account for the intra-class variation, while promoting distinct subspaces of different classes to tackle the inter-class similarity. Moreover, the explicit modeling of subspaces offers the capability to detect out-of-distribution samples, i.e., new types of anomalies, and the regularization effect with much fewer learnable parameters of our proposed subspace classifier, compared to the popular Multi-Layer Perceptions (MLPs). Extensive numerical experiments demonstrate our method achieves better anomaly classification results than benchmark methods, and can effectively identify the new types of anomalies.
stat-05.zip/2502.11669.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.11665
On the kernel learning problem
[ "Yang Li", "Feng Ruan" ]
17 Feb 2025 (<a href="https://arxiv.org/abs/2502.11665v1">v1</a>), last revised 8 Jun 2025 (this version, v2)
61 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Classical Analysis and ODEs (math.CA); Functional Analysis (math.FA); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2502.11665
The classical kernel ridge regression problem aims to find the best fit for the output $Y$ as a function of the input data $X\in \mathbb{R}^d$, with a fixed choice of regularization term imposed by a given choice of a reproducing kernel Hilbert space, such as a Sobolev space. Here we consider a generalization of the kernel ridge regression problem, by introducing an extra matrix parameter $U$, which aims to detect the scale parameters and the feature variables in the data, and thereby improve the efficiency of kernel ridge regression. This naturally leads to a nonlinear variational problem to optimize the choice of $U$. We study various foundational mathematical aspects of this variational problem, and in particular how this behaves in the presence of multiscale structures in the data.
stat-05.zip/2502.11665.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.14121
Multi-Objective Bayesian Optimization for Networked Black-Box Systems: A Path to Greener Profits and Smarter Designs
[ "Akshay Kudva", "Wei-Ting Tang", "Joel A. Paulson" ]
19 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.14121
Designing modern industrial systems requires balancing several competing objectives, such as profitability, resilience, and sustainability, while accounting for complex interactions between technological, economic, and environmental factors. Multi-objective optimization (MOO) methods are commonly used to navigate these tradeoffs, but selecting the appropriate algorithm to tackle these problems is often unclear, particularly when system representations vary from fully equation-based (white-box) to entirely data-driven (black-box) models. While grey-box MOO methods attempt to bridge this gap, they typically impose rigid assumptions on system structure, requiring models to conform to the underlying structural assumptions of the solver rather than the solver adapting to the natural representation of the system of interest. In this chapter, we introduce a unifying approach to grey-box MOO by leveraging network representations, which provide a general and flexible framework for modeling interconnected systems as a series of function nodes that share various inputs and outputs. Specifically, we propose MOBONS, a novel Bayesian optimization-inspired algorithm that can efficiently optimize general function networks, including those with cyclic dependencies, enabling the modeling of feedback loops, recycle streams, and multi-scale simulations - features that existing methods fail to capture. Furthermore, MOBONS incorporates constraints, supports parallel evaluations, and preserves the sample efficiency of Bayesian optimization while leveraging network structure for improved scalability. We demonstrate the effectiveness of MOBONS through two case studies, including one related to sustainable process design. By enabling efficient MOO under general graph representations, MOBONS has the potential to significantly enhance the design of more profitable, resilient, and sustainable engineering systems.
stat-05.zip/2502.14121.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01
2502.12209
Suboptimal Shapley Value Explanations
[ "Xiaolei Lu" ]
17 Feb 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2502.12209
Deep Neural Networks (DNNs) have demonstrated strong capacity in supporting a wide variety of applications. Shapley value has emerged as a prominent tool to analyze feature importance to help people understand the inference process of deep neural models. Computing Shapley value function requires choosing a baseline to represent feature&#39;s missingness. However, existing random and conditional baselines could negatively influence the explanation. In this paper, by analyzing the suboptimality of different baselines, we identify the problematic baseline where the asymmetric interaction between $\bm{x}&#39;_i$ (the replacement of the faithful influential feature) and other features has significant directional bias toward the model&#39;s output, and conclude that $p(y|\bm{x}&#39;_i) = p(y)$ potentially minimizes the asymmetric interaction involving $\bm{x}&#39;_i$. We further generalize the uninformativeness of $\bm{x}&#39;_i$ toward the label space $L$ to avoid estimating $p(y)$ and design a simple uncertainty-based reweighting mechanism to accelerate the computation process. We conduct experiments on various NLP tasks and our quantitative analysis demonstrates the effectiveness of the proposed uncertainty-based reweighting mechanism. Furthermore, by measuring the consistency of explanations generated by explainable methods and human, we highlight the disparity between model inference and human understanding.
stat-05.zip/2502.12209.pdf
/content/arxiv-data/data/stat.ML/2025/02/00000000.parquet
stat.ML
2025
02
2025-02-01