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
2305.18270
How Two-Layer Neural Networks Learn, One (Giant) Step at a Time
[ "Yatin Dandi", "Florent Krzakala", "Bruno Loureiro", "Luca Pesce", "Ludovic Stephan" ]
29 May 2023 (<a href="https://arxiv.org/abs/2305.18270v1">v1</a>), last revised 3 Jun 2025 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.18270
For high-dimensional Gaussian data, we investigate theoretically how the features of a two-layer neural network adapt to the structure of the target function through a few large batch gradient descent steps, leading to an improvement in the approximation capacity from initialization. First, we compare the influence of batch size to that of multiple steps. For a single step, a batch of size $n = \mathcal{O}(d)$ is both necessary and sufficient to align with the target function, although only a single direction can be learned. In contrast, $n = \mathcal{O}(d^2)$ is essential for neurons to specialize in multiple relevant directions of the target with a single gradient step. Even in this case, we show there might exist ``hard&#39;&#39; directions requiring $n = \mathcal{O}(d^\ell)$ samples to be learned, where $\ell$ is known as the leap index of the target. Second, we show that the picture drastically improves over multiple gradient steps: a batch size of $n = \mathcal{O}(d)$ is indeed sufficient to learn multiple target directions satisfying a staircase property, where more and more directions can be learned over time. Finally, we discuss how these directions allow for a drastic improvement in the approximation capacity and generalization error over the initialization, illustrating a separation of scale between the random features/lazy regime and the feature learning regime. Our technical analysis leverages a combination of techniques related to concentration, projection-based conditioning, and Gaussian equivalence, which we believe are of independent interest. By pinning down the conditions necessary for specialization and learning, our results highlight the intertwined role of the structure of the task to learn, the details of the algorithm, and the architecture, shedding new light on how neural networks adapt to the feature and learn complex task from data over time.
stat-04.zip/2305.18270.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.18383
A Three-regime Model of Network Pruning
[ "Yefan Zhou", "Yaoqing Yang", "Arin Chang", "Michael W. Mahoney" ]
28 May 2023
ICML 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.18383
Recent work has highlighted the complex influence training hyperparameters, e.g., the number of training epochs, can have on the prunability of machine learning models. Perhaps surprisingly, a systematic approach to predict precisely how adjusting a specific hyperparameter will affect prunability remains elusive. To address this gap, we introduce a phenomenological model grounded in the statistical mechanics of learning. Our approach uses temperature-like and load-like parameters to model the impact of neural network (NN) training hyperparameters on pruning performance. A key empirical result we identify is a sharp transition phenomenon: depending on the value of a load-like parameter in the pruned model, increasing the value of a temperature-like parameter in the pre-pruned model may either enhance or impair subsequent pruning performance. Based on this transition, we build a three-regime model by taxonomizing the global structure of the pruned NN loss landscape. Our model reveals that the dichotomous effect of high temperature is associated with transitions between distinct types of global structures in the post-pruned model. Based on our results, we present three case-studies: 1) determining whether to increase or decrease a hyperparameter for improved pruning; 2) selecting the best model to prune from a family of models; and 3) tuning the hyperparameter of the Sharpness Aware Minimization method for better pruning performance.
stat-04.zip/2305.18383.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.17570
Auditing Fairness by Betting
[ "Ben Chugg", "Santiago Cortes-Gomez", "Bryan Wilder", "Aaditya Ramdas" ]
27 May 2023 (<a href="https://arxiv.org/abs/2305.17570v1">v1</a>), last revised 15 May 2025 (this version, v3)
Accepted to NeurIPS 2023. 28 pages, 5 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Computers and Society (cs.CY); Machine Learning (cs.LG); Applications (stat.AP); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2305.17570
We provide practical, efficient, and nonparametric methods for auditing the fairness of deployed classification and regression models. Whereas previous work relies on a fixed-sample size, our methods are sequential and allow for the continuous monitoring of incoming data, making them highly amenable to tracking the fairness of real-world systems. We also allow the data to be collected by a probabilistic policy as opposed to sampled uniformly from the population. This enables auditing to be conducted on data gathered for another purpose. Moreover, this policy may change over time and different policies may be used on different subpopulations. Finally, our methods can handle distribution shift resulting from either changes to the model or changes in the underlying population. Our approach is based on recent progress in anytime-valid inference and game-theoretic statistics-the &#34;testing by betting&#34; framework in particular. These connections ensure that our methods are interpretable, fast, and easy to implement. We demonstrate the efficacy of our approach on three benchmark fairness datasets.
stat-04.zip/2305.17570.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.03395
Sparsifying Bayesian neural networks with latent binary variables and normalizing flows
[ "Lars Skaaret-Lund", "Geir Storvik", "Aliaksandr Hubin" ]
5 May 2023
24 pages, 10 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.2305.03395
Artificial neural networks (ANNs) are powerful machine learning methods used in many modern applications such as facial recognition, machine translation, and cancer diagnostics. A common issue with ANNs is that they usually have millions or billions of trainable parameters, and therefore tend to overfit to the training data. This is especially problematic in applications where it is important to have reliable uncertainty estimates. Bayesian neural networks (BNN) can improve on this, since they incorporate parameter uncertainty. In addition, latent binary Bayesian neural networks (LBBNN) also take into account structural uncertainty by allowing the weights to be turned on or off, enabling inference in the joint space of weights and structures. In this paper, we will consider two extensions to the LBBNN method: Firstly, by using the local reparametrization trick (LRT) to sample the hidden units directly, we get a more computationally efficient algorithm. More importantly, by using normalizing flows on the variational posterior distribution of the LBBNN parameters, the network learns a more flexible variational posterior distribution than the mean field Gaussian. Experimental results show that this improves predictive power compared to the LBBNN method, while also obtaining more sparse networks. We perform two simulation studies. In the first study, we consider variable selection in a logistic regression setting, where the more flexible variational distribution leads to improved results. In the second study, we compare predictive uncertainty based on data generated from two-dimensional Gaussian distributions. Here, we argue that our Bayesian methods lead to more realistic estimates of predictive uncertainty.
stat-04.zip/2305.03395.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.15022
Hierarchical clustering with dot products recovers hidden tree structure
[ "Annie Gray", "Alexander Modell", "Patrick Rubin-Delanchy", "Nick Whiteley" ]
24 May 2023 (<a href="https://arxiv.org/abs/2305.15022v1">v1</a>), last revised 1 Mar 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.15022
In this paper we offer a new perspective on the well established agglomerative clustering algorithm, focusing on recovery of hierarchical structure. We recommend a simple variant of the standard algorithm, in which clusters are merged by maximum average dot product and not, for example, by minimum distance or within-cluster variance. We demonstrate that the tree output by this algorithm provides a bona fide estimate of generative hierarchical structure in data, under a generic probabilistic graphical model. The key technical innovations are to understand how hierarchical information in this model translates into tree geometry which can be recovered from data, and to characterise the benefits of simultaneously growing sample size and data dimension. We demonstrate superior tree recovery performance with real data over existing approaches such as UPGMA, Ward&#39;s method, and HDBSCAN.
stat-04.zip/2305.15022.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.16274
Non-adversarial training of Neural SDEs with signature kernel scores
[ "Zacharia Issa", "Blanka Horvath", "Maud Lemercier", "Cristopher Salvi" ]
25 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computational Finance (q-fin.CP)
https://doi.org/10.48550/arXiv.2305.16274
Neural SDEs are continuous-time generative models for sequential data. State-of-the-art performance for irregular time series generation has been previously obtained by training these models adversarially as GANs. However, as typical for GAN architectures, training is notoriously unstable, often suffers from mode collapse, and requires specialised techniques such as weight clipping and gradient penalty to mitigate these issues. In this paper, we introduce a novel class of scoring rules on pathspace based on signature kernels and use them as objective for training Neural SDEs non-adversarially. By showing strict properness of such kernel scores and consistency of the corresponding estimators, we provide existence and uniqueness guarantees for the minimiser. With this formulation, evaluating the generator-discriminator pair amounts to solving a system of linear path-dependent PDEs which allows for memory-efficient adjoint-based backpropagation. Moreover, because the proposed kernel scores are well-defined for paths with values in infinite dimensional spaces of functions, our framework can be easily extended to generate spatiotemporal data. Our procedure permits conditioning on a rich variety of market conditions and significantly outperforms alternative ways of training Neural SDEs on a variety of tasks including the simulation of rough volatility models, the conditional probabilistic forecasts of real-world forex pairs where the conditioning variable is an observed past trajectory, and the mesh-free generation of limit order book dynamics.
stat-04.zip/2305.16274.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.06230
Penalized deep neural networks estimator with general loss functions under weak dependence
[ "William Kengne", "Modou Wade" ]
10 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2305.06230
This paper carries out sparse-penalized deep neural networks predictors for learning weakly dependent processes, with a broad class of loss functions. We deal with a general framework that includes, regression estimation, classification, times series prediction, $\cdots$ The $\psi$-weak dependence structure is considered, and for the specific case of bounded observations, $\theta_\infty$-coefficients are also used. In this case of $\theta_\infty$-weakly dependent, a non asymptotic generalization bound within the class of deep neural networks predictors is provided. For learning both $\psi$ and $\theta_\infty$-weakly dependent processes, oracle inequalities for the excess risk of the sparse-penalized deep neural networks estimators are established. When the target function is sufficiently smooth, the convergence rate of these excess risk is close to $\mathcal{O}(n^{-1/3})$. Some simulation results are provided, and application to the forecast of the particulate matter in the Vitória metropolitan area is also considered.
stat-04.zip/2305.06230.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.06625
Dropout Regularization in Extended Generalized Linear Models based on Double Exponential Families
[ "Benedikt Lütke Schwienhorst", "Lucas Kock", "Nadja Klein", "David J. Nott" ]
11 May 2023 (<a href="https://arxiv.org/abs/2305.06625v1">v1</a>), last revised 28 Jul 2024 (this version, v2)
Added a real-world data application and comments on approximations in the appendix
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.06625
Even though dropout is a popular regularization technique, its theoretical properties are not fully understood. In this paper we study dropout regularization in extended generalized linear models based on double exponential families, for which the dispersion parameter can vary with the features. A theoretical analysis shows that dropout regularization prefers rare but important features in both the mean and dispersion, generalizing an earlier result for conventional generalized linear models. To illustrate, we apply dropout to adaptive smoothing with B-splines, where both the mean and dispersion parameters are modeled flexibly. The important B-spline basis functions can be thought of as rare features, and we confirm in experiments that dropout is an effective form of regularization for mean and dispersion parameters that improves on a penalized maximum likelihood approach with an explicit smoothness penalty. An application to traffic detection data from Berlin further illustrates the benefits of our method.
stat-04.zip/2305.06625.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.05963
Fair principal component analysis (PCA): minorization-maximization algorithms for Fair PCA, Fair Robust PCA and Fair Sparse PCA
[ "Prabhu Babu", "Petre Stoica" ]
10 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2305.05963
In this paper we propose a new iterative algorithm to solve the fair PCA (FPCA) problem. We start with the max-min fair PCA formulation originally proposed in [1] and derive a simple and efficient iterative algorithm which is based on the minorization-maximization (MM) approach. The proposed algorithm relies on the relaxation of a semi-orthogonality constraint which is proved to be tight at every iteration of the algorithm. The vanilla version of the proposed algorithm requires solving a semi-definite program (SDP) at every iteration, which can be further simplified to a quadratic program by formulating the dual of the surrogate maximization problem. We also propose two important reformulations of the fair PCA problem: a) fair robust PCA -- which can handle outliers in the data, and b) fair sparse PCA -- which can enforce sparsity on the estimated fair principal components. The proposed algorithms are computationally efficient and monotonically increase their respective design objectives at every iteration. An added feature of the proposed algorithms is that they do not require the selection of any hyperparameter (except for the fair sparse PCA case where a penalty parameter that controls the sparsity has to be chosen by the user). We numerically compare the performance of the proposed methods with two of the state-of-the-art approaches on synthetic data sets and a real-life data set.
stat-04.zip/2305.05963.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.07334
Locking and Quacking: Stacking Bayesian model predictions by log-pooling and superposition
[ "Yuling Yao", "Luiz Max Carvalho", "Diego Mesquita", "Yann McLatchie" ]
12 May 2023
An earlier version appeared at the NeurIPS 2022 Workshop on Score-Based Methods
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.07334
Combining predictions from different models is a central problem in Bayesian inference and machine learning more broadly. Currently, these predictive distributions are almost exclusively combined using linear mixtures such as Bayesian model averaging, Bayesian stacking, and mixture of experts. Such linear mixtures impose idiosyncrasies that might be undesirable for some applications, such as multi-modality. While there exist alternative strategies (e.g. geometric bridge or superposition), optimising their parameters usually involves computing an intractable normalising constant repeatedly. We present two novel Bayesian model combination tools. These are generalisations of model stacking, but combine posterior densities by log-linear pooling (locking) and quantum superposition (quacking). To optimise model weights while avoiding the burden of normalising constants, we investigate the Hyvarinen score of the combined posterior predictions. We demonstrate locking with an illustrative example and discuss its practical application with importance sampling.
stat-04.zip/2305.07334.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.17225
Causal Component Analysis
[ "Liang Wendong", "Armin Kekić", "Julius von Kügelgen", "Simon Buchholz", "Michel Besserve", "Luigi Gresele", "Bernhard Schölkopf" ]
26 May 2023 (<a href="https://arxiv.org/abs/2305.17225v1">v1</a>), last revised 17 Jan 2024 (this version, v3)
NeurIPS 2023 final camera-ready version
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.17225
Independent Component Analysis (ICA) aims to recover independent latent variables from observed mixtures thereof. Causal Representation Learning (CRL) aims instead to infer causally related (thus often statistically dependent) latent variables, together with the unknown graph encoding their causal relationships. We introduce an intermediate problem termed Causal Component Analysis (CauCA). CauCA can be viewed as a generalization of ICA, modelling the causal dependence among the latent components, and as a special case of CRL. In contrast to CRL, it presupposes knowledge of the causal graph, focusing solely on learning the unmixing function and the causal mechanisms. Any impossibility results regarding the recovery of the ground truth in CauCA also apply for CRL, while possibility results may serve as a stepping stone for extensions to CRL. We characterize CauCA identifiability from multiple datasets generated through different types of interventions on the latent causal variables. As a corollary, this interventional perspective also leads to new identifiability results for nonlinear ICA -- a special case of CauCA with an empty graph -- requiring strictly fewer datasets than previous results. We introduce a likelihood-based approach using normalizing flows to estimate both the unmixing function and the causal mechanisms, and demonstrate its effectiveness through extensive synthetic experiments in the CauCA and ICA setting.
stat-04.zip/2305.17225.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.07408
Distributed Gradient Descent for Functional Learning
[ "Zhan Yu", "Jun Fan", "Zhongjie Shi", "Ding-Xuan Zhou" ]
12 May 2023 (<a href="https://arxiv.org/abs/2305.07408v1">v1</a>), last revised 21 Jul 2024 (this version, v3)
48 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.07408
In recent years, different types of distributed and parallel learning schemes have received increasing attention for their strong advantages in handling large-scale data information. In the information era, to face the big data challenges {that} stem from functional data analysis very recently, we propose a novel distributed gradient descent functional learning (DGDFL) algorithm to tackle functional data across numerous local machines (processors) in the framework of reproducing kernel Hilbert space. Based on integral operator approaches, we provide the first theoretical understanding of the DGDFL algorithm in many different aspects of the literature. On the way of understanding DGDFL, firstly, a data-based gradient descent functional learning (GDFL) algorithm associated with a single-machine model is proposed and comprehensively studied. Under mild conditions, confidence-based optimal learning rates of DGDFL are obtained without the saturation boundary on the regularity index suffered in previous works in functional regression. We further provide a semi-supervised DGDFL approach to weaken the restriction on the maximal number of local machines to ensure optimal rates. To our best knowledge, the DGDFL provides the first divide-and-conquer iterative training approach to functional learning based on data samples of intrinsically infinite-dimensional random functions (functional covariates) and enriches the methodologies for functional data analysis.
stat-04.zip/2305.07408.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.17170
Error Bounds for Learning with Vector-Valued Random Features
[ "Samuel Lanthaler", "Nicholas H. Nelsen" ]
26 May 2023 (<a href="https://arxiv.org/abs/2305.17170v1">v1</a>), last revised 15 Nov 2023 (this version, v2)
28 pages, 1 table, 3 figures. NeurIPS 2023 spotlight
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2305.17170
This paper provides a comprehensive error analysis of learning with vector-valued random features (RF). The theory is developed for RF ridge regression in a fully general infinite-dimensional input-output setting, but nonetheless applies to and improves existing finite-dimensional analyses. In contrast to comparable work in the literature, the approach proposed here relies on a direct analysis of the underlying risk functional and completely avoids the explicit RF ridge regression solution formula in terms of random matrices. This removes the need for concentration results in random matrix theory or their generalizations to random operators. The main results established in this paper include strong consistency of vector-valued RF estimators under model misspecification and minimax optimal convergence rates in the well-specified setting. The parameter complexity (number of random features) and sample complexity (number of labeled data) required to achieve such rates are comparable with Monte Carlo intuition and free from logarithmic factors.
stat-04.zip/2305.17170.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.08062
Off-Policy Evaluation for Large Action Spaces via Conjunct Effect Modeling
[ "Yuta Saito", "Qingyang Ren", "Thorsten Joachims" ]
14 May 2023 (<a href="https://arxiv.org/abs/2305.08062v1">v1</a>), last revised 2 Jun 2023 (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.2305.08062
We study off-policy evaluation (OPE) of contextual bandit policies for large discrete action spaces where conventional importance-weighting approaches suffer from excessive variance. To circumvent this variance issue, we propose a new estimator, called OffCEM, that is based on the conjunct effect model (CEM), a novel decomposition of the causal effect into a cluster effect and a residual effect. OffCEM applies importance weighting only to action clusters and addresses the residual causal effect through model-based reward estimation. We show that the proposed estimator is unbiased under a new condition, called local correctness, which only requires that the residual-effect model preserves the relative expected reward differences of the actions within each cluster. To best leverage the CEM and local correctness, we also propose a new two-step procedure for performing model-based estimation that minimizes bias in the first step and variance in the second step. We find that the resulting OffCEM estimator substantially improves bias and variance compared to a range of conventional estimators. Experiments demonstrate that OffCEM provides substantial improvements in OPE especially in the presence of many actions.
stat-04.zip/2305.08062.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.07971
Tight and fast generalization error bound of graph embedding in metric space
[ "Atsushi Suzuki", "Atsushi Nitanda", "Taiji Suzuki", "Jing Wang", "Feng Tian", "Kenji Yamanishi" ]
13 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.07971
Recent studies have experimentally shown that we can achieve in non-Euclidean metric space effective and efficient graph embedding, which aims to obtain the vertices&#39; representations reflecting the graph&#39;s structure in the metric space. Specifically, graph embedding in hyperbolic space has experimentally succeeded in embedding graphs with hierarchical-tree structure, e.g., data in natural languages, social networks, and knowledge bases. However, recent theoretical analyses have shown a much higher upper bound on non-Euclidean graph embedding&#39;s generalization error than Euclidean one&#39;s, where a high generalization error indicates that the incompleteness and noise in the data can significantly damage learning performance. It implies that the existing bound cannot guarantee the success of graph embedding in non-Euclidean metric space in a practical training data size, which can prevent non-Euclidean graph embedding&#39;s application in real problems. This paper provides a novel upper bound of graph embedding&#39;s generalization error by evaluating the local Rademacher complexity of the model as a function set of the distances of representation couples. Our bound clarifies that the performance of graph embedding in non-Euclidean metric space, including hyperbolic space, is better than the existing upper bounds suggest. Specifically, our new upper bound is polynomial in the metric space&#39;s geometric radius $R$ and can be $O(\frac{1}{S})$ at the fastest, where $S$ is the training data size. Our bound is significantly tighter and faster than the existing one, which can be exponential to $R$ and $O(\frac{1}{\sqrt{S}})$ at the fastest. Specific calculations on example cases show that graph embedding in non-Euclidean metric space can outperform that in Euclidean space with much smaller training data than the existing bound has suggested.
stat-04.zip/2305.07971.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.16703
Sources of Uncertainty in Supervised Machine Learning -- A Statisticians&#39; View
[ "Cornelia Gruber", "Patrick Oliver Schenk", "Malte Schierholz", "Frauke Kreuter", "Göran Kauermann" ]
26 May 2023 (<a href="https://arxiv.org/abs/2305.16703v1">v1</a>), last revised 28 Jan 2025 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.16703
Supervised machine learning and predictive models have achieved an impressive standard today, enabling us to answer questions that were inconceivable a few years ago. Besides these successes, it becomes clear, that beyond pure prediction, which is the primary strength of most supervised machine learning algorithms, the quantification of uncertainty is relevant and necessary as well. However, before quantification is possible, types and sources of uncertainty need to be defined precisely. While first concepts and ideas in this direction have emerged in recent years, this paper adopts a conceptual, basic science perspective and examines possible sources of uncertainty. By adopting the viewpoint of a statistician, we discuss the concepts of aleatoric and epistemic uncertainty, which are more commonly associated with machine learning. The paper aims to formalize the two types of uncertainty and demonstrates that sources of uncertainty are miscellaneous and can not always be decomposed into aleatoric and epistemic. Drawing parallels between statistical concepts and uncertainty in machine learning, we emphasise the role of data and their influence on uncertainty.
stat-04.zip/2305.16703.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.14442
Optimal Preconditioning and Fisher Adaptive Langevin Sampling
[ "Michalis K. Titsias" ]
23 May 2023 (<a href="https://arxiv.org/abs/2305.14442v1">v1</a>), last revised 28 Oct 2023 (this version, v3)
21 pages, 15 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2305.14442
We define an optimal preconditioning for the Langevin diffusion by analytically optimizing the expected squared jumped distance. This yields as the optimal preconditioning an inverse Fisher information covariance matrix, where the covariance matrix is computed as the outer product of log target gradients averaged under the target. We apply this result to the Metropolis adjusted Langevin algorithm (MALA) and derive a computationally efficient adaptive MCMC scheme that learns the preconditioning from the history of gradients produced as the algorithm runs. We show in several experiments that the proposed algorithm is very robust in high dimensions and significantly outperforms other methods, including a closely related adaptive MALA scheme that learns the preconditioning with standard adaptive MCMC as well as the position-dependent Riemannian manifold MALA sampler.
stat-04.zip/2305.14442.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.17277
Optimizing NOTEARS Objectives via Topological Swaps
[ "Chang Deng", "Kevin Bello", "Bryon Aragam", "Pradeep Ravikumar" ]
26 May 2023
39 pages, 12 figures, ICML 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.17277
Recently, an intriguing class of non-convex optimization problems has emerged in the context of learning directed acyclic graphs (DAGs). These problems involve minimizing a given loss or score function, subject to a non-convex continuous constraint that penalizes the presence of cycles in a graph. In this work, we delve into the optimization challenges associated with this class of non-convex programs. To address these challenges, we propose a bi-level algorithm that leverages the non-convex constraint in a novel way. The outer level of the algorithm optimizes over topological orders by iteratively swapping pairs of nodes within the topological order of a DAG. A key innovation of our approach is the development of an effective method for generating a set of candidate swapping pairs for each iteration. At the inner level, given a topological order, we utilize off-the-shelf solvers that can handle linear constraints. The key advantage of our proposed algorithm is that it is guaranteed to find a local minimum or a KKT point under weaker conditions compared to previous work and finds solutions with lower scores. Extensive experiments demonstrate that our method outperforms state-of-the-art approaches in terms of achieving a better score. Additionally, our method can also be used as a post-processing algorithm to significantly improve the score of other algorithms. Code implementing the proposed method is available at <a href="https://github.com/duntrain/topo" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-04.zip/2305.17277.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.08637
Double-Weighting for Covariate Shift Adaptation
[ "José I. Segovia-Martín", "Santiago Mazuelas", "Anqi Liu" ]
15 May 2023 (<a href="https://arxiv.org/abs/2305.08637v1">v1</a>), last revised 9 Jun 2023 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.08637
Supervised learning is often affected by a covariate shift in which the marginal distributions of instances (covariates $x$) of training and testing samples $\mathrm{p}_\text{tr}(x)$ and $\mathrm{p}_\text{te}(x)$ are different but the label conditionals coincide. Existing approaches address such covariate shift by either using the ratio $\mathrm{p}_\text{te}(x)/\mathrm{p}_\text{tr}(x)$ to weight training samples (reweighted methods) or using the ratio $\mathrm{p}_\text{tr}(x)/\mathrm{p}_\text{te}(x)$ to weight testing samples (robust methods). However, the performance of such approaches can be poor under support mismatch or when the above ratios take large values. We propose a minimax risk classification (MRC) approach for covariate shift adaptation that avoids such limitations by weighting both training and testing samples. In addition, we develop effective techniques that obtain both sets of weights and generalize the conventional kernel mean matching method. We provide novel generalization bounds for our method that show a significant increase in the effective sample size compared with reweighted methods. The proposed method also achieves enhanced classification performance in both synthetic and empirical experiments.
stat-04.zip/2305.08637.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19674
Online-to-PAC Conversions: Generalization Bounds via Regret Analysis
[ "Gábor Lugosi", "Gergely Neu" ]
31 May 2023 (<a href="https://arxiv.org/abs/2305.19674v1">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.2305.19674
We present a new framework for deriving bounds on the generalization bound of statistical learning algorithms from the perspective of online learning. Specifically, we construct an online learning game called the &#34;generalization game&#34;, where an online learner is trying to compete with a fixed statistical learning algorithm in predicting the sequence of generalization gaps on a training set of i.i.d. data points. We establish a connection between the online and statistical learning setting by showing that the existence of an online learning algorithm with bounded regret in this game implies a bound on the generalization error of the statistical learning algorithm, up to a martingale concentration term that is independent of the complexity of the statistical learning method. This technique allows us to recover several standard generalization bounds including a range of PAC-Bayesian and information-theoretic guarantees, as well as generalizations thereof.
stat-04.zip/2305.19674.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.03894
Twin support vector quantile regression
[ "Yafen Ye", "Zhihu Xu", "Jinhua Zhang", "Weijie Chen", "Yuanhai Shao" ]
6 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.03894
We propose a twin support vector quantile regression (TSVQR) to capture the heterogeneous and asymmetric information in modern data. Using a quantile parameter, TSVQR effectively depicts the heterogeneous distribution information with respect to all portions of data points. Correspondingly, TSVQR constructs two smaller sized quadratic programming problems (QPPs) to generate two nonparallel planes to measure the distributional asymmetry between the lower and upper bounds at each quantile level. The QPPs in TSVQR are smaller and easier to solve than those in previous quantile regression methods. Moreover, the dual coordinate descent algorithm for TSVQR also accelerates the training speed. Experimental results on six artiffcial data sets, ffve benchmark data sets, two large scale data sets, two time-series data sets, and two imbalanced data sets indicate that the TSVQR outperforms previous quantile regression methods in terms of the effectiveness of completely capturing the heterogeneous and asymmetric information and the efffciency of the learning process.
stat-04.zip/2305.03894.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.08463
Convergence Analysis of Mean Shift
[ "Ryoya Yamasaki", "Toshiyuki Tanaka" ]
15 May 2023 (<a href="https://arxiv.org/abs/2305.08463v1">v1</a>), last revised 7 Nov 2023 (this version, v3)
18 pages, 2 figures, preprint version
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.08463
The mean shift (MS) algorithm seeks a mode of the kernel density estimate (KDE). This study presents a convergence guarantee of the mode estimate sequence generated by the MS algorithm and an evaluation of the convergence rate, under fairly mild conditions, with the help of the argument concerning the Łojasiewicz inequality. Our findings extend existing ones covering analytic kernels and the Epanechnikov kernel. Those are significant in that they cover the biweight kernel, which is optimal among non-negative kernels in terms of the asymptotic statistical efficiency for the KDE-based mode estimation.
stat-04.zip/2305.08463.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.08642
Topological Interpretability for Deep-Learning
[ "Adam Spannaus", "Heidi A.Hanson", "Lynne Penberthy", "Georgia Tourassi" ]
15 May 2023 (<a href="https://arxiv.org/abs/2305.08642v1">v1</a>), last revised 11 Apr 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.08642
With the growing adoption of AI-based systems across everyday life, the need to understand their decision-making mechanisms is correspondingly increasing. The level at which we can trust the statistical inferences made from AI-based decision systems is an increasing concern, especially in high-risk systems such as criminal justice or medical diagnosis, where incorrect inferences may have tragic consequences. Despite their successes in providing solutions to problems involving real-world data, deep learning (DL) models cannot quantify the certainty of their predictions. These models are frequently quite confident, even when their solutions are incorrect. <br>This work presents a method to infer prominent features in two DL classification models trained on clinical and non-clinical text by employing techniques from topological and geometric data analysis. We create a graph of a model&#39;s feature space and cluster the inputs into the graph&#39;s vertices by the similarity of features and prediction statistics. We then extract subgraphs demonstrating high-predictive accuracy for a given label. These subgraphs contain a wealth of information about features that the DL model has recognized as relevant to its decisions. We infer these features for a given label using a distance metric between probability measures, and demonstrate the stability of our method compared to the LIME and SHAP interpretability methods. This work establishes that we may gain insights into the decision mechanism of a DL model. This method allows us to ascertain if the model is making its decisions based on information germane to the problem or identifies extraneous patterns within the data.
stat-04.zip/2305.08642.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.03884
On High-dimensional and Low-rank Tensor Bandits
[ "Chengshuai Shi", "Cong Shen", "Nicholas D. Sidiropoulos" ]
6 May 2023
Accepted to the 2023 IEEE International Symposium on Information Theory (ISIT 2023)
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.2305.03884
Most existing studies on linear bandits focus on the one-dimensional characterization of the overall system. While being representative, this formulation may fail to model applications with high-dimensional but favorable structures, such as the low-rank tensor representation for recommender systems. To address this limitation, this work studies a general tensor bandits model, where actions and system parameters are represented by tensors as opposed to vectors, and we particularly focus on the case that the unknown system tensor is low-rank. A novel bandit algorithm, coined TOFU (Tensor Optimism in the Face of Uncertainty), is developed. TOFU first leverages flexible tensor regression techniques to estimate low-dimensional subspaces associated with the system tensor. These estimates are then utilized to convert the original problem to a new one with norm constraints on its system parameters. Lastly, a norm-constrained bandit subroutine is adopted by TOFU, which utilizes these constraints to avoid exploring the entire high-dimensional parameter space. Theoretical analyses show that TOFU improves the best-known regret upper bound by a multiplicative factor that grows exponentially in the system order. A novel performance lower bound is also established, which further corroborates the efficiency of TOFU.
stat-04.zip/2305.03884.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.14454
An Improved Variational Approximate Posterior for the Deep Wishart Process
[ "Sebastian Ober", "Ben Anson", "Edward Milsom", "Laurence Aitchison" ]
23 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.14454
Deep kernel processes are a recently introduced class of deep Bayesian models that have the flexibility of neural networks, but work entirely with Gram matrices. They operate by alternately sampling a Gram matrix from a distribution over positive semi-definite matrices, and applying a deterministic transformation. When the distribution is chosen to be Wishart, the model is called a deep Wishart process (DWP). This particular model is of interest because its prior is equivalent to a deep Gaussian process (DGP) prior, but at the same time it is invariant to rotational symmetries, leading to a simpler posterior distribution. Practical inference in the DWP was made possible in recent work (&#34;A variational approximate posterior for the deep Wishart process&#34; Ober and Aitchison 2021a) where the authors used a generalisation of the Bartlett decomposition of the Wishart distribution as the variational approximate posterior. However, predictive performance in that paper was less impressive than one might expect, with the DWP only beating a DGP on a few of the UCI datasets used for comparison. In this paper, we show that further generalising their distribution to allow linear combinations of rows and columns in the Bartlett decomposition results in better predictive performance, while incurring negligible additional computation cost.
stat-04.zip/2305.14454.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.13498
Parameter estimation from an Ornstein-Uhlenbeck process with measurement noise
[ "Simon Carter", "Lilianne Mujica-Parodi", "Helmut H. Strey" ]
22 May 2023 (<a href="https://arxiv.org/abs/2305.13498v1">v1</a>), last revised 10 Jul 2024 (this version, v3)
14 pages, 7 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Quantitative Methods (q-bio.QM)
https://doi.org/10.48550/arXiv.2305.13498
This article aims to investigate the impact of noise on parameter fitting for an Ornstein-Uhlenbeck process, focusing on the effects of multiplicative and thermal noise on the accuracy of signal separation. To address these issues, we propose algorithms and methods that can effectively distinguish between thermal and multiplicative noise and improve the precision of parameter estimation for optimal data analysis. Specifically, we explore the impact of both multiplicative and thermal noise on the obfuscation of the actual signal and propose methods to resolve them. First, we present an algorithm that can effectively separate thermal noise with comparable performance to Hamilton Monte Carlo (HMC) but with significantly improved speed. We then analyze multiplicative noise and demonstrate that HMC is insufficient for isolating thermal and multiplicative noise. However, we show that, with additional knowledge of the ratio between thermal and multiplicative noise, we can accurately distinguish between the two types of noise when provided with a sufficiently large sampling rate or an amplitude of multiplicative noise smaller than thermal noise. Thus, we demonstrate the mechanism underlying an otherwise counterintuitive phenomenon: when multiplicative noise dominates the noise spectrum, one can successfully estimate the parameters for such systems after adding additional white noise to shift the noise balance.
stat-04.zip/2305.13498.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.16041
An $\varepsilon$-Best-Arm Identification Algorithm for Fixed-Confidence and Beyond
[ "Marc Jourdan", "Rémy Degenne", "Emilie Kaufmann" ]
25 May 2023 (<a href="https://arxiv.org/abs/2305.16041v1">v1</a>), last revised 6 Nov 2023 (this version, v2)
68 pages, 14 figures, 4 tables. To be published in the Thirty-seventh Conference on Neural Information Processing Systems
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.16041
We propose EB-TC$\varepsilon$, a novel sampling rule for $\varepsilon$-best arm identification in stochastic bandits. It is the first instance of Top Two algorithm analyzed for approximate best arm identification. EB-TC$\varepsilon$ is an *anytime* sampling rule that can therefore be employed without modification for fixed confidence or fixed budget identification (without prior knowledge of the budget). We provide three types of theoretical guarantees for EB-TC$\varepsilon$. First, we prove bounds on its expected sample complexity in the fixed confidence setting, notably showing its asymptotic optimality in combination with an adaptive tuning of its exploration parameter. We complement these findings with upper bounds on its probability of error at any time and for any error parameter, which further yield upper bounds on its simple regret at any time. Finally, we show through numerical simulations that EB-TC$\varepsilon$ performs favorably compared to existing algorithms, in different settings.
stat-04.zip/2305.16041.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.06648
Generalization bounds for neural ordinary differential equations and deep residual networks
[ "Pierre Marion" ]
11 May 2023 (<a href="https://arxiv.org/abs/2305.06648v1">v1</a>), last revised 11 Oct 2023 (this version, v2)
NeurIPS 2023, 21 pages, 2 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.06648
Neural ordinary differential equations (neural ODEs) are a popular family of continuous-depth deep learning models. In this work, we consider a large family of parameterized ODEs with continuous-in-time parameters, which include time-dependent neural ODEs. We derive a generalization bound for this class by a Lipschitz-based argument. By leveraging the analogy between neural ODEs and deep residual networks, our approach yields in particular a generalization bound for a class of deep residual networks. The bound involves the magnitude of the difference between successive weight matrices. We illustrate numerically how this quantity affects the generalization capability of neural networks.
stat-04.zip/2305.06648.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.12149
Normalizing flow sampling with Langevin dynamics in the latent space
[ "Florentin Coeurdoux", "Nicolas Dobigeon", "Pierre Chainais" ]
20 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.12149
Normalizing flows (NF) use a continuous generator to map a simple latent (e.g. Gaussian) distribution, towards an empirical target distribution associated with a training data set. Once trained by minimizing a variational objective, the learnt map provides an approximate generative model of the target distribution. Since standard NF implement differentiable maps, they may suffer from pathological behaviors when targeting complex distributions. For instance, such problems may appear for distributions on multi-component topologies or characterized by multiple modes with high probability regions separated by very unlikely areas. A typical symptom is the explosion of the Jacobian norm of the transformation in very low probability areas. This paper proposes to overcome this issue thanks to a new Markov chain Monte Carlo algorithm to sample from the target distribution in the latent domain before transporting it back to the target domain. The approach relies on a Metropolis adjusted Langevin algorithm (MALA) whose dynamics explicitly exploits the Jacobian of the transformation. Contrary to alternative approaches, the proposed strategy preserves the tractability of the likelihood and it does not require a specific training. Notably, it can be straightforwardly used with any pre-trained NF network, regardless of the architecture. Experiments conducted on synthetic and high-dimensional real data sets illustrate the efficiency of the method.
stat-04.zip/2305.12149.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.14077
Mind the spikes: Benign overfitting of kernels and neural networks in fixed dimension
[ "Moritz Haas", "David Holzmüller", "Ulrike von Luxburg", "Ingo Steinwart" ]
23 May 2023 (<a href="https://arxiv.org/abs/2305.14077v1">v1</a>), last revised 6 Nov 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2305.14077
The success of over-parameterized neural networks trained to near-zero training error has caused great interest in the phenomenon of benign overfitting, where estimators are statistically consistent even though they interpolate noisy training data. While benign overfitting in fixed dimension has been established for some learning methods, current literature suggests that for regression with typical kernel methods and wide neural networks, benign overfitting requires a high-dimensional setting where the dimension grows with the sample size. In this paper, we show that the smoothness of the estimators, and not the dimension, is the key: benign overfitting is possible if and only if the estimator&#39;s derivatives are large enough. We generalize existing inconsistency results to non-interpolating models and more kernels to show that benign overfitting with moderate derivatives is impossible in fixed dimension. Conversely, we show that rate-optimal benign overfitting is possible for regression with a sequence of spiky-smooth kernels with large derivatives. Using neural tangent kernels, we translate our results to wide neural networks. We prove that while infinite-width networks do not overfit benignly with the ReLU activation, this can be fixed by adding small high-frequency fluctuations to the activation function. Our experiments verify that such neural networks, while overfitting, can indeed generalize well even on low-dimensional data sets.
stat-04.zip/2305.14077.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.13517
Statistical Guarantees of Group-Invariant GANs
[ "Ziyu Chen", "Markos A. Katsoulakis", "Luc Rey-Bellet", "Wei Zhu" ]
22 May 2023 (<a href="https://arxiv.org/abs/2305.13517v1">v1</a>), last revised 11 Mar 2025 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.13517
This work presents the first statistical performance guarantees for group-invariant generative models. Many real data, such as images and molecules, are invariant to certain group symmetries, which can be taken advantage of to learn more efficiently as we rigorously demonstrate in this work. Here we specifically study generative adversarial networks (GANs), and quantify the gains when incorporating symmetries into the model. Group-invariant GANs are a type of GANs in which the generators and discriminators are hardwired with group symmetries. Empirical studies have shown that these networks are capable of learning group-invariant distributions with significantly improved data efficiency. In this study, we aim to rigorously quantify this improvement by analyzing the reduction in sample complexity and in the discriminator approximation error for group-invariant GANs. Our findings indicate that when learning group-invariant distributions, the number of samples required for group-invariant GANs decreases proportionally by a factor of the group size and the discriminator approximation error has a reduced lower bound. Importantly, the overall error reduction cannot be achieved merely through data augmentation on the training data. Numerical results substantiate our theory and highlight the stark contrast between learning with group-invariant GANs and using data augmentation. This work also sheds light on the study of other generative models with group symmetries, such as score-based generative models.
stat-04.zip/2305.13517.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.12313
When are ensembles really effective?
[ "Ryan Theisen", "Hyunsuk Kim", "Yaoqing Yang", "Liam Hodgkinson", "Michael W. Mahoney" ]
21 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.12313
Ensembling has a long history in statistical data analysis, with many impactful applications. However, in many modern machine learning settings, the benefits of ensembling are less ubiquitous and less obvious. We study, both theoretically and empirically, the fundamental question of when ensembling yields significant performance improvements in classification tasks. Theoretically, we prove new results relating the \emph{ensemble improvement rate} (a measure of how much ensembling decreases the error rate versus a single model, on a relative scale) to the \emph{disagreement-error ratio}. We show that ensembling improves performance significantly whenever the disagreement rate is large relative to the average error rate; and that, conversely, one classifier is often enough whenever the disagreement rate is low relative to the average error rate. On the way to proving these results, we derive, under a mild condition called \emph{competence}, improved upper and lower bounds on the average test error rate of the majority vote classifier. To complement this theory, we study ensembling empirically in a variety of settings, verifying the predictions made by our theory, and identifying practical scenarios where ensembling does and does not result in large performance improvements. Perhaps most notably, we demonstrate a distinct difference in behavior between interpolating models (popular in current practice) and non-interpolating models (such as tree-based methods, where ensembling is popular), demonstrating that ensembling helps considerably more in the latter case than in the former.
stat-04.zip/2305.12313.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.13715
Covariate balancing using the integral probability metric for causal inference
[ "Insung Kong", "Yuha Park", "Joonhyuk Jung", "Kwonsang Lee", "Yongdai Kim" ]
23 May 2023
32 pages, ICML 2023 proceedings
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.13715
Weighting methods in causal inference have been widely used to achieve a desirable level of covariate balancing. However, the existing weighting methods have desirable theoretical properties only when a certain model, either the propensity score or outcome regression model, is correctly specified. In addition, the corresponding estimators do not behave well for finite samples due to large variance even when the model is correctly specified. In this paper, we consider to use the integral probability metric (IPM), which is a metric between two probability measures, for covariate balancing. Optimal weights are determined so that weighted empirical distributions for the treated and control groups have the smallest IPM value for a given set of discriminators. We prove that the corresponding estimator can be consistent without correctly specifying any model (neither the propensity score nor the outcome regression model). In addition, we empirically show that our proposed method outperforms existing weighting methods with large margins for finite samples.
stat-04.zip/2305.13715.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19802
Neuro-Causal Factor Analysis
[ "Alex Markham", "Mingyu Liu", "Bryon Aragam", "Liam Solus" ]
31 May 2023
23 pages, 13 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.19802
Factor analysis (FA) is a statistical tool for studying how observed variables with some mutual dependences can be expressed as functions of mutually independent unobserved factors, and it is widely applied throughout the psychological, biological, and physical sciences. We revisit this classic method from the comparatively new perspective given by advancements in causal discovery and deep learning, introducing a framework for Neuro-Causal Factor Analysis (NCFA). Our approach is fully nonparametric: it identifies factors via latent causal discovery methods and then uses a variational autoencoder (VAE) that is constrained to abide by the Markov factorization of the distribution with respect to the learned graph. We evaluate NCFA on real and synthetic data sets, finding that it performs comparably to standard VAEs on data reconstruction tasks but with the advantages of sparser architecture, lower model complexity, and causal interpretability. Unlike traditional FA methods, our proposed NCFA method allows learning and reasoning about the latent factors underlying observed data from a justifiably causal perspective, even when the relations between factors and measurements are highly nonlinear.
stat-04.zip/2305.19802.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.13248
Bayesian Numerical Integration with Neural Networks
[ "Katharina Ott", "Michael Tiemann", "Philipp Hennig", "François-Xavier Briol" ]
22 May 2023 (<a href="https://arxiv.org/abs/2305.13248v1">v1</a>), last revised 10 Sep 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.13248
Bayesian probabilistic numerical methods for numerical integration offer significant advantages over their non-Bayesian counterparts: they can encode prior information about the integrand, and can quantify uncertainty over estimates of an integral. However, the most popular algorithm in this class, Bayesian quadrature, is based on Gaussian process models and is therefore associated with a high computational cost. To improve scalability, we propose an alternative approach based on Bayesian neural networks which we call Bayesian Stein networks. The key ingredients are a neural network architecture based on Stein operators, and an approximation of the Bayesian posterior based on the Laplace approximation. We show that this leads to orders of magnitude speed-ups on the popular Genz functions benchmark, and on challenging problems arising in the Bayesian analysis of dynamical systems, and the prediction of energy production for a large-scale wind farm.
stat-04.zip/2305.13248.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.13882
Subsampling Error in Stochastic Gradient Langevin Diffusions
[ "Kexin Jin", "Chenguang Liu", "Jonas Latz" ]
23 May 2023 (<a href="https://arxiv.org/abs/2305.13882v1">v1</a>), last revised 26 Apr 2024 (this version, v2)
AISTATS 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2305.13882
The Stochastic Gradient Langevin Dynamics (SGLD) are popularly used to approximate Bayesian posterior distributions in statistical learning procedures with large-scale data. As opposed to many usual Markov chain Monte Carlo (MCMC) algorithms, SGLD is not stationary with respect to the posterior distribution; two sources of error appear: The first error is introduced by an Euler--Maruyama discretisation of a Langevin diffusion process, the second error comes from the data subsampling that enables its use in large-scale data settings. In this work, we consider an idealised version of SGLD to analyse the method&#39;s pure subsampling error that we then see as a best-case error for diffusion-based subsampling MCMC methods. Indeed, we introduce and study the Stochastic Gradient Langevin Diffusion (SGLDiff), a continuous-time Markov process that follows the Langevin diffusion corresponding to a data subset and switches this data subset after exponential waiting times. There, we show the exponential ergodicity of SLGDiff and that the Wasserstein distance between the posterior and the limiting distribution of SGLDiff is bounded above by a fractional power of the mean waiting time. We bring our results into context with other analyses of SGLD.
stat-04.zip/2305.13882.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.13588
Deep Learning with Kernels through RKHM and the Perron-Frobenius Operator
[ "Yuka Hashimoto", "Masahiro Ikeda", "Hachem Kadri" ]
23 May 2023 (<a href="https://arxiv.org/abs/2305.13588v1">v1</a>), last revised 4 Nov 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.13588
Reproducing kernel Hilbert $C^*$-module (RKHM) is a generalization of reproducing kernel Hilbert space (RKHS) by means of $C^*$-algebra, and the Perron-Frobenius operator is a linear operator related to the composition of functions. Combining these two concepts, we present deep RKHM, a deep learning framework for kernel methods. We derive a new Rademacher generalization bound in this setting and provide a theoretical interpretation of benign overfitting by means of Perron-Frobenius operators. By virtue of $C^*$-algebra, the dependency of the bound on output dimension is milder than existing bounds. We show that $C^*$-algebra is a suitable tool for deep learning with kernels, enabling us to take advantage of the product structure of operators and to provide a clear connection with convolutional neural networks. Our theoretical analysis provides a new lens through which one can design and analyze deep kernel methods.
stat-04.zip/2305.13588.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.12100
How Spurious Features Are Memorized: Precise Analysis for Random and NTK Features
[ "Simone Bombari", "Marco Mondelli" ]
20 May 2023 (<a href="https://arxiv.org/abs/2305.12100v1">v1</a>), last revised 17 May 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.12100
Deep learning models are known to overfit and memorize spurious features in the training dataset. While numerous empirical studies have aimed at understanding this phenomenon, a rigorous theoretical framework to quantify it is still missing. In this paper, we consider spurious features that are uncorrelated with the learning task, and we provide a precise characterization of how they are memorized via two separate terms: (i) the stability of the model with respect to individual training samples, and (ii) the feature alignment between the spurious feature and the full sample. While the first term is well established in learning theory and it is connected to the generalization error in classical work, the second one is, to the best of our knowledge, novel. Our key technical result gives a precise characterization of the feature alignment for the two prototypical settings of random features (RF) and neural tangent kernel (NTK) regression. We prove that the memorization of spurious features weakens as the generalization capability increases and, through the analysis of the feature alignment, we unveil the role of the model and of its activation function. Numerical experiments show the predictive power of our theory on standard datasets (MNIST, CIFAR-10).
stat-04.zip/2305.12100.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.08657
Meta-models for transfer learning in source localisation
[ "Lawrence A. Bull", "Matthew R. Jones", "Elizabeth J. Cross", "Andrew Duncan", "Mark Girolami" ]
15 May 2023 (<a href="https://arxiv.org/abs/2305.08657v1">v1</a>), last revised 8 Nov 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2305.08657
In practice, non-destructive testing (NDT) procedures tend to consider experiments (and their respective models) as distinct, conducted in isolation and associated with independent data. In contrast, this work looks to capture the interdependencies between acoustic emission (AE) experiments (as meta-models) and then use the resulting functions to predict the model hyperparameters for previously unobserved systems. We utilise a Bayesian multilevel approach (similar to deep Gaussian Processes) where a higher level meta-model captures the inter-task relationships. Our key contribution is how knowledge of the experimental campaign can be encoded between tasks as well as within tasks. We present an example of AE time-of-arrival mapping for source localisation, to illustrate how multilevel models naturally lend themselves to representing aggregate systems in engineering. We constrain the meta-model based on domain knowledge, then use the inter-task functions for transfer learning, predicting hyperparameters for models of previously unobserved experiments (for a specific design).
stat-04.zip/2305.08657.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.12686
Conformal Inference for Invariant Risk Minimization
[ "Wenlu Tang", "Zicheng Liu" ]
22 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.12686
The application of machine learning models can be significantly impeded by the occurrence of distributional shifts, as the assumption of homogeneity between the population of training and testing samples in machine learning and statistics may not be feasible in practical situations. One way to tackle this problem is to use invariant learning, such as invariant risk minimization (IRM), to acquire an invariant representation that aids in generalization with distributional shifts. This paper develops methods for obtaining distribution-free prediction regions to describe uncertainty estimates for invariant representations, accounting for the distribution shifts of data from different environments. Our approach involves a weighted conformity score that adapts to the specific environment in which the test sample is situated. We construct an adaptive conformal interval using the weighted conformity score and prove its conditional average under certain conditions. To demonstrate the effectiveness of our approach, we conduct several numerical experiments, including simulation studies and a practical example using real-world data.
stat-04.zip/2305.12686.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.14689
Least Squares Regression Can Exhibit Under-Parameterized Double Descent
[ "Xinyue Li", "Rishi Sonthalia" ]
24 May 2023 (<a href="https://arxiv.org/abs/2305.14689v1">v1</a>), last revised 24 Oct 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2305.14689
The relationship between the number of training data points, the number of parameters, and the generalization capabilities of models has been widely studied. Previous work has shown that double descent can occur in the over-parameterized regime and that the standard bias-variance trade-off holds in the under-parameterized regime. These works provide multiple reasons for the existence of the peak. We postulate that the location of the peak depends on the technical properties of both the spectrum as well as the eigenvectors of the sample covariance. We present two simple examples that provably exhibit double descent in the under-parameterized regime and do not seem to occur for reasons provided in prior work.
stat-04.zip/2305.14689.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.16836
A Robust Probabilistic Approach to Stochastic Subspace Identification
[ "Brandon J. O&#39;Connell", "Timothy J. Rogers" ]
26 May 2023
42 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2305.16836
Modal parameter estimation of operational structures is often a challenging task when confronted with unwanted distortions (outliers) in field measurements. Atypical observations present a problem to operational modal analysis (OMA) algorithms, such as stochastic subspace identification (SSI), severely biasing parameter estimates and resulting in misidentification of the system. Despite this predicament, no simple mechanism currently exists capable of dealing with such anomalies in SSI. Addressing this problem, this paper first introduces a novel probabilistic formulation of stochastic subspace identification (Prob-SSI), realised using probabilistic projections. Mathematically, the equivalence between this model and the classic algorithm is demonstrated. This fresh perspective, viewing SSI as a problem in probabilistic inference, lays the necessary mathematical foundation to enable a plethora of new, more sophisticated OMA approaches. To this end, a statistically robust SSI algorithm (robust Prob-SSI) is developed, capable of providing a principled and automatic way of handling outlying or anomalous data in the measured timeseries, such as may occur in field recordings, e.g. intermittent sensor dropout. Robust Prob-SSI is shown to outperform conventional SSI when confronted with &#39;corrupted&#39; data, exhibiting improved identification performance and higher levels of confidence in the found poles when viewing consistency (stabilisation) diagrams. Similar benefits are also demonstrated on the Z24 Bridge benchmark dataset, highlighting enhanced performance on measured systems.
stat-04.zip/2305.16836.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11575
The Deep Promotion Time Cure Model
[ "Victor Medina-Olivares", "Stefan Lessmann", "Nadja Klein" ]
19 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.11575
We propose a novel method for predicting time-to-event in the presence of cure fractions based on flexible survivals models integrated into a deep neural network framework. Our approach allows for non-linear relationships and high-dimensional interactions between covariates and survival and is suitable for large-scale applications. Furthermore, we allow the method to incorporate an identified predictor formed of an additive decomposition of interpretable linear and non-linear effects and add an orthogonalization layer to capture potential higher dimensional interactions. We demonstrate the usefulness and computational efficiency of our method via simulations and apply it to a large portfolio of US mortgage loans. Here, we find not only a better predictive performance of our framework but also a more realistic picture of covariate effects.
stat-04.zip/2305.11575.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.02699
Using interpretable boosting algorithms for modeling environmental and agricultural data
[ "Fabian Obster", "Christian Heumann", "Heidi Bohle", "Paul Pechan" ]
4 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2305.02699
We describe how interpretable boosting algorithms based on ridge-regularized generalized linear models can be used to analyze high-dimensional environmental data. We illustrate this by using environmental, social, human and biophysical data to predict the financial vulnerability of farmers in Chile and Tunisia against climate hazards. We show how group structures can be considered and how interactions can be found in high-dimensional datasets using a novel 2-step boosting approach. The advantages and efficacy of the proposed method are shown and discussed. Results indicate that the presence of interaction effects only improves predictive power when included in two-step boosting. The most important variable in predicting all types of vulnerabilities are natural assets. Other important variables are the type of irrigation, economic assets and the presence of crop damage of near farms.
stat-04.zip/2305.02699.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11857
Computing high-dimensional optimal transport by flow neural networks
[ "Chen Xu", "Xiuyuan Cheng", "Yao Xie" ]
19 May 2023 (<a href="https://arxiv.org/abs/2305.11857v1">v1</a>), last revised 10 Mar 2025 (this version, v5)
Accepted by AISTATS 2025
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2305.11857
Computing optimal transport (OT) for general high-dimensional data has been a long-standing challenge. Despite much progress, most of the efforts including neural network methods have been focused on the static formulation of the OT problem. The current work proposes to compute the dynamic OT between two arbitrary distributions $P$ and $Q$ by optimizing a flow model, where both distributions are only accessible via finite samples. Our method learns the dynamic OT by finding an invertible flow that minimizes the transport cost. The trained optimal transport flow subsequently allows for performing many downstream tasks, including infinitesimal density ratio estimation (DRE) and domain adaptation by interpolating distributions in the latent space. The effectiveness of the proposed model on high-dimensional data is demonstrated by strong empirical performance on OT baselines, image-to-image translation, and high-dimensional DRE.
stat-04.zip/2305.11857.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11997
Robust Counterfactual Explanations for Neural Networks With Probabilistic Guarantees
[ "Faisal Hamman", "Erfaun Noorani", "Saumitra Mishra", "Daniele Magazzeni", "Sanghamitra Dutta" ]
19 May 2023 (<a href="https://arxiv.org/abs/2305.11997v1">v1</a>), last revised 16 Mar 2024 (this version, v3)
International Conference on Machine Learning (ICML), 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Computers and Society (cs.CY); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.11997
There is an emerging interest in generating robust counterfactual explanations that would remain valid if the model is updated or changed even slightly. Towards finding robust counterfactuals, existing literature often assumes that the original model $m$ and the new model $M$ are bounded in the parameter space, i.e., $\|\text{Params}(M){-}\text{Params}(m)\|{&lt;}\Delta$. However, models can often change significantly in the parameter space with little to no change in their predictions or accuracy on the given dataset. In this work, we introduce a mathematical abstraction termed $\textit{naturally-occurring}$ model change, which allows for arbitrary changes in the parameter space such that the change in predictions on points that lie on the data manifold is limited. Next, we propose a measure -- that we call $\textit{Stability}$ -- to quantify the robustness of counterfactuals to potential model changes for differentiable models, e.g., neural networks. Our main contribution is to show that counterfactuals with sufficiently high value of $\textit{Stability}$ as defined by our measure will remain valid after potential $\textit{naturally-occurring}$ model changes with high probability (leveraging concentration bounds for Lipschitz function of independent Gaussians). Since our quantification depends on the local Lipschitz constant around a data point which is not always available, we also examine practical relaxations of our proposed measure and demonstrate experimentally how they can be incorporated to find robust counterfactuals for neural networks that are close, realistic, and remain valid after potential model changes. This work also has interesting connections with model multiplicity, also known as, the Rashomon effect.
stat-04.zip/2305.11997.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11832
Improving Multimodal Joint Variational Autoencoders through Normalizing Flows and Correlation Analysis
[ "Agathe Senellart", "Clément Chadebec", "Stéphanie Allassonnière" ]
19 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.11832
We propose a new multimodal variational autoencoder that enables to generate from the joint distribution and conditionally to any number of complex modalities. The unimodal posteriors are conditioned on the Deep Canonical Correlation Analysis embeddings which preserve the shared information across modalities leading to more coherent cross-modal generations. Furthermore, we use Normalizing Flows to enrich the unimodal posteriors and achieve more diverse data generation. Finally, we propose to use a Product of Experts for inferring one modality from several others which makes the model scalable to any number of modalities. We demonstrate that our method improves likelihood estimates, diversity of the generations and in particular coherence metrics in the conditional generations on several datasets.
stat-04.zip/2305.11832.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.12056
Uniform-in-Time Wasserstein Stability Bounds for (Noisy) Stochastic Gradient Descent
[ "Lingjiong Zhu", "Mert Gurbuzbalaban", "Anant Raj", "Umut Simsekli" ]
20 May 2023 (<a href="https://arxiv.org/abs/2305.12056v1">v1</a>), last revised 28 Oct 2023 (this version, v2)
49 pages, NeurIPS 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2305.12056
Algorithmic stability is an important notion that has proven powerful for deriving generalization bounds for practical algorithms. The last decade has witnessed an increasing number of stability bounds for different algorithms applied on different classes of loss functions. While these bounds have illuminated various properties of optimization algorithms, the analysis of each case typically required a different proof technique with significantly different mathematical tools. In this study, we make a novel connection between learning theory and applied probability and introduce a unified guideline for proving Wasserstein stability bounds for stochastic optimization algorithms. We illustrate our approach on stochastic gradient descent (SGD) and we obtain time-uniform stability bounds (i.e., the bound does not increase with the number of iterations) for strongly convex losses and non-convex losses with additive noise, where we recover similar results to the prior art or extend them to more general cases by using a single proof technique. Our approach is flexible and can be generalizable to other popular optimizers, as it mainly requires developing Lyapunov functions, which are often readily available in the literature. It also illustrates that ergodicity is an important component for obtaining time-uniform bounds -- which might not be achieved for convex or non-convex losses unless additional noise is injected to the iterates. Finally, we slightly stretch our analysis technique and prove time-uniform bounds for SGD under convex and non-convex losses (without additional additive noise), which, to our knowledge, is novel.
stat-04.zip/2305.12056.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.12569
Conditional Generative Modeling for High-dimensional Marked Temporal Point Processes
[ "Zheng Dong", "Zekai Fan", "Shixiang Zhu" ]
21 May 2023 (<a href="https://arxiv.org/abs/2305.12569v1">v1</a>), last revised 18 Jan 2025 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.12569
Point processes offer a versatile framework for sequential event modeling. However, the computational challenges and constrained representational power of the existing point process models have impeded their potential for wider applications. This limitation becomes especially pronounced when dealing with event data that is associated with multi-dimensional or high-dimensional marks such as texts or images. To address this challenge, this study proposes a novel event-generation framework for modeling point processes with high-dimensional marks. We aim to capture the distribution of events without explicitly specifying the conditional intensity or probability density function. Instead, we use a conditional generator that takes the history of events as input and generates the high-quality subsequent event that is likely to occur given the prior observations. The proposed framework offers a host of benefits, including considerable representational power to capture intricate dynamics in multi- or even high-dimensional event space, as well as exceptional efficiency in learning the model and generating samples. Our numerical results demonstrate superior performance compared to other state-of-the-art baselines.
stat-04.zip/2305.12569.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.12470
Quasi-Monte Carlo Graph Random Features
[ "Isaac Reid", "Krzysztof Choromanski", "Adrian Weller" ]
21 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.12470
We present a novel mechanism to improve the accuracy of the recently-introduced class of graph random features (GRFs). Our method induces negative correlations between the lengths of the algorithm&#39;s random walks by imposing antithetic termination: a procedure to sample more diverse random walks which may be of independent interest. It has a trivial drop-in implementation. We derive strong theoretical guarantees on the properties of these quasi-Monte Carlo GRFs (q-GRFs), proving that they yield lower-variance estimators of the 2-regularised Laplacian kernel under mild conditions. Remarkably, our results hold for any graph topology. We demonstrate empirical accuracy improvements on a variety of tasks including a new practical application: time-efficient approximation of the graph diffusion process. To our knowledge, q-GRFs constitute the first rigorously studied quasi-Monte Carlo scheme for kernels defined on combinatorial objects, inviting new research on correlations between graph random walks.
stat-04.zip/2305.12470.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11650
Moment Matching Denoising Gibbs Sampling
[ "Mingtian Zhang", "Alex Hawkins-Hooker", "Brooks Paige", "David Barber" ]
19 May 2023 (<a href="https://arxiv.org/abs/2305.11650v1">v1</a>), last revised 19 Mar 2024 (this version, v6)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.11650
Energy-Based Models (EBMs) offer a versatile framework for modeling complex data distributions. However, training and sampling from EBMs continue to pose significant challenges. The widely-used Denoising Score Matching (DSM) method for scalable EBM training suffers from inconsistency issues, causing the energy model to learn a `noisy&#39; data distribution. In this work, we propose an efficient sampling framework: (pseudo)-Gibbs sampling with moment matching, which enables effective sampling from the underlying clean model when given a `noisy&#39; model that has been well-trained via DSM. We explore the benefits of our approach compared to related methods and demonstrate how to scale the method to high-dimensional datasets.
stat-04.zip/2305.11650.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11766
Transfer operators on graphs: Spectral clustering and beyond
[ "Stefan Klus", "Maia Trower" ]
19 May 2023 (<a href="https://arxiv.org/abs/2305.11766v1">v1</a>), last revised 14 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Social and Information Networks (cs.SI); Dynamical Systems (math.DS)
https://doi.org/10.48550/arXiv.2305.11766
Graphs and networks play an important role in modeling and analyzing complex interconnected systems such as transportation networks, integrated circuits, power grids, citation graphs, and biological and artificial neural networks. Graph clustering algorithms can be used to detect groups of strongly connected vertices and to derive coarse-grained models. We define transfer operators such as the Koopman operator and the Perron-Frobenius operator on graphs, study their spectral properties, introduce Galerkin projections of these operators, and illustrate how reduced representations can be estimated from data. In particular, we show that spectral clustering of undirected graphs can be interpreted in terms of eigenfunctions of the Koopman operator and propose novel clustering algorithms for directed graphs based on generalized transfer operators. We demonstrate the efficacy of the resulting algorithms on several benchmark problems and provide different interpretations of clusters.
stat-04.zip/2305.11766.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11097
Statistical Foundations of Prior-Data Fitted Networks
[ "Thomas Nagler" ]
18 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.11097
Prior-data fitted networks (PFNs) were recently proposed as a new paradigm for machine learning. Instead of training the network to an observed training set, a fixed model is pre-trained offline on small, simulated training sets from a variety of tasks. The pre-trained model is then used to infer class probabilities in-context on fresh training sets with arbitrary size and distribution. Empirically, PFNs achieve state-of-the-art performance on tasks with similar size to the ones used in pre-training. Surprisingly, their accuracy further improves when passed larger data sets during inference. This article establishes a theoretical foundation for PFNs and illuminates the statistical mechanisms governing their behavior. While PFNs are motivated by Bayesian ideas, a purely frequentistic interpretation of PFNs as pre-tuned, but untrained predictors explains their behavior. A predictor&#39;s variance vanishes if its sensitivity to individual training samples does and the bias vanishes only if it is appropriately localized around the test feature. The transformer architecture used in current PFN implementations ensures only the former. These findings shall prove useful for designing architectures with favorable empirical behavior.
stat-04.zip/2305.11097.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11353
Meta-learning for heterogeneous treatment effect estimation with closed-form solvers
[ "Tomoharu Iwata", "Yoichi Chikahara" ]
19 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.11353
This article proposes a meta-learning method for estimating the conditional average treatment effect (CATE) from a few observational data. The proposed method learns how to estimate CATEs from multiple tasks and uses the knowledge for unseen tasks. In the proposed method, based on the meta-learner framework, we decompose the CATE estimation problem into sub-problems. For each sub-problem, we formulate our estimation models using neural networks with task-shared and task-specific parameters. With our formulation, we can obtain optimal task-specific parameters in a closed form that are differentiable with respect to task-shared parameters, making it possible to perform effective meta-learning. The task-shared parameters are trained such that the expected CATE estimation performance in few-shot settings is improved by minimizing the difference between a CATE estimated with a large amount of data and one estimated with just a few data. Our experimental results demonstrate that our method outperforms the existing meta-learning approaches and CATE estimation methods.
stat-04.zip/2305.11353.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.10042
Optimal Weighted Random Forests
[ "Xinyu Chen", "Dalei Yu", "Xinyu Zhang" ]
17 May 2023
29 pages, 4 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.10042
The random forest (RF) algorithm has become a very popular prediction method for its great flexibility and promising accuracy. In RF, it is conventional to put equal weights on all the base learners (trees) to aggregate their predictions. However, the predictive performances of different trees within the forest can be very different due to the randomization of the embedded bootstrap sampling and feature selection. In this paper, we focus on RF for regression and propose two optimal weighting algorithms, namely the 1 Step Optimal Weighted RF (1step-WRF$_\mathrm{opt}$) and 2 Steps Optimal Weighted RF (2steps-WRF$_\mathrm{opt}$), that combine the base learners through the weights determined by weight choice criteria. Under some regularity conditions, we show that these algorithms are asymptotically optimal in the sense that the resulting squared loss and risk are asymptotically identical to those of the infeasible but best possible model averaging estimator. Numerical studies conducted on real-world data sets indicate that these algorithms outperform the equal-weight forest and two other weighted RFs proposed in existing literature in most cases.
stat-04.zip/2305.10042.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11132
Attacks on Online Learners: a Teacher-Student Analysis
[ "Riccardo Giuseppe Margiotta", "Sebastian Goldt", "Guido Sanguinetti" ]
18 May 2023 (<a href="https://arxiv.org/abs/2305.11132v1">v1</a>), last revised 29 Oct 2023 (this version, v2)
19 pages, 10 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Disordered Systems and Neural Networks (cond-mat.dis-nn); Statistical Mechanics (cond-mat.stat-mech); Cryptography and Security (cs.CR); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.11132
Machine learning models are famously vulnerable to adversarial attacks: small ad-hoc perturbations of the data that can catastrophically alter the model predictions. While a large literature has studied the case of test-time attacks on pre-trained models, the important case of attacks in an online learning setting has received little attention so far. In this work, we use a control-theoretical perspective to study the scenario where an attacker may perturb data labels to manipulate the learning dynamics of an online learner. We perform a theoretical analysis of the problem in a teacher-student setup, considering different attack strategies, and obtaining analytical results for the steady state of simple linear learners. These results enable us to prove that a discontinuous transition in the learner&#39;s accuracy occurs when the attack strength exceeds a critical threshold. We then study empirically attacks on learners with complex architectures using real data, confirming the insights of our theoretical analysis. Our findings show that greedy attacks can be extremely efficient, especially when data stream in small batches.
stat-04.zip/2305.11132.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.02441
Reward Teaching for Federated Multi-armed Bandits
[ "Chengshuai Shi", "Wei Xiong", "Cong Shen", "Jing Yang" ]
3 May 2023 (<a href="https://arxiv.org/abs/2305.02441v1">v1</a>), last revised 20 Nov 2023 (this version, v2)
Accepted to IEEE Transactions on Signal Processing
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.2305.02441
Most of the existing federated multi-armed bandits (FMAB) designs are based on the presumption that clients will implement the specified design to collaborate with the server. In reality, however, it may not be possible to modify the clients&#39; existing protocols. To address this challenge, this work focuses on clients who always maximize their individual cumulative rewards, and introduces a novel idea of ``reward teaching&#39;&#39;, where the server guides the clients towards global optimality through implicit local reward adjustments. Under this framework, the server faces two tightly coupled tasks of bandit learning and target teaching, whose combination is non-trivial and challenging. A phased approach, called Teaching-After-Learning (TAL), is first designed to encourage and discourage clients&#39; explorations separately. General performance analyses of TAL are established when the clients&#39; strategies satisfy certain mild requirements. With novel technical approaches developed to analyze the warm-start behaviors of bandit algorithms, particularized guarantees of TAL with clients running UCB or epsilon-greedy strategies are then obtained. These results demonstrate that TAL achieves logarithmic regrets while only incurring logarithmic adjustment costs, which is order-optimal w.r.t. a natural lower bound. As a further extension, the Teaching-While-Learning (TWL) algorithm is developed with the idea of successive arm elimination to break the non-adaptive phase separation in TAL. Rigorous analyses demonstrate that when facing clients with UCB1, TWL outperforms TAL in terms of the dependencies on sub-optimality gaps thanks to its adaptive design. Experimental results demonstrate the effectiveness and generality of the proposed algorithms.
stat-04.zip/2305.02441.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.10158
A Global-Local Approximation Framework for Large-Scale Gaussian Process Modeling
[ "Akhil Vakayil", "Roshan Joseph" ]
17 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.10158
In this work, we propose a novel framework for large-scale Gaussian process (GP) modeling. Contrary to the global, and local approximations proposed in the literature to address the computational bottleneck with exact GP modeling, we employ a combined global-local approach in building the approximation. Our framework uses a subset-of-data approach where the subset is a union of a set of global points designed to capture the global trend in the data, and a set of local points specific to a given testing location to capture the local trend around the testing location. The correlation function is also modeled as a combination of a global, and a local kernel. The performance of our framework, which we refer to as TwinGP, is on par or better than the state-of-the-art GP modeling methods at a fraction of their computational cost.
stat-04.zip/2305.10158.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.10413
On Consistency of Signature Using Lasso
[ "Xin Guo", "Binnan Wang", "Ruixun Zhang", "Chaoyi Zhao" ]
17 May 2023 (<a href="https://arxiv.org/abs/2305.10413v1">v1</a>), last revised 28 Nov 2024 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2305.10413
Signatures are iterated path integrals of continuous and discrete-time processes, and their universal nonlinearity linearizes the problem of feature selection in time series data analysis. This paper studies the consistency of signature using Lasso regression, both theoretically and numerically. We establish conditions under which the Lasso regression is consistent both asymptotically and in finite sample. Furthermore, we show that the Lasso regression is more consistent with the Itô signature for time series and processes that are closer to the Brownian motion and with weaker inter-dimensional correlations, while it is more consistent with the Stratonovich signature for mean-reverting time series and processes. We demonstrate that signature can be applied to learn nonlinear functions and option prices with high accuracy, and the performance depends on properties of the underlying process and the choice of the signature.
stat-04.zip/2305.10413.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.12287
Contrastive inverse regression for dimension reduction
[ "Sam Hawke", "Hengrui Luo", "Didong Li" ]
20 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2305.12287
Supervised dimension reduction (SDR) has been a topic of growing interest in data science, as it enables the reduction of high-dimensional covariates while preserving the functional relation with certain response variables of interest. However, existing SDR methods are not suitable for analyzing datasets collected from case-control studies. In this setting, the goal is to learn and exploit the low-dimensional structure unique to or enriched by the case group, also known as the foreground group. While some unsupervised techniques such as the contrastive latent variable model and its variants have been developed for this purpose, they fail to preserve the functional relationship between the dimension-reduced covariates and the response variable. In this paper, we propose a supervised dimension reduction method called contrastive inverse regression (CIR) specifically designed for the contrastive setting. CIR introduces an optimization problem defined on the Stiefel manifold with a non-standard loss function. We prove the convergence of CIR to a local optimum using a gradient descent-based algorithm, and our numerical study empirically demonstrates the improved performance over competing methods for high-dimensional data.
stat-04.zip/2305.12287.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11278
Real-Time Variational Method for Learning Neural Trajectory and its Dynamics
[ "Matthew Dowling", "Yuan Zhao", "Il Memming Park" ]
18 May 2023
Published at ICLR 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Neurons and Cognition (q-bio.NC)
https://doi.org/10.48550/arXiv.2305.11278
Latent variable models have become instrumental in computational neuroscience for reasoning about neural computation. This has fostered the development of powerful offline algorithms for extracting latent neural trajectories from neural recordings. However, despite the potential of real time alternatives to give immediate feedback to experimentalists, and enhance experimental design, they have received markedly less attention. In this work, we introduce the exponential family variational Kalman filter (eVKF), an online recursive Bayesian method aimed at inferring latent trajectories while simultaneously learning the dynamical system generating them. eVKF works for arbitrary likelihoods and utilizes the constant base measure exponential family to model the latent state stochasticity. We derive a closed-form variational analogue to the predict step of the Kalman filter which leads to a provably tighter bound on the ELBO compared to another online variational method. We validate our method on synthetic and real-world data, and, notably, show that it achieves competitive performance
stat-04.zip/2305.11278.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.10664
Posterior Inference on Shallow Infinitely Wide Bayesian Neural Networks under Weights with Unbounded Variance
[ "Jorge Loría", "Anindya Bhadra" ]
18 May 2023 (<a href="https://arxiv.org/abs/2305.10664v1">v1</a>), last revised 4 Jun 2024 (this version, v3)
Accepted at UAI 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.10664
From the classical and influential works of Neal (1996), it is known that the infinite width scaling limit of a Bayesian neural network with one hidden layer is a Gaussian process, when the network weights have bounded prior variance. Neal&#39;s result has been extended to networks with multiple hidden layers and to convolutional neural networks, also with Gaussian process scaling limits. The tractable properties of Gaussian processes then allow straightforward posterior inference and uncertainty quantification, considerably simplifying the study of the limit process compared to a network of finite width. Neural network weights with unbounded variance, however, pose unique challenges. In this case, the classical central limit theorem breaks down and it is well known that the scaling limit is an $\alpha$-stable process under suitable conditions. However, current literature is primarily limited to forward simulations under these processes and the problem of posterior inference under such a scaling limit remains largely unaddressed, unlike in the Gaussian process case. To this end, our contribution is an interpretable and computationally efficient procedure for posterior inference, using a conditionally Gaussian representation, that then allows full use of the Gaussian process machinery for tractable posterior inference and uncertainty quantification in the non-Gaussian regime.
stat-04.zip/2305.10664.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.10564
Counterfactually Comparing Abstaining Classifiers
[ "Yo Joong Choe", "Aditya Gangrade", "Aaditya Ramdas" ]
17 May 2023 (<a href="https://arxiv.org/abs/2305.10564v1">v1</a>), last revised 9 Nov 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2305.10564
Abstaining classifiers have the option to abstain from making predictions on inputs that they are unsure about. These classifiers are becoming increasingly popular in high-stakes decision-making problems, as they can withhold uncertain predictions to improve their reliability and safety. When evaluating black-box abstaining classifier(s), however, we lack a principled approach that accounts for what the classifier would have predicted on its abstentions. These missing predictions matter when they can eventually be utilized, either directly or as a backup option in a failure mode. In this paper, we introduce a novel approach and perspective to the problem of evaluating and comparing abstaining classifiers by treating abstentions as missing data. Our evaluation approach is centered around defining the counterfactual score of an abstaining classifier, defined as the expected performance of the classifier had it not been allowed to abstain. We specify the conditions under which the counterfactual score is identifiable: if the abstentions are stochastic, and if the evaluation data is independent of the training data (ensuring that the predictions are missing at random), then the score is identifiable. Note that, if abstentions are deterministic, then the score is unidentifiable because the classifier can perform arbitrarily poorly on its abstentions. Leveraging tools from observational causal inference, we then develop nonparametric and doubly robust methods to efficiently estimate this quantity under identification. Our approach is examined in both simulated and real data experiments.
stat-04.zip/2305.10564.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.10572
Tensor Products and Hyperdimensional Computing
[ "Frank Qiu" ]
17 May 2023 (<a href="https://arxiv.org/abs/2305.10572v1">v1</a>), last revised 20 May 2023 (this version, v2)
18 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.10572
Following up on a previous analysis of graph embeddings, we generalize and expand some results to the general setting of vector symbolic architectures (VSA) and hyperdimensional computing (HDC). Importantly, we explore the mathematical relationship between superposition, orthogonality, and tensor product. We establish the tensor product representation as the central representation, with a suite of unique properties. These include it being the most general and expressive representation, as well as being the most compressed representation that has errorrless unbinding and detection.
stat-04.zip/2305.10572.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.04335
Classification Tree Pruning Under Covariate Shift
[ "Nicholas Galbraith", "Samory Kpotufe" ]
7 May 2023 (<a href="https://arxiv.org/abs/2305.04335v1">v1</a>), last revised 22 Jun 2023 (this version, v2)
38 pages, 8 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.04335
We consider the problem of \emph{pruning} a classification tree, that is, selecting a suitable subtree that balances bias and variance, in common situations with inhomogeneous training data. Namely, assuming access to mostly data from a distribution $P_{X, Y}$, but little data from a desired distribution $Q_{X, Y}$ with different $X$-marginals, we present the first efficient procedure for optimal pruning in such situations, when cross-validation and other penalized variants are grossly inadequate. Optimality is derived with respect to a notion of \emph{average discrepancy} $P_{X} \to Q_{X}$ (averaged over $X$ space) which significantly relaxes a recent notion -- termed \emph{transfer-exponent} -- shown to tightly capture the limits of classification under such a distribution shift. Our relaxed notion can be viewed as a measure of \emph{relative dimension} between distributions, as it relates to existing notions of information such as the Minkowski and Renyi dimensions.
stat-04.zip/2305.04335.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.10219
Separability and Scatteredness (S&amp;S) Ratio-Based Efficient SVM Regularization Parameter, Kernel, and Kernel Parameter Selection
[ "Mahdi Shamsi", "Soosan Beheshti" ]
17 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2305.10219
Support Vector Machine (SVM) is a robust machine learning algorithm with broad applications in classification, regression, and outlier detection. SVM requires tuning the regularization parameter (RP) which controls the model capacity and the generalization performance. Conventionally, the optimum RP is found by comparison of a range of values through the Cross-Validation (CV) procedure. In addition, for non-linearly separable data, the SVM uses kernels where a set of kernels, each with a set of parameters, denoted as a grid of kernels, are considered. The optimal choice of RP and the grid of kernels is through the grid-search of CV. By stochastically analyzing the behavior of the regularization parameter, this work shows that the SVM performance can be modeled as a function of separability and scatteredness (S&amp;S) of the data. Separability is a measure of the distance between classes, and scatteredness is the ratio of the spread of data points. In particular, for the hinge loss cost function, an S&amp;S ratio-based table provides the optimum RP. The S&amp;S ratio is a powerful value that can automatically detect linear or non-linear separability before using the SVM algorithm. The provided S&amp;S ratio-based table can also provide the optimum kernel and its parameters before using the SVM algorithm. Consequently, the computational complexity of the CV grid-search is reduced to only one time use of the SVM. The simulation results on the real dataset confirm the superiority and efficiency of the proposed approach in the sense of computational complexity over the grid-search CV method.
stat-04.zip/2305.10219.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.10114
Automatic Hyperparameter Tuning in Sparse Matrix Factorization
[ "Ryota Kawasumi", "Koujin Takeda" ]
17 May 2023
13 pages, 5 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Disordered Systems and Neural Networks (cond-mat.dis-nn); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.10114
We study the problem of hyperparameter tuning in sparse matrix factorization under Bayesian framework. In the prior work, an analytical solution of sparse matrix factorization with Laplace prior was obtained by variational Bayes method under several approximations. Based on this solution, we propose a novel numerical method of hyperparameter tuning by evaluating the zero point of normalization factor in sparse matrix prior. We also verify that our method shows excellent performance for ground-truth sparse matrix reconstruction by comparing it with the widely-used algorithm of sparse principal component analysis.
stat-04.zip/2305.10114.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.10015
Utility Theory of Synthetic Data Generation
[ "Shirong Xu", "Will Wei Sun", "Guang Cheng" ]
17 May 2023 (<a href="https://arxiv.org/abs/2305.10015v1">v1</a>), last revised 3 Apr 2025 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.10015
Synthetic data algorithms are widely employed in industries to generate artificial data for downstream learning tasks. While existing research primarily focuses on empirically evaluating utility of synthetic data, its theoretical understanding is largely lacking. This paper bridges the practice-theory gap by establishing relevant utility theory in a statistical learning framework. It considers two utility metrics: generalization and ranking of models trained on synthetic data. The former is defined as the generalization difference between models trained on synthetic and on real data. By deriving analytical bounds for this utility metric, we demonstrate that the synthetic feature distribution does not need to be similar as that of real data for ensuring comparable generalization of synthetic models, provided proper model specifications in downstream learning tasks. The latter utility metric studies the relative performance of models trained on synthetic data. In particular, we discover that the distribution of synthetic data is not necessarily similar as the real one to ensure consistent model comparison. Interestingly, consistent model comparison is still achievable even when synthetic responses are not well generated, as long as downstream models are separable by a generalization gap. Finally, extensive experiments on non-parametric models and deep neural networks have been conducted to validate these theoretical findings.
stat-04.zip/2305.10015.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.09605
To smooth a cloud or to pin it down: Guarantees and Insights on Score Matching in Denoising Diffusion Models
[ "Francisco Vargas", "Teodora Reu", "Anna Kerekes", "Michael M Bronstein" ]
16 May 2023 (<a href="https://arxiv.org/abs/2305.09605v1">v1</a>), last revised 26 Jun 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.09605
Denoising diffusion models are a class of generative models which have recently achieved state-of-the-art results across many domains. Gradual noise is added to the data using a diffusion process, which transforms the data distribution into a Gaussian. Samples from the generative model are then obtained by simulating an approximation of the time reversal of this diffusion initialized by Gaussian samples. Recent research has explored adapting diffusion models for sampling and inference tasks. In this paper, we leverage known connections to stochastic control akin to the Föllmer drift to extend established neural network approximation results for the Föllmer drift to denoising diffusion models and samplers.
stat-04.zip/2305.09605.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.09385
Lp- and Risk Consistency of Localized SVMs
[ "Hannes Köhler" ]
16 May 2023
29 pages, 1 figure
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.09385
Kernel-based regularized risk minimizers, also called support vector machines (SVMs), are known to possess many desirable properties but suffer from their super-linear computational requirements when dealing with large data sets. This problem can be tackled by using localized SVMs instead, which also offer the additional advantage of being able to apply different hyperparameters to different regions of the input space. In this paper, localized SVMs are analyzed with regards to their consistency. It is proven that they inherit $L_p$- as well as risk consistency from global SVMs under very weak conditions and even if the regions underlying the localized SVMs are allowed to change as the size of the training data set increases.
stat-04.zip/2305.09385.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.09536
A Comparative Study of Methods for Estimating Conditional Shapley Values and When to Use Them
[ "Lars Henry Berge Olsen", "Ingrid Kristine Glad", "Martin Jullum", "Kjersti Aas" ]
16 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2305.09536
Shapley values originated in cooperative game theory but are extensively used today as a model-agnostic explanation framework to explain predictions made by complex machine learning models in the industry and academia. There are several algorithmic approaches for computing different versions of Shapley value explanations. Here, we focus on conditional Shapley values for predictive models fitted to tabular data. Estimating precise conditional Shapley values is difficult as they require the estimation of non-trivial conditional expectations. In this article, we develop new methods, extend earlier proposed approaches, and systematize the new refined and existing methods into different method classes for comparison and evaluation. The method classes use either Monte Carlo integration or regression to model the conditional expectations. We conduct extensive simulation studies to evaluate how precisely the different method classes estimate the conditional expectations, and thereby the conditional Shapley values, for different setups. We also apply the methods to several real-world data experiments and provide recommendations for when to use the different method classes and approaches. Roughly speaking, we recommend using parametric methods when we can specify the data distribution almost correctly, as they generally produce the most accurate Shapley value explanations. When the distribution is unknown, both generative methods and regression models with a similar form as the underlying predictive model are good and stable options. Regression-based methods are often slow to train but produce the Shapley value explanations quickly once trained. The vice versa is true for Monte Carlo-based methods, making the different methods appropriate in different practical situations.
stat-04.zip/2305.09536.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.09028
SKI to go Faster: Accelerating Toeplitz Neural Networks via Asymmetric Kernels
[ "Alexander Moreno", "Jonathan Mei", "Luke Walters" ]
15 May 2023 (<a href="https://arxiv.org/abs/2305.09028v1">v1</a>), last revised 9 Jul 2023 (this version, v2)
Submitted to Neurips 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.09028
Toeplitz Neural Networks (TNNs) (Qin et. al. 2023) are a recent sequence model with impressive results. They require O(n log n) computational complexity and O(n) relative positional encoder (RPE) multi-layer perceptron (MLP) and decay bias calls. We aim to reduce both. We first note that the RPE is a non-SPD (symmetric positive definite) kernel and the Toeplitz matrices are pseudo-Gram matrices. Further 1) the learned kernels display spiky behavior near the main diagonals with otherwise smooth behavior; 2) the RPE MLP is slow. For bidirectional models, this motivates a sparse plus low-rank Toeplitz matrix decomposition. For the sparse component&#39;s action, we do a small 1D convolution. For the low rank component, we replace the RPE MLP with linear interpolation and use asymmetric Structured Kernel Interpolation (SKI) (Wilson et. al. 2015) for O(n) complexity: we provide rigorous error analysis. For causal models, &#34;fast&#34; causal masking (Katharopoulos et. al. 2020) negates SKI&#39;s benefits. Working in the frequency domain, we avoid an explicit decay bias. To enforce causality, we represent the kernel via the real part of its frequency response using the RPE and compute the imaginary part via a Hilbert transform. This maintains O(n log n) complexity but achieves an absolute speedup. Modeling the frequency response directly is also competitive for bidirectional training, using one fewer FFT. We set a speed state of the art on Long Range Arena (Tay et. al. 2020) with minimal score degradation.
stat-04.zip/2305.09028.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.11055
Small noise analysis for Tikhonov and RKHS regularizations
[ "Quanjun Lang", "Fei Lu" ]
18 May 2023 (<a href="https://arxiv.org/abs/2305.11055v1">v1</a>), last revised 4 Sep 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.11055
Regularization plays a pivotal role in ill-posed machine learning and inverse problems. However, the fundamental comparative analysis of various regularization norms remains open. We establish a small noise analysis framework to assess the effects of norms in Tikhonov and RKHS regularizations, in the context of ill-posed linear inverse problems with Gaussian noise. This framework studies the convergence rates of regularized estimators in the small noise limit and reveals the potential instability of the conventional L2-regularizer. We solve such instability by proposing an innovative class of adaptive fractional RKHS regularizers, which covers the L2 Tikhonov and RKHS regularizations by adjusting the fractional smoothness parameter. A surprising insight is that over-smoothing via these fractional RKHSs consistently yields optimal convergence rates, but the optimal hyper-parameter may decay too fast to be selected in practice.
stat-04.zip/2305.11055.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.13271
MAGDiff: Covariate Data Set Shift Detection via Activation Graphs of Deep Neural Networks
[ "Charles Arnal", "Felix Hensel", "Mathieu Carrière", "Théo Lacombe", "Hiroaki Kurihara", "Yuichi Ike", "Frédéric Chazal" ]
22 May 2023 (<a href="https://arxiv.org/abs/2305.13271v1">v1</a>), last revised 12 May 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.13271
Despite their successful application to a variety of tasks, neural networks remain limited, like other machine learning methods, by their sensitivity to shifts in the data: their performance can be severely impacted by differences in distribution between the data on which they were trained and that on which they are deployed. In this article, we propose a new family of representations, called MAGDiff, that we extract from any given neural network classifier and that allows for efficient covariate data shift detection without the need to train a new model dedicated to this task. These representations are computed by comparing the activation graphs of the neural network for samples belonging to the training distribution and to the target distribution, and yield powerful data- and task-adapted statistics for the two-sample tests commonly used for data set shift detection. We demonstrate this empirically by measuring the statistical powers of two-sample Kolmogorov-Smirnov (KS) tests on several different data sets and shift types, and showing that our novel representations induce significant improvements over a state-of-the-art baseline relying on the network output.
stat-04.zip/2305.13271.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19640
Fine-grained analysis of non-parametric estimation for pairwise learning
[ "Junyu Zhou", "Shuo Huang", "Han Feng", "Puyu Wang", "Ding-Xuan Zhou" ]
31 May 2023 (<a href="https://arxiv.org/abs/2305.19640v1">v1</a>), last revised 21 Jun 2024 (this version, v2)
30 pages, 1 figure
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.19640
In this paper, we are concerned with the generalization performance of non-parametric estimation for pairwise learning. Most of the existing work requires the hypothesis space to be convex or a VC-class, and the loss to be convex. However, these restrictive assumptions limit the applicability of the results in studying many popular methods, especially kernel methods and neural networks. We significantly relax these restrictive assumptions and establish a sharp oracle inequality of the empirical minimizer with a general hypothesis space for the Lipschitz continuous pairwise losses. Our results can be used to handle a wide range of pairwise learning problems including ranking, AUC maximization, pairwise regression, and metric and similarity learning. As an application, we apply our general results to study pairwise least squares regression and derive an excess generalization bound that matches the minimax lower bound for pointwise least squares regression up to a logrithmic term. The key novelty here is to construct a structured deep ReLU neural network as an approximation of the true predictor and design the targeted hypothesis space consisting of the structured networks with controllable complexity. This successful application demonstrates that the obtained general results indeed help us to explore the generalization performance on a variety of problems that cannot be handled by existing approaches.
stat-04.zip/2305.19640.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19082
Embedding Inequalities for Barron-type Spaces
[ "Lei Wu" ]
30 May 2023 (<a href="https://arxiv.org/abs/2305.19082v1">v1</a>), last revised 27 Dec 2023 (this version, v3)
11 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2305.19082
An important problem in machine learning theory is to understand the approximation and generalization properties of two-layer neural networks in high dimensions. To this end, researchers have introduced the Barron space $\mathcal{B}_s(\Omega)$ and the spectral Barron space $\mathcal{F}_s(\Omega)$, where the index $s\in [0,\infty)$ indicates the smoothness of functions within these spaces and $\Omega\subset\mathbb{R}^d$ denotes the input domain. However, the precise relationship between the two types of Barron spaces remains unclear. In this paper, we establish a continuous embedding between them as implied by the following inequality: for any $\delta\in (0,1), s\in \mathbb{N}^{+}$ and $f: \Omega \mapsto\mathbb{R}$, it holds that \[ \delta \|f\|_{\mathcal{F}_{s-\delta}(\Omega)}\lesssim_s \|f\|_{\mathcal{B}_s(\Omega)}\lesssim_s \|f\|_{\mathcal{F}_{s+1}(\Omega)}. \] <br>Importantly, the constants do not depend on the input dimension $d$, suggesting that the embedding is effective in high dimensions. Moreover, we also show that the lower and upper bound are both tight.
stat-04.zip/2305.19082.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19570
Online Label Shift: Optimal Dynamic Regret meets Practical Algorithms
[ "Dheeraj Baby", "Saurabh Garg", "Tzu-Ching Yen", "Sivaraman Balakrishnan", "Zachary Chase Lipton", "Yu-Xiang Wang" ]
31 May 2023
First three authors contributed equally
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.19570
This paper focuses on supervised and unsupervised online label shift, where the class marginals $Q(y)$ varies but the class-conditionals $Q(x|y)$ remain invariant. In the unsupervised setting, our goal is to adapt a learner, trained on some offline labeled data, to changing label distributions given unlabeled online data. In the supervised setting, we must both learn a classifier and adapt to the dynamically evolving class marginals given only labeled online data. We develop novel algorithms that reduce the adaptation problem to online regression and guarantee optimal dynamic regret without any prior knowledge of the extent of drift in the label distribution. Our solution is based on bootstrapping the estimates of \emph{online regression oracles} that track the drifting proportions. Experiments across numerous simulated and real-world online label shift scenarios demonstrate the superior performance of our proposed approaches, often achieving 1-3\% improvement in accuracy while being sample and computationally efficient. Code is publicly available at <a href="https://github.com/acmi-lab/OnlineLabelShift" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-04.zip/2305.19570.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19420
What and How does In-Context Learning Learn? Bayesian Model Averaging, Parameterization, and Generalization
[ "Yufeng Zhang", "Fengzhuo Zhang", "Zhuoran Yang", "Zhaoran Wang" ]
30 May 2023 (<a href="https://arxiv.org/abs/2305.19420v1">v1</a>), last revised 10 Oct 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.19420
In this paper, we conduct a comprehensive study of In-Context Learning (ICL) by addressing several open questions: (a) What type of ICL estimator is learned by large language models? (b) What is a proper performance metric for ICL and what is the error rate? (c) How does the transformer architecture enable ICL? To answer these questions, we adopt a Bayesian view and formulate ICL as a problem of predicting the response corresponding to the current covariate, given a number of examples drawn from a latent variable model. To answer (a), we show that, without updating the neural network parameters, ICL implicitly implements the Bayesian model averaging algorithm, which is proven to be approximately parameterized by the attention mechanism. For (b), we analyze the ICL performance from an online learning perspective and establish a $\mathcal{O}(1/T)$ regret bound for perfectly pretrained ICL, where $T$ is the number of examples in the prompt. To answer (c), we show that, in addition to encoding Bayesian model averaging via attention, the transformer architecture also enables a fine-grained statistical analysis of pretraining under realistic assumptions. In particular, we prove that the error of pretrained model is bounded by a sum of an approximation error and a generalization error, where the former decays to zero exponentially as the depth grows, and the latter decays to zero sublinearly with the number of tokens in the pretraining dataset. Our results provide a unified understanding of the transformer and its ICL ability with bounds on ICL regret, approximation, and generalization, which deepens our knowledge of these essential aspects of modern language models.
stat-04.zip/2305.19420.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19638
A Unified Framework for U-Net Design and Analysis
[ "Christopher Williams", "Fabian Falck", "George Deligiannidis", "Chris Holmes", "Arnaud Doucet", "Saifuddin Syed" ]
31 May 2023 (<a href="https://arxiv.org/abs/2305.19638v1">v1</a>), last revised 10 Jan 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG); Image and Video Processing (eess.IV)
https://doi.org/10.48550/arXiv.2305.19638
U-Nets are a go-to, state-of-the-art neural architecture across numerous tasks for continuous signals on a square such as images and Partial Differential Equations (PDE), however their design and architecture is understudied. In this paper, we provide a framework for designing and analysing general U-Net architectures. We present theoretical results which characterise the role of the encoder and decoder in a U-Net, their high-resolution scaling limits and their conjugacy to ResNets via preconditioning. We propose Multi-ResNets, U-Nets with a simplified, wavelet-based encoder without learnable parameters. Further, we show how to design novel U-Net architectures which encode function constraints, natural bases, or the geometry of the data. In diffusion models, our framework enables us to identify that high-frequency information is dominated by noise exponentially faster, and show how U-Nets with average pooling exploit this. In our experiments, we demonstrate how Multi-ResNets achieve competitive and often superior performance compared to classical U-Nets in image segmentation, PDE surrogate modelling, and generative modelling with diffusion models. Our U-Net framework paves the way to study the theoretical properties of U-Nets and design natural, scalable neural architectures for a multitude of problems beyond the square.
stat-04.zip/2305.19638.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19147
Conditional score-based diffusion models for Bayesian inference in infinite dimensions
[ "Lorenzo Baldassari", "Ali Siahkoohi", "Josselin Garnier", "Knut Solna", "Maarten V. de Hoop" ]
28 May 2023 (<a href="https://arxiv.org/abs/2305.19147v1">v1</a>), last revised 27 Oct 2023 (this version, v2)
NeurIPS 2023 (Spotlight)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Analysis of PDEs (math.AP); Probability (math.PR)
https://doi.org/10.48550/arXiv.2305.19147
Since their initial introduction, score-based diffusion models (SDMs) have been successfully applied to solve a variety of linear inverse problems in finite-dimensional vector spaces due to their ability to efficiently approximate the posterior distribution. However, using SDMs for inverse problems in infinite-dimensional function spaces has only been addressed recently, primarily through methods that learn the unconditional score. While this approach is advantageous for some inverse problems, it is mostly heuristic and involves numerous computationally costly forward operator evaluations during posterior sampling. To address these limitations, we propose a theoretically grounded method for sampling from the posterior of infinite-dimensional Bayesian linear inverse problems based on amortized conditional SDMs. In particular, we prove that one of the most successful approaches for estimating the conditional score in finite dimensions - the conditional denoising estimator - can also be applied in infinite dimensions. A significant part of our analysis is dedicated to demonstrating that extending infinite-dimensional SDMs to the conditional setting requires careful consideration, as the conditional score typically blows up for small times, contrarily to the unconditional score. We conclude by presenting stylized and large-scale numerical examples that validate our approach, offer additional insights, and demonstrate that our method enables large-scale, discretization-invariant Bayesian inference.
stat-04.zip/2305.19147.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19605
Parameter-free projected gradient descent
[ "Evgenii Chzhen", "Christophe Giraud", "Gilles Stoltz" ]
31 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML)
https://doi.org/10.48550/arXiv.2305.19605
We consider the problem of minimizing a convex function over a closed convex set, with Projected Gradient Descent (PGD). We propose a fully parameter-free version of AdaGrad, which is adaptive to the distance between the initialization and the optimum, and to the sum of the square norm of the subgradients. Our algorithm is able to handle projection steps, does not involve restarts, reweighing along the trajectory or additional gradient evaluations compared to the classical PGD. It also fulfills optimal rates of convergence for cumulative regret up to logarithmic factors. We provide an extension of our approach to stochastic optimization and conduct numerical experiments supporting the developed theory.
stat-04.zip/2305.19605.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.17557
Fair Clustering via Hierarchical Fair-Dirichlet Process
[ "Abhisek Chakraborty", "Anirban Bhattacharya", "Debdeep Pati" ]
27 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computers and Society (cs.CY); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.17557
The advent of ML-driven decision-making and policy formation has led to an increasing focus on algorithmic fairness. As clustering is one of the most commonly used unsupervised machine learning approaches, there has naturally been a proliferation of literature on {\em fair clustering}. A popular notion of fairness in clustering mandates the clusters to be {\em balanced}, i.e., each level of a protected attribute must be approximately equally represented in each cluster. Building upon the original framework, this literature has rapidly expanded in various aspects. In this article, we offer a novel model-based formulation of fair clustering, complementing the existing literature which is almost exclusively based on optimizing appropriate objective functions.
stat-04.zip/2305.17557.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.14943
Learning Rate Free Sampling in Constrained Domains
[ "Louis Sharrock", "Lester Mackey", "Christopher Nemeth" ]
24 May 2023 (<a href="https://arxiv.org/abs/2305.14943v1">v1</a>), last revised 26 Dec 2023 (this version, v3)
Accepted at NeurIPS 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2305.14943
We introduce a suite of new particle-based algorithms for sampling in constrained domains which are entirely learning rate free. Our approach leverages coin betting ideas from convex optimisation, and the viewpoint of constrained sampling as a mirrored optimisation problem on the space of probability measures. Based on this viewpoint, we also introduce a unifying framework for several existing constrained sampling algorithms, including mirrored Langevin dynamics and mirrored Stein variational gradient descent. We demonstrate the performance of our algorithms on a range of numerical examples, including sampling from targets on the simplex, sampling with fairness constraints, and constrained sampling problems in post-selection inference. Our results indicate that our algorithms achieve competitive performance with existing constrained sampling methods, without the need to tune any hyperparameters.
stat-04.zip/2305.14943.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.18484
Neural Fourier Transform: A General Approach to Equivariant Representation Learning
[ "Masanori Koyama", "Kenji Fukumizu", "Kohei Hayashi", "Takeru Miyato" ]
29 May 2023 (<a href="https://arxiv.org/abs/2305.18484v1">v1</a>), last revised 14 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.18484
Symmetry learning has proven to be an effective approach for extracting the hidden structure of data, with the concept of equivariance relation playing the central role. However, most of the current studies are built on architectural theory and corresponding assumptions on the form of data. We propose Neural Fourier Transform (NFT), a general framework of learning the latent linear action of the group without assuming explicit knowledge of how the group acts on data. We present the theoretical foundations of NFT and show that the existence of a linear equivariant feature, which has been assumed ubiquitously in equivariance learning, is equivalent to the existence of a group invariant kernel on the dataspace. We also provide experimental results to demonstrate the application of NFT in typical scenarios with varying levels of knowledge about the acting group.
stat-04.zip/2305.18484.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.18488
A Bayesian sparse factor model with adaptive posterior concentration
[ "Ilsang Ohn", "Lizhen Lin", "Yongdai Kim" ]
29 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2305.18488
In this paper, we propose a new Bayesian inference method for a high-dimensional sparse factor model that allows both the factor dimensionality and the sparse structure of the loading matrix to be inferred. The novelty is to introduce a certain dependence between the sparsity level and the factor dimensionality, which leads to adaptive posterior concentration while keeping computational tractability. We show that the posterior distribution asymptotically concentrates on the true factor dimensionality, and more importantly, this posterior consistency is adaptive to the sparsity level of the true loading matrix and the noise variance. We also prove that the proposed Bayesian model attains the optimal detection rate of the factor dimensionality in a more general situation than those found in the literature. Moreover, we obtain a near-optimal posterior concentration rate of the covariance matrix. Numerical studies are conducted and show the superiority of the proposed method compared with other competitors.
stat-04.zip/2305.18488.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.18506
Generalization Ability of Wide Residual Networks
[ "Jianfa Lai", "Zixiong Yu", "Songtao Tian", "Qian Lin" ]
29 May 2023
28 pages, 3 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.18506
In this paper, we study the generalization ability of the wide residual network on $\mathbb{S}^{d-1}$ with the ReLU activation function. We first show that as the width $m\rightarrow\infty$, the residual network kernel (RNK) uniformly converges to the residual neural tangent kernel (RNTK). This uniform convergence further guarantees that the generalization error of the residual network converges to that of the kernel regression with respect to the RNTK. As direct corollaries, we then show $i)$ the wide residual network with the early stopping strategy can achieve the minimax rate provided that the target regression function falls in the reproducing kernel Hilbert space (RKHS) associated with the RNTK; $ii)$ the wide residual network can not generalize well if it is trained till overfitting the data. We finally illustrate some experiments to reconcile the contradiction between our theoretical result and the widely observed ``benign overfitting phenomenon&#39;&#39;
stat-04.zip/2305.18506.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.18502
Escaping mediocrity: how two-layer networks learn hard generalized linear models with SGD
[ "Luca Arnaboldi", "Florent Krzakala", "Bruno Loureiro", "Ludovic Stephan" ]
29 May 2023 (<a href="https://arxiv.org/abs/2305.18502v1">v1</a>), last revised 1 Mar 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.18502
This study explores the sample complexity for two-layer neural networks to learn a generalized linear target function under Stochastic Gradient Descent (SGD), focusing on the challenging regime where many flat directions are present at initialization. It is well-established that in this scenario $n=O(d \log d)$ samples are typically needed. However, we provide precise results concerning the pre-factors in high-dimensional contexts and for varying widths. Notably, our findings suggest that overparameterization can only enhance convergence by a constant factor within this problem class. These insights are grounded in the reduction of SGD dynamics to a stochastic process in lower dimensions, where escaping mediocrity equates to calculating an exit time. Yet, we demonstrate that a deterministic approximation of this process adequately represents the escape time, implying that the role of stochasticity may be minimal in this scenario.
stat-04.zip/2305.18502.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.15027
A Rigorous Link between Deep Ensembles and (Variational) Bayesian Methods
[ "Veit David Wild", "Sahra Ghalebikesabi", "Dino Sejdinovic", "Jeremias Knoblauch" ]
24 May 2023 (<a href="https://arxiv.org/abs/2305.15027v1">v1</a>), last revised 22 Oct 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Statistics Theory (math.ST); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2305.15027
We establish the first mathematically rigorous link between Bayesian, variational Bayesian, and ensemble methods. A key step towards this it to reformulate the non-convex optimisation problem typically encountered in deep learning as a convex optimisation in the space of probability measures. On a technical level, our contribution amounts to studying generalised variational inference through the lense of Wasserstein gradient flows. The result is a unified theory of various seemingly disconnected approaches that are commonly used for uncertainty quantification in deep learning -- including deep ensembles and (variational) Bayesian methods. This offers a fresh perspective on the reasons behind the success of deep ensembles over procedures based on parameterised variational inference, and allows the derivation of new ensembling schemes with convergence guarantees. We showcase this by proposing a family of interacting deep ensembles with direct parallels to the interactions of particle systems in thermodynamics, and use our theory to prove the convergence of these algorithms to a well-defined global minimiser on the space of probability measures.
stat-04.zip/2305.15027.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.14496
Optimal Learning via Moderate Deviations Theory
[ "Arnab Ganguly", "Tobias Sutter" ]
23 May 2023 (<a href="https://arxiv.org/abs/2305.14496v1">v1</a>), last revised 6 Aug 2025 (this version, v4)
35 pages, 3 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Optimization and Control (math.OC); Probability (math.PR); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2305.14496
This paper proposes a statistically optimal approach for learning a function value using a confidence interval in a wide range of models, including general non-parametric estimation of an expected loss described as a stochastic programming problem or various SDE models. More precisely, we develop a systematic construction of highly accurate confidence intervals by using a moderate deviation principle-based approach. It is shown that the proposed confidence intervals are statistically optimal in the sense that they satisfy criteria regarding exponential accuracy, minimality, consistency, mischaracterization probability, and eventual uniformly most accurate (UMA) property. The confidence intervals suggested by this approach are expressed as solutions to robust optimization problems, where the uncertainty is expressed via the underlying moderate deviation rate function induced by the data-generating process. We demonstrate that for many models these optimization problems admit tractable reformulations as finite convex programs even when they are infinite-dimensional.
stat-04.zip/2305.14496.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.18436
Statistically Optimal K-means Clustering via Nonnegative Low-rank Semidefinite Programming
[ "Yubo Zhuang", "Xiaohui Chen", "Yun Yang", "Richard Y. Zhang" ]
29 May 2023 (<a href="https://arxiv.org/abs/2305.18436v1">v1</a>), last revised 13 Apr 2024 (this version, v5)
Accepted to ICLR 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2305.18436
$K$-means clustering is a widely used machine learning method for identifying patterns in large datasets. Recently, semidefinite programming (SDP) relaxations have been proposed for solving the $K$-means optimization problem, which enjoy strong statistical optimality guarantees. However, the prohibitive cost of implementing an SDP solver renders these guarantees inaccessible to practical datasets. In contrast, nonnegative matrix factorization (NMF) is a simple clustering algorithm widely used by machine learning practitioners, but it lacks a solid statistical underpinning and theoretical guarantees. In this paper, we consider an NMF-like algorithm that solves a nonnegative low-rank restriction of the SDP-relaxed $K$-means formulation using a nonconvex Burer--Monteiro factorization approach. The resulting algorithm is as simple and scalable as state-of-the-art NMF algorithms while also enjoying the same strong statistical optimality guarantees as the SDP. In our experiments, we observe that our algorithm achieves significantly smaller mis-clustering errors compared to the existing state-of-the-art while maintaining scalability.
stat-04.zip/2305.18436.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.17583
On Neural Networks as Infinite Tree-Structured Probabilistic Graphical Models
[ "Boyao Li", "Alexander J. Thomson", "Houssam Nassif", "Matthew M. Engelhard", "David Page" ]
27 May 2023 (<a href="https://arxiv.org/abs/2305.17583v1">v1</a>), last revised 17 Jan 2025 (this version, v5)
Accepted to NeurIPS 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.17583
Deep neural networks (DNNs) lack the precise semantics and definitive probabilistic interpretation of probabilistic graphical models (PGMs). In this paper, we propose an innovative solution by constructing infinite tree-structured PGMs that correspond exactly to neural networks. Our research reveals that DNNs, during forward propagation, indeed perform approximations of PGM inference that are precise in this alternative PGM structure. Not only does our research complement existing studies that describe neural networks as kernel machines or infinite-sized Gaussian processes, it also elucidates a more direct approximation that DNNs make to exact inference in PGMs. Potential benefits include improved pedagogy and interpretation of DNNs, and algorithms that can merge the strengths of PGMs and DNNs.
stat-04.zip/2305.17583.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.18423
On the Role of Noise in the Sample Complexity of Learning Recurrent Neural Networks: Exponential Gaps for Long Sequences
[ "Alireza Fathollah Pour", "Hassan Ashtiani" ]
28 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.18423
We consider the class of noisy multi-layered sigmoid recurrent neural networks with $w$ (unbounded) weights for classification of sequences of length $T$, where independent noise distributed according to $\mathcal{N}(0,\sigma^2)$ is added to the output of each neuron in the network. Our main result shows that the sample complexity of PAC learning this class can be bounded by $O (w\log(T/\sigma))$. For the non-noisy version of the same class (i.e., $\sigma=0$), we prove a lower bound of $\Omega (wT)$ for the sample complexity. Our results indicate an exponential gap in the dependence of sample complexity on $T$ for noisy versus non-noisy networks. Moreover, given the mild logarithmic dependence of the upper bound on $1/\sigma$, this gap still holds even for numerically negligible values of $\sigma$.
stat-04.zip/2305.18423.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.15208
Generalized Bayesian Inference for Scientific Simulators via Amortized Cost Estimation
[ "Richard Gao", "Michael Deistler", "Jakob H. Macke" ]
24 May 2023 (<a href="https://arxiv.org/abs/2305.15208v1">v1</a>), last revised 2 Nov 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.15208
Simulation-based inference (SBI) enables amortized Bayesian inference for simulators with implicit likelihoods. But when we are primarily interested in the quality of predictive simulations, or when the model cannot exactly reproduce the observed data (i.e., is misspecified), targeting the Bayesian posterior may be overly restrictive. Generalized Bayesian Inference (GBI) aims to robustify inference for (misspecified) simulator models, replacing the likelihood-function with a cost function that evaluates the goodness of parameters relative to data. However, GBI methods generally require running multiple simulations to estimate the cost function at each parameter value during inference, making the approach computationally infeasible for even moderately complex simulators. Here, we propose amortized cost estimation (ACE) for GBI to address this challenge: We train a neural network to approximate the cost function, which we define as the expected distance between simulations produced by a parameter and observed data. The trained network can then be used with MCMC to infer GBI posteriors for any observation without running additional simulations. We show that, on several benchmark tasks, ACE accurately predicts cost and provides predictive simulations that are closer to synthetic observations than other SBI methods, especially for misspecified simulators. Finally, we apply ACE to infer parameters of the Hodgkin-Huxley model given real intracellular recordings from the Allen Cell Types Database. ACE identifies better data-matching parameters while being an order of magnitude more simulation-efficient than a standard SBI method. In summary, ACE combines the strengths of SBI methods and GBI to perform robust and simulation-amortized inference for scientific simulators.
stat-04.zip/2305.15208.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.15317
On the robust learning mixtures of linear regressions
[ "Ying Huang", "Liang Chen" ]
23 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.15317
In this note, we consider the problem of robust learning mixtures of linear regressions. We connect mixtures of linear regressions and mixtures of Gaussians with a simple thresholding, so that a quasi-polynomial time algorithm can be obtained under some mild separation condition. This algorithm has significantly better robustness than the previous result.
stat-04.zip/2305.15317.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19473
Chain of Log-Concave Markov Chains
[ "Saeed Saremi", "Ji Won Park", "Francis Bach" ]
31 May 2023 (<a href="https://arxiv.org/abs/2305.19473v1">v1</a>), last revised 29 Sep 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2305.19473
We introduce a theoretical framework for sampling from unnormalized densities based on a smoothing scheme that uses an isotropic Gaussian kernel with a single fixed noise scale. We prove one can decompose sampling from a density (minimal assumptions made on the density) into a sequence of sampling from log-concave conditional densities via accumulation of noisy measurements with equal noise levels. Our construction is unique in that it keeps track of a history of samples, making it non-Markovian as a whole, but it is lightweight algorithmically as the history only shows up in the form of a running empirical mean of samples. Our sampling algorithm generalizes walk-jump sampling (Saremi &amp; Hyvärinen, 2019). The &#34;walk&#34; phase becomes a (non-Markovian) chain of (log-concave) Markov chains. The &#34;jump&#34; from the accumulated measurements is obtained by empirical Bayes. We study our sampling algorithm quantitatively using the 2-Wasserstein metric and compare it with various Langevin MCMC algorithms. We also report a remarkable capacity of our algorithm to &#34;tunnel&#34; between modes of a distribution.
stat-04.zip/2305.19473.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19001
High-probability sample complexities for policy evaluation with linear function approximation
[ "Gen Li", "Weichen Wu", "Yuejie Chi", "Cong Ma", "Alessandro Rinaldo", "Yuting Wei" ]
30 May 2023 (<a href="https://arxiv.org/abs/2305.19001v1">v1</a>), last revised 2 May 2024 (this version, v2)
The first two authors contributed equally; paper accepted to IEEE Transactions on Information Theory
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG); Optimization and Control (math.OC); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2305.19001
This paper is concerned with the problem of policy evaluation with linear function approximation in discounted infinite horizon Markov decision processes. We investigate the sample complexities required to guarantee a predefined estimation error of the best linear coefficients for two widely-used policy evaluation algorithms: the temporal difference (TD) learning algorithm and the two-timescale linear TD with gradient correction (TDC) algorithm. In both the on-policy setting, where observations are generated from the target policy, and the off-policy setting, where samples are drawn from a behavior policy potentially different from the target policy, we establish the first sample complexity bound with high-probability convergence guarantee that attains the optimal dependence on the tolerance level. We also exhihit an explicit dependence on problem-related quantities, and show in the on-policy setting that our upper bound matches the minimax lower bound on crucial problem parameters, including the choice of the feature maps and the problem dimension.
stat-04.zip/2305.19001.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.15167
Explaining the Uncertain: Stochastic Shapley Values for Gaussian Process Models
[ "Siu Lun Chau", "Krikamol Muandet", "Dino Sejdinovic" ]
24 May 2023
26 pages, 6 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.15167
We present a novel approach for explaining Gaussian processes (GPs) that can utilize the full analytical covariance structure present in GPs. Our method is based on the popular solution concept of Shapley values extended to stochastic cooperative games, resulting in explanations that are random variables. The GP explanations generated using our approach satisfy similar favorable axioms to standard Shapley values and possess a tractable covariance function across features and data observations. This covariance allows for quantifying explanation uncertainties and studying the statistical dependencies between explanations. We further extend our framework to the problem of predictive explanation, and propose a Shapley prior over the explanation function to predict Shapley values for new data based on previously computed ones. Our extensive illustrations demonstrate the effectiveness of the proposed approach.
stat-04.zip/2305.15167.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19244
Testing for the Markov Property in Time Series via Deep Conditional Generative Learning
[ "Yunzhe Zhou", "Chengchun Shi", "Lexin Li", "Qiwei Yao" ]
30 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2305.19244
The Markov property is widely imposed in analysis of time series data. Correspondingly, testing the Markov property, and relatedly, inferring the order of a Markov model, are of paramount importance. In this article, we propose a nonparametric test for the Markov property in high-dimensional time series via deep conditional generative learning. We also apply the test sequentially to determine the order of the Markov model. We show that the test controls the type-I error asymptotically, and has the power approaching one. Our proposal makes novel contributions in several ways. We utilize and extend state-of-the-art deep generative learning to estimate the conditional density functions, and establish a sharp upper bound on the approximation error of the estimators. We derive a doubly robust test statistic, which employs a nonparametric estimation but achieves a parametric convergence rate. We further adopt sample splitting and cross-fitting to minimize the conditions required to ensure the consistency of the test. We demonstrate the efficacy of the test through both simulations and the three data applications.
stat-04.zip/2305.19244.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2305.19123
ELSA: Efficient Label Shift Adaptation through the Lens of Semiparametric Models
[ "Qinglong Tian", "Xin Zhang", "Jiwei Zhao" ]
30 May 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2305.19123
We study the domain adaptation problem with label shift in this work. Under the label shift context, the marginal distribution of the label varies across the training and testing datasets, while the conditional distribution of features given the label is the same. Traditional label shift adaptation methods either suffer from large estimation errors or require cumbersome post-prediction calibrations. To address these issues, we first propose a moment-matching framework for adapting the label shift based on the geometry of the influence function. Under such a framework, we propose a novel method named \underline{E}fficient \underline{L}abel \underline{S}hift \underline{A}daptation (ELSA), in which the adaptation weights can be estimated by solving linear systems. Theoretically, the ELSA estimator is $\sqrt{n}$-consistent ($n$ is the sample size of the source data) and asymptotically normal. Empirically, we show that ELSA can achieve state-of-the-art estimation performances without post-prediction calibrations, thus, gaining computational efficiency.
stat-04.zip/2305.19123.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01
2306.00181
Conditionally Strongly Log-Concave Generative Models
[ "Florentin Guth", "Etienne Lempereur", "Joan Bruna", "Stéphane Mallat" ]
31 May 2023
28 pages, 12 figures, accepted at ICML 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2306.00181
There is a growing gap between the impressive results of deep image generative models and classical algorithms that offer theoretical guarantees. The former suffer from mode collapse or memorization issues, limiting their application to scientific data. The latter require restrictive assumptions such as log-concavity to escape the curse of dimensionality. We partially bridge this gap by introducing conditionally strongly log-concave (CSLC) models, which factorize the data distribution into a product of conditional probability distributions that are strongly log-concave. This factorization is obtained with orthogonal projectors adapted to the data distribution. It leads to efficient parameter estimation and sampling algorithms, with theoretical guarantees, although the data distribution is not globally log-concave. We show that several challenging multiscale processes are conditionally log-concave using wavelet packet orthogonal projectors. Numerical results are shown for physical fields such as the $\varphi^4$ model and weak lensing convergence maps with higher resolution than in previous works.
stat-04.zip/2306.00181.pdf
/content/arxiv-data/data/stat.ML/2023/05/00000000.parquet
stat.ML
2023
05
2023-05-01