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
2310.10448
A Geometric Insight into Equivariant Message Passing Neural Networks on Riemannian Manifolds
[ "Ilyes Batatia" ]
16 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.10448
This work proposes a geometric insight into equivariant message passing on Riemannian manifolds. As previously proposed, numerical features on Riemannian manifolds are represented as coordinate-independent feature fields on the manifold. To any coordinate-independent feature field on a manifold comes attached an equivariant embedding of the principal bundle to the space of numerical features. We argue that the metric this embedding induces on the numerical feature space should optimally preserve the principal bundle's original metric. This optimality criterion leads to the minimization of a twisted form of the Polyakov action with respect to the graph of this embedding, yielding an equivariant diffusion process on the associated vector bundle. We obtain a message passing scheme on the manifold by discretizing the diffusion equation flow for a fixed time step. We propose a higher-order equivariant diffusion process equivalent to diffusion on the cartesian product of the base manifold. The discretization of the higher-order diffusion process on a graph yields a new general class of equivariant GNN, generalizing the ACE and MACE formalism to data on Riemannian manifolds.
stat-04.zip/2310.10448.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.09123
Automatic Music Playlist Generation via Simulation-based Reinforcement Learning
[ "Federico Tomasi", "Joseph Cauteruccio", "Surya Kanoria", "Kamil Ciosek", "Matteo Rinaldi", "Zhenwen Dai" ]
13 Oct 2023
10 pages. KDD 23
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.09123
Personalization of playlists is a common feature in music streaming services, but conventional techniques, such as collaborative filtering, rely on explicit assumptions regarding content quality to learn how to make recommendations. Such assumptions often result in misalignment between offline model objectives and online user satisfaction metrics. In this paper, we present a reinforcement learning framework that solves for such limitations by directly optimizing for user satisfaction metrics via the use of a simulated playlist-generation environment. Using this simulator we develop and train a modified Deep Q-Network, the action head DQN (AH-DQN), in a manner that addresses the challenges imposed by the large state and action space of our RL formulation. The resulting policy is capable of making recommendations from large and dynamic sets of candidate items with the expectation of maximizing consumption metrics. We analyze and evaluate agents offline via simulations that use environment models trained on both public and proprietary streaming datasets. We show how these agents lead to better user-satisfaction metrics compared to baseline methods during online A/B tests. Finally, we demonstrate that performance assessments produced from our simulator are strongly correlated with observed online metric results.
stat-04.zip/2310.09123.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.05288
Clustering Three-Way Data with Outliers
[ "Katharine M. Clark", "Paul D. McNicholas" ]
8 Oct 2023 (<a href="https://arxiv.org/abs/2310.05288v1">v1</a>), last revised 1 Oct 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.05288
Matrix-variate distributions are a recent addition to the model-based clustering field, thereby making it possible to analyze data in matrix form with complex structure such as images and time series. Due to its recent appearance, there is limited literature on matrix-variate data, with even less on dealing with outliers in these models. An approach for clustering matrix-variate normal data with outliers is discussed. The approach, which uses the distribution of subset log-likelihoods, extends the OCLUST algorithm to matrix-variate normal data and uses an iterative approach to detect and trim outliers.
stat-04.zip/2310.05288.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.03112
Leveraging Model-based Trees as Interpretable Surrogate Models for Model Distillation
[ "Julia Herbinger", "Susanne Dandl", "Fiona K. Ewald", "Sofia Loibl", "Giuseppe Casalicchio" ]
4 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.03112
Surrogate models play a crucial role in retrospectively interpreting complex and powerful black box machine learning models via model distillation. This paper focuses on using model-based trees as surrogate models which partition the feature space into interpretable regions via decision rules. Within each region, interpretable models based on additive main effects are used to approximate the behavior of the black box model, striking for an optimal balance between interpretability and performance. Four model-based tree algorithms, namely SLIM, GUIDE, MOB, and CTree, are compared regarding their ability to generate such surrogate models. We investigate fidelity, interpretability, stability, and the algorithms&#39; capability to capture interaction effects through appropriate splits. Based on our comprehensive analyses, we finally provide an overview of user-specific recommendations.
stat-04.zip/2310.03112.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.04417
Generalization Bound for Diffusion Models using Random Features
[ "Esha Saha", "Giang Tran" ]
6 Oct 2023 (<a href="https://arxiv.org/abs/2310.04417v1">v1</a>), last revised 7 Aug 2025 (this version, v3)
7 Figures, 18 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.04417
Diffusion probabilistic models have been successfully used to generate data from noise. However, most diffusion models are computationally expensive and difficult to interpret with a lack of theoretical justification. Random feature models on the other hand have gained popularity due to their interpretability but their application to complex machine learning tasks remains limited. In this work, we present a diffusion model-inspired deep random feature model that is interpretable and gives comparable numerical results to a fully connected neural network having the same number of trainable parameters. Specifically, we extend existing results for random features and derive generalization bounds between the distribution of sampled data and the true distribution using properties of score matching. We validate our findings by generating samples on the fashion MNIST dataset and instrumental audio data.
stat-04.zip/2310.04417.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.05997
Cost-sensitive probabilistic predictions for support vector machines
[ "Sandra Benítez-Peña", "Rafael Blanquero", "Emilio Carrizosa", "Pepa Ramírez-Cobo" ]
9 Oct 2023
European Journal of Operational Research (2023)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.05997
Support vector machines (SVMs) are widely used and constitute one of the best examined and used machine learning models for two-class classification. Classification in SVM is based on a score procedure, yielding a deterministic classification rule, which can be transformed into a probabilistic rule (as implemented in off-the-shelf SVM libraries), but is not probabilistic in nature. On the other hand, the tuning of the regularization parameters in SVM is known to imply a high computational effort and generates pieces of information that are not fully exploited, not being used to build a probabilistic classification rule. In this paper we propose a novel approach to generate probabilistic outputs for the SVM. The new method has the following three properties. First, it is designed to be cost-sensitive, and thus the different importance of sensitivity (or true positive rate, TPR) and specificity (true negative rate, TNR) is readily accommodated in the model. As a result, the model can deal with imbalanced datasets which are common in operational business problems as churn prediction or credit scoring. Second, the SVM is embedded in an ensemble method to improve its performance, making use of the valuable information generated in the parameters tuning process. Finally, the probabilities estimation is done via bootstrap estimates, avoiding the use of parametric models as competing approaches. Numerical tests on a wide range of datasets show the advantages of our approach over benchmark procedures.
stat-04.zip/2310.05997.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.05805
Boosted Control Functions: Distribution generalization and invariance in confounded models
[ "Nicola Gnecco", "Jonas Peters", "Sebastian Engelke", "Niklas Pfister" ]
9 Oct 2023 (<a href="https://arxiv.org/abs/2310.05805v1">v1</a>), last revised 23 Dec 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.05805
Modern machine learning methods and the availability of large-scale data have significantly advanced our ability to predict target quantities from large sets of covariates. However, these methods often struggle under distributional shifts, particularly in the presence of hidden confounding. While the impact of hidden confounding is well-studied in causal effect estimation, e.g., instrumental variables, its implications for prediction tasks under shifting distributions remain underexplored. This work addresses this gap by introducing a strong notion of invariance that, unlike existing weaker notions, allows for distribution generalization even in the presence of nonlinear, non-identifiable structural functions. Central to this framework is the Boosted Control Function (BCF), a novel, identifiable target of inference that satisfies the proposed strong invariance notion and is provably worst-case optimal under distributional shifts. The theoretical foundation of our work lies in Simultaneous Equation Models for Distribution Generalization (SIMDGs), which bridge machine learning with econometrics by describing data-generating processes under distributional shifts. To put these insights into practice, we propose the ControlTwicing algorithm to estimate the BCF using flexible machine-learning techniques and demonstrate its generalization performance on synthetic and real-world datasets compared to traditional empirical risk minimization approaches.
stat-04.zip/2310.05805.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.06251
Deep Learning: A Tutorial
[ "Nick Polson", "Vadim Sokolov" ]
10 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.06251
Our goal is to provide a review of deep learning methods which provide insight into structured high-dimensional data. Rather than using shallow additive architectures common to most statistical models, deep learning uses layers of semi-affine input transformations to provide a predictive rule. Applying these layers of transformations leads to a set of attributes (or, features) to which probabilistic statistical methods can be applied. Thus, the best of both worlds can be achieved: scalable prediction rules fortified with uncertainty quantification, where sparse regularization finds the features.
stat-04.zip/2310.06251.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.06069
Optimal Exploration is no harder than Thompson Sampling
[ "Zhaoqi Li", "Kevin Jamieson", "Lalit Jain" ]
9 Oct 2023 (<a href="https://arxiv.org/abs/2310.06069v1">v1</a>), last revised 24 Oct 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.06069
Given a set of arms $\mathcal{Z}\subset \mathbb{R}^d$ and an unknown parameter vector $\theta_\ast\in\mathbb{R}^d$, the pure exploration linear bandit problem aims to return $\arg\max_{z\in \mathcal{Z}} z^{\top}\theta_{\ast}$, with high probability through noisy measurements of $x^{\top}\theta_{\ast}$ with $x\in \mathcal{X}\subset \mathbb{R}^d$. Existing (asymptotically) optimal methods require either a) potentially costly projections for each arm $z\in \mathcal{Z}$ or b) explicitly maintaining a subset of $\mathcal{Z}$ under consideration at each time. This complexity is at odds with the popular and simple Thompson Sampling algorithm for regret minimization, which just requires access to a posterior sampling and argmax oracle, and does not need to enumerate $\mathcal{Z}$ at any point. Unfortunately, Thompson sampling is known to be sub-optimal for pure exploration. In this work, we pose a natural question: is there an algorithm that can explore optimally and only needs the same computational primitives as Thompson Sampling? We answer the question in the affirmative. We provide an algorithm that leverages only sampling and argmax oracles and achieves an exponential convergence rate, with the exponent being the optimal among all possible allocations asymptotically. In addition, we show that our algorithm can be easily implemented and performs as well empirically as existing asymptotically optimal methods.
stat-04.zip/2310.06069.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.06571
Statistical properties and privacy guarantees of an original distance-based fully synthetic data generation method
[ "Rémy Chapelle", "Bruno Falissard" ]
10 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.06571
Introduction: The amount of data generated by original research is growing exponentially. Publicly releasing them is recommended to comply with the Open Science principles. However, data collected from human participants cannot be released as-is without raising privacy concerns. Fully synthetic data represent a promising answer to this challenge. This approach is explored by the French Centre de Recherche en {É}pid{é}miologie et Sant{é} des Populations in the form of a synthetic data generation framework based on Classification and Regression Trees and an original distance-based filtering. The goal of this work was to develop a refined version of this framework and to assess its risk-utility profile with empirical and formal tools, including novel ones developed for the purpose of this <a href="http://evaluation.Materials" rel="external noopener nofollow" class="link-external link-http">this http URL</a> and Methods: Our synthesis framework consists of four successive steps, each of which is designed to prevent specific risks of disclosure. We assessed its performance by applying two or more of these steps to a rich epidemiological dataset. Privacy and utility metrics were computed for each of the resulting synthetic datasets, which were further assessed using machine learning <a href="http://approaches.Results" rel="external noopener nofollow" class="link-external link-http">this http URL</a>: Computed metrics showed a satisfactory level of protection against attribute disclosure attacks for each synthetic dataset, especially when the full framework was used. Membership disclosure attacks were formally prevented without significantly altering the data. Machine learning approaches showed a low risk of success for simulated singling out and linkability attacks. Distributional and inferential similarity with the original data were high with all <a href="http://datasets.Discussion" rel="external noopener nofollow" class="link-external link-http">this http URL</a>: This work showed the technical feasibility of generating publicly releasable synthetic data using a multi-step framework. Formal and empirical tools specifically developed for this demonstration are a valuable contribution to this field. Further research should focus on the extension and validation of these tools, in an effort to specify the intrinsic qualities of alternative data synthesis <a href="http://methods.Conclusion" rel="external noopener nofollow" class="link-external link-http">this http URL</a>: By successfully assessing the quality of data produced using a novel multi-step synthetic data generation framework, we showed the technical and conceptual soundness of the Open-CESP initiative, which seems ripe for full-scale implementation.
stat-04.zip/2310.06571.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.07190
Neural networks: deep, shallow, or in between?
[ "Guergana Petrova", "Przemyslaw Wojtaszczyk" ]
11 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2310.07190
We give estimates from below for the error of approximation of a compact subset from a Banach space by the outputs of feed-forward neural networks with width W, depth l and Lipschitz activation functions. We show that, modulo logarithmic factors, rates better that entropy numbers&#39; rates are possibly attainable only for neural networks for which the depth l goes to infinity, and that there is no gain if we fix the depth and let the width W go to infinity.
stat-04.zip/2310.07190.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.07241
Surrogate modeling for stochastic crack growth processes in structural health monitoring applications
[ "Nicholas E. Silionis", "Konstantinos N. Anyfantis" ]
11 Oct 2023
20 pages, 9 figures. Preprint submitted to Elsevier journal
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.07241
Fatigue crack growth is one of the most common types of deterioration in metal structures with significant implications on their reliability. Recent advances in Structural Health Monitoring (SHM) have motivated the use of structural response data to predict future crack growth under uncertainty, in order to enable a transition towards predictive maintenance. Accurately representing different sources of uncertainty in stochastic crack growth (SCG) processes is a non-trivial task. The present work builds on previous research on physics-based SCG modeling under both material and load-related uncertainty. The aim here is to construct computationally efficient, probabilistic surrogate models for SCG processes that successfully encode these different sources of uncertainty. An approach inspired by latent variable modeling is employed that utilizes Gaussian Process (GP) regression models to enable the surrogates to be used to generate prior distributions for different Bayesian SHM tasks as the application of interest. Implementation is carried out in a numerical setting and model performance is assessed for two fundamental crack SHM problems; namely crack length monitoring (damage quantification) and crack growth monitoring (damage prognosis).
stat-04.zip/2310.07241.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.06537
Data-level hybrid strategy selection for disk fault prediction model based on multivariate GAN
[ "Shuangshuang Yuan", "Peng Wu", "Yuehui Chen" ]
10 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.06537
Data class imbalance is a common problem in classification problems, where minority class samples are often more important and more costly to misclassify in a classification task. Therefore, it is very important to solve the data class imbalance classification problem. The SMART dataset exhibits an evident class imbalance, comprising a substantial quantity of healthy samples and a comparatively limited number of defective samples. This dataset serves as a reliable indicator of the disc&#39;s health status. In this paper, we obtain the best balanced disk SMART dataset for a specific classification model by mixing and integrating the data synthesised by multivariate generative adversarial networks (GAN) to balance the disk SMART dataset at the data level; and combine it with genetic algorithms to obtain higher disk fault classification prediction accuracy on a specific classification model.
stat-04.zip/2310.06537.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.08495
Characterizing climate pathways using feature importance on echo state networks
[ "Katherine Goode", "Daniel Ries", "Kellie McClernon" ]
12 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2310.08495
The 2022 National Defense Strategy of the United States listed climate change as a serious threat to national security. Climate intervention methods, such as stratospheric aerosol injection, have been proposed as mitigation strategies, but the downstream effects of such actions on a complex climate system are not well understood. The development of algorithmic techniques for quantifying relationships between source and impact variables related to a climate event (i.e., a climate pathway) would help inform policy decisions. Data-driven deep learning models have become powerful tools for modeling highly nonlinear relationships and may provide a route to characterize climate variable relationships. In this paper, we explore the use of an echo state network (ESN) for characterizing climate pathways. ESNs are a computationally efficient neural network variation designed for temporal data, and recent work proposes ESNs as a useful tool for forecasting spatio-temporal climate data. Like other neural networks, ESNs are non-interpretable black-box models, which poses a hurdle for understanding variable relationships. We address this issue by developing feature importance methods for ESNs in the context of spatio-temporal data to quantify variable relationships captured by the model. We conduct a simulation study to assess and compare the feature importance techniques, and we demonstrate the approach on reanalysis climate data. In the climate application, we select a time period that includes the 1991 volcanic eruption of Mount Pinatubo. This event was a significant stratospheric aerosol injection, which we use as a proxy for an artificial stratospheric aerosol injection. Using the proposed approach, we are able to characterize relationships between pathway variables associated with this event.
stat-04.zip/2310.08495.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.07672
Stabilizing Estimates of Shapley Values with Control Variates
[ "Jeremy Goldwasser", "Giles Hooker" ]
11 Oct 2023 (<a href="https://arxiv.org/abs/2310.07672v1">v1</a>), last revised 10 Apr 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.07672
Shapley values are among the most popular tools for explaining predictions of blackbox machine learning models. However, their high computational cost motivates the use of sampling approximations, inducing a considerable degree of uncertainty. To stabilize these model explanations, we propose ControlSHAP, an approach based on the Monte Carlo technique of control variates. Our methodology is applicable to any machine learning model and requires virtually no extra computation or modeling effort. On several high-dimensional datasets, we find it can produce dramatic reductions in the Monte Carlo variability of Shapley estimates.
stat-04.zip/2310.07672.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.01859
Variational Gaussian approximation of the Kushner optimal filter
[ "Marc Lambert", "Silvère Bonnabel", "Francis Bach" ]
3 Oct 2023
Lecture Notes in Computer Science, 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.01859
In estimation theory, the Kushner equation provides the evolution of the probability density of the state of a dynamical system given continuous-time observations. Building upon our recent work, we propose a new way to approximate the solution of the Kushner equation through tractable variational Gaussian approximations of two proximal losses associated with the propagation and Bayesian update of the probability density. The first is a proximal loss based on the Wasserstein metric and the second is a proximal loss based on the Fisher metric. The solution to this last proximal loss is given by implicit updates on the mean and covariance that we proposed earlier. These two variational updates can be fused and shown to satisfy a set of stochastic differential equations on the Gaussian&#39;s mean and covariance matrix. This Gaussian flow is consistent with the Kalman-Bucy and Riccati flows in the linear case and generalize them in the nonlinear one.
stat-04.zip/2310.01859.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.07852
On the Computational Complexity of Private High-dimensional Model Selection
[ "Saptarshi Roy", "Zehua Wang", "Ambuj Tewari" ]
11 Oct 2023 (<a href="https://arxiv.org/abs/2310.07852v1">v1</a>), last revised 29 Oct 2024 (this version, v5)
34 pages, 4 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.07852
We consider the problem of model selection in a high-dimensional sparse linear regression model under privacy constraints. We propose a differentially private (DP) best subset selection method with strong statistical utility properties by adopting the well-known exponential mechanism for selecting the best model. To achieve computational expediency, we propose an efficient Metropolis-Hastings algorithm and under certain regularity conditions, we establish that it enjoys polynomial mixing time to its stationary distribution. As a result, we also establish both approximate differential privacy and statistical utility for the estimates of the mixed Metropolis-Hastings chain. Finally, we perform some illustrative experiments on simulated data showing that our algorithm can quickly identify active features under reasonable privacy budget constraints.
stat-04.zip/2310.07852.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.08237
Towards a Unified Analysis of Kernel-based Methods Under Covariate Shift
[ "Xingdong Feng", "Xin He", "Caixing Wang", "Chao Wang", "Jingnan Zhang" ]
12 Oct 2023 (<a href="https://arxiv.org/abs/2310.08237v1">v1</a>), last revised 19 Oct 2023 (this version, v2)
Poster to appear in Thirty-seventh Conference on Neural Information Processing Systems
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2310.08237
Covariate shift occurs prevalently in practice, where the input distributions of the source and target data are substantially different. Despite its practical importance in various learning problems, most of the existing methods only focus on some specific learning tasks and are not well validated theoretically and numerically. To tackle this problem, we propose a unified analysis of general nonparametric methods in a reproducing kernel Hilbert space (RKHS) under covariate shift. Our theoretical results are established for a general loss belonging to a rich loss function family, which includes many commonly used methods as special cases, such as mean regression, quantile regression, likelihood-based classification, and margin-based classification. Two types of covariate shift problems are the focus of this paper and the sharp convergence rates are established for a general loss function to provide a unified theoretical analysis, which concurs with the optimal results in literature where the squared loss is used. Extensive numerical studies on synthetic and real examples confirm our theoretical findings and further illustrate the effectiveness of our proposed method.
stat-04.zip/2310.08237.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.09437
Signal reconstruction using determinantal sampling
[ "Ayoub Belhadji", "Rémi Bardenet", "Pierre Chainais" ]
13 Oct 2023 (<a href="https://arxiv.org/abs/2310.09437v1">v1</a>), last revised 12 Nov 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2310.09437
We study the approximation of a square-integrable function from a finite number of evaluations on a random set of nodes according to a well-chosen distribution. This is particularly relevant when the function is assumed to belong to a reproducing kernel Hilbert space (RKHS). This work proposes to combine several natural finite-dimensional approximations based two possible probability distributions of nodes. These distributions are related to determinantal point processes, and use the kernel of the RKHS to favor RKHS-adapted regularity in the random design. While previous work on determinantal sampling relied on the RKHS norm, we prove mean-square guarantees in $L^2$ norm. We show that determinantal point processes and mixtures thereof can yield fast convergence rates. Our results also shed light on how the rate changes as more smoothness is assumed, a phenomenon known as superconvergence. Besides, determinantal sampling generalizes i.i.d. sampling from the Christoffel function which is standard in the literature. More importantly, determinantal sampling guarantees the so-called instance optimality property for a smaller number of function evaluations than i.i.d. sampling.
stat-04.zip/2310.09437.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.09149
Wasserstein approximation schemes based on Voronoi partitions
[ "Keaton Hamm", "Varun Khurana" ]
13 Oct 2023 (<a href="https://arxiv.org/abs/2310.09149v1">v1</a>), last revised 25 Jul 2024 (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.2310.09149
We consider structured approximation of measures in Wasserstein space $\mathrm{W}_p(\mathbb{R}^d)$ for $p\in[1,\infty)$ using general measure approximants compactly supported on Voronoi regions derived from a scaled Voronoi partition of $\mathbb{R}^d$. We show that if a full rank lattice $\Lambda$ is scaled by a factor of $h\in(0,1]$, then approximation of a measure based on the Voronoi partition of $h\Lambda$ is $O(h)$ regardless of $d$ or $p$. We then use a covering argument to show that $N$-term approximations of compactly supported measures is $O(N^{-\frac1d})$ which matches known rates for optimal quantizers and empirical measure approximation in most instances. Additionally, we generalize our construction to nonuniform Voronoi partitions, highlighting the flexibility and robustness of our approach for various measure approximation scenarios. Finally, we extend these results to noncompactly supported measures with sufficient decay. Our findings are pertinent to applications in computer vision and machine learning where measures are used to represent structured data such as images.
stat-04.zip/2310.09149.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10807
Regularization properties of adversarially-trained linear regression
[ "Antônio H. Ribeiro", "Dave Zachariah", "Francis Bach", "Thomas B. Schön" ]
16 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Cryptography and Security (cs.CR); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2310.10807
State-of-the-art machine learning models can be vulnerable to very small input perturbations that are adversarially constructed. Adversarial training is an effective approach to defend against it. Formulated as a min-max problem, it searches for the best solution when the training data were corrupted by the worst-case attacks. Linear models are among the simple models where vulnerabilities can be observed and are the focus of our study. In this case, adversarial training leads to a convex optimization problem which can be formulated as the minimization of a finite sum. We provide a comparative analysis between the solution of adversarial training in linear regression and other regularization methods. Our main findings are that: (A) Adversarial training yields the minimum-norm interpolating solution in the overparameterized regime (more parameters than data), as long as the maximum disturbance radius is smaller than a threshold. And, conversely, the minimum-norm interpolator is the solution to adversarial training with a given radius. (B) Adversarial training can be equivalent to parameter shrinking methods (ridge regression and Lasso). This happens in the underparametrized region, for an appropriate choice of adversarial radius and zero-mean symmetrically distributed covariates. (C) For $\ell_\infty$-adversarial training -- as in square-root Lasso -- the choice of adversarial radius for optimal bounds does not depend on the additive noise variance. We confirm our theoretical findings with numerical examples.
stat-04.zip/2310.10807.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.08209
Conformal inference for regression on Riemannian Manifolds
[ "Alejandro Cholaquidis", "Fabrice Gamboa", "Leonardo Moreno" ]
12 Oct 2023 (<a href="https://arxiv.org/abs/2310.08209v1">v1</a>), last revised 16 Jul 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.08209
Regression on manifolds, and, more broadly, statistics on manifolds, has garnered significant importance in recent years due to the vast number of applications for non Euclidean data. Circular data is a classic example, but so is data in the space of covariance matrices, data on the Grassmannian manifold obtained as a result of principal component analysis, among many others. In this work we investigate prediction sets for regression scenarios when the response variable, denoted by $Y$, resides in a manifold, and the covariable, denoted by $X$, lies in an Euclidean space. This extends the concepts delineated in \cite{waser14} to this novel context. Aligning with traditional principles in conformal inference, these prediction sets are distribution-free, indicating that no specific assumptions are imposed on the joint distribution of $(X,Y)$, and they maintain a non-parametric character. We prove the asymptotic almost sure convergence of the empirical version of these regions on the manifold to their population counterparts. The efficiency of this method is shown through a comprehensive simulation study and an analysis involving real-world data.
stat-04.zip/2310.08209.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10143
An Empirical Study of Self-supervised Learning with Wasserstein Distance
[ "Makoto Yamada", "Yuki Takezawa", "Guillaume Houry", "Kira Michaela Dusterwald", "Deborah Sulem", "Han Zhao", "Yao-Hung Hubert Tsai" ]
16 Oct 2023 (<a href="https://arxiv.org/abs/2310.10143v1">v1</a>), last revised 5 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.10143
In this study, we delve into the problem of self-supervised learning (SSL) utilizing the 1-Wasserstein distance on a tree structure (a.k.a., Tree-Wasserstein distance (TWD)), where TWD is defined as the L1 distance between two tree-embedded vectors. In SSL methods, the cosine similarity is often utilized as an objective function; however, it has not been well studied when utilizing the Wasserstein distance. Training the Wasserstein distance is numerically challenging. Thus, this study empirically investigates a strategy for optimizing the SSL with the Wasserstein distance and finds a stable training procedure. More specifically, we evaluate the combination of two types of TWD (total variation and ClusterTree) and several probability models, including the softmax function, the ArcFace probability model, and simplicial embedding. We propose a simple yet effective Jeffrey divergence-based regularization method to stabilize optimization. Through empirical experiments on STL10, CIFAR10, CIFAR100, and SVHN, we find that a simple combination of the softmax function and TWD can obtain significantly lower results than the standard SimCLR. Moreover, a simple combination of TWD and SimSiam fails to train the model. We find that the model performance depends on the combination of TWD and probability model, and that the Jeffrey divergence regularization helps in model training. Finally, we show that the appropriate combination of the TWD and probability model outperforms cosine similarity-based representation learning.
stat-04.zip/2310.10143.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.06534
Disk failure prediction based on multi-layer domain adaptive learning
[ "Guangfu Gao", "Peng Wu", "Hussain Dawood" ]
10 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.06534
Large scale data storage is susceptible to failure. As disks are damaged and replaced, traditional machine learning models, which rely on historical data to make predictions, struggle to accurately predict disk failures. This paper presents a novel method for predicting disk failures by leveraging multi-layer domain adaptive learning techniques. First, disk data with numerous faults is selected as the source domain, and disk data with fewer faults is selected as the target domain. A training of the feature extraction network is performed with the selected origin and destination domains. The contrast between the two domains facilitates the transfer of diagnostic knowledge from the domain of source and target. According to the experimental findings, it has been demonstrated that the proposed technique can generate a reliable prediction model and improve the ability to predict failures on disk data with few failure samples.
stat-04.zip/2310.06534.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10545
Optimal vintage factor analysis with deflation varimax
[ "Xin Bing", "Xin He", "Dian Jin", "Yuqian Zhang" ]
16 Oct 2023 (<a href="https://arxiv.org/abs/2310.10545v1">v1</a>), last revised 30 Mar 2025 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2310.10545
Vintage factor analysis is one important type of factor analysis that aims to first find a low-dimensional representation of the original data, and then to seek a rotation such that the rotated low-dimensional representation is scientifically meaningful. The most widely used vintage factor analysis is the Principal Component Analysis (PCA) followed by the varimax rotation. Despite its popularity, little theoretical guarantee can be provided to date mainly because varimax rotation requires to solve a non-convex optimization over the set of orthogonal matrices. <br>In this paper, we propose a deflation varimax procedure that solves each row of an orthogonal matrix sequentially. In addition to its net computational gain and flexibility, we are able to fully establish theoretical guarantees for the proposed procedure in a broader context. Adopting this new deflation varimax as the second step after PCA, we further analyze this two step procedure under a general class of factor models. Our results show that it estimates the factor loading matrix in the minimax optimal rate when the signal-to-noise-ratio (SNR) is moderate or large. In the low SNR regime, we offer possible improvement over using PCA and the deflation varimax when the additive noise under the factor model is structured. The modified procedure is shown to be minimax optimal in all SNR regimes. Our theory is valid for finite sample and allows the number of the latent factors to grow with the sample size as well as the ambient dimension to grow with, or even exceed, the sample size. Extensive simulation and real data analysis further corroborate our theoretical findings.
stat-04.zip/2310.10545.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10559
Causal Dynamic Variational Autoencoder for Counterfactual Regression in Longitudinal Data
[ "Mouad El Bouchattaoui", "Myriam Tami", "Benoit Lepetit", "Paul-Henry Cournède" ]
16 Oct 2023 (<a href="https://arxiv.org/abs/2310.10559v1">v1</a>), last revised 1 Apr 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.10559
Estimating treatment effects over time is relevant in many real-world applications, such as precision medicine, epidemiology, economy, and marketing. Many state-of-the-art methods either assume the observations of all confounders or seek to infer the unobserved ones. We take a different perspective by assuming unobserved risk factors, i.e., adjustment variables that affect only the sequence of outcomes. Under unconfoundedness, we target the Individual Treatment Effect (ITE) estimation with unobserved heterogeneity in the treatment response due to missing risk factors. We address the challenges posed by time-varying effects and unobserved adjustment variables. Led by theoretical results over the validity of the learned adjustment variables and generalization bounds over the treatment effect, we devise Causal DVAE (CDVAE). This model combines a Dynamic Variational Autoencoder (DVAE) framework with a weighting strategy using propensity scores to estimate counterfactual responses. The CDVAE model allows for accurate estimation of ITE and captures the underlying heterogeneity in longitudinal data. Evaluations of our model show superior performance over state-of-the-art models.
stat-04.zip/2310.10559.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10006
Soft ascent-descent as a stable and flexible alternative to flooding
[ "Matthew J. Holland", "Kosuke Nakatani" ]
16 Oct 2023 (<a href="https://arxiv.org/abs/2310.10006v1">v1</a>), last revised 22 Oct 2024 (this version, v2)
Revised version accepted to NeurIPS 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.10006
As a heuristic for improving test accuracy in classification, the &#34;flooding&#34; method proposed by Ishida et al. (2020) sets a threshold for the average surrogate loss at training time; above the threshold, gradient descent is run as usual, but below the threshold, a switch to gradient ascent is made. While setting the threshold is non-trivial and is usually done with validation data, this simple technique has proved remarkably effective in terms of accuracy. On the other hand, what if we are also interested in other metrics such as model complexity or average surrogate loss at test time? As an attempt to achieve better overall performance with less fine-tuning, we propose a softened, pointwise mechanism called SoftAD (soft ascent-descent) that downweights points on the borderline, limits the effects of outliers, and retains the ascent-descent effect of flooding, with no additional computational overhead. We contrast formal stationarity guarantees with those for flooding, and empirically demonstrate how SoftAD can realize classification accuracy competitive with flooding (and the more expensive alternative SAM) while enjoying a much smaller loss generalization gap and model norm.
stat-04.zip/2310.10006.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10434
Equivariant Matrix Function Neural Networks
[ "Ilyes Batatia", "Lars L. Schaaf", "Huajie Chen", "Gábor Csányi", "Christoph Ortner", "Felix A. Faber" ]
16 Oct 2023 (<a href="https://arxiv.org/abs/2310.10434v1">v1</a>), last revised 30 Jan 2024 (this version, v2)
International Conference on Learning Representations, 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Materials Science (cond-mat.mtrl-sci); Machine Learning (cs.LG); Chemical Physics (physics.chem-ph)
https://doi.org/10.48550/arXiv.2310.10434
Graph Neural Networks (GNNs), especially message-passing neural networks (MPNNs), have emerged as powerful architectures for learning on graphs in diverse applications. However, MPNNs face challenges when modeling non-local interactions in graphs such as large conjugated molecules, and social networks due to oversmoothing and oversquashing. Although Spectral GNNs and traditional neural networks such as recurrent neural networks and transformers mitigate these challenges, they often lack generalizability, or fail to capture detailed structural relationships or symmetries in the data. To address these concerns, we introduce Matrix Function Neural Networks (MFNs), a novel architecture that parameterizes non-local interactions through analytic matrix equivariant functions. Employing resolvent expansions offers a straightforward implementation and the potential for linear scaling with system size. The MFN architecture achieves stateof-the-art performance in standard graph benchmarks, such as the ZINC and TU datasets, and is able to capture intricate non-local interactions in quantum systems, paving the way to new state-of-the-art force fields.
stat-04.zip/2310.10434.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.04953
Robust matrix completion via Novel M-estimator Functions
[ "Zhi-Yong Wang", "Hing Cheung So" ]
8 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2310.04953
M-estmators including the Welsch and Cauchy have been widely adopted for robustness against outliers, but they also down-weigh the uncontaminated data. To address this issue, we devise a framework to generate a class of nonconvex functions which only down-weigh outlier-corrupted observations. Our framework is then applied to the Welsch, Cauchy and $\ell_p$-norm functions to produce the corresponding robust loss functions. Targeting on the application of robust matrix completion, efficient algorithms based on these functions are developed and their convergence is analyzed. Finally, extensive numerical results demonstrate that the proposed methods are superior to the competitors in terms of recovery accuracy and runtime.
stat-04.zip/2310.04953.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.02984
Scaling Laws for Associative Memories
[ "Vivien Cabannes", "Elvis Dohmatob", "Alberto Bietti" ]
4 Oct 2023 (<a href="https://arxiv.org/abs/2310.02984v1">v1</a>), last revised 20 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Computation and Language (cs.CL); Machine Learning (cs.LG); Neural and Evolutionary Computing (cs.NE)
https://doi.org/10.48550/arXiv.2310.02984
Learning arguably involves the discovery and memorization of abstract rules. The aim of this paper is to study associative memory mechanisms. Our model is based on high-dimensional matrices consisting of outer products of embeddings, which relates to the inner layers of transformer language models. We derive precise scaling laws with respect to sample size and parameter size, and discuss the statistical efficiency of different estimators, including optimization-based algorithms. We provide extensive numerical experiments to validate and interpret theoretical results, including fine-grained visualizations of the stored memory associations.
stat-04.zip/2310.02984.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10239
Structural transfer learning of non-Gaussian DAG
[ "Mingyang Ren", "Xin He", "Junhui Wang" ]
16 Oct 2023
35 pages, 3 figures, 3 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.10239
Directed acyclic graph (DAG) has been widely employed to represent directional relationships among a set of collected nodes. Yet, the available data in one single study is often limited for accurate DAG reconstruction, whereas heterogeneous data may be collected from multiple relevant studies. It remains an open question how to pool the heterogeneous data together for better DAG structure reconstruction in the target study. In this paper, we first introduce a novel set of structural similarity measures for DAG and then present a transfer DAG learning framework by effectively leveraging information from auxiliary DAGs of different levels of similarities. Our theoretical analysis shows substantial improvement in terms of DAG reconstruction in the target study, even when no auxiliary DAG is overall similar to the target DAG, which is in sharp contrast to most existing transfer learning methods. The advantage of the proposed transfer DAG learning is also supported by extensive numerical experiments on both synthetic data and multi-site brain functional connectivity network data.
stat-04.zip/2310.10239.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10843
Probabilistic Classification by Density Estimation Using Gaussian Mixture Model and Masked Autoregressive Flow
[ "Benyamin Ghojogh", "Milad Amir Toutounchian" ]
16 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Neural and Evolutionary Computing (cs.NE)
https://doi.org/10.48550/arXiv.2310.10843
Density estimation, which estimates the distribution of data, is an important category of probabilistic machine learning. A family of density estimators is mixture models, such as Gaussian Mixture Model (GMM) by expectation maximization. Another family of density estimators is the generative models which generate data from input latent variables. One of the generative models is the Masked Autoregressive Flow (MAF) which makes use of normalizing flows and autoregressive networks. In this paper, we use the density estimators for classification, although they are often used for estimating the distribution of data. We model the likelihood of classes of data by density estimation, specifically using GMM and MAF. The proposed classifiers outperform simpler classifiers such as linear discriminant analysis which model the likelihood using only a single Gaussian distribution. This work opens the research door for proposing other probabilistic classifiers based on joint density estimation.
stat-04.zip/2310.10843.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.03556
Stable Training of Probabilistic Models Using the Leave-One-Out Maximum Log-Likelihood Objective
[ "Kutay Bölat", "Simon H. Tindemans", "Peter Palensky" ]
5 Oct 2023 (<a href="https://arxiv.org/abs/2310.03556v1">v1</a>), last revised 14 Mar 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Systems and Control (eess.SY)
https://doi.org/10.48550/arXiv.2310.03556
Probabilistic modelling of power systems operation and planning processes depends on data-driven methods, which require sufficiently large datasets. When historical data lacks this, it is desired to model the underlying data generation mechanism as a probability distribution to assess the data quality and generate more data, if needed. Kernel density estimation (KDE) based models are popular choices for this task, but they fail to adapt to data regions with varying densities. In this paper, an adaptive KDE model is employed to circumvent this, where each kernel in the model has an individual bandwidth. The leave-one-out maximum log-likelihood (LOO-MLL) criterion is proposed to prevent the singular solutions that the regular MLL criterion gives rise to, and it is proven that LOO-MLL prevents these. Relying on this guaranteed robustness, the model is extended by adjustable weights for the kernels. In addition, a modified expectation-maximization algorithm is employed to accelerate the optimization speed reliably. The performance of the proposed method and models are exhibited on two power systems datasets using different statistical tests and by comparison with Gaussian mixture models. Results show that the proposed models have promising performance, in addition to their singularity prevention guarantees.
stat-04.zip/2310.03556.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.09335
The surrogate Gibbs-posterior of a corrected stochastic MALA: Towards uncertainty quantification for neural networks
[ "Sebastian Bieringer", "Gregor Kasieczka", "Maximilian F. Steffen", "Mathias Trabs" ]
13 Oct 2023 (<a href="https://arxiv.org/abs/2310.09335v1">v1</a>), last revised 3 Jul 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2310.09335
MALA is a popular gradient-based Markov chain Monte Carlo method to access the Gibbs-posterior distribution. Stochastic MALA (sMALA) scales to large data sets, but changes the target distribution from the Gibbs-posterior to a surrogate posterior which only exploits a reduced sample size. We introduce a corrected stochastic MALA (csMALA) with a simple correction term for which distance between the resulting surrogate posterior and the original Gibbs-posterior decreases in the full sample size while retaining scalability. In a nonparametric regression model, we prove a PAC-Bayes oracle inequality for the surrogate posterior. Uncertainties can be quantified by sampling from the surrogate posterior. Focusing on Bayesian neural networks, we analyze the diameter and coverage of credible balls for shallow neural networks and we show optimal contraction rates for deep neural networks. Our credibility result is independent of the correction and can also be applied to the standard Gibbs-posterior. A simulation study in a high-dimensional parameter space demonstrates that an estimator drawn from csMALA based on its surrogate Gibbs-posterior indeed exhibits these advantages in practice.
stat-04.zip/2310.09335.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.05655
Causal structure learning with momentum: Sampling distributions over Markov Equivalence Classes of DAGs
[ "Moritz Schauer", "Marcel Wienöbst" ]
9 Oct 2023 (<a href="https://arxiv.org/abs/2310.05655v1">v1</a>), last revised 27 Aug 2024 (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.2310.05655
In the context of inferring a Bayesian network structure (directed acyclic graph, DAG for short), we devise a non-reversible continuous time Markov chain, the ``Causal Zig-Zag sampler&#39;&#39;, that targets a probability distribution over classes of observationally equivalent (Markov equivalent) DAGs. The classes are represented as completed partially directed acyclic graphs (CPDAGs). The non-reversible Markov chain relies on the operators used in Chickering&#39;s Greedy Equivalence Search (GES) and is endowed with a momentum variable, which improves mixing significantly as we show empirically. The possible target distributions include posterior distributions based on a prior over DAGs and a Markov equivalent likelihood. We offer an efficient implementation wherein we develop new algorithms for listing, counting, uniformly sampling, and applying possible moves of the GES operators, all of which significantly improve upon the state-of-the-art run-time.
stat-04.zip/2310.05655.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.18814
Stability of Random Forests and Coverage of Random-Forest Prediction Intervals
[ "Yan Wang", "Huaiqing Wu", "Dan Nettleton" ]
28 Oct 2023
NeurIPS 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.18814
We establish stability of random forests under the mild condition that the squared response ($Y^2$) does not have a heavy tail. In particular, our analysis holds for the practical version of random forests that is implemented in popular packages like \texttt{randomForest} in \texttt{R}. Empirical results show that stability may persist even beyond our assumption and hold for heavy-tailed $Y^2$. Using the stability property, we prove a non-asymptotic lower bound for the coverage probability of prediction intervals constructed from the out-of-bag error of random forests. With another mild condition that is typically satisfied when $Y$ is continuous, we also establish a complementary upper bound, which can be similarly established for the jackknife prediction interval constructed from an arbitrary stable algorithm. We also discuss the asymptotic coverage probability under assumptions weaker than those considered in previous literature. Our work implies that random forests, with its stability property, is an effective machine learning method that can provide not only satisfactory point prediction but also justified interval prediction at almost no extra computational cost.
stat-04.zip/2310.18814.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10013
Riemannian Residual Neural Networks
[ "Isay Katsman", "Eric Ming Chen", "Sidhanth Holalkere", "Anna Asch", "Aaron Lou", "Ser-Nam Lim", "Christopher De Sa" ]
16 Oct 2023
Published at NeurIPS 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.10013
Recent methods in geometric deep learning have introduced various neural networks to operate over data that lie on Riemannian manifolds. Such networks are often necessary to learn well over graphs with a hierarchical structure or to learn over manifold-valued data encountered in the natural sciences. These networks are often inspired by and directly generalize standard Euclidean neural networks. However, extending Euclidean networks is difficult and has only been done for a select few manifolds. In this work, we examine the residual neural network (ResNet) and show how to extend this construction to general Riemannian manifolds in a geometrically principled manner. Originally introduced to help solve the vanishing gradient problem, ResNets have become ubiquitous in machine learning due to their beneficial learning properties, excellent empirical results, and easy-to-incorporate nature when building varied neural networks. We find that our Riemannian ResNets mirror these desirable properties: when compared to existing manifold neural networks designed to learn over hyperbolic space and the manifold of symmetric positive definite matrices, we outperform both kinds of networks in terms of relevant testing metrics and training dynamics.
stat-04.zip/2310.10013.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.11431
Identifying Interpretable Visual Features in Artificial and Biological Neural Systems
[ "David Klindt", "Sophia Sanborn", "Francisco Acosta", "Frédéric Poitevin", "Nina Miolane" ]
17 Oct 2023 (<a href="https://arxiv.org/abs/2310.11431v1">v1</a>), last revised 18 Oct 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.11431
Single neurons in neural networks are often interpretable in that they represent individual, intuitively meaningful features. However, many neurons exhibit $\textit{mixed selectivity}$, i.e., they represent multiple unrelated features. A recent hypothesis proposes that features in deep networks may be represented in $\textit{superposition}$, i.e., on non-orthogonal axes by multiple neurons, since the number of possible interpretable features in natural data is generally larger than the number of neurons in a given network. Accordingly, we should be able to find meaningful directions in activation space that are not aligned with individual neurons. Here, we propose (1) an automated method for quantifying visual interpretability that is validated against a large database of human psychophysics judgments of neuron interpretability, and (2) an approach for finding meaningful directions in network activation space. We leverage these methods to discover directions in convolutional neural networks that are more intuitively meaningful than individual neurons, as we confirm and investigate in a series of analyses. Moreover, we apply the same method to three recent datasets of visual neural responses in the brain and find that our conclusions largely transfer to real neural data, suggesting that superposition might be deployed by the brain. This also provides a link with disentanglement and raises fundamental questions about robust, efficient and factorized representations in both artificial and biological neural systems.
stat-04.zip/2310.11431.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.18654
Causal discovery in a complex industrial system: A time series benchmark
[ "Søren Wengel Mogensen", "Karin Rathsman", "Per Nilsson" ]
28 Oct 2023
18 pages, 9 figures, 1 table
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.18654
Causal discovery outputs a causal structure, represented by a graph, from observed data. For time series data, there is a variety of methods, however, it is difficult to evaluate these on real data as realistic use cases very rarely come with a known causal graph to which output can be compared. In this paper, we present a dataset from an industrial subsystem at the European Spallation Source along with its causal graph which has been constructed from expert knowledge. This provides a testbed for causal discovery from time series observations of complex systems, and we believe this can help inform the development of causal discovery methodology.
stat-04.zip/2310.18654.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.11340
Contextualized Machine Learning
[ "Benjamin Lengerich", "Caleb N. Ellington", "Andrea Rubbi", "Manolis Kellis", "Eric P. Xing" ]
17 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.11340
We examine Contextualized Machine Learning (ML), a paradigm for learning heterogeneous and context-dependent effects. Contextualized ML estimates heterogeneous functions by applying deep learning to the meta-relationship between contextual information and context-specific parametric models. This is a form of varying-coefficient modeling that unifies existing frameworks including cluster analysis and cohort modeling by introducing two reusable concepts: a context encoder which translates sample context into model parameters, and sample-specific model which operates on sample predictors. We review the process of developing contextualized models, nonparametric inference from contextualized models, and identifiability conditions of contextualized models. Finally, we present the open-source PyTorch package ContextualizedML.
stat-04.zip/2310.11340.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10952
Restricted Tweedie Stochastic Block Models
[ "Jie Jian", "Mu Zhu", "Peijun Sang" ]
17 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2310.10952
The stochastic block model (SBM) is a widely used framework for community detection in networks, where the network structure is typically represented by an adjacency matrix. However, conventional SBMs are not directly applicable to an adjacency matrix that consists of non-negative zero-inflated continuous edge weights. To model the international trading network, where edge weights represent trading values between countries, we propose an innovative SBM based on a restricted Tweedie distribution. Additionally, we incorporate nodal information, such as the geographical distance between countries, and account for its dynamic effect on edge weights. Notably, we show that given a sufficiently large number of nodes, estimating this covariate effect becomes independent of community labels of each node when computing the maximum likelihood estimator of parameters in our model. This result enables the development of an efficient two-step algorithm that separates the estimation of covariate effects from other parameters. We demonstrate the effectiveness of our proposed method through extensive simulation studies and an application to real-world international trading data.
stat-04.zip/2310.10952.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10907
Surrogate Active Subspaces for Jump-Discontinuous Functions
[ "Nathan Wycoff" ]
17 Oct 2023 (<a href="https://arxiv.org/abs/2310.10907v1">v1</a>), last revised 18 Oct 2023 (this version, v2)
comments very welcome
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.10907
Surrogate modeling and active subspaces have emerged as powerful paradigms in computational science and engineering. Porting such techniques to computational models in the social sciences brings into sharp relief their limitations in dealing with discontinuous simulators, such as Agent-Based Models, which have discrete outputs. Nevertheless, prior applied work has shown that surrogate estimates of active subspaces for such estimators can yield interesting results. But given that active subspaces are defined by way of gradients, it is not clear what quantity is being estimated when this methodology is applied to a discontinuous simulator. We begin this article by showing some pathologies that can arise when conducting such an analysis. This motivates an extension of active subspaces to discontinuous functions, clarifying what is actually being estimated in such analyses. We also conduct numerical experiments on synthetic test functions to compare Gaussian process estimates of active subspaces on continuous and discontinuous functions. Finally, we deploy our methodology on Flee, an agent-based model of refugee movement, yielding novel insights into which parameters of the simulation are most important across 8 displacement crises in Africa and the Middle East.
stat-04.zip/2310.10907.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.18717
On the Accuracy of Hotelling-Type Asymmetric Tensor Deflation: A Random Tensor Analysis
[ "Mohamed El Amine Seddik", "Maxime Guillaud", "Alexis Decurninge", "José Henrique de Morais Goulart" ]
28 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.18717
This work introduces an asymptotic study of Hotelling-type tensor deflation in the presence of noise, in the regime of large tensor dimensions. Specifically, we consider a low-rank asymmetric tensor model of the form $\sum_{i=1}^r \beta_i{\mathcal{A}}_i + {\mathcal{W}}$ where $\beta_i\geq 0$ and the ${\mathcal{A}}_i$&#39;s are unit-norm rank-one tensors such that $\left| \langle {\mathcal{A}}_i, {\mathcal{A}}_j \rangle \right| \in [0, 1]$ for $i\neq j$ and ${\mathcal{W}}$ is an additive noise term. Assuming that the dominant components are successively estimated from the noisy observation and subsequently subtracted, we leverage recent advances in random tensor theory in the regime of asymptotically large tensor dimensions to analytically characterize the estimated singular values and the alignment of estimated and true singular vectors at each step of the deflation procedure. Furthermore, this result can be used to construct estimators of the signal-to-noise ratios $\beta_i$ and the alignments between the estimated and true rank-1 signal components.
stat-04.zip/2310.18717.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19390
Implicit Manifold Gaussian Process Regression
[ "Bernardo Fichera", "Viacheslav Borovitskiy", "Andreas Krause", "Aude Billard" ]
30 Oct 2023 (<a href="https://arxiv.org/abs/2310.19390v1">v1</a>), last revised 1 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.19390
Gaussian process regression is widely used because of its ability to provide well-calibrated uncertainty estimates and handle small or sparse datasets. However, it struggles with high-dimensional data. One possible way to scale this technique to higher dimensions is to leverage the implicit low-dimensional manifold upon which the data actually lies, as postulated by the manifold hypothesis. Prior work ordinarily requires the manifold structure to be explicitly provided though, i.e. given by a mesh or be known to be one of the well-known manifolds like the sphere. In contrast, in this paper we propose a Gaussian process regression technique capable of inferring implicit structure directly from data (labeled and unlabeled) in a fully differentiable way. For the resulting model, we discuss its convergence to the Matérn Gaussian process on the assumed manifold. Our technique scales up to hundreds of thousands of data points, and may improve the predictive performance and calibration of the standard Gaussian process regression in high-dimensional settings.
stat-04.zip/2310.19390.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19300
Stage-Aware Learning for Dynamic Treatments
[ "Hanwen Ye", "Wenzhuo Zhou", "Ruoqing Zhu", "Annie Qu" ]
30 Oct 2023 (<a href="https://arxiv.org/abs/2310.19300v1">v1</a>), last revised 17 Oct 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.19300
Recent advances in dynamic treatment regimes (DTRs) facilitate the search for optimal treatments, which are tailored to individuals&#39; specific needs and able to maximize their expected clinical benefits. However, existing algorithms relying on consistent trajectories, such as inverse probability weighting estimators (IPWEs), could suffer from insufficient sample size under optimal treatments and a growing number of decision-making stages, particularly in the context of chronic diseases. To address these challenges, we propose a novel individualized learning method which estimates the DTR with a focus on prioritizing alignment between the observed treatment trajectory and the one obtained by the optimal regime across decision stages. By relaxing the restriction that the observed trajectory must be fully aligned with the optimal treatments, our approach substantially improves the sample efficiency and stability of IPWE-based methods. In particular, the proposed learning scheme builds a more general framework which includes the popular outcome weighted learning framework as a special case of ours. Moreover, we introduce the notion of stage importance scores along with an attention mechanism to explicitly account for heterogeneity among decision stages. We establish the theoretical properties of the proposed approach, including the Fisher consistency and finite-sample performance bound. Empirically, we evaluate the proposed method in extensive simulated environments and a real case study for the COVID-19 pandemic.
stat-04.zip/2310.19300.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.11940
Interpretable Spectral Variational AutoEncoder (ISVAE) for time series clustering
[ "Óscar Jiménez Rama", "Fernando Moreno-Pino", "David Ramírez", "Pablo M. Olmos" ]
18 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.11940
The best encoding is the one that is interpretable in nature. In this work, we introduce a novel model that incorporates an interpretable bottleneck-termed the Filter Bank (FB)-at the outset of a Variational Autoencoder (VAE). This arrangement compels the VAE to attend on the most informative segments of the input signal, fostering the learning of a novel encoding ${f_0}$ which boasts enhanced interpretability and clusterability over traditional latent spaces. By deliberately constraining the VAE with this FB, we intentionally constrict its capacity to access broad input domain information, promoting the development of an encoding that is discernible, separable, and of reduced dimensionality. The evolutionary learning trajectory of ${f_0}$ further manifests as a dynamic hierarchical tree, offering profound insights into cluster similarities. Additionally, for handling intricate data configurations, we propose a tailored decoder structure that is symmetrically aligned with FB&#39;s architecture. Empirical evaluations highlight the superior efficacy of ISVAE, which compares favorably to state-of-the-art results in clustering metrics across real-world datasets.
stat-04.zip/2310.11940.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12743
Canonical normalizing flows for manifold learning
[ "Kyriakos Flouris", "Ender Konukoglu" ]
19 Oct 2023 (<a href="https://arxiv.org/abs/2310.12743v1">v1</a>), last revised 5 Mar 2025 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Differential Geometry (math.DG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2310.12743
Manifold learning flows are a class of generative modelling techniques that assume a low-dimensional manifold description of the data. The embedding of such a manifold into the high-dimensional space of the data is achieved via learnable invertible transformations. Therefore, once the manifold is properly aligned via a reconstruction loss, the probability density is tractable on the manifold and maximum likelihood can be used to optimize the network parameters. Naturally, the lower-dimensional representation of the data requires an injective-mapping. Recent approaches were able to enforce that the density aligns with the modelled manifold, while efficiently calculating the density volume-change term when embedding to the higher-dimensional space. However, unless the injective-mapping is analytically predefined, the learned manifold is not necessarily an efficient representation of the data. Namely, the latent dimensions of such models frequently learn an entangled intrinsic basis, with degenerate information being stored in each dimension. Alternatively, if a locally orthogonal and/or sparse basis is to be learned, here coined canonical intrinsic basis, it can serve in learning a more compact latent space representation. Toward this end, we propose a canonical manifold learning flow method, where a novel optimization objective enforces the transformation matrix to have few prominent and non-degenerate basis functions. We demonstrate that by minimizing the off-diagonal manifold metric elements $\ell_1$-norm, we can achieve such a basis, which is simultaneously sparse and/or orthogonal. Canonical manifold flow yields a more efficient use of the latent space, automatically generating fewer prominent and distinct dimensions to represent data, and a better approximation of target distributions than other manifold flow methods in most experiments we conducted, resulting in lower FID scores.
stat-04.zip/2310.12743.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12079
Differential Equation Scaling Limits of Shaped and Unshaped Neural Networks
[ "Mufan Bill Li", "Mihai Nica" ]
18 Oct 2023 (<a href="https://arxiv.org/abs/2310.12079v1">v1</a>), last revised 18 Apr 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.12079
Recent analyses of neural networks with shaped activations (i.e. the activation function is scaled as the network size grows) have led to scaling limits described by differential equations. However, these results do not a priori tell us anything about &#34;ordinary&#34; unshaped networks, where the activation is unchanged as the network size grows. In this article, we find similar differential equation based asymptotic characterization for two types of unshaped networks. <br>Firstly, we show that the following two architectures converge to the same infinite-depth-and-width limit at initialization: (i) a fully connected ResNet with a $d^{-1/2}$ factor on the residual branch, where $d$ is the network depth. (ii) a multilayer perceptron (MLP) with depth $d \ll$ width $n$ and shaped ReLU activation at rate $d^{-1/2}$. <br>Secondly, for an unshaped MLP at initialization, we derive the first order asymptotic correction to the layerwise correlation. In particular, if $\rho_\ell$ is the correlation at layer $\ell$, then $q_t = \ell^2 (1 - \rho_\ell)$ with $t = \frac{\ell}{n}$ converges to an SDE with a singularity at $t=0$. <br>These results together provide a connection between shaped and unshaped network architectures, and opens up the possibility of studying the effect of normalization methods and how it connects with shaping activation functions.
stat-04.zip/2310.12079.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.20007
Improved Bayesian Regret Bounds for Thompson Sampling in Reinforcement Learning
[ "Ahmadreza Moradipari", "Mohammad Pedramfar", "Modjtaba Shokrian Zini", "Vaneet Aggarwal" ]
30 Oct 2023 (<a href="https://arxiv.org/abs/2310.20007v1">v1</a>), last revised 6 Feb 2024 (this version, v2)
37th Conference on Neural Information Processing Systems (NeurIPS 2023)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.20007
In this paper, we prove the first Bayesian regret bounds for Thompson Sampling in reinforcement learning in a multitude of settings. We simplify the learning problem using a discrete set of surrogate environments, and present a refined analysis of the information ratio using posterior consistency. This leads to an upper bound of order $\widetilde{O}(H\sqrt{d_{l_1}T})$ in the time inhomogeneous reinforcement learning problem where $H$ is the episode length and $d_{l_1}$ is the Kolmogorov $l_1-$dimension of the space of environments. We then find concrete bounds of $d_{l_1}$ in a variety of settings, such as tabular, linear and finite mixtures, and discuss how how our results are either the first of their kind or improve the state-of-the-art.
stat-04.zip/2310.20007.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12304
Preference Optimization for Molecular Language Models
[ "Ryan Park", "Ryan Theisen", "Navriti Sahni", "Marcel Patek", "Anna Cichońska", "Rayees Rahman" ]
18 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.12304
Molecular language modeling is an effective approach to generating novel chemical structures. However, these models do not \emph{a priori} encode certain preferences a chemist may desire. We investigate the use of fine-tuning using Direct Preference Optimization to better align generated molecules with chemist preferences. Our findings suggest that this approach is simple, efficient, and highly effective.
stat-04.zip/2310.12304.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.18554
Improved Regret Bounds of (Multinomial) Logistic Bandits via Regret-to-Confidence-Set Conversion
[ "Junghyun Lee", "Se-Young Yun", "Kwang-Sung Jun" ]
28 Oct 2023 (<a href="https://arxiv.org/abs/2310.18554v1">v1</a>), last revised 13 Mar 2024 (this version, v3)
39 pages, 1 figure, 1 table; Accepted to the 27th International Conference on Artificial Intelligence and Statistics (AISTATS 2024) (ver2: fixed some errors and significantly expanded discussions on various parts, such as related work. ver3: fixed some minor typos)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.18554
Logistic bandit is a ubiquitous framework of modeling users&#39; choices, e.g., click vs. no click for advertisement recommender system. We observe that the prior works overlook or neglect dependencies in $S \geq \lVert \theta_\star \rVert_2$, where $\theta_\star \in \mathbb{R}^d$ is the unknown parameter vector, which is particularly problematic when $S$ is large, e.g., $S \geq d$. In this work, we improve the dependency on $S$ via a novel approach called {\it regret-to-confidence set conversion (R2CS)}, which allows us to construct a convex confidence set based on only the \textit{existence} of an online learning algorithm with a regret guarantee. Using R2CS, we obtain a strict improvement in the regret bound w.r.t. $S$ in logistic bandits while retaining computational feasibility and the dependence on other factors such as $d$ and $T$. We apply our new confidence set to the regret analyses of logistic bandits with a new martingale concentration step that circumvents an additional factor of $S$. We then extend this analysis to multinomial logistic bandits and obtain similar improvements in the regret, showing the efficacy of R2CS. While we applied R2CS to the (multinomial) logistic model, R2CS is a generic approach for developing confidence sets that can be used for various models, which can be of independent interest.
stat-04.zip/2310.18554.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.20579
Initialization Matters: Privacy-Utility Analysis of Overparameterized Neural Networks
[ "Jiayuan Ye", "Zhenyu Zhu", "Fanghui Liu", "Reza Shokri", "Volkan Cevher" ]
31 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Cryptography and Security (cs.CR); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.20579
We analytically investigate how over-parameterization of models in randomized machine learning algorithms impacts the information leakage about their training data. Specifically, we prove a privacy bound for the KL divergence between model distributions on worst-case neighboring datasets, and explore its dependence on the initialization, width, and depth of fully connected neural networks. We find that this KL privacy bound is largely determined by the expected squared gradient norm relative to model parameters during training. Notably, for the special setting of linearized network, our analysis indicates that the squared gradient norm (and therefore the escalation of privacy loss) is tied directly to the per-layer variance of the initialization distribution. By using this analysis, we demonstrate that privacy bound improves with increasing depth under certain initializations (LeCun and Xavier), while degrades with increasing depth under other initializations (He and NTK). Our work reveals a complex interplay between privacy and depth that depends on the chosen initialization distribution. We further prove excess empirical risk bounds under a fixed KL privacy budget, and show that the interplay between privacy utility trade-off and depth is similarly affected by the initialization.
stat-04.zip/2310.20579.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12806
DCSI -- An improved measure of cluster separability based on separation and connectedness
[ "Jana Gauss", "Fabian Scheipl", "Moritz Herrmann" ]
19 Oct 2023 (<a href="https://arxiv.org/abs/2310.12806v1">v1</a>), last revised 10 Apr 2025 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.12806
Whether class labels in a given data set correspond to meaningful clusters is crucial for the evaluation of clustering algorithms using real-world data sets. This property can be quantified by separability measures. The central aspects of separability for density-based clustering are between-class separation and within-class connectedness, and neither classification-based complexity measures nor cluster validity indices (CVIs) adequately incorporate them. A newly developed measure (density cluster separability index, DCSI) aims to quantify these two characteristics and can also be used as a CVI. Extensive experiments on synthetic data indicate that DCSI correlates strongly with the performance of DBSCAN measured via the adjusted Rand index (ARI) but lacks robustness when it comes to multi-class data sets with overlapping classes that are ill-suited for density-based hard clustering. Detailed evaluation on frequently used real-world data sets shows that DCSI can correctly identify touching or overlapping classes that do not correspond to meaningful density-based clusters.
stat-04.zip/2310.12806.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12964
PAC Prediction Sets Under Label Shift
[ "Wenwen Si", "Sangdon Park", "Insup Lee", "Edgar Dobriban", "Osbert Bastani" ]
19 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.12964
Prediction sets capture uncertainty by predicting sets of labels rather than individual labels, enabling downstream decisions to conservatively account for all plausible outcomes. Conformal inference algorithms construct prediction sets guaranteed to contain the true label with high probability. These guarantees fail to hold in the face of distribution shift, which is precisely when reliable uncertainty quantification can be most useful. We propose a novel algorithm for constructing prediction sets with PAC guarantees in the label shift setting. This method estimates the predicted probabilities of the classes in a target domain, as well as the confusion matrix, then propagates uncertainty in these estimates through a Gaussian elimination algorithm to compute confidence intervals for importance weights. Finally, it uses these intervals to construct prediction sets. We evaluate our approach on five datasets: the CIFAR-10, ChestX-Ray and Entity-13 image datasets, the tabular CDC Heart dataset, and the AGNews text dataset. Our algorithm satisfies the PAC guarantee while producing smaller, more informative, prediction sets compared to several baselines.
stat-04.zip/2310.12964.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.20630
Projecting basis functions with tensor networks for Gaussian process regression
[ "Clara Menzen", "Eva Memmel", "Kim Batselier", "Manon Kok" ]
31 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.20630
This paper presents a method for approximate Gaussian process (GP) regression with tensor networks (TNs). A parametric approximation of a GP uses a linear combination of basis functions, where the accuracy of the approximation depends on the total number of basis functions $M$. We develop an approach that allows us to use an exponential amount of basis functions without the corresponding exponential computational complexity. The key idea to enable this is using low-rank TNs. We first find a suitable low-dimensional subspace from the data, described by a low-rank TN. In this low-dimensional subspace, we then infer the weights of our model by solving a Bayesian inference problem. Finally, we project the resulting weights back to the original space to make GP predictions. The benefit of our approach comes from the projection to a smaller subspace: It modifies the shape of the basis functions in a way that it sees fit based on the given data, and it allows for efficient computations in the smaller subspace. In an experiment with an 18-dimensional benchmark data set, we show the applicability of our method to an inverse dynamics problem.
stat-04.zip/2310.20630.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19683
An Online Bootstrap for Time Series
[ "Nicolai Palm", "Thomas Nagler" ]
30 Oct 2023 (<a href="https://arxiv.org/abs/2310.19683v1">v1</a>), last revised 26 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.19683
Resampling methods such as the bootstrap have proven invaluable in the field of machine learning. However, the applicability of traditional bootstrap methods is limited when dealing with large streams of dependent data, such as time series or spatially correlated observations. In this paper, we propose a novel bootstrap method that is designed to account for data dependencies and can be executed online, making it particularly suitable for real-time applications. This method is based on an autoregressive sequence of increasingly dependent resampling weights. We prove the theoretical validity of the proposed bootstrap scheme under general conditions. We demonstrate the effectiveness of our approach through extensive simulations and show that it provides reliable uncertainty quantification even in the presence of complex data dependencies. Our work bridges the gap between classical resampling techniques and the demands of modern data analysis, providing a valuable tool for researchers and practitioners in dynamic, data-rich environments.
stat-04.zip/2310.19683.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12563
Approximate information maximization for bandit games
[ "Alex Barbier-Chebbah", "Christian L. Vestergaard", "Jean-Baptiste Masson", "Etienne Boursier" ]
19 Oct 2023 (<a href="https://arxiv.org/abs/2310.12563v1">v1</a>), last revised 29 Nov 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.12563
Entropy maximization and free energy minimization are general physical principles for modeling the dynamics of various physical systems. Notable examples include modeling decision-making within the brain using the free-energy principle, optimizing the accuracy-complexity trade-off when accessing hidden variables with the information bottleneck principle (Tishby et al., 2000), and navigation in random environments using information maximization (Vergassola et al., 2007). Built on this principle, we propose a new class of bandit algorithms that maximize an approximation to the information of a key variable within the system. To this end, we develop an approximated analytical physics-based representation of an entropy to forecast the information gain of each action and greedily choose the one with the largest information gain. This method yields strong performances in classical bandit settings. Motivated by its empirical success, we prove its asymptotic optimality for the two-armed bandit problem with Gaussian rewards. Owing to its ability to encompass the system&#39;s properties in a global physical functional, this approach can be efficiently adapted to more complex bandit settings, calling for further investigation of information maximization approaches for multi-armed bandit problems.
stat-04.zip/2310.12563.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19831
Explaining by Imitating: Understanding Decisions by Interpretable Policy Learning
[ "Alihan Hüyük", "Daniel Jarrett", "Mihaela van der Schaar" ]
28 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.19831
Understanding human behavior from observed data is critical for transparency and accountability in decision-making. Consider real-world settings such as healthcare, in which modeling a decision-maker&#39;s policy is challenging -- with no access to underlying states, no knowledge of environment dynamics, and no allowance for live experimentation. We desire learning a data-driven representation of decision-making behavior that (1) inheres transparency by design, (2) accommodates partial observability, and (3) operates completely offline. To satisfy these key criteria, we propose a novel model-based Bayesian method for interpretable policy learning (&#34;Interpole&#34;) that jointly estimates an agent&#39;s (possibly biased) belief-update process together with their (possibly suboptimal) belief-action mapping. Through experiments on both simulated and real-world data for the problem of Alzheimer&#39;s disease diagnosis, we illustrate the potential of our approach as an investigative device for auditing, quantifying, and understanding human decision-making behavior.
stat-04.zip/2310.19831.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.03945
On Wasserstein distances for affine transformations of random vectors
[ "Keaton Hamm", "Andrzej Korzeniowski" ]
5 Oct 2023 (<a href="https://arxiv.org/abs/2310.03945v1">v1</a>), last revised 7 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.03945
We expound on some known lower bounds of the quadratic Wasserstein distance between random vectors in $\mathbb{R}^n$ with an emphasis on affine transformations that have been used in manifold learning of data in Wasserstein space. In particular, we give concrete lower bounds for rotated copies of random vectors in $\mathbb{R}^2$ by computing the Bures metric between the covariance matrices. We also derive upper bounds for compositions of affine maps which yield a fruitful variety of diffeomorphisms applied to an initial data measure. We apply these bounds to various distributions including those lying on a 1-dimensional manifold in $\mathbb{R}^2$ and illustrate the quality of the bounds. Finally, we give a framework for mimicking handwritten digit or alphabet datasets that can be applied in a manifold learning framework.
stat-04.zip/2310.03945.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19973
Unified Enhancement of Privacy Bounds for Mixture Mechanisms via $f$-Differential Privacy
[ "Chendi Wang", "Buxin Su", "Jiayuan Ye", "Reza Shokri", "Weijie J. Su" ]
30 Oct 2023 (<a href="https://arxiv.org/abs/2310.19973v1">v1</a>), last revised 1 Nov 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Cryptography and Security (cs.CR); Machine Learning (cs.LG); Statistics Theory (math.ST); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.19973
Differentially private (DP) machine learning algorithms incur many sources of randomness, such as random initialization, random batch subsampling, and shuffling. However, such randomness is difficult to take into account when proving differential privacy bounds because it induces mixture distributions for the algorithm&#39;s output that are difficult to analyze. This paper focuses on improving privacy bounds for shuffling models and one-iteration differentially private gradient descent (DP-GD) with random initializations using $f$-DP. We derive a closed-form expression of the trade-off function for shuffling models that outperforms the most up-to-date results based on $(\epsilon,\delta)$-DP. Moreover, we investigate the effects of random initialization on the privacy of one-iteration DP-GD. Our numerical computations of the trade-off function indicate that random initialization can enhance the privacy of DP-GD. Our analysis of $f$-DP guarantees for these mixture mechanisms relies on an inequality for trade-off functions introduced in this paper. This inequality implies the joint convexity of $F$-divergences. Finally, we study an $f$-DP analog of the advanced joint convexity of the hockey-stick divergence related to $(\epsilon,\delta)$-DP and apply it to analyze the privacy of mixture mechanisms.
stat-04.zip/2310.19973.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.20609
Graph Matching via convex relaxation to the simplex
[ "Ernesto Araya Valdivia", "Hemant Tyagi" ]
31 Oct 2023 (<a href="https://arxiv.org/abs/2310.20609v1">v1</a>), last revised 9 Aug 2024 (this version, v3)
We fixed some typos and added Lemma 4. Reference to the published version below. Added link to the code
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2310.20609
This paper addresses the Graph Matching problem, which consists of finding the best possible alignment between two input graphs, and has many applications in computer vision, network deanonymization and protein alignment. A common approach to tackle this problem is through convex relaxations of the NP-hard \emph{Quadratic Assignment Problem} (QAP). <br>Here, we introduce a new convex relaxation onto the unit simplex and develop an efficient mirror descent scheme with closed-form iterations for solving this problem. Under the correlated Gaussian Wigner model, we show that the simplex relaxation admits a unique solution with high probability. In the noiseless case, this is shown to imply exact recovery of the ground truth permutation. Additionally, we establish a novel sufficiency condition for the input matrix in standard greedy rounding methods, which is less restrictive than the commonly used `diagonal dominance&#39; condition. We use this condition to show exact one-step recovery of the ground truth (holding almost surely) via the mirror descent scheme, in the noiseless setting. We also use this condition to obtain significantly improved conditions for the GRAMPA algorithm [Fan et al. 2019] in the noiseless setting.
stat-04.zip/2310.20609.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.20508
Parametric Fairness with Statistical Guarantees
[ "François HU", "Philipp Ratz", "Arthur Charpentier" ]
31 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computers and Society (cs.CY); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.20508
Algorithmic fairness has gained prominence due to societal and regulatory concerns about biases in Machine Learning models. Common group fairness metrics like Equalized Odds for classification or Demographic Parity for both classification and regression are widely used and a host of computationally advantageous post-processing methods have been developed around them. However, these metrics often limit users from incorporating domain knowledge. Despite meeting traditional fairness criteria, they can obscure issues related to intersectional fairness and even replicate unwanted intra-group biases in the resulting fair solution. To avoid this narrow perspective, we extend the concept of Demographic Parity to incorporate distributional properties in the predictions, allowing expert knowledge to be used in the fair solution. We illustrate the use of this new metric through a practical example of wages, and develop a parametric method that efficiently addresses practical challenges like limited training data and constraints on total spending, offering a robust solution for real-life applications.
stat-04.zip/2310.20508.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19214
Factor Fitting, Rank Allocation, and Partitioning in Multilevel Low Rank Matrices
[ "Tetiana Parshakova", "Trevor Hastie", "Eric Darve", "Stephen Boyd" ]
30 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Mathematical Software (cs.MS); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2310.19214
We consider multilevel low rank (MLR) matrices, defined as a row and column permutation of a sum of matrices, each one a block diagonal refinement of the previous one, with all blocks low rank given in factored form. MLR matrices extend low rank matrices but share many of their properties, such as the total storage required and complexity of matrix-vector multiplication. We address three problems that arise in fitting a given matrix by an MLR matrix in the Frobenius norm. The first problem is factor fitting, where we adjust the factors of the MLR matrix. The second is rank allocation, where we choose the ranks of the blocks in each level, subject to the total rank having a given value, which preserves the total storage needed for the MLR matrix. The final problem is to choose the hierarchical partition of rows and columns, along with the ranks and factors. This paper is accompanied by an open source package that implements the proposed methods.
stat-04.zip/2310.19214.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12447
Constrained Reweighting of Distributions: an Optimal Transport Approach
[ "Abhisek Chakraborty", "Anirban Bhattacharya", "Debdeep Pati" ]
19 Oct 2023 (<a href="https://arxiv.org/abs/2310.12447v1">v1</a>), last revised 16 Jan 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.12447
We commonly encounter the problem of identifying an optimally weight adjusted version of the empirical distribution of observed data, adhering to predefined constraints on the weights. Such constraints often manifest as restrictions on the moments, tail behaviour, shapes, number of modes, etc., of the resulting weight adjusted empirical distribution. In this article, we substantially enhance the flexibility of such methodology by introducing a nonparametrically imbued distributional constraints on the weights, and developing a general framework leveraging the maximum entropy principle and tools from optimal transport. The key idea is to ensure that the maximum entropy weight adjusted empirical distribution of the observed data is close to a pre-specified probability distribution in terms of the optimal transport metric while allowing for subtle departures. The versatility of the framework is demonstrated in the context of three disparate applications where data re-weighting is warranted to satisfy side constraints on the optimization problem at the heart of the statistical task: namely, portfolio allocation, semi-parametric inference for complex surveys, and ensuring algorithmic fairness in machine learning algorithms.
stat-04.zip/2310.12447.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19384
Deep anytime-valid hypothesis testing
[ "Teodora Pandeva", "Patrick Forré", "Aaditya Ramdas", "Shubhanshu Shekhar" ]
30 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.19384
We propose a general framework for constructing powerful, sequential hypothesis tests for a large class of nonparametric testing problems. The null hypothesis for these problems is defined in an abstract form using the action of two known operators on the data distribution. This abstraction allows for a unified treatment of several classical tasks, such as two-sample testing, independence testing, and conditional-independence testing, as well as modern problems, such as testing for adversarial robustness of machine learning (ML) models. Our proposed framework has the following advantages over classical batch tests: 1) it continuously monitors online data streams and efficiently aggregates evidence against the null, 2) it provides tight control over the type I error without the need for multiple testing correction, 3) it adapts the sample size requirement to the unknown hardness of the problem. We develop a principled approach of leveraging the representation capability of ML models within the testing-by-betting framework, a game-theoretic approach for designing sequential tests. Empirical results on synthetic and real-world datasets demonstrate that tests instantiated using our general framework are competitive against specialized baselines on several tasks.
stat-04.zip/2310.19384.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.14036
On discretisation drift and smoothness regularisation in neural network training
[ "Mihaela Claudia Rosca" ]
21 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.14036
The deep learning recipe of casting real-world problems as mathematical optimisation and tackling the optimisation by training deep neural networks using gradient-based optimisation has undoubtedly proven to be a fruitful one. The understanding behind why deep learning works, however, has lagged behind its practical significance. We aim to make steps towards an improved understanding of deep learning with a focus on optimisation and model regularisation. We start by investigating gradient descent (GD), a discrete-time algorithm at the basis of most popular deep learning optimisation algorithms. Understanding the dynamics of GD has been hindered by the presence of discretisation drift, the numerical integration error between GD and its often studied continuous-time counterpart, the negative gradient flow (NGF). To add to the toolkit available to study GD, we derive novel continuous-time flows that account for discretisation drift. Unlike the NGF, these new flows can be used to describe learning rate specific behaviours of GD, such as training instabilities observed in supervised learning and two-player games. We then translate insights from continuous time into mitigation strategies for unstable GD dynamics, by constructing novel learning rate schedules and regularisers that do not require additional hyperparameters. Like optimisation, smoothness regularisation is another pillar of deep learning&#39;s success with wide use in supervised learning and generative modelling. Despite their individual significance, the interactions between smoothness regularisation and optimisation have yet to be explored. We find that smoothness regularisation affects optimisation across multiple deep learning domains, and that incorporating smoothness regularisation in reinforcement learning leads to a performance boost that can be recovered using adaptions to optimisation methods.
stat-04.zip/2310.14036.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.11256
Gromov-Wasserstein-like Distances in the Gaussian Mixture Models Space
[ "Antoine Salmona", "Julie Delon", "Agnès Desolneux" ]
17 Oct 2023 (<a href="https://arxiv.org/abs/2310.11256v1">v1</a>), last revised 30 Sep 2024 (this version, v3)
accepted to TMLR
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.11256
The Gromov-Wasserstein (GW) distance is frequently used in machine learning to compare distributions across distinct metric spaces. Despite its utility, it remains computationally intensive, especially for large-scale problems. Recently, a novel Wasserstein distance specifically tailored for Gaussian mixture models (GMMs) and known as MW2 (mixture Wasserstein) has been introduced by several authors. In scenarios where data exhibit clustering, this approach simplifies to a small-scale discrete optimal transport problem, which complexity depends solely on the number of Gaussian components in the GMMs. This paper aims to incorporate invariance properties into MW2. This is done by introducing new Gromov-type distances, designed to be isometry-invariant in Euclidean spaces and applicable for comparing GMMs across different dimensional spaces. Our first contribution is the Mixture Gromov Wasserstein distance (MGW2), which can be viewed as a &#34;Gromovized&#34; version of MW2. This new distance has a straightforward discrete formulation, making it highly efficient for estimating distances between GMMs in practical applications. To facilitate the derivation of a transport plan between GMMs, we present a second distance, the Embedded Wasserstein distance (EW2). This distance turns out to be closely related to several recent alternatives to Gromov-Wasserstein. We show that EW2 can be adapted to derive a distance as well as optimal transportation plans between GMMs. We demonstrate the efficiency of these newly proposed distances on medium to large-scale problems, including shape matching and hyperspectral image color transfer.
stat-04.zip/2310.11256.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.11065
Resampling Stochastic Gradient Descent Cheaply for Efficient Uncertainty Quantification
[ "Henry Lam", "Zitong Wang" ]
17 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.11065
Stochastic gradient descent (SGD) or stochastic approximation has been widely used in model training and stochastic optimization. While there is a huge literature on analyzing its convergence, inference on the obtained solutions from SGD has only been recently studied, yet is important due to the growing need for uncertainty quantification. We investigate two computationally cheap resampling-based methods to construct confidence intervals for SGD solutions. One uses multiple, but few, SGDs in parallel via resampling with replacement from the data, and another operates this in an online fashion. Our methods can be regarded as enhancements of established bootstrap schemes to substantially reduce the computation effort in terms of resampling requirements, while at the same time bypassing the intricate mixing conditions in existing batching methods. We achieve these via a recent so-called cheap bootstrap idea and Berry-Esseen-type bound for SGD.
stat-04.zip/2310.11065.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.13786
Fundamental Limits of Membership Inference Attacks on Machine Learning Models
[ "Eric Aubinais", "Elisabeth Gassiat", "Pablo Piantanida" ]
20 Oct 2023 (<a href="https://arxiv.org/abs/2310.13786v1">v1</a>), last revised 12 May 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.2310.13786
Membership inference attacks (MIA) can reveal whether a particular data point was part of the training dataset, potentially exposing sensitive information about individuals. This article provides theoretical guarantees by exploring the fundamental statistical limitations associated with MIAs on machine learning models at large. More precisely, we first derive the statistical quantity that governs the effectiveness and success of such attacks. We then theoretically prove that in a non-linear regression setting with overfitting learning procedures, attacks may have a high probability of success. Finally, we investigate several situations for which we provide bounds on this quantity of interest. Interestingly, our findings indicate that discretizing the data might enhance the learning procedure&#39;s security. Specifically, it is demonstrated to be limited by a constant, which quantifies the diversity of the underlying data distribution. We illustrate those results through simple simulations.
stat-04.zip/2310.13786.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.18824
Intrinsic Gaussian Vector Fields on Manifolds
[ "Daniel Robert-Nicoud", "Andreas Krause", "Viacheslav Borovitskiy" ]
28 Oct 2023 (<a href="https://arxiv.org/abs/2310.18824v1">v1</a>), last revised 31 Mar 2024 (this version, v2)
Version accepted at AISTATS 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.18824
Various applications ranging from robotics to climate science require modeling signals on non-Euclidean domains, such as the sphere. Gaussian process models on manifolds have recently been proposed for such tasks, in particular when uncertainty quantification is needed. In the manifold setting, vector-valued signals can behave very differently from scalar-valued ones, with much of the progress so far focused on modeling the latter. The former, however, are crucial for many applications, such as modeling wind speeds or force fields of unknown dynamical systems. In this paper, we propose novel Gaussian process models for vector-valued signals on manifolds that are intrinsically defined and account for the geometry of the space in consideration. We provide computational primitives needed to deploy the resulting Hodge-Matérn Gaussian vector fields on the two-dimensional sphere and the hypertori. Further, we highlight two generalization directions: discrete two-dimensional meshes and &#34;ideal&#34; manifolds like hyperspheres, Lie groups, and homogeneous spaces. Finally, we show that our Gaussian vector fields constitute considerably more refined inductive biases than the extrinsic fields proposed before.
stat-04.zip/2310.18824.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.13863
Distributionally Robust Optimization with Bias and Variance Reduction
[ "Ronak Mehta", "Vincent Roulet", "Krishna Pillutla", "Zaid Harchaoui" ]
21 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2310.13863
We consider the distributionally robust optimization (DRO) problem with spectral risk-based uncertainty set and $f$-divergence penalty. This formulation includes common risk-sensitive learning objectives such as regularized condition value-at-risk (CVaR) and average top-$k$ loss. We present Prospect, a stochastic gradient-based algorithm that only requires tuning a single learning rate hyperparameter, and prove that it enjoys linear convergence for smooth regularized losses. This contrasts with previous algorithms that either require tuning multiple hyperparameters or potentially fail to converge due to biased gradient estimates or inadequate regularization. Empirically, we show that Prospect can converge 2-3$\times$ faster than baselines such as stochastic gradient and stochastic saddle-point methods on distribution shift and fairness benchmarks spanning tabular, vision, and language domains.
stat-04.zip/2310.13863.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19246
A spectral regularisation framework for latent variable models designed for single channel applications
[ "Ryan Balshaw", "P. Stephan Heyns", "Daniel N. Wilke", "Stephan Schmidt" ]
30 Oct 2023
15 pages; 6 figures; 1 table; github; submitted to SoftwareX
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.19246
Latent variable models (LVMs) are commonly used to capture the underlying dependencies, patterns, and hidden structure in observed data. Source duplication is a by-product of the data hankelisation pre-processing step common to single channel LVM applications, which hinders practical LVM utilisation. In this article, a Python package titled spectrally-regularised-LVMs is presented. The proposed package addresses the source duplication issue via the addition of a novel spectral regularisation term. This package provides a framework for spectral regularisation in single channel LVM applications, thereby making it easier to investigate and utilise LVMs with spectral regularisation. This is achieved via the use of symbolic or explicit representations of potential LVM objective functions which are incorporated into a framework that uses spectral regularisation during the LVM parameter estimation process. The objective of this package is to provide a consistent linear LVM optimisation framework which incorporates spectral regularisation and caters to single channel time-series applications.
stat-04.zip/2310.19246.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.11837
Optimising Distributions with Natural Gradient Surrogates
[ "Jonathan So", "Richard E. Turner" ]
18 Oct 2023 (<a href="https://arxiv.org/abs/2310.11837v1">v1</a>), last revised 4 Mar 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.11837
Natural gradient methods have been used to optimise the parameters of probability distributions in a variety of settings, often resulting in fast-converging procedures. Unfortunately, for many distributions of interest, computing the natural gradient has a number of challenges. In this work we propose a novel technique for tackling such issues, which involves reframing the optimisation as one with respect to the parameters of a surrogate distribution, for which computing the natural gradient is easy. We give several examples of existing methods that can be interpreted as applying this technique, and propose a new method for applying it to a wide variety of problems. Our method expands the set of distributions that can be efficiently targeted with natural gradients. Furthermore, it is fast, easy to understand, simple to implement using standard autodiff software, and does not require lengthy model-specific derivations. We demonstrate our method on maximum likelihood estimation and variational inference tasks.
stat-04.zip/2310.11837.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.13270
Meta-learning of Physics-informed Neural Networks for Efficiently Solving Newly Given PDEs
[ "Tomoharu Iwata", "Yusuke Tanaka", "Naonori Ueda" ]
20 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.13270
We propose a neural network-based meta-learning method to efficiently solve partial differential equation (PDE) problems. The proposed method is designed to meta-learn how to solve a wide variety of PDE problems, and uses the knowledge for solving newly given PDE problems. We encode a PDE problem into a problem representation using neural networks, where governing equations are represented by coefficients of a polynomial function of partial derivatives, and boundary conditions are represented by a set of point-condition pairs. We use the problem representation as an input of a neural network for predicting solutions, which enables us to efficiently predict problem-specific solutions by the forwarding process of the neural network without updating model parameters. To train our model, we minimize the expected error when adapted to a PDE problem based on the physics-informed neural network framework, by which we can evaluate the error even when solutions are unknown. We demonstrate that our proposed method outperforms existing methods in predicting solutions of PDE problems.
stat-04.zip/2310.13270.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.20438
The Phase Transition Phenomenon of Shuffled Regression
[ "Hang Zhang", "Ping Li" ]
31 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.20438
We study the phase transition phenomenon inherent in the shuffled (permuted) regression problem, which has found numerous applications in databases, privacy, data analysis, etc. In this study, we aim to precisely identify the locations of the phase transition points by leveraging techniques from message passing (MP). In our analysis, we first transform the permutation recovery problem into a probabilistic graphical model. We then leverage the analytical tools rooted in the message passing (MP) algorithm and derive an equation to track the convergence of the MP algorithm. By linking this equation to the branching random walk process, we are able to characterize the impact of the signal-to-noise-ratio ($\snr$) on the permutation recovery. Depending on whether the signal is given or not, we separately investigate the oracle case and the non-oracle case. The bottleneck in identifying the phase transition regimes lies in deriving closed-form formulas for the corresponding critical points, but only in rare scenarios can one obtain such precise expressions. To tackle this technical challenge, this study proposes the Gaussian approximation method, which allows us to obtain the closed-form formulas in almost all scenarios. In the oracle case, our method can fairly accurately predict the phase transition $\snr$. In the non-oracle case, our algorithm can predict the maximum allowed number of permuted rows and uncover its dependency on the sample number.
stat-04.zip/2310.20438.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.11122
Sensitivity-Aware Amortized Bayesian Inference
[ "Lasse Elsemüller", "Hans Olischläger", "Marvin Schmitt", "Paul-Christian Bürkner", "Ullrich Köthe", "Stefan T. Radev" ]
17 Oct 2023 (<a href="https://arxiv.org/abs/2310.11122v1">v1</a>), last revised 28 Aug 2024 (this version, v6)
Published in TMLR (2024)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.11122
Sensitivity analyses reveal the influence of various modeling choices on the outcomes of statistical analyses. While theoretically appealing, they are overwhelmingly inefficient for complex Bayesian models. In this work, we propose sensitivity-aware amortized Bayesian inference (SA-ABI), a multifaceted approach to efficiently integrate sensitivity analyses into simulation-based inference with neural networks. First, we utilize weight sharing to encode the structural similarities between alternative likelihood and prior specifications in the training process with minimal computational overhead. Second, we leverage the rapid inference of neural networks to assess sensitivity to data perturbations and preprocessing steps. In contrast to most other Bayesian approaches, both steps circumvent the costly bottleneck of refitting the model for each choice of likelihood, prior, or data set. Finally, we propose to use deep ensembles to detect sensitivity arising from unreliable approximation (e.g., due to model misspecification). We demonstrate the effectiveness of our method in applied modeling problems, ranging from disease outbreak dynamics and global warming thresholds to human decision-making. Our results support sensitivity-aware inference as a default choice for amortized Bayesian workflows, automatically providing modelers with insights into otherwise hidden dimensions.
stat-04.zip/2310.11122.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19653
A Note on Generalization in Variational Autoencoders: How Effective Is Synthetic Data &amp; Overparameterization?
[ "Tim Z. Xiao", "Johannes Zenn", "Robert Bamler" ]
30 Oct 2023 (<a href="https://arxiv.org/abs/2310.19653v1">v1</a>), last revised 22 Dec 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.19653
Variational autoencoders (VAEs) are deep probabilistic models that are used in scientific applications. Many works try to mitigate this problem from the probabilistic methods perspective by new inference techniques or training procedures. In this paper, we approach the problem instead from the deep learning perspective by investigating the effectiveness of using synthetic data and overparameterization for improving the generalization performance. Our motivation comes from (1) the recent discussion on whether the increasing amount of publicly accessible synthetic data will improve or hurt currently trained generative models; and (2) the modern deep learning insights that overparameterization improves generalization. Our investigation shows how both training on samples from a pre-trained diffusion model, and using more parameters at certain layers are able to effectively mitigate overfitting in VAEs, therefore improving their generalization, amortized inference, and robustness performance. Our study provides timely insights in the current era of synthetic data and scaling laws.
stat-04.zip/2310.19653.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.13969
Distributed Linear Regression with Compositional Covariates
[ "Yue Chao", "Lei Huang", "Xuejun Ma" ]
21 Oct 2023
35 pages,2 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.13969
With the availability of extraordinarily huge data sets, solving the problems of distributed statistical methodology and computing for such data sets has become increasingly crucial in the big data area. In this paper, we focus on the distributed sparse penalized linear log-contrast model in massive compositional data. In particular, two distributed optimization techniques under centralized and decentralized topologies are proposed for solving the two different constrained convex optimization problems. Both two proposed algorithms are based on the frameworks of Alternating Direction Method of Multipliers (ADMM) and Coordinate Descent Method of Multipliers(CDMM, Lin et al., 2014, Biometrika). It is worth emphasizing that, in the decentralized topology, we introduce a distributed coordinate-wise descent algorithm based on Group ADMM(GADMM, Elgabli et al., 2020, Journal of Machine Learning Research) for obtaining a communication-efficient regularized estimation. Correspondingly, the convergence theories of the proposed algorithms are rigorously established under some regularity conditions. Numerical experiments on both synthetic and real data are conducted to evaluate our proposed algorithms.
stat-04.zip/2310.13969.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.20224
Choose A Table: Tensor Dirichlet Process Multinomial Mixture Model with Graphs for Passenger Trajectory Clustering
[ "Ziyue Li", "Hao Yan", "Chen Zhang", "Lijun Sun", "Wolfgang Ketter", "Fugee Tsung" ]
31 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2310.20224
Passenger clustering based on trajectory records is essential for transportation operators. However, existing methods cannot easily cluster the passengers due to the hierarchical structure of the passenger trip information, including multiple trips within each passenger and multi-dimensional information about each trip. Furthermore, existing approaches rely on an accurate specification of the clustering number to start. Finally, existing methods do not consider spatial semantic graphs such as geographical proximity and functional similarity between the locations. In this paper, we propose a novel tensor Dirichlet Process Multinomial Mixture model with graphs, which can preserve the hierarchical structure of the multi-dimensional trip information and cluster them in a unified one-step manner with the ability to determine the number of clusters automatically. The spatial graphs are utilized in community detection to link the semantic neighbors. We further propose a tensor version of Collapsed Gibbs Sampling method with a minimum cluster size requirement. A case study based on Hong Kong metro passenger data is conducted to demonstrate the automatic process of cluster amount evolution and better cluster quality measured by within-cluster compactness and cross-cluster separateness. The code is available at <a href="https://github.com/bonaldli/TensorDPMM-G" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-04.zip/2310.20224.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19793
On Learning Gaussian Multi-index Models with Gradient Flow
[ "Alberto Bietti", "Joan Bruna", "Loucas Pillaud-Vivien" ]
30 Oct 2023 (<a href="https://arxiv.org/abs/2310.19793v1">v1</a>), last revised 2 Nov 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2310.19793
We study gradient flow on the multi-index regression problem for high-dimensional Gaussian data. Multi-index functions consist of a composition of an unknown low-rank linear projection and an arbitrary unknown, low-dimensional link function. As such, they constitute a natural template for feature learning in neural networks. <br>We consider a two-timescale algorithm, whereby the low-dimensional link function is learnt with a non-parametric model infinitely faster than the subspace parametrizing the low-rank projection. By appropriately exploiting the matrix semigroup structure arising over the subspace correlation matrices, we establish global convergence of the resulting Grassmannian population gradient flow dynamics, and provide a quantitative description of its associated `saddle-to-saddle&#39; dynamics. Notably, the timescales associated with each saddle can be explicitly characterized in terms of an appropriate Hermite decomposition of the target link function. In contrast with these positive results, we also show that the related \emph{planted} problem, where the link function is known and fixed, in fact has a rough optimization landscape, in which gradient flow dynamics might get trapped with high probability.
stat-04.zip/2310.19793.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.13088
Sequence Length Independent Norm-Based Generalization Bounds for Transformers
[ "Jacob Trauger", "Ambuj Tewari" ]
19 Oct 2023
18 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.13088
This paper provides norm-based generalization bounds for the Transformer architecture that do not depend on the input sequence length. We employ a covering number based approach to prove our bounds. We use three novel covering number bounds for the function class of bounded linear transformations to upper bound the Rademacher complexity of the Transformer. Furthermore, we show this generalization bound applies to the common Transformer training technique of masking and then predicting the masked word. We also run a simulated study on a sparse majority data set that empirically validates our theoretical findings.
stat-04.zip/2310.13088.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.13653
Optimal Transport for Measures with Noisy Tree Metric
[ "Tam Le", "Truyen Nguyen", "Kenji Fukumizu" ]
20 Oct 2023 (<a href="https://arxiv.org/abs/2310.13653v1">v1</a>), last revised 1 Mar 2024 (this version, v3)
To appear in AISTATS 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.13653
We study optimal transport (OT) problem for probability measures supported on a tree metric space. It is known that such OT problem (i.e., tree-Wasserstein (TW)) admits a closed-form expression, but depends fundamentally on the underlying tree structure over supports of input measures. In practice, the given tree structure may be, however, perturbed due to noisy or adversarial measurements. To mitigate this issue, we follow the max-min robust OT approach which considers the maximal possible distances between two input measures over an uncertainty set of tree metrics. In general, this approach is hard to compute, even for measures supported in one-dimensional space, due to its non-convexity and non-smoothness which hinders its practical applications, especially for large-scale settings. In this work, we propose novel uncertainty sets of tree metrics from the lens of edge deletion/addition which covers a diversity of tree structures in an elegant framework. Consequently, by building upon the proposed uncertainty sets, and leveraging the tree structure over supports, we show that the robust OT also admits a closed-form expression for a fast computation as its counterpart standard OT (i.e., TW). Furthermore, we demonstrate that the robust OT satisfies the metric property and is negative definite. We then exploit its negative definiteness to propose positive definite kernels and test them in several simulations on various real-world datasets on document classification and topological data analysis.
stat-04.zip/2310.13653.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12781
Simulation-based Bayesian Inference from Privacy Protected Data
[ "Yifei Xiong", "Nianqiao Phyllis Ju", "Sanguo Zhang" ]
19 Oct 2023 (<a href="https://arxiv.org/abs/2310.12781v1">v1</a>), last revised 29 Mar 2025 (this version, v4)
28 pages, 15 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2310.12781
Many modern statistical analysis and machine learning applications require training models on sensitive user data. Under a formal definition of privacy protection, differentially private algorithms inject calibrated noise into the confidential data or during the data analysis process to produce privacy-protected datasets or queries. However, restricting access to only privatized data during statistical analysis makes it computationally challenging to make valid statistical inferences. In this work, we propose simulation-based inference methods from privacy-protected datasets. In addition to sequential Monte Carlo approximate Bayesian computation, we adopt neural conditional density estimators as a flexible family of distributions to approximate the posterior distribution of model parameters given the observed private query results. We illustrate our methods on discrete time-series data under an infectious disease model and with ordinary linear regression models. Illustrating the privacy-utility trade-off, our experiments and analysis demonstrate the necessity and feasibility of designing valid statistical inference procedures to correct for biases introduced by the privacy-protection mechanisms.
stat-04.zip/2310.12781.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12115
MMD-based Variable Importance for Distributional Random Forest
[ "Clément Bénard", "Jeffrey Näf", "Julie Josse" ]
18 Oct 2023 (<a href="https://arxiv.org/abs/2310.12115v1">v1</a>), last revised 14 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.12115
Distributional Random Forest (DRF) is a flexible forest-based method to estimate the full conditional distribution of a multivariate output of interest given input variables. In this article, we introduce a variable importance algorithm for DRFs, based on the well-established drop and relearn principle and MMD distance. While traditional importance measures only detect variables with an influence on the output mean, our algorithm detects variables impacting the output distribution more generally. We show that the introduced importance measure is consistent, exhibits high empirical performance on both real and simulated data, and outperforms competitors. In particular, our algorithm is highly efficient to select variables through recursive feature elimination, and can therefore provide small sets of variables to build accurate estimates of conditional output distributions.
stat-04.zip/2310.12115.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12428
Enhanced Local Explainability and Trust Scores with Random Forest Proximities
[ "Joshua Rosaler", "Dhruv Desai", "Bhaskarjit Sarmah", "Dimitrios Vamvourellis", "Deran Onay", "Dhagash Mehta", "Stefano Pasquali" ]
19 Oct 2023 (<a href="https://arxiv.org/abs/2310.12428v1">v1</a>), last revised 6 Aug 2024 (this version, v3)
5 pages, 6 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Statistical Finance (q-fin.ST); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.12428
We initiate a novel approach to explain the predictions and out of sample performance of random forest (RF) regression and classification models by exploiting the fact that any RF can be mathematically formulated as an adaptive weighted K nearest-neighbors model. Specifically, we employ a recent result that, for both regression and classification tasks, any RF prediction can be rewritten exactly as a weighted sum of the training targets, where the weights are RF proximities between the corresponding pairs of data points. We show that this linearity facilitates a local notion of explainability of RF predictions that generates attributions for any model prediction across observations in the training set, and thereby complements established feature-based methods like SHAP, which generate attributions for a model prediction across input features. We show how this proximity-based approach to explainability can be used in conjunction with SHAP to explain not just the model predictions, but also out-of-sample performance, in the sense that proximities furnish a novel means of assessing when a given model prediction is more or less likely to be correct. We demonstrate this approach in the modeling of US corporate bond prices and returns in both regression and classification cases.
stat-04.zip/2310.12428.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12026
Nonparametric Discrete Choice Experiments with Machine Learning Guided Adaptive Design
[ "Mingzhang Yin", "Ruijiang Gao", "Weiran Lin", "Steven M. Shugan" ]
18 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2310.12026
Designing products to meet consumers&#39; preferences is essential for a business&#39;s success. We propose the Gradient-based Survey (GBS), a discrete choice experiment for multiattribute product design. The experiment elicits consumer preferences through a sequence of paired comparisons for partial profiles. GBS adaptively constructs paired comparison questions based on the respondents&#39; previous choices. Unlike the traditional random utility maximization paradigm, GBS is robust to model misspecification by not requiring a parametric utility model. Cross-pollinating the machine learning and experiment design, GBS is scalable to products with hundreds of attributes and can design personalized products for heterogeneous consumers. We demonstrate the advantage of GBS in accuracy and sample efficiency compared to the existing parametric and nonparametric methods in simulations.
stat-04.zip/2310.12026.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.11527
Thin and Deep Gaussian Processes
[ "Daniel Augusto de Souza", "Alexander Nikitin", "ST John", "Magnus Ross", "Mauricio A. Álvarez", "Marc Peter Deisenroth", "João P. P. Gomes", "Diego Mesquita", "César Lincoln C. Mattos" ]
17 Oct 2023
Accepted at the Conference on Neural Information Processing Systems (NeurIPS) 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.11527
Gaussian processes (GPs) can provide a principled approach to uncertainty quantification with easy-to-interpret kernel hyperparameters, such as the lengthscale, which controls the correlation distance of function values. However, selecting an appropriate kernel can be challenging. Deep GPs avoid manual kernel engineering by successively parameterizing kernels with GP layers, allowing them to learn low-dimensional embeddings of the inputs that explain the output data. Following the architecture of deep neural networks, the most common deep GPs warp the input space layer-by-layer but lose all the interpretability of shallow GPs. An alternative construction is to successively parameterize the lengthscale of a kernel, improving the interpretability but ultimately giving away the notion of learning lower-dimensional embeddings. Unfortunately, both methods are susceptible to particular pathologies which may hinder fitting and limit their interpretability. This work proposes a novel synthesis of both previous approaches: Thin and Deep GP (TDGP). Each TDGP layer defines locally linear transformations of the original input data maintaining the concept of latent embeddings while also retaining the interpretation of lengthscales of a kernel. Moreover, unlike the prior solutions, TDGP induces non-pathological manifolds that admit learning lower-dimensional representations. We show with theoretical and experimental results that i) TDGP is, unlike previous models, tailored to specifically discover lower-dimensional manifolds in the input data, ii) TDGP behaves well when increasing the number of layers, and iii) TDGP performs well in standard benchmark datasets.
stat-04.zip/2310.11527.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.10171
On permutation symmetries in Bayesian neural network posteriors: a variational perspective
[ "Simone Rossi", "Ankit Singh", "Thomas Hannagan" ]
16 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.10171
The elusive nature of gradient-based optimization in neural networks is tied to their loss landscape geometry, which is poorly understood. However recent work has brought solid evidence that there is essentially no loss barrier between the local solutions of gradient descent, once accounting for weight-permutations that leave the network&#39;s computation unchanged. This raises questions for approximate inference in Bayesian neural networks (BNNs), where we are interested in marginalizing over multiple points in the loss landscape. In this work, we first extend the formalism of marginalized loss barrier and solution interpolation to BNNs, before proposing a matching algorithm to search for linearly connected solutions. This is achieved by aligning the distributions of two independent approximate Bayesian solutions with respect to permutation matrices. We build on the results of Ainsworth et al. (2023), reframing the problem as a combinatorial optimization one, using an approximation to the sum of bilinear assignment problem. We then experiment on a variety of architectures and datasets, finding nearly zero marginalized loss barriers for linearly connected solutions.
stat-04.zip/2310.10171.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.19794
Robust Causal Bandits for Linear Models
[ "Zirui Yan", "Arpan Mukherjee", "Burak Varıcı", "Ali Tajer" ]
30 Oct 2023 (<a href="https://arxiv.org/abs/2310.19794v1">v1</a>), last revised 4 Mar 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.19794
Sequential design of experiments for optimizing a reward function in causal systems can be effectively modeled by the sequential design of interventions in causal bandits (CBs). In the existing literature on CBs, a critical assumption is that the causal models remain constant over time. However, this assumption does not necessarily hold in complex systems, which constantly undergo temporal model fluctuations. This paper addresses the robustness of CBs to such model fluctuations. The focus is on causal systems with linear structural equation models (SEMs). The SEMs and the time-varying pre- and post-interventional statistical models are all unknown. Cumulative regret is adopted as the design criteria, based on which the objective is to design a sequence of interventions that incur the smallest cumulative regret with respect to an oracle aware of the entire causal model and its fluctuations. First, it is established that the existing approaches fail to maintain regret sub-linearity with even a few instances of model deviation. Specifically, when the number of instances with model deviation is as few as $T^\frac{1}{2L}$, where $T$ is the time horizon and $L$ is the longest causal path in the graph, the existing algorithms will have linear regret in $T$. Next, a robust CB algorithm is designed, and its regret is analyzed, where upper and information-theoretic lower bounds on the regret are established. Specifically, in a graph with $N$ nodes and maximum degree $d$, under a general measure of model deviation $C$, the cumulative regret is upper bounded by $\tilde{\mathcal{O}}(d^{L-\frac{1}{2}}(\sqrt{NT} + NC))$ and lower bounded by $\Omega(d^{\frac{L}{2}-2}\max\{\sqrt{T},d^2C\})$. Comparing these bounds establishes that the proposed algorithm achieves nearly optimal $\tilde{\mathcal{O}}(\sqrt{T})$ regret when $C$ is $o(\sqrt{T})$ and maintains sub-linear regret for a broader range of $C$.
stat-04.zip/2310.19794.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.20090
Bridging the Gap Between Variational Inference and Wasserstein Gradient Flows
[ "Mingxuan Yi", "Song Liu" ]
31 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2310.20090
Variational inference is a technique that approximates a target distribution by optimizing within the parameter space of variational families. On the other hand, Wasserstein gradient flows describe optimization within the space of probability measures where they do not necessarily admit a parametric density function. In this paper, we bridge the gap between these two methods. We demonstrate that, under certain conditions, the Bures-Wasserstein gradient flow can be recast as the Euclidean gradient flow where its forward Euler scheme is the standard black-box variational inference algorithm. Specifically, the vector field of the gradient flow is generated via the path-derivative gradient estimator. We also offer an alternative perspective on the path-derivative gradient, framing it as a distillation procedure to the Wasserstein gradient flow. Distillations can be extended to encompass $f$-divergences and non-Gaussian variational families. This extension yields a new gradient estimator for $f$-divergences, readily implementable using contemporary machine learning libraries like PyTorch or TensorFlow.
stat-04.zip/2310.20090.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.11978
Can bin-wise scaling improve consistency and adaptivity of prediction uncertainty for machine learning regression ?
[ "Pascal Pernot" ]
18 Oct 2023 (<a href="https://arxiv.org/abs/2310.11978v1">v1</a>), last revised 24 Oct 2023 (this version, v2)
This version corrects an error in the estimation of the Sx scores for the test set, affecting Fig. 2 and Tables I-III of the initial version. The main points of the discussion and the conclusions are unchanged
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Chemical Physics (physics.chem-ph); Data Analysis, Statistics and Probability (physics.data-an)
https://doi.org/10.48550/arXiv.2310.11978
Binwise Variance Scaling (BVS) has recently been proposed as a post hoc recalibration method for prediction uncertainties of machine learning regression problems that is able of more efficient corrections than uniform variance (or temperature) scaling. The original version of BVS uses uncertainty-based binning, which is aimed to improve calibration conditionally on uncertainty, i.e. consistency. I explore here several adaptations of BVS, in particular with alternative loss functions and a binning scheme based on an input-feature (X) in order to improve adaptivity, i.e. calibration conditional on X. The performances of BVS and its proposed variants are tested on a benchmark dataset for the prediction of atomization energies and compared to the results of isotonic regression.
stat-04.zip/2310.11978.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12822
Generating collective counterfactual explanations in score-based classification via mathematical optimization
[ "Emilio Carrizosa", "Jasone Ramírez-Ayerbe", "Dolores Romero Morales" ]
19 Oct 2023
This research has been funded in part by research projects EC H2020 MSCA RISE NeEDS (Grant agreement ID: 822214), FQM-329, P18-FR-2369 and US-1381178 (Junta de Andaluc\&#39;ıa, Spain), and PID2019-110886RB-I00 and PID2022-137818OB-I00 (Ministerio de Ciencia, Innovación y Universidades, Spain). This support is gratefully acknowledged
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.12822
Due to the increasing use of Machine Learning models in high stakes decision making settings, it has become increasingly important to have tools to understand how models arrive at decisions. Assuming a trained Supervised Classification model, explanations can be obtained via counterfactual analysis: a counterfactual explanation of an instance indicates how this instance should be minimally modified so that the perturbed instance is classified in the desired class by the Machine Learning classification model. Most of the Counterfactual Analysis literature focuses on the single-instance single-counterfactual setting, in which the analysis is done for one single instance to provide one single explanation. Taking a stakeholder&#39;s perspective, in this paper we introduce the so-called collective counterfactual explanations. By means of novel Mathematical Optimization models, we provide a counterfactual explanation for each instance in a group of interest, so that the total cost of the perturbations is minimized under some linking constraints. Making the process of constructing counterfactuals collective instead of individual enables us to detect the features that are critical to the entire dataset to have the individuals classified in the desired class. Our methodology allows for some instances to be treated individually, performing the collective counterfactual analysis for a fraction of records of the group of interest. This way, outliers are identified and handled appropriately. Under some assumptions on the classifier and the space in which counterfactuals are sought, finding collective counterfactuals is reduced to solving a convex quadratic linearly constrained mixed integer optimization problem, which, for datasets of moderate size, can be solved to optimality using existing solvers. The performance of our approach is illustrated on real-world datasets, demonstrating its usefulness.
stat-04.zip/2310.12822.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12046
Applications of ML-Based Surrogates in Bayesian Approaches to Inverse Problems
[ "Pelin Ersin", "Emma Hayes", "Peter Matthews", "Paramjyoti Mohapatra", "Elisa Negrini", "Karl Schulz" ]
18 Oct 2023 (<a href="https://arxiv.org/abs/2310.12046v1">v1</a>), last revised 23 Oct 2023 (this version, v2)
5 pages, 2 figures, submitted to NeurIPS Workshop on Machine Learning for Physical Sciences
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.12046
Neural networks have become a powerful tool as surrogate models to provide numerical solutions for scientific problems with increased computational efficiency. This efficiency can be advantageous for numerically challenging problems where time to solution is important or when evaluation of many similar analysis scenarios is required. One particular area of scientific interest is the setting of inverse problems, where one knows the forward dynamics of a system are described by a partial differential equation and the task is to infer properties of the system given (potentially noisy) observations of these dynamics. We consider the inverse problem of inferring the location of a wave source on a square domain, given a noisy solution to the 2-D acoustic wave equation. Under the assumption of Gaussian noise, a likelihood function for source location can be formulated, which requires one forward simulation of the system per evaluation. Using a standard neural network as a surrogate model makes it computationally feasible to evaluate this likelihood several times, and so Markov Chain Monte Carlo methods can be used to evaluate the posterior distribution of the source location. We demonstrate that this method can accurately infer source-locations from noisy data.
stat-04.zip/2310.12046.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.12667
STANLEY: Stochastic Gradient Anisotropic Langevin Dynamics for Learning Energy-Based Models
[ "Belhal Karimi", "Jianwen Xie", "Ping Li" ]
19 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.12667
We propose in this paper, STANLEY, a STochastic gradient ANisotropic LangEvin dYnamics, for sampling high dimensional data. With the growing efficacy and potential of Energy-Based modeling, also known as non-normalized probabilistic modeling, for modeling a generative process of different natures of high dimensional data observations, we present an end-to-end learning algorithm for Energy-Based models (EBM) with the purpose of improving the quality of the resulting sampled data points. While the unknown normalizing constant of EBMs makes the training procedure intractable, resorting to Markov Chain Monte Carlo (MCMC) is in general a viable option. Realizing what MCMC entails for the EBM training, we propose in this paper, a novel high dimensional sampling method, based on an anisotropic stepsize and a gradient-informed covariance matrix, embedded into a discretized Langevin diffusion. We motivate the necessity for an anisotropic update of the negative samples in the Markov Chain by the nonlinearity of the backbone of the EBM, here a Convolutional Neural Network. Our resulting method, namely STANLEY, is an optimization algorithm for training Energy-Based models via our newly introduced MCMC method. We provide a theoretical understanding of our sampling scheme by proving that the sampler leads to a geometrically uniformly ergodic Markov Chain. Several image generation experiments are provided in our paper to show the effectiveness of our method.
stat-04.zip/2310.12667.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.14710
Random Forest Kernel for High-Dimension Low Sample Size Classification
[ "Lucca Portes Cavalheiro", "Simon Bernard", "Jean Paul Barddal", "Laurent Heutte" ]
23 Oct 2023 (<a href="https://arxiv.org/abs/2310.14710v1">v1</a>), last revised 17 Nov 2023 (this version, v2)
23 pages. To be published in statistics and computing (accepted September 26, 2023)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.14710
High dimension, low sample size (HDLSS) problems are numerous among real-world applications of machine learning. From medical images to text processing, traditional machine learning algorithms are usually unsuccessful in learning the best possible concept from such data. In a previous work, we proposed a dissimilarity-based approach for multi-view classification, the Random Forest Dissimilarity (RFD), that perfoms state-of-the-art results for such problems. In this work, we transpose the core principle of this approach to solving HDLSS classification problems, by using the RF similarity measure as a learned precomputed SVM kernel (RFSVM). We show that such a learned similarity measure is particularly suited and accurate for this classification context. Experiments conducted on 40 public HDLSS classification datasets, supported by rigorous statistical analyses, show that the RFSVM method outperforms existing methods for the majority of HDLSS problems and remains at the same time very competitive for low or non-HDLSS problems.
stat-04.zip/2310.14710.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.13966
Minimax Optimal Transfer Learning for Kernel-based Nonparametric Regression
[ "Chao Wang", "Caixing Wang", "Xin He", "Xingdong Feng" ]
21 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2310.13966
In recent years, transfer learning has garnered significant attention in the machine learning community. Its ability to leverage knowledge from related studies to improve generalization performance in a target study has made it highly appealing. This paper focuses on investigating the transfer learning problem within the context of nonparametric regression over a reproducing kernel Hilbert space. The aim is to bridge the gap between practical effectiveness and theoretical guarantees. We specifically consider two scenarios: one where the transferable sources are known and another where they are unknown. For the known transferable source case, we propose a two-step kernel-based estimator by solely using kernel ridge regression. For the unknown case, we develop a novel method based on an efficient aggregation algorithm, which can automatically detect and alleviate the effects of negative sources. This paper provides the statistical properties of the desired estimators and establishes the minimax optimal rate. Through extensive numerical experiments on synthetic data and real examples, we validate our theoretical findings and demonstrate the effectiveness of our proposed method.
stat-04.zip/2310.13966.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.13349
DeepFDR: A Deep Learning-based False Discovery Rate Control Method for Neuroimaging Data
[ "Taehyo Kim", "Hai Shu", "Qiran Jia", "Mony J. de Leon" ]
20 Oct 2023 (<a href="https://arxiv.org/abs/2310.13349v1">v1</a>), last revised 10 Mar 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.13349
Voxel-based multiple testing is widely used in neuroimaging data analysis. Traditional false discovery rate (FDR) control methods often ignore the spatial dependence among the voxel-based tests and thus suffer from substantial loss of testing power. While recent spatial FDR control methods have emerged, their validity and optimality remain questionable when handling the complex spatial dependencies of the brain. Concurrently, deep learning methods have revolutionized image segmentation, a task closely related to voxel-based multiple testing. In this paper, we propose DeepFDR, a novel spatial FDR control method that leverages unsupervised deep learning-based image segmentation to address the voxel-based multiple testing problem. Numerical studies, including comprehensive simulations and Alzheimer&#39;s disease FDG-PET image analysis, demonstrate DeepFDR&#39;s superiority over existing methods. DeepFDR not only excels in FDR control and effectively diminishes the false nondiscovery rate, but also boasts exceptional computational efficiency highly suited for tackling large-scale neuroimaging data.
stat-04.zip/2310.13349.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.14421
On existence, uniqueness and scalability of adversarial robustness measures for AI classifiers
[ "Illia Horenko" ]
19 Oct 2023 (<a href="https://arxiv.org/abs/2310.14421v1">v1</a>), last revised 15 Nov 2023 (this version, v4)
16 pages, 3 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2310.14421
Simply-verifiable mathematical conditions for existence, uniqueness and explicit analytical computation of minimal adversarial paths (MAP) and minimal adversarial distances (MAD) for (locally) uniquely-invertible classifiers, for generalized linear models (GLM), and for entropic AI (EAI) are formulated and proven. Practical computation of MAP and MAD, their comparison and interpretations for various classes of AI tools (for neuronal networks, boosted random forests, GLM and EAI) are demonstrated on the common synthetic benchmarks: on a double Swiss roll spiral and its extensions, as well as on the two biomedical data problems (for the health insurance claim predictions, and for the heart attack lethality classification). On biomedical applications it is demonstrated how MAP provides unique minimal patient-specific risk-mitigating interventions in the predefined subsets of accessible control variables.
stat-04.zip/2310.14421.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.13975
ASBART:Accelerated Soft Bayes Additive Regression Trees
[ "Hao Ran", "Yang Bai" ]
21 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2310.13975
Bayes additive regression trees(BART) is a nonparametric regression model which has gained wide-spread popularity in recent years due to its flexibility and high accuracy of estimation. Soft BART,one variation of BART,improves both practically and heoretically on existing Bayesian sum-of-trees models. One bottleneck for Soft BART is its slow speed in the long MCMC loop. Compared to BART,it use more than about 20 times to complete the calculation with the default setting. We proposed a variant of BART named accelerate Soft BART(ASBART). Simulation studies show that the new method is about 10 times faster than the Soft BART with comparable accuracy. Our code is open-source and available at <a href="https://github.com/richael008/XSBART" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-04.zip/2310.13975.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01
2310.15026
Fast 2D Bicephalous Convolutional Autoencoder for Compressing 3D Time Projection Chamber Data
[ "Yi Huang", "Yihui Ren", "Shinjae Yoo", "Jin Huang" ]
23 Oct 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); High Energy Physics - Experiment (hep-ex); Nuclear Experiment (nucl-ex)
https://doi.org/10.48550/arXiv.2310.15026
High-energy large-scale particle colliders produce data at high speed in the order of 1 terabytes per second in nuclear physics and petabytes per second in high-energy physics. Developing real-time data compression algorithms to reduce such data at high throughput to fit permanent storage has drawn increasing attention. Specifically, at the newly constructed sPHENIX experiment at the Relativistic Heavy Ion Collider (RHIC), a time projection chamber is used as the main tracking detector, which records particle trajectories in a volume of a three-dimensional (3D) cylinder. The resulting data are usually very sparse with occupancy around 10.8%. Such sparsity presents a challenge to conventional learning-free lossy compression algorithms, such as SZ, ZFP, and MGARD. The 3D convolutional neural network (CNN)-based approach, Bicephalous Convolutional Autoencoder (BCAE), outperforms traditional methods both in compression rate and reconstruction accuracy. BCAE can also utilize the computation power of graphical processing units suitable for deployment in a modern heterogeneous high-performance computing environment. This work introduces two BCAE variants: BCAE++ and BCAE-2D. BCAE++ achieves a 15% better compression ratio and a 77% better reconstruction accuracy measured in mean absolute error compared with BCAE. BCAE-2D treats the radial direction as the channel dimension of an image, resulting in a 3x speedup in compression throughput. In addition, we demonstrate an unbalanced autoencoder with a larger decoder can improve reconstruction accuracy without significantly sacrificing throughput. Lastly, we observe both the BCAE++ and BCAE-2D can benefit more from using half-precision mode in throughput (76-79% increase) without loss in reconstruction accuracy. The source code and links to data and pretrained models can be found at <a href="https://github.com/BNL-DAQ-LDRD/NeuralCompression_v2" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-04.zip/2310.15026.pdf
/content/arxiv-data/data/stat.ML/2023/10/00000000.parquet
stat.ML
2023
10
2023-10-01