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
2204.00150
DBCal: Density Based Calibration of classifier predictions for uncertainty quantification
[ "Alex Hagen", "Karl Pazdernik", "Nicole LaHaye", "Marjolein Oostrom" ]
1 Apr 2022
9 pages, 6 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.00150
Measurement of uncertainty of predictions from machine learning methods is important across scientific domains and applications. We present, to our knowledge, the first such technique that quantifies the uncertainty of predictions from a classifier and accounts for both the classifier's belief and performance. We prove that our method provides an accurate estimate of the probability that the outputs of two neural networks are correct by showing an expected calibration error of less than 0.2% on a binary classifier, and less than 3% on a semantic segmentation network with extreme class imbalance. We empirically show that the uncertainty returned by our method is an accurate measurement of the probability that the classifier's prediction is correct and, therefore has broad utility in uncertainty propagation.
stat-04.zip/2204.00150.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.04648
Gaussian Processes for Missing Value Imputation
[ "Bahram Jafrasteh", "Daniel Hernández-Lobato", "Simón Pedro Lubián-López", "Isabel Benavente-Fernández" ]
10 Apr 2022 (<a href="https://arxiv.org/abs/2204.04648v1">v1</a>), last revised 6 May 2022 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2204.04648
Missing values are common in many real-life datasets. However, most of the current machine learning methods can not handle missing values. This means that they should be imputed beforehand. Gaussian Processes (GPs) are non-parametric models with accurate uncertainty estimates that combined with sparse approximations and stochastic variational inference scale to large data sets. Sparse GPs can be used to compute a predictive distribution for missing data. Here, we present a hierarchical composition of sparse GPs that is used to predict missing values at each dimension using all the variables from the other dimensions. We call the approach missing GP (MGP). MGP can be trained simultaneously to impute all observed missing values. Specifically, it outputs a predictive distribution for each missing value that is then used in the imputation of other missing values. We evaluate MGP in one private clinical data set and four UCI datasets with a different percentage of missing values. We compare the performance of MGP with other state-of-the-art methods for imputing missing values, including variants based on sparse GPs and deep GPs. The results obtained show a significantly better performance of MGP.
stat-04.zip/2204.04648.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.03193
MultiAuto-DeepONet: A Multi-resolution Autoencoder DeepONet for Nonlinear Dimension Reduction, Uncertainty Quantification and Operator Learning of Forward and Inverse Stochastic Problems
[ "Jiahao Zhang", "Shiqi Zhang", "Guang Lin" ]
7 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.03193
A new data-driven method for operator learning of stochastic differential equations(SDE) is proposed in this paper. The central goal is to solve forward and inverse stochastic problems more effectively using limited data. Deep operator network(DeepONet) has been proposed recently for operator learning. Compared to other neural networks to learn functions, it aims at the problem of learning nonlinear operators. However, it can be challenging by using the original model to learn nonlinear operators for high-dimensional stochastic problems. We propose a new multi-resolution autoencoder DeepONet model referred to as MultiAuto-DeepONet to deal with this difficulty with the aid of convolutional autoencoder. The encoder part of the network is designed to reduce the dimensionality as well as discover the hidden features of high-dimensional stochastic inputs. The decoder is designed to have a special structure, i.e. in the form of DeepONet. The first DeepONet in decoder is designed to reconstruct the input function involving randomness while the second one is used to approximate the solution of desired equations. Those two DeepONets has a common branch net and two independent trunk nets. This architecture enables us to deal with multi-resolution inputs naturally. By adding $L_1$ regularization to our network, we found the outputs from the branch net and two trunk nets all have sparse structures. This reduces the number of trainable parameters in the neural network thus making the model more efficient. Finally, we conduct several numerical experiments to illustrate the effectiveness of our proposed MultiAuto-DeepONet model with uncertainty quantification.
stat-04.zip/2204.03193.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.03771
Q-learning with online random forests
[ "Joosung Min", "Lloyd T. Elliott" ]
7 Apr 2022
8 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.03771
$Q$-learning is the most fundamental model-free reinforcement learning algorithm. Deployment of $Q$-learning requires approximation of the state-action value function (also known as the $Q$-function). In this work, we provide online random forests as $Q$-function approximators and propose a novel method wherein the random forest is grown as learning proceeds (through expanding forests). We demonstrate improved performance of our methods over state-of-the-art Deep $Q$-Networks in two OpenAI gyms (`blackjack&#39; and `inverted pendulum&#39;) but not in the `lunar lander&#39; gym. We suspect that the resilience to overfitting enjoyed by random forests recommends our method for common tasks that do not require a strong representation of the problem domain. We show that expanding forests (in which the number of trees increases as data comes in) improve performance, suggesting that expanding forests are viable for other applications of online random forests beyond the reinforcement learning setting.
stat-04.zip/2204.03771.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.05667
Local Random Feature Approximations of the Gaussian Kernel
[ "Jonas Wacker", "Maurizio Filippone" ]
12 Apr 2022
11 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2204.05667
A fundamental drawback of kernel-based statistical models is their limited scalability to large data sets, which requires resorting to approximations. In this work, we focus on the popular Gaussian kernel and on techniques to linearize kernel-based models by means of random feature approximations. In particular, we do so by studying a less explored random feature approximation based on Maclaurin expansions and polynomial sketches. We show that such approaches yield poor results when modelling high-frequency data, and we propose a novel localization scheme that improves kernel approximations and downstream performance significantly in this regime. We demonstrate these gains on a number of experiments involving the application of Gaussian process regression to synthetic and real-world data of different data sizes and dimensions.
stat-04.zip/2204.05667.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.06274
Overparameterized Linear Regression under Adversarial Attacks
[ "Antônio H. Ribeiro", "Thomas B. Schön" ]
13 Apr 2022 (<a href="https://arxiv.org/abs/2204.06274v1">v1</a>), last revised 27 Jan 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Cryptography and Security (cs.CR); Machine Learning (cs.LG); Signal Processing (eess.SP); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2204.06274
We study the error of linear regression in the face of adversarial attacks. In this framework, an adversary changes the input to the regression model in order to maximize the prediction error. We provide bounds on the prediction error in the presence of an adversary as a function of the parameter norm and the error in the absence of such an adversary. We show how these bounds make it possible to study the adversarial error using analysis from non-adversarial setups. The obtained results shed light on the robustness of overparameterized linear models to adversarial attacks. Adding features might be either a source of additional robustness or brittleness. On the one hand, we use asymptotic results to illustrate how double-descent curves can be obtained for the adversarial error. On the other hand, we derive conditions under which the adversarial error can grow to infinity as more features are added, while at the same time, the test error goes to zero. We show this behavior is caused by the fact that the norm of the parameter vector grows with the number of features. It is also established that $\ell_\infty$ and $\ell_2$-adversarial attacks might behave fundamentally differently due to how the $\ell_1$ and $\ell_2$-norms of random projections concentrate. We also show how our reformulation allows for solving adversarial training as a convex optimization problem. This fact is then exploited to establish similarities between adversarial training and parameter-shrinking methods and to study how the training might affect the robustness of the estimated models.
stat-04.zip/2204.06274.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.07124
Learning Optimal Dynamic Treatment Regimes Using Causal Tree Methods in Medicine
[ "Theresa Blümlein", "Joel Persson", "Stefan Feuerriegel" ]
14 Apr 2022 (<a href="https://arxiv.org/abs/2204.07124v1">v1</a>), last revised 19 Jun 2023 (this version, v2)
24 pages, 4 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2204.07124
Dynamic treatment regimes (DTRs) are used in medicine to tailor sequential treatment decisions to patients by considering patient heterogeneity. Common methods for learning optimal DTRs, however, have shortcomings: they are typically based on outcome prediction and not treatment effect estimation, or they use linear models that are restrictive for patient data from modern electronic health records. To address these shortcomings, we develop two novel methods for learning optimal DTRs that effectively handle complex patient data. We call our methods DTR-CT and DTR-CF. Our methods are based on a data-driven estimation of heterogeneous treatment effects using causal tree methods, specifically causal trees and causal forests, that learn non-linear relationships, control for time-varying confounding, are doubly robust, and explainable. To the best of our knowledge, our paper is the first that adapts causal tree methods for learning optimal DTRs. We evaluate our proposed methods using synthetic data and then apply them to real-world data from intensive care units. Our methods outperform state-of-the-art baselines in terms of cumulative regret and percentage of optimal decisions by a considerable margin. Our work improves treatment recommendations from electronic health record and is thus of direct relevance for personalized medicine.
stat-04.zip/2204.07124.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.05856
Distributed learning optimisation of Cox models can leak patient data: Risks and solutions
[ "Carsten Brink", "Christian Rønn Hansen", "Matthew Field", "Gareth Price", "David Thwaites", "Nis Sarup", "Uffe Bernchou", "Lois Holloway" ]
12 Apr 2022
51 pages, 8 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Cryptography and Security (cs.CR); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.05856
Medical data are often highly sensitive, and frequently there are missing data. Due to the data&#39;s sensitive nature, there is an interest in creating modelling methods where the data are kept in each local centre to preserve their privacy, but yet the model can be trained on and learn from data across multiple centres. Such an approach might be distributed machine learning (federated learning, collaborative learning) in which a model is iteratively calculated based on aggregated local model information from each centre. However, even though no specific data are leaving the centre, there is a potential risk that the exchanged information is sufficient to reconstruct all or part of the patient data, which would hamper the safety-protecting rationale idea of distributed learning. This paper demonstrates that the optimisation of a Cox survival model can lead to patient data leakage. Following this, we suggest a way to optimise and validate a Cox model that avoids these problems in a secure way. The feasibility of the suggested method is demonstrated in a provided Matlab code that also includes methods for handling missing data.
stat-04.zip/2204.05856.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.05275
Settling the Sample Complexity of Model-Based Offline Reinforcement Learning
[ "Gen Li", "Laixi Shi", "Yuxin Chen", "Yuejie Chi", "Yuting Wei" ]
11 Apr 2022 (<a href="https://arxiv.org/abs/2204.05275v1">v1</a>), last revised 8 Mar 2024 (this version, v4)
accepted to the Annals of Statistics
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG); Systems and Control (eess.SY); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2204.05275
This paper is concerned with offline reinforcement learning (RL), which learns using pre-collected data without further exploration. Effective offline RL would be able to accommodate distribution shift and limited data coverage. However, prior algorithms or analyses either suffer from suboptimal sample complexities or incur high burn-in cost to reach sample optimality, thus posing an impediment to efficient offline RL in sample-starved applications. <br>We demonstrate that the model-based (or &#34;plug-in&#34;) approach achieves minimax-optimal sample complexity without burn-in cost for tabular Markov decision processes (MDPs). Concretely, consider a finite-horizon (resp. $\gamma$-discounted infinite-horizon) MDP with $S$ states and horizon $H$ (resp. effective horizon $\frac{1}{1-\gamma}$), and suppose the distribution shift of data is reflected by some single-policy clipped concentrability coefficient $C^{\star}_{\text{clipped}}$. We prove that model-based offline RL yields $\varepsilon$-accuracy with a sample complexity of \[ \begin{cases} \frac{H^{4}SC_{\text{clipped}}^{\star}}{\varepsilon^{2}} &amp; (\text{finite-horizon MDPs}) \frac{SC_{\text{clipped}}^{\star}}{(1-\gamma)^{3}\varepsilon^{2}} &amp; (\text{infinite-horizon MDPs}) \end{cases} \] up to log factor, which is minimax optimal for the entire $\varepsilon$-range. The proposed algorithms are &#34;pessimistic&#34; variants of value iteration with Bernstein-style penalties, and do not require sophisticated variance reduction. Our analysis framework is established upon delicate leave-one-out decoupling arguments in conjunction with careful self-bounding techniques tailored to MDPs.
stat-04.zip/2204.05275.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.07596
Perfectly Balanced: Improving Transfer and Robustness of Supervised Contrastive Learning
[ "Mayee F. Chen", "Daniel Y. Fu", "Avanika Narayan", "Michael Zhang", "Zhao Song", "Kayvon Fatahalian", "Christopher Ré" ]
15 Apr 2022 (<a href="https://arxiv.org/abs/2204.07596v1">v1</a>), last revised 14 Jul 2022 (this version, v2)
ICML 2022 Camera Ready
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.07596
An ideal learned representation should display transferability and robustness. Supervised contrastive learning (SupCon) is a promising method for training accurate models, but produces representations that do not capture these properties due to class collapse -- when all points in a class map to the same representation. Recent work suggests that &#34;spreading out&#34; these representations improves them, but the precise mechanism is poorly understood. We argue that creating spread alone is insufficient for better representations, since spread is invariant to permutations within classes. Instead, both the correct degree of spread and a mechanism for breaking this invariance are necessary. We first prove that adding a weighted class-conditional InfoNCE loss to SupCon controls the degree of spread. Next, we study three mechanisms to break permutation invariance: using a constrained encoder, adding a class-conditional autoencoder, and using data augmentation. We show that the latter two encourage clustering of latent subclasses under more realistic conditions than the former. Using these insights, we show that adding a properly-weighted class-conditional InfoNCE loss and a class-conditional autoencoder to SupCon achieves 11.1 points of lift on coarse-to-fine transfer across 5 standard datasets and 4.7 points on worst-group robustness on 3 datasets, setting state-of-the-art on CelebA by 11.5 points.
stat-04.zip/2204.07596.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.07172
Diagnosing and Fixing Manifold Overfitting in Deep Generative Models
[ "Gabriel Loaiza-Ganem", "Brendan Leigh Ross", "Jesse C. Cresswell", "Anthony L. Caterini" ]
14 Apr 2022 (<a href="https://arxiv.org/abs/2204.07172v1">v1</a>), last revised 28 Nov 2022 (this version, v4)
Accepted for publication in TMLR
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.2204.07172
Likelihood-based, or explicit, deep generative models use neural networks to construct flexible high-dimensional densities. This formulation directly contradicts the manifold hypothesis, which states that observed data lies on a low-dimensional manifold embedded in high-dimensional ambient space. In this paper we investigate the pathologies of maximum-likelihood training in the presence of this dimensionality mismatch. We formally prove that degenerate optima are achieved wherein the manifold itself is learned but not the distribution on it, a phenomenon we call manifold overfitting. We propose a class of two-step procedures consisting of a dimensionality reduction step followed by maximum-likelihood density estimation, and prove that they recover the data-generating distribution in the nonparametric regime, thus avoiding manifold overfitting. We also show that these procedures enable density estimation on the manifolds learned by implicit models, such as generative adversarial networks, hence addressing a major shortcoming of these models. Several recently proposed methods are instances of our two-step procedures; we thus unify, extend, and theoretically justify a large class of models.
stat-04.zip/2204.07172.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.00296
Scalable Semi-Modular Inference with Variational Meta-Posteriors
[ "Chris U. Carmona", "Geoff K. Nicholls" ]
1 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2204.00296
The Cut posterior and related Semi-Modular Inference are Generalised Bayes methods for Modular Bayesian evidence combination. Analysis is broken up over modular sub-models of the joint posterior distribution. Model-misspecification in multi-modular models can be hard to fix by model elaboration alone and the Cut posterior and SMI offer a way round this. Information entering the analysis from misspecified modules is controlled by an influence parameter $\eta$ related to the learning rate. This paper contains two substantial new methods. First, we give variational methods for approximating the Cut and SMI posteriors which are adapted to the inferential goals of evidence combination. We parameterise a family of variational posteriors using a Normalising Flow for accurate approximation and end-to-end training. Secondly, we show that analysis of models with multiple cuts is feasible using a new Variational Meta-Posterior. This approximates a family of SMI posteriors indexed by $\eta$ using a single set of variational parameters.
stat-04.zip/2204.00296.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.00611
Learning the conditional law: signatures and conditional GANs in filtering and prediction of diffusion processes
[ "Fabian Germ", "Marc Sabate-Vidales" ]
1 Apr 2022 (<a href="https://arxiv.org/abs/2204.00611v1">v1</a>), last revised 15 Sep 2022 (this version, v2)
Accepted CDC-2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2204.00611
We consider the filtering and prediction problem for a diffusion process. The signal and observation are modeled by stochastic differential equations (SDEs) driven by correlated Wiener processes. In classical estimation theory, measure-valued stochastic partial differential equations (SPDEs) are derived for the filtering and prediction measures. These equations can be hard to solve numerically. We provide an approximation algorithm using conditional generative adversarial networks (GANs) in combination with signatures, an object from rough path theory. The signature of a sufficiently smooth path determines the path completely. As a result, in some cases, GANs based on signatures have been shown to efficiently approximate the law of a stochastic process. For our algorithm we extend this method to sample from the conditional law, given noisy, partial observation. Our generator is constructed using neural differential equations (NDEs), relying on their universal approximator property. We show well-posedness in providing a rigorous mathematical framework. Numerical results show the efficiency of our algorithm.
stat-04.zip/2204.00611.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.02606
Consensual Aggregation on Random Projected High-dimensional Features for Regression
[ "Sothea Has" ]
6 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.02606
In this paper, we present a study of a kernel-based consensual aggregation on randomly projected high-dimensional features of predictions for regression. The aggregation scheme is composed of two steps: the high-dimensional features of predictions, given by a large number of regression estimators, are randomly projected into a smaller subspace using Johnson-Lindenstrauss Lemma in the first step, and a kernel-based consensual aggregation is implemented on the projected features in the second step. We theoretically show that the performance of the aggregation scheme is close to the performance of the aggregation implemented on the original high-dimensional features, with high probability. Moreover, we numerically illustrate that the aggregation scheme upholds its performance on very large and highly correlated features of predictions given by different types of machines. The aggregation scheme allows us to flexibly merge a large number of redundant machines, plainly constructed without model selection or cross-validation. The efficiency of the proposed method is illustrated through several experiments evaluated on different types of synthetic and real datasets.
stat-04.zip/2204.02606.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.01682
Deep Feature Screening: Feature Selection for Ultra High-Dimensional Data via Deep Neural Networks
[ "Kexuan Li", "Fangfang Wang", "Lingli Yang", "Ruiqi Liu" ]
4 Apr 2022 (<a href="https://arxiv.org/abs/2204.01682v1">v1</a>), last revised 16 Dec 2023 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.01682
The applications of traditional statistical feature selection methods to high-dimension, low sample-size data often struggle and encounter challenging problems, such as overfitting, curse of dimensionality, computational infeasibility, and strong model assumption. In this paper, we propose a novel two-step nonparametric approach called Deep Feature Screening (DeepFS) that can overcome these problems and identify significant features with high precision for ultra high-dimensional, low-sample-size data. This approach first extracts a low-dimensional representation of input data and then applies feature screening based on multivariate rank distance correlation recently developed by Deb and Sen (2021). This approach combines the strengths of both deep neural networks and feature screening, and thereby has the following appealing features in addition to its ability of handling ultra high-dimensional data with small number of samples: (1) it is model free and distribution free; (2) it can be used for both supervised and unsupervised feature selection; and (3) it is capable of recovering the original input data. The superiority of DeepFS is demonstrated via extensive simulation studies and real data analyses.
stat-04.zip/2204.01682.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.01365
Deep learning, stochastic gradient descent and diffusion maps
[ "Carmina Fjellström", "Kaj Nyström" ]
4 Apr 2022 (<a href="https://arxiv.org/abs/2204.01365v1">v1</a>), last revised 17 Jun 2022 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.01365
Stochastic gradient descent (SGD) is widely used in deep learning due to its computational efficiency, but a complete understanding of why SGD performs so well remains a major challenge. It has been observed empirically that most eigenvalues of the Hessian of the loss functions on the loss landscape of over-parametrized deep neural networks are close to zero, while only a small number of eigenvalues are large. Zero eigenvalues indicate zero diffusion along the corresponding directions. This indicates that the process of minima selection mainly happens in the relatively low-dimensional subspace corresponding to the top eigenvalues of the Hessian. Although the parameter space is very high-dimensional, these findings seems to indicate that the SGD dynamics may mainly live on a low-dimensional manifold. In this paper, we pursue a truly data driven approach to the problem of getting a potentially deeper understanding of the high-dimensional parameter surface, and in particular, of the landscape traced out by SGD by analyzing the data generated through SGD, or any other optimizer for that matter, in order to possibly discover (local) low-dimensional representations of the optimization landscape. As our vehicle for the exploration, we use diffusion maps introduced by R. Coifman and coauthors.
stat-04.zip/2204.01365.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.02678
Random Features Model with General Convex Regularization: A Fine Grained Analysis with Precise Asymptotic Learning Curves
[ "David Bosch", "Ashkan Panahi", "Ayca Özcelikkale", "Devdatt Dubhash" ]
6 Apr 2022 (<a href="https://arxiv.org/abs/2204.02678v1">v1</a>), last revised 1 Mar 2023 (this version, v2)
52 pages, 3 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.02678
We compute precise asymptotic expressions for the learning curves of least squares random feature (RF) models with either a separable strongly convex regularization or the $\ell_1$ regularization. We propose a novel multi-level application of the convex Gaussian min max theorem (CGMT) to overcome the traditional difficulty of finding computable expressions for random features models with correlated data. Our result takes the form of a computable 4-dimensional scalar optimization. In contrast to previous results, our approach does not require solving an often intractable proximal operator, which scales with the number of model parameters. Furthermore, we extend the universality results for the training and generalization errors for RF models to $\ell_1$ regularization. In particular, we demonstrate that under mild conditions, random feature models with elastic net or $\ell_1$ regularization are asymptotically equivalent to a surrogate Gaussian model with the same first and second moments. We numerically demonstrate the predictive capacity of our results, and show experimentally that the predicted test error is accurate even in the non-asymptotic regime.
stat-04.zip/2204.02678.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.03784
Free Energy Evaluation Using Marginalized Annealed Importance Sampling
[ "Muneki Yasuda", "Chako Takahashi" ]
8 Apr 2022 (<a href="https://arxiv.org/abs/2204.03784v1">v1</a>), last revised 23 Aug 2022 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Disordered Systems and Neural Networks (cond-mat.dis-nn); Statistical Mechanics (cond-mat.stat-mech); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2204.03784
The evaluation of the free energy of a stochastic model is considered a significant issue in various fields of physics and machine learning. However, the exact free energy evaluation is computationally infeasible because the free energy expression includes an intractable partition function. Annealed importance sampling (AIS) is a type of importance sampling based on the Markov chain Monte Carlo method that is similar to a simulated annealing and can effectively approximate the free energy. This study proposes an AIS-based approach, which is referred to as marginalized AIS (mAIS). The statistical efficiency of mAIS is investigated in detail based on theoretical and numerical perspectives. Based on the investigation, it is proved that mAIS is more effective than AIS under a certain condition.
stat-04.zip/2204.03784.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.04597
Private Sequential Hypothesis Testing for Statisticians: Privacy, Error Rates, and Sample Size
[ "Wanrong Zhang", "Yajun Mei", "Rachel Cummings" ]
10 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2204.04597
The sequential hypothesis testing problem is a class of statistical analyses where the sample size is not fixed in advance. Instead, the decision-process takes in new observations sequentially to make real-time decisions for testing an alternative hypothesis against a null hypothesis until some stopping criterion is satisfied. In many common applications of sequential hypothesis testing, the data can be highly sensitive and may require privacy protection; for example, sequential hypothesis testing is used in clinical trials, where doctors sequentially collect data from patients and must determine when to stop recruiting patients and whether the treatment is effective. The field of differential privacy has been developed to offer data analysis tools with strong privacy guarantees, and has been commonly applied to machine learning and statistical tasks. <br>In this work, we study the sequential hypothesis testing problem under a slight variant of differential privacy, known as Renyi differential privacy. We present a new private algorithm based on Wald&#39;s Sequential Probability Ratio Test (SPRT) that also gives strong theoretical privacy guarantees. We provide theoretical analysis on statistical performance measured by Type I and Type II error as well as the expected sample size. We also empirically validate our theoretical results on several synthetic databases, showing that our algorithms also perform well in practice. Unlike previous work in private hypothesis testing that focused only on the classical fixed sample setting, our results in the sequential setting allow a conclusion to be reached much earlier, and thus saving the cost of collecting additional samples.
stat-04.zip/2204.04597.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.04512
Non-asymptotic spectral bounds on the $\varepsilon$-entropy of kernel classes
[ "Rustem Takhanov" ]
9 Apr 2022 (<a href="https://arxiv.org/abs/2204.04512v1">v1</a>), last revised 30 Dec 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Functional Analysis (math.FA)
https://doi.org/10.48550/arXiv.2204.04512
Let $K: \boldsymbol{\Omega}\times \boldsymbol{\Omega}$ be a continuous Mercer kernel defined on a compact subset of ${\mathbb R}^n$ and $\mathcal{H}_K$ be the reproducing kernel Hilbert space (RKHS) associated with $K$. Given a finite measure $\nu$ on $\boldsymbol{\Omega}$, we investigate upper and lower bounds on the $\varepsilon$-entropy of the unit ball of $\mathcal{H}_K$ in the space $L_p(\nu)$. This topic is an important direction in the modern statistical theory of kernel-based methods. <br>We prove sharp upper and lower bounds for $p\in [1,+\infty]$. For $p\in [1,2]$, the upper bounds are determined solely by the eigenvalue behaviour of the corresponding integral operator $\phi\to \int_{\boldsymbol{\Omega}} K(\cdot,{\mathbf y})\phi({\mathbf y})d\nu({\mathbf y})$. In constrast, for $p&gt;2$, the bounds additionally depend on the convergence rate of the truncated Mercer series to the kernel $K$ in the $L_p(\nu)$-norm. <br>We discuss a number of consequences of our bounds and show that they are substantially tighter than previous bounds for general kernels. Furthermore, for specific cases, such as zonal kernels and the Gaussian kernel on a box, our bounds are asymptotically tight as $\varepsilon\to +0$.
stat-04.zip/2204.04512.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.05139
On unsupervised projections and second order signals
[ "Thomas Lartigue", "Sach Mukherjee" ]
11 Apr 2022
25 pages, 10 figures, 3 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.05139
Linear projections are widely used in the analysis of high-dimensional data. In unsupervised settings where the data harbour latent classes/clusters, the question of whether class discriminatory signals are retained under projection is crucial. In the case of mean differences between classes, this question has been well studied. However, in many contemporary applications, notably in biomedicine, group differences at the level of covariance or graphical model structure are important. Motivated by such applications, in this paper we ask whether linear projections can preserve differences in second order structure between latent groups. We focus on unsupervised projections, which can be computed without knowledge of class labels. We discuss a simple theoretical framework to study the behaviour of such projections which we use to inform an analysis via quasi-exhaustive enumeration. This allows us to consider the performance, over more than a hundred thousand sets of data-generating population parameters, of two popular projections, namely random projections (RP) and Principal Component Analysis (PCA). Across this broad range of regimes, PCA turns out to be more effective at retaining second order signals than RP and is often even competitive with supervised projection. We complement these results with fully empirical experiments showing 0-1 loss using simulated and real data. We study also the effect of projection dimension, drawing attention to a bias-variance trade-off in this respect. Our results show that PCA can indeed be a suitable first-step for unsupervised analysis, including in cases where differential covariance or graphical model structure are of interest.
stat-04.zip/2204.05139.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.03562
Sliced gradient-enhanced Kriging for high-dimensional function approximation
[ "Kai Cheng", "Ralf Zimmermann" ]
5 Apr 2022 (<a href="https://arxiv.org/abs/2204.03562v1">v1</a>), last revised 4 Jan 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2204.03562
Gradient-enhanced Kriging (GE-Kriging) is a well-established surrogate modelling technique for approximating expensive computational models. However, it tends to get impractical for high-dimensional problems due to the size of the inherent correlation matrix and the associated high-dimensional hyper-parameter tuning problem. To address these issues, a new method, called sliced GE-Kriging (SGE-Kriging), is developed in this paper for reducing both the size of the correlation matrix and the number of hyper-parameters. We first split the training sample set into multiple slices, and invoke Bayes&#39; theorem to approximate the full likelihood function via a sliced likelihood function, in which multiple small correlation matrices are utilized to describe the correlation of the sample set rather than one large one. Then, we replace the original high-dimensional hyper-parameter tuning problem with a low-dimensional counterpart by learning the relationship between the hyper-parameters and the derivative-based global sensitivity indices. The performance of SGE-Kriging is finally validated by means of numerical experiments with several benchmarks and a high-dimensional aerodynamic modeling problem. The results show that the SGE-Kriging model features an accuracy and robustness that is comparable to the standard one but comes at much less training costs. The benefits are most evident for high-dimensional problems with tens of variables.
stat-04.zip/2204.03562.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.04875
Learning to Induce Causal Structure
[ "Nan Rosemary Ke", "Silvia Chiappa", "Jane Wang", "Anirudh Goyal", "Jorg Bornschein", "Melanie Rey", "Theophane Weber", "Matthew Botvinic", "Michael Mozer", "Danilo Jimenez Rezende" ]
11 Apr 2022 (<a href="https://arxiv.org/abs/2204.04875v1">v1</a>), last revised 7 Oct 2022 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.04875
The fundamental challenge in causal induction is to infer the underlying graph structure given observational and/or interventional data. Most existing causal induction algorithms operate by generating candidate graphs and evaluating them using either score-based methods (including continuous optimization) or independence tests. In our work, we instead treat the inference process as a black box and design a neural network architecture that learns the mapping from both observational and interventional data to graph structures via supervised training on synthetic graphs. The learned model generalizes to new synthetic graphs, is robust to train-test distribution shifts, and achieves state-of-the-art performance on naturalistic graphs for low sample complexity.
stat-04.zip/2204.04875.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.03123
A novel nonconvex, smooth-at-origin penalty for statistical learning
[ "Majnu John", "Sujit Vettam", "Yihren Wu" ]
6 Apr 2022
15 pages. The animation movie in Figure 2 will run only if the pdf file is downloaded. Comput Stat (2024)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2204.03123
Nonconvex penalties are utilized for regularization in high-dimensional statistical learning algorithms primarily because they yield unbiased or nearly unbiased estimators for the parameters in the model. Nonconvex penalties existing in the literature such as SCAD, MCP, Laplace and arctan have a singularity at origin which makes them useful also for variable selection. However, in several high-dimensional frameworks such as deep learning, variable selection is less of a concern. In this paper, we present a nonconvex penalty which is smooth at origin. The paper includes asymptotic results for ordinary least squares estimators regularized with the new penalty function, showing asymptotic bias that vanishes exponentially fast. We also conducted an empirical study employing deep neural network architecture on three datasets and convolutional neural network on four datasets. The empirical study showed better performance for the new regularization approach in five out of the seven datasets.
stat-04.zip/2204.03123.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.04819
RMFGP: Rotated Multi-fidelity Gaussian process with Dimension Reduction for High-dimensional Uncertainty Quantification
[ "Jiahao Zhang", "Shiqi Zhang", "Guang Lin" ]
11 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.04819
Multi-fidelity modelling arises in many situations in computational science and engineering world. It enables accurate inference even when only a small set of accurate data is available. Those data often come from a high-fidelity model, which is computationally expensive. By combining the realizations of the high-fidelity model with one or more low-fidelity models, the multi-fidelity method can make accurate predictions of quantities of interest. This paper proposes a new dimension reduction framework based on rotated multi-fidelity Gaussian process regression and a Bayesian active learning scheme when the available precise observations are insufficient. By drawing samples from the trained rotated multi-fidelity model, the so-called supervised dimension reduction problems can be solved following the idea of the sliced average variance estimation (SAVE) method combined with a Gaussian process regression dimension reduction technique. This general framework we develop can effectively solve high-dimensional problems while the data are insufficient for applying traditional dimension reduction methods. Moreover, a more accurate surrogate Gaussian process model of the original problem can be obtained based on our trained model. The effectiveness of the proposed rotated multi-fidelity Gaussian process(RMFGP) model is demonstrated in four numerical examples. The results show that our method has better performance in all cases and uncertainty propagation analysis is performed for last two cases involving stochastic partial differential equations.
stat-04.zip/2204.04819.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.06664
Achieving Representative Data via Convex Hull Feasibility Sampling Algorithms
[ "Laura Niss", "Yuekai Sun", "Ambuj Tewari" ]
13 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.06664
Sampling biases in training data are a major source of algorithmic biases in machine learning systems. Although there are many methods that attempt to mitigate such algorithmic biases during training, the most direct and obvious way is simply collecting more representative training data. In this paper, we consider the task of assembling a training dataset in which minority groups are adequately represented from a given set of data sources. In essence, this is an adaptive sampling problem to determine if a given point lies in the convex hull of the means from a set of unknown distributions. We present adaptive sampling methods to determine, with high confidence, whether it is possible to assemble a representative dataset from the given data sources. We also demonstrate the efficacy of our policies in simulations in the Bernoulli and a multinomial setting.
stat-04.zip/2204.06664.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.02583
PAGP: A physics-assisted Gaussian process framework with active learning for forward and inverse problems of partial differential equations
[ "Jiahao Zhang", "Shiqi Zhang", "Guang Lin" ]
6 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Analysis of PDEs (math.AP); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2204.02583
In this work, a Gaussian process regression(GPR) model incorporated with given physical information in partial differential equations(PDEs) is developed: physics-assisted Gaussian processes(PAGP). The targets of this model can be divided into two types of problem: finding solutions or discovering unknown coefficients of given PDEs with initial and boundary conditions. We introduce three different models: continuous time, discrete time and hybrid models. The given physical information is integrated into Gaussian process model through our designed GP loss functions. Three types of loss function are provided in this paper based on two different approaches to train the standard GP model. The first part of the paper introduces the continuous time model which treats temporal domain the same as spatial domain. The unknown coefficients in given PDEs can be jointly learned with GP hyper-parameters by minimizing the designed loss function. In the discrete time models, we first choose a time discretization scheme to discretize the temporal domain. Then the PAGP model is applied at each time step together with the scheme to approximate PDE solutions at given test points of final time. To discover unknown coefficients in this setting, observations at two specific time are needed and a mixed mean square error function is constructed to obtain the optimal coefficients. In the last part, a novel hybrid model combining the continuous and discrete time models is presented. It merges the flexibility of continuous time model and the accuracy of the discrete time model. The performance of choosing different models with different GP loss functions is also discussed. The effectiveness of the proposed PAGP methods is illustrated in our numerical section.
stat-04.zip/2204.02583.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.07293
Towards a Unified Framework for Uncertainty-aware Nonlinear Variable Selection with Theoretical Guarantees
[ "Wenying Deng", "Beau Coker", "Rajarshi Mukherjee", "Jeremiah Zhe Liu", "Brent A. Coull" ]
15 Apr 2022 (<a href="https://arxiv.org/abs/2204.07293v1">v1</a>), last revised 27 May 2022 (this version, v2)
50 pages, 16 figures, 11 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.07293
We develop a simple and unified framework for nonlinear variable selection that incorporates uncertainty in the prediction function and is compatible with a wide range of machine learning models (e.g., tree ensembles, kernel methods, neural networks, etc). In particular, for a learned nonlinear model $f(\mathbf{x})$, we consider quantifying the importance of an input variable $\mathbf{x}^j$ using the integrated partial derivative $\Psi_j = \Vert \frac{\partial}{\partial \mathbf{x}^j} f(\mathbf{x})\Vert^2_{P_\mathcal{X}}$. We then (1) provide a principled approach for quantifying variable selection uncertainty by deriving its posterior distribution, and (2) show that the approach is generalizable even to non-differentiable models such as tree ensembles. Rigorous Bayesian nonparametric theorems are derived to guarantee the posterior consistency and asymptotic uncertainty of the proposed approach. Extensive simulations and experiments on healthcare benchmark datasets confirm that the proposed algorithm outperforms existing classic and recent variable selection methods.
stat-04.zip/2204.07293.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.05731
PyDTS: A Python Package for Discrete-Time Survival (Regularized) Regression with Competing Risks
[ "Tomer Meir", "Rom Gutman", "Malka Gorfine" ]
12 Apr 2022 (<a href="https://arxiv.org/abs/2204.05731v1">v1</a>), last revised 27 Jun 2023 (this version, v5)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.05731
Time-to-event analysis (survival analysis) is used when the response of interest is the time until a pre-specified event occurs. Time-to-event data are sometimes discrete either because time itself is discrete or due to grouping of failure times into intervals or rounding off measurements. In addition, the failure of an individual could be one of several distinct failure types, known as competing risks (events). Most methods and software packages for survival regression analysis assume that time is measured on a continuous scale. It is well-known that naively applying standard continuous-time models with discrete-time data may result in biased estimators of the discrete-time models. The Python package PyDTS, for simulating, estimating and evaluating semi-parametric competing-risks models for discrete-time survival data, is introduced. The package implements a fast procedure that enables including regularized regression methods, such as LASSO and elastic net, among others. A simulation study showcases flexibility and accuracy of the package. The utility of the package is demonstrated by analysing the Medical Information Mart for Intensive Care (MIMIC) - IV dataset for prediction of hospitalization length of stay.
stat-04.zip/2204.05731.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.06935
Concentration of Random Feature Matrices in High-Dimensions
[ "Zhijun Chen", "Hayden Schaeffer", "Rachel Ward" ]
14 Apr 2022 (<a href="https://arxiv.org/abs/2204.06935v1">v1</a>), last revised 11 Dec 2022 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA); Probability (math.PR)
https://doi.org/10.48550/arXiv.2204.06935
The spectra of random feature matrices provide essential information on the conditioning of the linear system used in random feature regression problems and are thus connected to the consistency and generalization of random feature models. Random feature matrices are asymmetric rectangular nonlinear matrices depending on two input variables, the data and the weights, which can make their characterization challenging. We consider two settings for the two input variables, either both are random variables or one is a random variable and the other is well-separated, i.e. there is a minimum distance between points. With conditions on the dimension, the complexity ratio, and the sampling variance, we show that the singular values of these matrices concentrate near their full expectation and near one with high-probability. In particular, since the dimension depends only on the logarithm of the number of random weights or the number of data points, our complexity bounds can be achieved even in moderate dimensions for many practical setting. The theoretical results are verified with numerical experiments.
stat-04.zip/2204.06935.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.07826
Beyond L1: Faster and Better Sparse Models with skglm
[ "Quentin Bertrand", "Quentin Klopfenstein", "Pierre-Antoine Bannier", "Gauthier Gidel", "Mathurin Massias" ]
16 Apr 2022 (<a href="https://arxiv.org/abs/2204.07826v1">v1</a>), last revised 6 Mar 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.07826
We propose a new fast algorithm to estimate any sparse generalized linear model with convex or non-convex separable penalties. Our algorithm is able to solve problems with millions of samples and features in seconds, by relying on coordinate descent, working sets and Anderson acceleration. It handles previously unaddressed models, and is extensively shown to improve state-of-art algorithms. We provide a flexible, scikit-learn compatible package, which easily handles customized datafits and penalties.
stat-04.zip/2204.07826.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.00769
Variational message passing for online polynomial NARMAX identification
[ "Wouter Kouw", "Albert Podusenko", "Magnus Koudahl", "Maarten Schoukens" ]
2 Apr 2022
6 pages, 4 figures. Accepted to the American Control Conference 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Signal Processing (eess.SP); Systems and Control (eess.SY)
https://doi.org/10.48550/arXiv.2204.00769
We propose a variational Bayesian inference procedure for online nonlinear system identification. For each output observation, a set of parameter posterior distributions is updated, which is then used to form a posterior predictive distribution for future outputs. We focus on the class of polynomial NARMAX models, which we cast into probabilistic form and represent in terms of a Forney-style factor graph. Inference in this graph is efficiently performed by a variational message passing algorithm. We show empirically that our variational Bayesian estimator outperforms an online recursive least-squares estimator, most notably in small sample size settings and low noise regimes, and performs on par with an iterative least-squares estimator trained offline.
stat-04.zip/2204.00769.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.06375
Online greedy identification of linear dynamical systems
[ "Matthieu Blanke", "Marc Lelarge" ]
13 Apr 2022
17 pages, 2 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Systems and Control (eess.SY)
https://doi.org/10.48550/arXiv.2204.06375
This work addresses the problem of exploration in an unknown environment. For linear dynamical systems, we use an experimental design framework and introduce an online greedy policy where the control maximizes the information of the next step. In a setting with a limited number of experimental trials, our algorithm has low complexity and shows experimentally competitive performances compared to more elaborate gradient-based methods.
stat-04.zip/2204.06375.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.00997
Bi-fidelity Modeling of Uncertain and Partially Unknown Systems using DeepONets
[ "Subhayan De", "Matthew Reynolds", "Malik Hassanaly", "Ryan N. King", "Alireza Doostan" ]
3 Apr 2022 (<a href="https://arxiv.org/abs/2204.00997v1">v1</a>), last revised 18 Aug 2022 (this version, v2)
20 pages, 15 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.00997
Recent advances in modeling large-scale complex physical systems have shifted research focuses towards data-driven techniques. However, generating datasets by simulating complex systems can require significant computational resources. Similarly, acquiring experimental datasets can prove difficult as well. For these systems, often computationally inexpensive, but in general inaccurate, models, known as the low-fidelity models, are available. In this paper, we propose a bi-fidelity modeling approach for complex physical systems, where we model the discrepancy between the true system&#39;s response and low-fidelity response in the presence of a small training dataset from the true system&#39;s response using a deep operator network (DeepONet), a neural network architecture suitable for approximating nonlinear operators. We apply the approach to model systems that have parametric uncertainty and are partially unknown. Three numerical examples are used to show the efficacy of the proposed approach to model uncertain and partially unknown complex physical systems.
stat-04.zip/2204.00997.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.02291
Aggregating distribution forecasts from deep ensembles
[ "Benedikt Schulz", "Lutz Köhler", "Sebastian Lerch" ]
5 Apr 2022 (<a href="https://arxiv.org/abs/2204.02291v1">v1</a>), last revised 8 Nov 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.02291
The importance of accurately quantifying forecast uncertainty has motivated much recent research on probabilistic forecasting. In particular, a variety of deep learning approaches has been proposed, with forecast distributions obtained as output of neural networks. These neural network-based methods are often used in the form of an ensemble, e.g., based on multiple model runs from different random initializations or more sophisticated ensembling strategies such as dropout, resulting in a collection of forecast distributions that need to be aggregated into a final probabilistic prediction. With the aim of consolidating findings from the machine learning literature on ensemble methods and the statistical literature on forecast combination, we address the question of how to aggregate distribution forecasts based on such `deep ensembles&#39;. Using theoretical arguments and a comprehensive analysis on twelve benchmark data sets, we systematically compare probability- and quantile-based aggregation methods for three neural network-based approaches with different forecast distribution types as output. Our results show that combining forecast distributions from deep ensembles can substantially improve the predictive performance. We propose a general quantile aggregation framework for deep ensembles that allows for corrections of systematic deficiencies and performs well in a variety of settings, often superior compared to a linear combination of the forecast densities. Finally, we investigate the effects of the ensemble size and derive recommendations of aggregating distribution forecasts from deep ensembles in practice.
stat-04.zip/2204.02291.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.06445
Random Manifold Sampling and Joint Sparse Regularization for Multi-label Feature Selection
[ "Haibao Li", "Hongzhi Zhai" ]
13 Apr 2022 (<a href="https://arxiv.org/abs/2204.06445v1">v1</a>), last revised 30 Mar 2023 (this version, v3)
17pages, 8figures, 6tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.06445
Multi-label learning is usually used to mine the correlation between features and labels, and feature selection can retain as much information as possible through a small number of features. $\ell_{2,1}$ regularization method can get sparse coefficient matrix, but it can not solve multicollinearity problem effectively. The model proposed in this paper can obtain the most relevant few features by solving the joint constrained optimization problems of $\ell_{2,1}$ and $\ell_{F}$ <a href="http://regularization.In" rel="external noopener nofollow" class="link-external link-http">this http URL</a> manifold regularization, we implement random walk strategy based on joint information matrix, and get a highly robust neighborhood <a href="http://graph.In" rel="external noopener nofollow" class="link-external link-http">this http URL</a> addition, we given the algorithm for solving the model and proved its <a href="http://convergence.Comparative" rel="external noopener nofollow" class="link-external link-http">this http URL</a> experiments on real-world data sets show that the proposed method outperforms other methods.
stat-04.zip/2204.06445.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.07747
A Variational Approach to Bayesian Phylogenetic Inference
[ "Cheng Zhang", "Frederick A. Matsen IV" ]
16 Apr 2022 (<a href="https://arxiv.org/abs/2204.07747v1">v1</a>), last revised 22 May 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.07747
Bayesian phylogenetic inference is currently done via Markov chain Monte Carlo (MCMC) with simple proposal mechanisms. This hinders exploration efficiency and often requires long runs to deliver accurate posterior estimates. In this paper, we present an alternative approach: a variational framework for Bayesian phylogenetic analysis. We propose combining subsplit Bayesian networks, an expressive graphical model for tree topology distributions, and a structured amortization of the branch lengths over tree topologies for a suitable variational family of distributions. We train the variational approximation via stochastic gradient ascent and adopt gradient estimators for continuous and discrete variational parameters separately to deal with the composite latent space of phylogenetic models. We show that our variational approach provides competitive performance to MCMC, while requiring much fewer (though more costly) iterations due to a more efficient exploration mechanism enabled by variational inference. Experiments on a benchmark of challenging real data Bayesian phylogenetic inference problems demonstrate the effectiveness and efficiency of our methods.
stat-04.zip/2204.07747.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.07634
A generative neural network model for random dot product graphs
[ "Vittorio Loprinzo", "Laurent Younes" ]
15 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.07634
We present GraphMoE, a novel neural network-based approach to learning generative models for random graphs. The neural network is trained to match the distribution of a class of random graphs by way of a moment estimator. The features used for training are graphlets, subgraph counts of small order. The neural network accepts random noise as input and outputs vector representations for nodes in the graph. Random graphs are then realized by applying a kernel to the representations. Graphs produced this way are demonstrated to be able to imitate data from chemistry, medicine, and social networks. The produced graphs are similar enough to the target data to be able to fool discriminator neural networks otherwise capable of separating classes of random graphs.
stat-04.zip/2204.07634.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.09086
Choosing the number of factors in factor analysis with incomplete data via a hierarchical Bayesian information criterion
[ "Jianhua Zhao", "Changchun Shang", "Shulan Li", "Ling Xin", "Philip L.H. Yu" ]
19 Apr 2022
16 pages, 4 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.09086
The Bayesian information criterion (BIC), defined as the observed data log likelihood minus a penalty term based on the sample size $N$, is a popular model selection criterion for factor analysis with complete data. This definition has also been suggested for incomplete data. However, the penalty term based on the `complete&#39; sample size $N$ is the same no matter whether in a complete or incomplete data case. For incomplete data, there are often only $N_i&lt;N$ observations for variable $i$, which means that using the `complete&#39; sample size $N$ implausibly ignores the amounts of missing information inherent in incomplete data. Given this observation, a novel criterion called hierarchical BIC (HBIC) for factor analysis with incomplete data is proposed. The novelty is that it only uses the actual amounts of observed information, namely $N_i$&#39;s, in the penalty term. Theoretically, it is shown that HBIC is a large sample approximation of variational Bayesian (VB) lower bound, and BIC is a further approximation of HBIC, which means that HBIC shares the theoretical consistency of BIC. Experiments on synthetic and real data sets are conducted to access the finite sample performance of HBIC, BIC, and related criteria with various missing rates. The results show that HBIC and BIC perform similarly when the missing rate is small, but HBIC is more accurate when the missing rate is not small.
stat-04.zip/2204.09086.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.08335
Active Learning with Weak Supervision for Gaussian Processes
[ "Amanda Olmin", "Jakob Lindqvist", "Lennart Svensson", "Fredrik Lindsten" ]
18 Apr 2022 (<a href="https://arxiv.org/abs/2204.08335v1">v1</a>), last revised 16 Aug 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.08335
Annotating data for supervised learning can be costly. When the annotation budget is limited, active learning can be used to select and annotate those observations that are likely to give the most gain in model performance. We propose an active learning algorithm that, in addition to selecting which observation to annotate, selects the precision of the annotation that is acquired. Assuming that annotations with low precision are cheaper to obtain, this allows the model to explore a larger part of the input space, with the same annotation budget. We build our acquisition function on the previously proposed BALD objective for Gaussian Processes, and empirically demonstrate the gains of being able to adjust the annotation precision in the active learning loop.
stat-04.zip/2204.08335.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.08574
Adaptive Noisy Data Augmentation for Regularized Estimation and Inference in Generalized Linear Models
[ "Yinan Li", "Fang Liu" ]
18 Apr 2022
Accepted by IEEE-COMPSAC 2022 Computers, Software &amp; Applications in an Uncertain World
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2204.08574
We propose the AdaPtive Noise Augmentation (PANDA) procedure to regularize the estimation and inference of generalized linear models (GLMs). PANDA iteratively optimizes the objective function given noise augmented data until convergence to obtain the regularized model estimates. The augmented noises are designed to achieve various regularization effects, including $l_0$, bridge (lasso and ridge included), elastic net, adaptive lasso, and SCAD, as well as group lasso and fused ridge. We examine the tail bound of the noise-augmented loss function and establish the almost sure convergence of the noise-augmented loss function and its minimizer to the expected penalized loss function and its minimizer, respectively. We derive the asymptotic distributions for the regularized parameters, based on which, inferences can be obtained simultaneously with variable selection. PANDA exhibits ensemble learning behaviors that help further decrease the generalization error. Computationally, PANDA is easy to code, leveraging existing software for implementing GLMs, without resorting to complicated optimization techniques. We demonstrate the superior or similar performance of PANDA against the existing approaches of the same type of regularizers in simulated and real-life data. We show that the inferences through PANDA achieve nominal or near-nominal coverage and are far more efficient compared to a popular existing post-selection procedure.
stat-04.zip/2204.08574.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.11174
Complete Policy Regret Bounds for Tallying Bandits
[ "Dhruv Malik", "Yuanzhi Li", "Aarti Singh" ]
24 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.11174
Policy regret is a well established notion of measuring the performance of an online learning algorithm against an adaptive adversary. We study restrictions on the adversary that enable efficient minimization of the \emph{complete policy regret}, which is the strongest possible version of policy regret. We identify a gap in the current theoretical understanding of what sorts of restrictions permit tractability in this challenging setting. To resolve this gap, we consider a generalization of the stochastic multi armed bandit, which we call the \emph{tallying bandit}. This is an online learning setting with an $m$-memory bounded adversary, where the average loss for playing an action is an unknown function of the number (or tally) of times that the action was played in the last $m$ timesteps. For tallying bandit problems with $K$ actions and time horizon $T$, we provide an algorithm that w.h.p achieves a complete policy regret guarantee of $\tilde{\mathcal{O}}(mK\sqrt{T})$, where the $\tilde{\mathcal{O}}$ notation hides only logarithmic factors. We additionally prove an $\tilde\Omega(\sqrt{m K T})$ lower bound on the expected complete policy regret of any tallying bandit algorithm, demonstrating the near optimality of our method.
stat-04.zip/2204.11174.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.12404
Hierarchical Bayesian Modelling for Knowledge Transfer Across Engineering Fleets via Multitask Learning
[ "L.A. Bull", "D. Di Francesco", "M. Dhada", "O. Steinert", "T. Lindgren", "A.K. Parlikad", "A.B. Duncan", "M. Girolami" ]
26 Apr 2022 (<a href="https://arxiv.org/abs/2204.12404v1">v1</a>), last revised 12 May 2023 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Signal Processing (eess.SP); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2204.12404
A population-level analysis is proposed to address data sparsity when building predictive models for engineering infrastructure. Utilising an interpretable hierarchical Bayesian approach and operational fleet data, domain expertise is naturally encoded (and appropriately shared) between different sub-groups, representing (i) use-type, (ii) component, or (iii) operating condition. Specifically, domain expertise is exploited to constrain the model via assumptions (and prior distributions) allowing the methodology to automatically share information between similar assets, improving the survival analysis of a truck fleet and power prediction in a wind farm. In each asset management example, a set of correlated functions is learnt over the fleet, in a combined inference, to learn a population model. Parameter estimation is improved when sub-fleets share correlated information at different levels of the hierarchy. In turn, groups with incomplete data automatically borrow statistical strength from those that are data-rich. The statistical correlations enable knowledge transfer via Bayesian transfer learning, and the correlations can be inspected to inform which assets share information for which effect (i.e. parameter). Both case studies demonstrate the wide applicability to practical infrastructure monitoring, since the approach is naturally adapted between interpretable fleet models of different in situ examples.
stat-04.zip/2204.12404.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.11150
Learning and Inference in Sparse Coding Models with Langevin Dynamics
[ "Michael Y.-S. Fang", "Mayur Mudigonda", "Ryan Zarcone", "Amir Khosrowshahi", "Bruno A. Olshausen" ]
23 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.11150
We describe a stochastic, dynamical system capable of inference and learning in a probabilistic latent variable model. The most challenging problem in such models - sampling the posterior distribution over latent variables - is proposed to be solved by harnessing natural sources of stochasticity inherent in electronic and neural systems. We demonstrate this idea for a sparse coding model by deriving a continuous-time equation for inferring its latent variables via Langevin dynamics. The model parameters are learned by simultaneously evolving according to another continuous-time equation, thus bypassing the need for digital accumulators or a global clock. Moreover we show that Langevin dynamics lead to an efficient procedure for sampling from the posterior distribution in the &#39;L0 sparse&#39; regime, where latent variables are encouraged to be set to zero as opposed to having a small L1 norm. This allows the model to properly incorporate the notion of sparsity rather than having to resort to a relaxed version of sparsity to make optimization tractable. Simulations of the proposed dynamical system on both synthetic and natural image datasets demonstrate that the model is capable of probabilistically correct inference, enabling learning of the dictionary as well as parameters of the prior.
stat-04.zip/2204.11150.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.12323
Learning reversible symplectic dynamics
[ "Riccardo Valperga", "Kevin Webster", "Victoria Klein", "Dmitry Turaev", "Jeroen S. W. Lamb" ]
26 Apr 2022
Published at the 4th Annual Learning for Dynamics &amp; Control Conference
Machine Learning (stat.ML)
Machine Learning (stat.ML); Dynamical Systems (math.DS); Computational Physics (physics.comp-ph)
https://doi.org/10.48550/arXiv.2204.12323
Time-reversal symmetry arises naturally as a structural property in many dynamical systems of interest. While the importance of hard-wiring symmetry is increasingly recognized in machine learning, to date this has eluded time-reversibility. In this paper we propose a new neural network architecture for learning time-reversible dynamical systems from data. We focus in particular on an adaptation to symplectic systems, because of their importance in physics-informed learning.
stat-04.zip/2204.12323.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.06242
Encoding Domain Knowledge in Multi-view Latent Variable Models: A Bayesian Approach with Structured Sparsity
[ "Arber Qoku", "Florian Buettner" ]
13 Apr 2022 (<a href="https://arxiv.org/abs/2204.06242v1">v1</a>), last revised 15 Mar 2023 (this version, v2)
9 pages, 4 figures, 2 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.06242
Many real-world systems are described not only by data from a single source but via multiple data views. In genomic medicine, for instance, patients can be characterized by data from different molecular layers. Latent variable models with structured sparsity are a commonly used tool for disentangling variation within and across data views. However, their interpretability is cumbersome since it requires a direct inspection and interpretation of each factor from domain experts. Here, we propose MuVI, a novel multi-view latent variable model based on a modified horseshoe prior for modeling structured sparsity. This facilitates the incorporation of limited and noisy domain knowledge, thereby allowing for an analysis of multi-view data in an inherently explainable manner. We demonstrate that our model (i) outperforms state-of-the-art approaches for modeling structured sparsity in terms of the reconstruction error and the precision/recall, (ii) robustly integrates noisy domain expertise in the form of feature sets, (iii) promotes the identifiability of factors and (iv) infers interpretable and biologically meaningful axes of variation in a real-world multi-view dataset of cancer patients.
stat-04.zip/2204.06242.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.08155
A dynamical systems based framework for dimension reduction
[ "Ryeongkyung Yoon", "Braxton Osting" ]
18 Apr 2022
26 pages, 7 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Dynamical Systems (math.DS); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2204.08155
We propose a novel framework for learning a low-dimensional representation of data based on nonlinear dynamical systems, which we call dynamical dimension reduction (DDR). In the DDR model, each point is evolved via a nonlinear flow towards a lower-dimensional subspace; the projection onto the subspace gives the low-dimensional embedding. Training the model involves identifying the nonlinear flow and the subspace. Following the equation discovery method, we represent the vector field that defines the flow using a linear combination of dictionary elements, where each element is a pre-specified linear/nonlinear candidate function. A regularization term for the average total kinetic energy is also introduced and motivated by optimal transport theory. We prove that the resulting optimization problem is well-posed and establish several properties of the DDR method. We also show how the DDR method can be trained using a gradient-based optimization method, where the gradients are computed using the adjoint method from optimal control theory. The DDR method is implemented and compared on synthetic and example datasets to other dimension reductions methods, including PCA, t-SNE, and Umap.
stat-04.zip/2204.08155.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.09155
Approximating Persistent Homology for Large Datasets
[ "Yueqi Cao", "Anthea Monod" ]
19 Apr 2022 (<a href="https://arxiv.org/abs/2204.09155v1">v1</a>), last revised 18 May 2022 (this version, v2)
24 pages, 9 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2204.09155
Persistent homology is an important methodology from topological data analysis which adapts theory from algebraic topology to data settings and has been successfully implemented in many applications. It produces a statistical summary in the form of a persistence diagram, which captures the shape and size of the data. Despite its widespread use, persistent homology is simply impossible to implement when a dataset is very large. In this paper we address the problem of finding a representative persistence diagram for prohibitively large datasets. We adapt the classical statistical method of bootstrapping, namely, drawing and studying smaller multiple subsamples from the large dataset. We show that the mean of the persistence diagrams of subsamples -- taken as a mean persistence measure computed from the subsamples -- is a valid approximation of the true persistent homology of the larger dataset. We give the rate of convergence of the mean persistence diagram to the true persistence diagram in terms of the number of subsamples and size of each subsample. Given the complex algebraic and geometric nature of persistent homology, we adapt the convexity and stability properties in the space of persistence diagrams together with random set theory to achieve our theoretical results for the general setting of point cloud data. We demonstrate our approach on simulated and real data, including an application of shape clustering on complex large-scale point cloud data.
stat-04.zip/2204.09155.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.09039
A stochastic Stein Variational Newton method
[ "Alex Leviyev", "Joshua Chen", "Yifei Wang", "Omar Ghattas", "Aaron Zimmerman" ]
19 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Cosmology and Nongalactic Astrophysics (astro-ph.CO); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.09039
Stein variational gradient descent (SVGD) is a general-purpose optimization-based sampling algorithm that has recently exploded in popularity, but is limited by two issues: it is known to produce biased samples, and it can be slow to converge on complicated distributions. A recently proposed stochastic variant of SVGD (sSVGD) addresses the first issue, producing unbiased samples by incorporating a special noise into the SVGD dynamics such that asymptotic convergence is guaranteed. Meanwhile, Stein variational Newton (SVN), a Newton-like extension of SVGD, dramatically accelerates the convergence of SVGD by incorporating Hessian information into the dynamics, but also produces biased samples. In this paper we derive, and provide a practical implementation of, a stochastic variant of SVN (sSVN) which is both asymptotically correct and converges rapidly. We demonstrate the effectiveness of our algorithm on a difficult class of test problems -- the Hybrid Rosenbrock density -- and show that sSVN converges using three orders of magnitude fewer gradient evaluations of the log likelihood than its stochastic SVGD counterpart. Our results show that sSVN is a promising approach to accelerating high-precision Bayesian inference tasks with modest-dimension, $d\sim\mathcal{O}(10)$.
stat-04.zip/2204.09039.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.09620
Estimating city-wide hourly bicycle flow using a hybrid LSTM MDN
[ "Marcus Skyum Myhrmann", "Stefan Eriksen Mabit" ]
20 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2204.09620
Cycling can reduce greenhouse gas emissions and air pollution and increase public health. With this in mind, policy-makers in cities worldwide seek to improve the bicycle mode-share. However, they often struggle against the fear and the perceived riskiness of cycling. Efforts to increase the bicycle&#39;s mode-share involve many measures, one of them being the improvement of cycling safety. This requires the analysis of the factors surrounding accidents and the outcome. However, meaningful analysis of cycling safety requires accurate bicycle flow data that is generally sparse or not even available at a segment level. Therefore, safety engineers often rely on aggregated variables or calibration factors that fail to account for variations in the cycling traffic caused by external factors. This paper fills this gap by presenting a Deep Learning based approach, the Long Short-Term Memory Mixture Density Network (LSTMMDN), to estimate hourly bicycle flow in Copenhagen, conditional on weather, temporal and road conditions at the segment level. This method addresses the shortcomings in the calibration factor method and results in 66-77\% more accurate bicycle traffic estimates. To quantify the impact of more accurate bicycle traffic estimates in cycling safety analysis, we estimate bicycle crash risk models to evaluate bicycle crashes in Copenhagen. The models are identical except for the exposure variables being used. One model is estimated using the LSTMMDN estimates, one using the calibration-based estimates, and one using yearly mean traffic estimates. The results show that investing in more advanced methods for obtaining bicycle volume estimates can benefit the quality, mitigating efforts by improving safety analyses and other performance measures.
stat-04.zip/2204.09620.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.08847
Compressed Empirical Measures (in finite dimensions)
[ "Steffen Grünewälder" ]
19 Apr 2022 (<a href="https://arxiv.org/abs/2204.08847v1">v1</a>), last revised 27 Aug 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.2204.08847
We study approaches for compressing the empirical measure in the context of finite dimensional reproducing kernel Hilbert spaces (RKHSs). In this context, the empirical measure is contained within a natural convex set and can be approximated using convex optimization methods. Such an approximation gives rise to a coreset of data points. A key quantity that controls how large such a coreset has to be is the size of the largest ball around the empirical measure that is contained within the empirical convex set. The bulk of our work is concerned with deriving high probability lower bounds on the size of such a ball under various conditions and in various settings: we show how conditions on the density of the data and the kernel function can be used to infer such lower bounds; we further develop an approach that uses a lower bound on the smallest eigenvalue of a covariance operator to provide lower bounds on the size of such a ball; we extend the approach to approximate covariance operators and we show how it can be used in the context of kernel ridge regression. We also derive compression guarantees when standard algorithms like the conditional gradient method are used and we discuss variations of such algorithms to improve the runtime of these standard algorithms. We conclude with a construction of an infinite dimensional RKHS for which the compression is poor, highlighting some of the difficulties one faces when trying to move to infinite dimensional RKHSs.
stat-04.zip/2204.08847.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.11135
AZ-whiteness test: a test for uncorrelated noise on spatio-temporal graphs
[ "Daniele Zambon", "Cesare Alippi" ]
23 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.11135
We present the first whiteness test for graphs, i.e., a whiteness test for multivariate time series associated with the nodes of a dynamic graph. The statistical test aims at finding serial dependencies among close-in-time observations, as well as spatial dependencies among neighboring observations given the underlying graph. The proposed test is a spatio-temporal extension of traditional tests from the system identification literature and finds applications in similar, yet more general, application scenarios involving graph signals. The AZ-test is versatile, allowing the underlying graph to be dynamic, changing in topology and set of nodes, and weighted, thus accounting for connections of different strength, as is the case in many application scenarios like transportation networks and sensor grids. The asymptotic distribution -- as the number of graph edges or temporal observations increases -- is known, and does not assume identically distributed data. We validate the practical value of the test on both synthetic and real-world problems, and show how the test can be employed to assess the quality of spatio-temporal forecasting models by analyzing the prediction residuals appended to the graphs stream.
stat-04.zip/2204.11135.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.09938
Ultra-marginal Feature Importance: Learning from Data with Causal Guarantees
[ "Joseph Janssen", "Vincent Guan", "Elina Robeva" ]
21 Apr 2022 (<a href="https://arxiv.org/abs/2204.09938v1">v1</a>), last revised 11 Nov 2024 (this version, v5)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2204.09938
Scientists frequently prioritize learning from data rather than training the best possible model; however, research in machine learning often prioritizes the latter. Marginal contribution feature importance (MCI) was developed to break this trend by providing a useful framework for quantifying the relationships in data. In this work, we aim to improve upon the theoretical properties, performance, and runtime of MCI by introducing ultra-marginal feature importance (UMFI), which uses dependence removal techniques from the AI fairness literature as its foundation. We first propose axioms for feature importance methods that seek to explain the causal and associative relationships in data, and we prove that UMFI satisfies these axioms under basic assumptions. We then show on real and simulated data that UMFI performs better than MCI, especially in the presence of correlated interactions and unrelated features, while partially learning the structure of the causal graph and reducing the exponential runtime of MCI to super-linear.
stat-04.zip/2204.09938.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.12868
Performance and Interpretability Comparisons of Supervised Machine Learning Algorithms: An Empirical Study
[ "Alice J. Liu", "Arpita Mukherjee", "Linwei Hu", "Jie Chen", "Vijayan N. Nair" ]
27 Apr 2022 (<a href="https://arxiv.org/abs/2204.12868v1">v1</a>), last revised 5 May 2022 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.12868
This paper compares the performances of three supervised machine learning algorithms in terms of predictive ability and model interpretation on structured or tabular data. The algorithms considered were scikit-learn implementations of extreme gradient boosting machines (XGB) and random forests (RFs), and feedforward neural networks (FFNNs) from TensorFlow. The paper is organized in a findings-based manner, with each section providing general conclusions supported by empirical results from simulation studies that cover a wide range of model complexity and correlation structures among predictors. We considered both continuous and binary responses of different sample sizes. <br>Overall, XGB and FFNNs were competitive, with FFNNs showing better performance in smooth models and tree-based boosting algorithms performing better in non-smooth models. This conclusion held generally for predictive performance, identification of important variables, and determining correct input-output relationships as measured by partial dependence plots (PDPs). FFNNs generally had less over-fitting, as measured by the difference in performance between training and testing datasets. However, the difference with XGB was often small. RFs did not perform well in general, confirming the findings in the literature. All models exhibited different degrees of bias seen in PDPs, but the bias was especially problematic for RFs. The extent of the biases varied with correlation among predictors, response type, and data set sample size. In general, tree-based models tended to over-regularize the fitted model in the tails of predictor distributions. Finally, as to be expected, performances were better for continuous responses compared to binary data and with larger samples.
stat-04.zip/2204.12868.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.12155
Bias-Variance Decompositions for Margin Losses
[ "Danny Wood", "Tingting Mu", "Gavin Brown" ]
26 Apr 2022
Supplementary material included
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.12155
We introduce a novel bias-variance decomposition for a range of strictly convex margin losses, including the logistic loss (minimized by the classic LogitBoost algorithm), as well as the squared margin loss and canonical boosting loss. Furthermore, we show that, for all strictly convex margin losses, the expected risk decomposes into the risk of a &#34;central&#34; model and a term quantifying variation in the functional margin with respect to variations in the training data. These decompositions provide a diagnostic tool for practitioners to understand model overfitting/underfitting, and have implications for additive ensemble models -- for example, when our bias-variance decomposition holds, there is a corresponding &#34;ambiguity&#34; decomposition, which can be used to quantify model diversity.
stat-04.zip/2204.12155.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.12365
Explaining Adverse Actions in Credit Decisions Using Shapley Decomposition
[ "Vijayan N. Nair", "Tianshu Feng", "Linwei Hu", "Zach Zhang", "Jie Chen", "Agus Sudjianto" ]
26 Apr 2022
20 pages, 8 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.12365
When a financial institution declines an application for credit, an adverse action (AA) is said to occur. The applicant is then entitled to an explanation for the negative decision. This paper focuses on credit decisions based on a predictive model for probability of default and proposes a methodology for AA explanation. The problem involves identifying the important predictors responsible for the negative decision and is straightforward when the underlying model is additive. However, it becomes non-trivial even for linear models with interactions. We consider models with low-order interactions and develop a simple and intuitive approach based on first principles. We then show how the methodology generalizes to the well-known Shapely decomposition and the recently proposed concept of Baseline Shapley (B-Shap). Unlike other Shapley techniques in the literature for local interpretability of machine learning results, B-Shap is computationally tractable since it involves just function evaluations. An illustrative case study is used to demonstrate the usefulness of the method. The paper also discusses situations with highly correlated predictors and desirable properties of fitted models in the credit-lending context, such as monotonicity and continuity.
stat-04.zip/2204.12365.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.10975
Spherical Rotation Dimension Reduction with Geometric Loss Functions
[ "Hengrui Luo", "Jeremy E. Purvis", "Didong Li" ]
23 Apr 2022 (<a href="https://arxiv.org/abs/2204.10975v1">v1</a>), last revised 27 Apr 2023 (this version, v2)
60 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2204.10975
Modern datasets often exhibit high dimensionality, yet the data reside in low-dimensional manifolds that can reveal underlying geometric structures critical for data analysis. A prime example of such a dataset is a collection of cell cycle measurements, where the inherently cyclical nature of the process can be represented as a circle or sphere. Motivated by the need to analyze these types of datasets, we propose a nonlinear dimension reduction method, Spherical Rotation Component Analysis (SRCA), that incorporates geometric information to better approximate low-dimensional manifolds. SRCA is a versatile method designed to work in both high-dimensional and small sample size settings. By employing spheres or ellipsoids, SRCA provides a low-rank spherical representation of the data with general theoretic guarantees, effectively retaining the geometric structure of the dataset during dimensionality reduction. A comprehensive simulation study, along with a successful application to human cell cycle data, further highlights the advantages of SRCA compared to state-of-the-art alternatives, demonstrating its superior performance in approximating the manifold while preserving inherent geometric structures.
stat-04.zip/2204.10975.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2205.00058
Implicit Regularization Properties of Variance Reduced Stochastic Mirror Descent
[ "Yiling Luo", "Xiaoming Huo", "Yajun Mei" ]
29 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.00058
In machine learning and statistical data analysis, we often run into objective function that is a summation: the number of terms in the summation possibly is equal to the sample size, which can be enormous. In such a setting, the stochastic mirror descent (SMD) algorithm is a numerically efficient method -- each iteration involving a very small subset of the data. The variance reduction version of SMD (VRSMD) can further improve SMD by inducing faster convergence. On the other hand, algorithms such as gradient descent and stochastic gradient descent have the implicit regularization property that leads to better performance in terms of the generalization errors. Little is known on whether such a property holds for VRSMD. We prove here that the discrete VRSMD estimator sequence converges to the minimum mirror interpolant in the linear regression. This establishes the implicit regularization property for VRSMD. As an application of the above result, we derive a model estimation accuracy result in the setting when the true model is sparse. We use numerical examples to illustrate the empirical power of VRSMD.
stat-04.zip/2205.00058.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.12100
Convergence of neural networks to Gaussian mixture distribution
[ "Yasuhiko Asao", "Ryotaro Sakamoto", "Shiro Takagi" ]
26 Apr 2022
14 pages + supplemental materials
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Probability (math.PR)
https://doi.org/10.48550/arXiv.2204.12100
We give a proof that, under relatively mild conditions, fully-connected feed-forward deep random neural networks converge to a Gaussian mixture distribution as only the width of the last hidden layer goes to infinity. We conducted experiments for a simple model which supports our result. Moreover, it gives a detailed description of the convergence, namely, the growth of the last hidden layer gets the distribution closer to the Gaussian mixture, and the other layer successively get the Gaussian mixture closer to the normal distribution.
stat-04.zip/2204.12100.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.13290
On the Normalizing Constant of the Continuous Categorical Distribution
[ "Elliott Gordon-Rodriguez", "Gabriel Loaiza-Ganem", "Andres Potapczynski", "John P. Cunningham" ]
28 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.13290
Probability distributions supported on the simplex enjoy a wide range of applications across statistics and machine learning. Recently, a novel family of such distributions has been discovered: the continuous categorical. This family enjoys remarkable mathematical simplicity; its density function resembles that of the Dirichlet distribution, but with a normalizing constant that can be written in closed form using elementary functions only. In spite of this mathematical simplicity, our understanding of the normalizing constant remains far from complete. In this work, we characterize the numerical behavior of the normalizing constant and we present theoretical and methodological advances that can, in turn, help to enable broader applications of the continuous categorical distribution. Our code is available at <a href="https://github.com/cunningham-lab/cb_and_cc/" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-04.zip/2204.13290.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2205.00061
The Directional Bias Helps Stochastic Gradient Descent to Generalize in Kernel Regression Models
[ "Yiling Luo", "Xiaoming Huo", "Yajun Mei" ]
29 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.00061
We study the Stochastic Gradient Descent (SGD) algorithm in nonparametric statistics: kernel regression in particular. The directional bias property of SGD, which is known in the linear regression setting, is generalized to the kernel regression. More specifically, we prove that SGD with moderate and annealing step-size converges along the direction of the eigenvector that corresponds to the largest eigenvalue of the Gram matrix. In addition, the Gradient Descent (GD) with a moderate or small step-size converges along the direction that corresponds to the smallest eigenvalue. These facts are referred to as the directional bias properties; they may interpret how an SGD-computed estimator has a potentially smaller generalization error than a GD-computed estimator. The application of our theory is demonstrated by simulation studies and a case study that is based on the FashionMNIST dataset.
stat-04.zip/2205.00061.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.12536
Double Diffusion Maps and their Latent Harmonics for Scientific Computations in Latent Space
[ "Nikolaos Evangelou", "Felix Dietrich", "Eliodoro Chiavazzo", "Daniel Lehmberg", "Marina Meila", "Ioannis G. Kevrekidis" ]
26 Apr 2022
25 pages,21 figures, 4 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Dynamical Systems (math.DS)
https://doi.org/10.48550/arXiv.2204.12536
We introduce a data-driven approach to building reduced dynamical models through manifold learning; the reduced latent space is discovered using Diffusion Maps (a manifold learning technique) on time series data. A second round of Diffusion Maps on those latent coordinates allows the approximation of the reduced dynamical models. This second round enables mapping the latent space coordinates back to the full ambient space (what is called lifting); it also enables the approximation of full state functions of interest in terms of the reduced coordinates. In our work, we develop and test three different reduced numerical simulation methodologies, either through pre-tabulation in the latent space and integration on the fly or by going back and forth between the ambient space and the latent space. The data-driven latent space simulation results, based on the three different approaches, are validated through (a) the latent space observation of the full simulation through the Nyström Extension formula, or through (b) lifting the reduced trajectory back to the full ambient space, via Latent Harmonics. Latent space modeling often involves additional regularization to favor certain properties of the space over others, and the mapping back to the ambient space is then constructed mostly independently from these properties; here, we use the same data-driven approach to construct the latent space and then map back to the ambient space.
stat-04.zip/2204.12536.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.13089
Variational Kalman Filtering with Hinf-Based Correction for Robust Bayesian Learning in High Dimensions
[ "Niladri Das", "Jed A. Duersch", "Thomas A. Catanach" ]
27 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Signal Processing (eess.SP); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2204.13089
In this paper, we address the problem of convergence of sequential variational inference filter (VIF) through the application of a robust variational objective and Hinf-norm based correction for a linear Gaussian system. As the dimension of state or parameter space grows, performing the full Kalman update with the dense covariance matrix for a large scale system requires increased storage and computational complexity, making it impractical. The VIF approach, based on mean-field Gaussian variational inference, reduces this burden through the variational approximation to the covariance usually in the form of a diagonal covariance approximation. The challenge is to retain convergence and correct for biases introduced by the sequential VIF steps. We desire a framework that improves feasibility while still maintaining reasonable proximity to the optimal Kalman filter as data is assimilated. To accomplish this goal, a Hinf-norm based optimization perturbs the VIF covariance matrix to improve robustness. This yields a novel VIF- Hinf recursion that employs consecutive variational inference and Hinf based optimization steps. We explore the development of this method and investigate a numerical example to illustrate the effectiveness of the proposed filter.
stat-04.zip/2204.13089.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.13824
Sparse-Group Log-Sum Penalized Graphical Model Learning For Time Series
[ "Jitendra K Tugnait" ]
29 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2204.13824
We consider the problem of inferring the conditional independence graph (CIG) of a high-dimensional stationary multivariate Gaussian time series. A sparse-group lasso based frequency-domain formulation of the problem has been considered in the literature where the objective is to estimate the sparse inverse power spectral density (PSD) of the data. The CIG is then inferred from the estimated inverse PSD. In this paper we investigate use of a sparse-group log-sum penalty (LSP) instead of sparse-group lasso penalty. An alternating direction method of multipliers (ADMM) approach for iterative optimization of the non-convex problem is presented. We provide sufficient conditions for local convergence in the Frobenius norm of the inverse PSD estimators to the true value. This results also yields a rate of convergence. We illustrate our approach using numerical examples utilizing both synthetic and real data.
stat-04.zip/2204.13824.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2205.00350
Orthogonal Statistical Learning with Self-Concordant Loss
[ "Lang Liu", "Carlos Cinelli", "Zaid Harchaoui" ]
30 Apr 2022 (<a href="https://arxiv.org/abs/2205.00350v1">v1</a>), last revised 20 Jun 2022 (this version, v2)
COLT 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.00350
Orthogonal statistical learning and double machine learning have emerged as general frameworks for two-stage statistical prediction in the presence of a nuisance component. We establish non-asymptotic bounds on the excess risk of orthogonal statistical learning methods with a loss function satisfying a self-concordance property. Our bounds improve upon existing bounds by a dimension factor while lifting the assumption of strong convexity. We illustrate the results with examples from multiple treatment effect estimation and generalized partially linear modeling.
stat-04.zip/2205.00350.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2205.00007
Graph Learning from Multivariate Dependent Time Series via a Multi-Attribute Formulation
[ "Jitendra K Tugnait" ]
29 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2205.00007
We consider the problem of inferring the conditional independence graph (CIG) of a high-dimensional stationary multivariate Gaussian time series. In a time series graph, each component of the vector series is represented by distinct node, and associations between components are represented by edges between the corresponding nodes. We formulate the problem as one of multi-attribute graph estimation for random vectors where a vector is associated with each node of the graph. At each node, the associated random vector consists of a time series component and its delayed copies. We present an alternating direction method of multipliers (ADMM) solution to minimize a sparse-group lasso penalized negative pseudo log-likelihood objective function to estimate the precision matrix of the random vector associated with the entire multi-attribute graph. The time series CIG is then inferred from the estimated precision matrix. A theoretical analysis is provided. Numerical results illustrate the proposed approach which outperforms existing frequency-domain approaches in correctly detecting the graph edges.
stat-04.zip/2205.00007.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.10663
3D pride without 2D prejudice: Bias-controlled multi-level generative models for structure-based ligand design
[ "Lucian Chan", "Rajendra Kumar", "Marcel Verdonk", "Carl Poelking" ]
22 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Biomolecules (q-bio.BM)
https://doi.org/10.48550/arXiv.2204.10663
Generative models for structure-based molecular design hold significant promise for drug discovery, with the potential to speed up the hit-to-lead development cycle, while improving the quality of drug candidates and reducing costs. Data sparsity and bias are, however, two main roadblocks to the development of 3D-aware models. Here we propose a first-in-kind training protocol based on multi-level contrastive learning for improved bias control and data efficiency. The framework leverages the large data resources available for 2D generative modelling with datasets of ligand-protein complexes. The result are hierarchical generative models that are topologically unbiased, explainable and customizable. We show how, by deconvolving the generative posterior into chemical, topological and structural context factors, we not only avoid common pitfalls in the design and evaluation of generative models, but furthermore gain detailed insight into the generative process itself. This improved transparency significantly aids method development, besides allowing fine-grained control over novelty vs familiarity.
stat-04.zip/2204.10663.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.13916
A study of tree-based methods and their combination
[ "Yinuo Zeng" ]
29 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.13916
Tree-based methods are popular machine learning techniques used in various fields. In this work, we review their foundations and a general framework the importance sampled learning ensemble (ISLE) that accelerates their fitting process. Furthermore, we describe a model combination strategy called the adaptive regression by mixing (ARM), which is feasible for tree-based methods via ISLE. Moreover, three modified ISLEs are proposed, and their performance are evaluated on the real data sets.
stat-04.zip/2204.13916.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.13166
R-MBO: A Multi-surrogate Approach for Preference Incorporation in Multi-objective Bayesian Optimisation
[ "Tinkle Chugh" ]
27 Apr 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Probability (math.PR)
https://doi.org/10.48550/arXiv.2204.13166
Many real-world multi-objective optimisation problems rely on computationally expensive function evaluations. Multi-objective Bayesian optimisation (BO) can be used to alleviate the computation time to find an approximated set of Pareto optimal solutions. In many real-world problems, a decision-maker has some preferences on the objective functions. One approach to incorporate the preferences in multi-objective BO is to use a scalarising function and build a single surrogate model (mono-surrogate approach) on it. This approach has two major limitations. Firstly, the fitness landscape of the scalarising function and the objective functions may not be similar. Secondly, the approach assumes that the scalarising function distribution is Gaussian, and thus a closed-form expression of an acquisition function e.g., expected improvement can be used. We overcome these limitations by building independent surrogate models (multi-surrogate approach) on each objective function and show that the distribution of the scalarising function is not Gaussian. We approximate the distribution using Generalised value distribution. We present an a-priori multi-surrogate approach to incorporate the desirable objective function values (or reference point) as the preferences of a decision-maker in multi-objective BO. The results and comparison with the existing mono-surrogate approach on benchmark and real-world optimisation problems show the potential of the proposed approach.
stat-04.zip/2204.13166.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.12446
Beyond Lipschitz: Sharp Generalization and Excess Risk Bounds for Full-Batch GD
[ "Konstantinos E. Nikolakakis", "Farzin Haddadpour", "Amin Karbasi", "Dionysios S. Kalogerias" ]
26 Apr 2022 (<a href="https://arxiv.org/abs/2204.12446v1">v1</a>), last revised 9 Feb 2023 (this version, v5)
35 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.12446
We provide sharp path-dependent generalization and excess risk guarantees for the full-batch Gradient Descent (GD) algorithm on smooth losses (possibly non-Lipschitz, possibly nonconvex). At the heart of our analysis is an upper bound on the generalization error, which implies that average output stability and a bounded expected optimization error at termination lead to generalization. This result shows that a small generalization error occurs along the optimization path, and allows us to bypass Lipschitz or sub-Gaussian assumptions on the loss prevalent in previous works. For nonconvex, convex, and strongly convex losses, we show the explicit dependence of the generalization error in terms of the accumulated path-dependent optimization error, terminal optimization error, number of samples, and number of iterations. For nonconvex smooth losses, we prove that full-batch GD efficiently generalizes close to any stationary point at termination, and recovers the generalization error guarantees of stochastic algorithms with fewer assumptions. For smooth convex losses, we show that the generalization error is tighter than existing bounds for SGD (up to one order of error magnitude). Consequently the excess risk matches that of SGD for quadratically less iterations. Lastly, for strongly convex smooth losses, we show that full-batch GD achieves essentially the same excess risk rate as compared with the state of the art on SGD, but with an exponentially smaller number of iterations (logarithmic in the dataset size).
stat-04.zip/2204.12446.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.09640
Probabilistic AutoRegressive Neural Networks for Accurate Long-range Forecasting
[ "Madhurima Panja", "Tanujit Chakraborty", "Uttam Kumar", "Abdenour Hadid" ]
1 Apr 2022 (<a href="https://arxiv.org/abs/2204.09640v1">v1</a>), last revised 27 Jun 2023 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.09640
Forecasting time series data is a critical area of research with applications spanning from stock prices to early epidemic prediction. While numerous statistical and machine learning methods have been proposed, real-life prediction problems often require hybrid solutions that bridge classical forecasting approaches and modern neural network models. In this study, we introduce the Probabilistic AutoRegressive Neural Networks (PARNN), capable of handling complex time series data exhibiting non-stationarity, nonlinearity, non-seasonality, long-range dependence, and chaotic patterns. PARNN is constructed by improving autoregressive neural networks (ARNN) using autoregressive integrated moving average (ARIMA) feedback error, combining the explainability, scalability, and &#34;white-box-like&#34; prediction behavior of both models. Notably, the PARNN model provides uncertainty quantification through prediction intervals, setting it apart from advanced deep learning tools. Through comprehensive computational experiments, we evaluate the performance of PARNN against standard statistical, machine learning, and deep learning models, including Transformers, NBeats, and DeepAR. Diverse real-world datasets from macroeconomics, tourism, epidemiology, and other domains are employed for short-term, medium-term, and long-term forecasting evaluations. Our results demonstrate the superiority of PARNN across various forecast horizons, surpassing the state-of-the-art forecasters. The proposed PARNN model offers a valuable hybrid solution for accurate long-range forecasting. By effectively capturing the complexities present in time series data, it outperforms existing methods in terms of accuracy and reliability. The ability to quantify uncertainty through prediction intervals further enhances the model&#39;s usefulness in decision-making processes.
stat-04.zip/2204.09640.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.14096
Bayesian Information Criterion for Event-based Multi-trial Ensemble data
[ "Kaidi Shao", "Nikos K. Logothetis", "Michel Besserve" ]
29 Apr 2022
12 pages, 4 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Quantitative Methods (q-bio.QM); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2204.14096
Transient recurring phenomena are ubiquitous in many scientific fields like neuroscience and meteorology. Time inhomogenous Vector Autoregressive Models (VAR) may be used to characterize peri-event system dynamics associated with such phenomena, and can be learned by exploiting multi-dimensional data gathering samples of the evolution of the system in multiple time windows comprising, each associated with one occurrence of the transient phenomenon, that we will call &#34;trial&#34;. However, optimal VAR model order selection methods, commonly relying on the Akaike or Bayesian Information Criteria (AIC/BIC), are typically not designed for multi-trial data. Here we derive the BIC methods for multi-trial ensemble data which are gathered after the detection of the events. We show using simulated bivariate AR models that the multi-trial BIC is able to recover the real model order. We also demonstrate with simulated transient events and real data that the multi-trial BIC is able to estimate a sufficiently small model order for dynamic system modeling.
stat-04.zip/2204.14096.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.04773
Worst-case Performance of Greedy Policies in Bandits with Imperfect Context Observations
[ "Hongju Park", "Mohamad Kazem Shirani Faradonbeh" ]
10 Apr 2022 (<a href="https://arxiv.org/abs/2204.04773v1">v1</a>), last revised 25 May 2022 (this version, v2)
14 pages, 2figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.04773
Contextual bandits are canonical models for sequential decision-making under uncertainty in environments with time-varying components. In this setting, the expected reward of each bandit arm consists of the inner product of an unknown parameter with the context vector of that arm. The classical bandit settings heavily rely on assuming that the contexts are fully observed, while study of the richer model of imperfectly observed contextual bandits is immature. This work considers Greedy reinforcement learning policies that take actions as if the current estimates of the parameter and of the unobserved contexts coincide with the corresponding true values. We establish that the non-asymptotic worst-case regret grows poly-logarithmically with the time horizon and the failure probability, while it scales linearly with the number of arms. Numerical analysis showcasing the above efficiency of Greedy policies is also provided.
stat-04.zip/2204.04773.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2204.09532
Gaussian mixture modeling of nodes in Bayesian network according to maximal parental cliques
[ "Yiran Dong", "Chuanhou Gao" ]
20 Apr 2022 (<a href="https://arxiv.org/abs/2204.09532v1">v1</a>), last revised 16 May 2022 (this version, v3)
22 pages 6 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2204.09532
This paper uses Gaussian mixture model instead of linear Gaussian model to fit the distribution of every node in Bayesian network. We will explain why and how we use Gaussian mixture models in Bayesian network. Meanwhile we propose a new method, called double iteration algorithm, to optimize the mixture model, the double iteration algorithm combines the expectation maximization algorithm and gradient descent algorithm, and it performs perfectly on the Bayesian network with mixture models. In experiments we test the Gaussian mixture model and the optimization algorithm on different graphs which is generated by different structure learning algorithm on real data sets, and give the details of every experiment.
stat-04.zip/2204.09532.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2205.08349
Topological Signal Processing using the Weighted Ordinal Partition Network
[ "Audun Myers", "Firas A. Khasawneh", "Elizabeth Munch" ]
27 Apr 2022 (<a href="https://arxiv.org/abs/2205.08349v1">v1</a>), last revised 3 Aug 2022 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2205.08349
One of the most important problems arising in time series analysis is that of bifurcation, or change point detection. That is, given a collection of time series over a varying parameter, when has the structure of the underlying dynamical system changed? For this task, we turn to the field of topological data analysis (TDA), which encodes information about the shape and structure of data. The idea of utilizing tools from TDA for signal processing tasks, known as topological signal processing (TSP), has gained much attention in recent years, largely through a standard pipeline that computes the persistent homology of the point cloud generated by the Takens&#39; embedding. However, this procedure is limited by computation time since the simplicial complex generated in this case is large, but also has a great deal of redundant data. For this reason, we turn to a more recent method for encoding the structure of the attractor, which constructs an ordinal partition network (OPN) representing information about when the dynamical system has passed between certain regions of state space. The result is a weighted graph whose structure encodes information about the underlying attractor. Our previous work began to find ways to package the information of the OPN in a manner that is amenable to TDA; however, that work only used the network structure and did nothing to encode the additional weighting information. In this paper, we take the next step: building a pipeline to analyze the weighted OPN with TDA and showing that this framework provides more resilience to noise or perturbations in the system and improves the accuracy of the dynamic state detection.
stat-04.zip/2205.08349.pdf
/content/arxiv-data/data/stat.ML/2022/04/00000000.parquet
stat.ML
2022
04
2022-04-01
2205.08633
Classification as Direction Recovery: Improved Guarantees via Scale Invariance
[ "Suhas Vijaykumar", "Claire Lazar Reich" ]
17 May 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.08633
Modern algorithms for binary classification rely on an intermediate regression problem for computational tractability. In this paper, we establish a geometric distinction between classification and regression that allows risk in these two settings to be more precisely related. In particular, we note that classification risk depends only on the direction of the regressor, and we take advantage of this scale invariance to improve existing guarantees for how classification risk is bounded by the risk in the intermediate regression problem. Building on these guarantees, our analysis makes it possible to compare algorithms more accurately against each other and suggests viewing classification as unique from regression rather than a byproduct of it. While regression aims to converge toward the conditional expectation function in location, we propose that classification should instead aim to recover its direction.
stat-04.zip/2205.08633.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.07880
A Note on the Chernoff Bound for Random Variables in the Unit Interval
[ "Andrew Y. K. Foong", "Wessel P. Bruinsma", "David R. Burt" ]
15 May 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.07880
The Chernoff bound is a well-known tool for obtaining a high probability bound on the expectation of a Bernoulli random variable in terms of its sample average. This bound is commonly used in statistical learning theory to upper bound the generalisation risk of a hypothesis in terms of its empirical risk on held-out data, for the case of a binary-valued loss function. However, the extension of this bound to the case of random variables taking values in the unit interval is less well known in the community. In this note we provide a proof of this extension for convenience and future reference.
stat-04.zip/2205.07880.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.08528
High-dimensional additive Gaussian processes under monotonicity constraints
[ "Andrés F. López-Lopera", "François Bachoc", "Olivier Roustant" ]
17 May 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.08528
We introduce an additive Gaussian process framework accounting for monotonicity constraints and scalable to high dimensions. Our contributions are threefold. First, we show that our framework enables to satisfy the constraints everywhere in the input space. We also show that more general componentwise linear inequality constraints can be handled similarly, such as componentwise convexity. Second, we propose the additive MaxMod algorithm for sequential dimension reduction. By sequentially maximizing a squared-norm criterion, MaxMod identifies the active input dimensions and refines the most important ones. This criterion can be computed explicitly at a linear cost. Finally, we provide open-source codes for our full framework. We demonstrate the performance and scalability of the methodology in several synthetic examples with hundreds of dimensions under monotonicity constraints as well as on a real-world flood application.
stat-04.zip/2205.08528.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.08295
Semi-Parametric Contextual Bandits with Graph-Laplacian Regularization
[ "Young-Geun Choi", "Gi-Soo Kim", "Seunghoon Paik", "Myunghee Cho Paik" ]
17 May 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.08295
Non-stationarity is ubiquitous in human behavior and addressing it in the contextual bandits is challenging. Several works have addressed the problem by investigating semi-parametric contextual bandits and warned that ignoring non-stationarity could harm performances. Another prevalent human behavior is social interaction which has become available in a form of a social network or graph structure. As a result, graph-based contextual bandits have received much attention. In this paper, we propose &#34;SemiGraphTS,&#34; a novel contextual Thompson-sampling algorithm for a graph-based semi-parametric reward model. Our algorithm is the first to be proposed in this setting. We derive an upper bound of the cumulative regret that can be expressed as a multiple of a factor depending on the graph structure and the order for the semi-parametric model without a graph. We evaluate the proposed and existing algorithms via simulation and real data example.
stat-04.zip/2205.08295.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.08187
Deep neural networks with dependent weights: Gaussian Process mixture limit, heavy tails, sparsity and compressibility
[ "Hoil Lee", "Fadhel Ayed", "Paul Jung", "Juho Lee", "Hongseok Yang", "François Caron" ]
17 May 2022 (<a href="https://arxiv.org/abs/2205.08187v1">v1</a>), last revised 11 Sep 2023 (this version, v2)
96 pages, 15 figures, 9 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2205.08187
This article studies the infinite-width limit of deep feedforward neural networks whose weights are dependent, and modelled via a mixture of Gaussian distributions. Each hidden node of the network is assigned a nonnegative random variable that controls the variance of the outgoing weights of that node. We make minimal assumptions on these per-node random variables: they are iid and their sum, in each layer, converges to some finite random variable in the infinite-width limit. Under this model, we show that each layer of the infinite-width neural network can be characterised by two simple quantities: a non-negative scalar parameter and a Lévy measure on the positive reals. If the scalar parameters are strictly positive and the Lévy measures are trivial at all hidden layers, then one recovers the classical Gaussian process (GP) limit, obtained with iid Gaussian weights. More interestingly, if the Lévy measure of at least one layer is non-trivial, we obtain a mixture of Gaussian processes (MoGP) in the large-width limit. The behaviour of the neural network in this regime is very different from the GP regime. One obtains correlated outputs, with non-Gaussian distributions, possibly with heavy tails. Additionally, we show that, in this regime, the weights are compressible, and some nodes have asymptotically non-negligible contributions, therefore representing important hidden features. Many sparsity-promoting neural network models can be recast as special cases of our approach, and we discuss their infinite-width limits; we also present an asymptotic analysis of the pruning error. We illustrate some of the benefits of the MoGP regime over the GP regime in terms of representation learning and compressibility on simulated, MNIST and Fashion MNIST datasets.
stat-04.zip/2205.08187.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09653
Self-Consistent Dynamical Field Theory of Kernel Evolution in Wide Neural Networks
[ "Blake Bordelon", "Cengiz Pehlevan" ]
19 May 2022 (<a href="https://arxiv.org/abs/2205.09653v1">v1</a>), last revised 4 Oct 2022 (this version, v3)
Neurips 2022 Camera Ready. Fixed Appendix typos. 55 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Disordered Systems and Neural Networks (cond-mat.dis-nn); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.09653
We analyze feature learning in infinite-width neural networks trained with gradient flow through a self-consistent dynamical field theory. We construct a collection of deterministic dynamical order parameters which are inner-product kernels for hidden unit activations and gradients in each layer at pairs of time points, providing a reduced description of network activity through training. These kernel order parameters collectively define the hidden layer activation distribution, the evolution of the neural tangent kernel, and consequently output predictions. We show that the field theory derivation recovers the recursive stochastic process of infinite-width feature learning networks obtained from Yang and Hu (2021) with Tensor Programs . For deep linear networks, these kernels satisfy a set of algebraic matrix equations. For nonlinear networks, we provide an alternating sampling procedure to self-consistently solve for the kernel order parameters. We provide comparisons of the self-consistent solution to various approximation schemes including the static NTK approximation, gradient independence assumption, and leading order perturbation theory, showing that each of these approximations can break down in regimes where general self-consistent solutions still provide an accurate description. Lastly, we provide experiments in more realistic settings which demonstrate that the loss and kernel dynamics of CNNs at fixed feature learning strength is preserved across different widths on a CIFAR classification task.
stat-04.zip/2205.09653.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09070
Exact Gaussian Processes for Massive Datasets via Non-Stationary Sparsity-Discovering Kernels
[ "Marcus M. Noack", "Harinarayan Krishnan", "Mark D. Risser", "Kristofer G. Reyes" ]
18 May 2022
14 pages, 5 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2205.09070
A Gaussian Process (GP) is a prominent mathematical framework for stochastic function approximation in science and engineering applications. This success is largely attributed to the GP&#39;s analytical tractability, robustness, non-parametric structure, and natural inclusion of uncertainty quantification. Unfortunately, the use of exact GPs is prohibitively expensive for large datasets due to their unfavorable numerical complexity of $O(N^3)$ in computation and $O(N^2)$ in storage. All existing methods addressing this issue utilize some form of approximation -- usually considering subsets of the full dataset or finding representative pseudo-points that render the covariance matrix well-structured and sparse. These approximate methods can lead to inaccuracies in function approximations and often limit the user&#39;s flexibility in designing expressive kernels. Instead of inducing sparsity via data-point geometry and structure, we propose to take advantage of naturally-occurring sparsity by allowing the kernel to discover -- instead of induce -- sparse structure. The premise of this paper is that GPs, in their most native form, are often naturally sparse, but commonly-used kernels do not allow us to exploit this sparsity. The core concept of exact, and at the same time sparse GPs relies on kernel definitions that provide enough flexibility to learn and encode not only non-zero but also zero covariances. This principle of ultra-flexible, compactly-supported, and non-stationary kernels, combined with HPC and constrained optimization, lets us scale exact GPs well beyond 5 million data points.
stat-04.zip/2205.09070.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09515
Variational Inference for Bayesian Bridge Regression
[ "Carlos Tadeu Pagani Zanini", "Helio dos Santos Migon", "Ronaldo Dias" ]
19 May 2022 (<a href="https://arxiv.org/abs/2205.09515v1">v1</a>), last revised 4 Aug 2023 (this version, v2)
24 pages, 12 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.2205.09515
We study the implementation of Automatic Differentiation Variational inference (ADVI) for Bayesian inference on regression models with bridge penalization. The bridge approach uses $\ell_{\alpha}$ norm, with $\alpha \in (0, +\infty)$ to define a penalization on large values of the regression coefficients, which includes the Lasso ($\alpha = 1$) and ridge $(\alpha = 2)$ penalizations as special cases. Full Bayesian inference seamlessly provides joint uncertainty estimates for all model parameters. Although MCMC aproaches are available for bridge regression, it can be slow for large dataset, specially in high dimensions. The ADVI implementation allows the use of small batches of data at each iteration (due to stochastic gradient based algorithms), therefore speeding up computational time in comparison with MCMC. We illustrate the approach on non-parametric regression models with B-splines, although the method works seamlessly for other choices of basis functions. A simulation study shows the main properties of the proposed method.
stat-04.zip/2205.09515.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09435
Adversarial random forests for density estimation and generative modeling
[ "David S. Watson", "Kristin Blesch", "Jan Kapar", "Marvin N. Wright" ]
19 May 2022 (<a href="https://arxiv.org/abs/2205.09435v1">v1</a>), last revised 13 Mar 2023 (this version, v4)
Camera ready version (AISTATS 2023)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2205.09435
We propose methods for density estimation and data synthesis using a novel form of unsupervised random forests. Inspired by generative adversarial networks, we implement a recursive procedure in which trees gradually learn structural properties of the data through alternating rounds of generation and discrimination. The method is provably consistent under minimal assumptions. Unlike classic tree-based alternatives, our approach provides smooth (un)conditional densities and allows for fully synthetic data generation. We achieve comparable or superior performance to state-of-the-art probabilistic circuits and deep learning models on various tabular data benchmarks while executing about two orders of magnitude faster on average. An accompanying $\texttt{R}$ package, $\texttt{arf}$, is available on $\texttt{CRAN}$.
stat-04.zip/2205.09435.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.08132
Latent Variable Method Demonstrator -- Software for Understanding Multivariate Data Analytics Algorithms
[ "Joachim Schaeffer", "Richard Braatz" ]
17 May 2022 (<a href="https://arxiv.org/abs/2205.08132v1">v1</a>), last revised 26 Sep 2022 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computers and Society (cs.CY); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.08132
The ever-increasing quantity of multivariate process data is driving a need for skilled engineers to analyze, interpret, and build models from such data. Multivariate data analytics relies heavily on linear algebra, optimization, and statistics and can be challenging for students to understand given that most curricula do not have strong coverage in the latter three topics. This article describes interactive software - the Latent Variable Demonstrator (LAVADE) - for teaching, learning, and understanding latent variable methods. In this software, users can interactively compare latent variable methods such as Partial Least Squares (PLS), and Principal Component Regression (PCR) with other regression methods such as Least Absolute Shrinkage and Selection Operator (lasso), Ridge Regression (RR), and Elastic Net (EN). LAVADE helps to build intuition on choosing appropriate methods, hyperparameter tuning, and model coefficient interpretation, fostering a conceptual understanding of the algorithms&#39; differences. The software contains a data generation method and three chemical process datasets, allowing for comparing results of datasets with different levels of complexity. LAVADE is released as open-source software so that others can apply and advance the tool for use in teaching or research.
stat-04.zip/2205.08132.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09906
Data Augmentation for Compositional Data: Advancing Predictive Models of the Microbiome
[ "Elliott Gordon-Rodriguez", "Thomas P. Quinn", "John P. Cunningham" ]
20 May 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.09906
Data augmentation plays a key role in modern machine learning pipelines. While numerous augmentation strategies have been studied in the context of computer vision and natural language processing, less is known for other data modalities. Our work extends the success of data augmentation to compositional data, i.e., simplex-valued data, which is of particular interest in the context of the human microbiome. Drawing on key principles from compositional data analysis, such as the Aitchison geometry of the simplex and subcompositions, we define novel augmentation strategies for this data modality. Incorporating our data augmentations into standard supervised learning pipelines results in consistent performance gains across a wide range of standard benchmark datasets. In particular, we set a new state-of-the-art for key disease prediction tasks including colorectal cancer, type 2 diabetes, and Crohn&#39;s disease. In addition, our data augmentations enable us to define a novel contrastive learning model, which improves on previous representation learning approaches for microbiome compositional data. Our code is available at <a href="https://github.com/cunningham-lab/AugCoDa" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-04.zip/2205.09906.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09899
Breaking the $\sqrt{T}$ Barrier: Instance-Independent Logarithmic Regret in Stochastic Contextual Linear Bandits
[ "Avishek Ghosh", "Abishek Sankararaman" ]
19 May 2022
To appear in ICML 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.09899
We prove an instance independent (poly) logarithmic regret for stochastic contextual bandits with linear payoff. Previously, in \cite{chu2011contextual}, a lower bound of $\mathcal{O}(\sqrt{T})$ is shown for the contextual linear bandit problem with arbitrary (adversarily chosen) contexts. In this paper, we show that stochastic contexts indeed help to reduce the regret from $\sqrt{T}$ to $\polylog(T)$. We propose Low Regret Stochastic Contextual Bandits (\texttt{LR-SCB}), which takes advantage of the stochastic contexts and performs parameter estimation (in $\ell_2$ norm) and regret minimization simultaneously. \texttt{LR-SCB} works in epochs, where the parameter estimation of the previous epoch is used to reduce the regret of the current epoch. The (poly) logarithmic regret of \texttt{LR-SCB} stems from two crucial facts: (a) the application of a norm adaptive algorithm to exploit the parameter estimation and (b) an analysis of the shifted linear contextual bandit algorithm, showing that shifting results in increasing regret. We have also shown experimentally that stochastic contexts indeed incurs a regret that scales with $\polylog(T)$.
stat-04.zip/2205.09899.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09390
Truncated tensor Schatten p-norm based approach for spatiotemporal traffic data imputation with complicated missing patterns
[ "Tong Nie", "Guoyang Qin", "Jian Sun" ]
19 May 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.09390
Rapid advances in sensor, wireless communication, cloud computing and data science have brought unprecedented amount of data to assist transportation engineers and researchers in making better decisions. However, traffic data in reality often has corrupted or incomplete values due to detector and communication malfunctions. Data imputation is thus required to ensure the effectiveness of downstream data-driven applications. To this end, numerous tensor-based methods treating the imputation problem as the low-rank tensor completion (LRTC) have been attempted in previous works. To tackle rank minimization, which is at the core of the LRTC, most of aforementioned methods utilize the tensor nuclear norm (NN) as a convex surrogate for the minimization. However, the over-relaxation issue in NN refrains it from desirable performance in practice. In this paper, we define an innovative nonconvex truncated Schatten p-norm for tensors (TSpN) to approximate tensor rank and impute missing spatiotemporal traffic data under the LRTC framework. We model traffic data into a third-order tensor structure of (time intervals,locations (sensors),days) and introduce four complicated missing patterns, including random missing and three fiber-like missing cases according to the tensor mode-n fibers. Despite nonconvexity of the objective function in our model, we derive the global optimal solutions by integrating the alternating direction method of multipliers (ADMM) with generalized soft-thresholding (GST). In addition, we design a truncation rate decay strategy to deal with varying missing rate scenarios. Comprehensive experiments are finally conducted using real-world spatiotemporal datasets, which demonstrate that the proposed LRTC-TSpN method performs well under various missing cases, meanwhile outperforming other SOTA tensor-based imputation models in almost all scenarios.
stat-04.zip/2205.09390.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09914
Robust Expected Information Gain for Optimal Bayesian Experimental Design Using Ambiguity Sets
[ "Jinwoo Go", "Tobin Isaac" ]
20 May 2022
The 38th Conference on Uncertainty in Artificial Intelligence, 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Computation (stat.CO); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2205.09914
The ranking of experiments by expected information gain (EIG) in Bayesian experimental design is sensitive to changes in the model&#39;s prior distribution, and the approximation of EIG yielded by sampling will have errors similar to the use of a perturbed prior. We define and analyze \emph{robust expected information gain} (REIG), a modification of the objective in EIG maximization by minimizing an affine relaxation of EIG over an ambiguity set of distributions that are close to the original prior in KL-divergence. We show that, when combined with a sampling-based approach to estimating EIG, REIG corresponds to a `log-sum-exp&#39; stabilization of the samples used to estimate EIG, meaning that it can be efficiently implemented in practice. Numerical tests combining REIG with variational nested Monte Carlo (VNMC), adaptive contrastive estimation (ACE) and mutual information neural estimation (MINE) suggest that in practice REIG also compensates for the variability of under-sampled estimators.
stat-04.zip/2205.09914.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.10200
The Fairness of Credit Scoring Models
[ "Christophe Hurlin", "Christophe Pérignon", "Sébastien Saurin" ]
20 May 2022 (<a href="https://arxiv.org/abs/2205.10200v1">v1</a>), last revised 8 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Risk Management (q-fin.RM)
https://doi.org/10.48550/arXiv.2205.10200
In credit markets, screening algorithms aim to discriminate between good-type and bad-type borrowers. However, when doing so, they can also discriminate between individuals sharing a protected attribute (e.g. gender, age, racial origin) and the rest of the population. This can be unintentional and originate from the training dataset or from the model itself. We show how to formally test the algorithmic fairness of scoring models and how to identify the variables responsible for any lack of fairness. We then use these variables to optimize the fairness-performance trade-off. Our framework provides guidance on how algorithmic fairness can be monitored by lenders, controlled by their regulators, improved for the benefit of protected groups, while still maintaining a high level of forecasting accuracy.
stat-04.zip/2205.10200.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.10217
Memorization and Optimization in Deep Neural Networks with Minimum Over-parameterization
[ "Simone Bombari", "Mohammad Hossein Amani", "Marco Mondelli" ]
20 May 2022 (<a href="https://arxiv.org/abs/2205.10217v1">v1</a>), last revised 21 May 2023 (this version, v3)
Uniformed with the published NeurIPS 2022 version
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.10217
The Neural Tangent Kernel (NTK) has emerged as a powerful tool to provide memorization, optimization and generalization guarantees in deep neural networks. A line of work has studied the NTK spectrum for two-layer and deep networks with at least a layer with $\Omega(N)$ neurons, $N$ being the number of training samples. Furthermore, there is increasing evidence suggesting that deep networks with sub-linear layer widths are powerful memorizers and optimizers, as long as the number of parameters exceeds the number of samples. Thus, a natural open question is whether the NTK is well conditioned in such a challenging sub-linear setup. In this paper, we answer this question in the affirmative. Our key technical contribution is a lower bound on the smallest NTK eigenvalue for deep networks with the minimum possible over-parameterization: the number of parameters is roughly $\Omega(N)$ and, hence, the number of neurons is as little as $\Omega(\sqrt{N})$. To showcase the applicability of our NTK bounds, we provide two results concerning memorization capacity and optimization guarantees for gradient descent training.
stat-04.zip/2205.10217.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09029
Maslow&#39;s Hammer for Catastrophic Forgetting: Node Re-Use vs Node Activation
[ "Sebastian Lee", "Stefano Sarao Mannelli", "Claudia Clopath", "Sebastian Goldt", "Andrew Saxe" ]
18 May 2022
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.09029
Continual learning - learning new tasks in sequence while maintaining performance on old tasks - remains particularly challenging for artificial neural networks. Surprisingly, the amount of forgetting does not increase with the dissimilarity between the learned tasks, but appears to be worst in an intermediate similarity regime. <br>In this paper we theoretically analyse both a synthetic teacher-student framework and a real data setup to provide an explanation of this phenomenon that we name Maslow&#39;s hammer hypothesis. Our analysis reveals the presence of a trade-off between node activation and node re-use that results in worst forgetting in the intermediate regime. Using this understanding we reinterpret popular algorithmic interventions for catastrophic interference in terms of this trade-off, and identify the regimes in which they are most effective.
stat-04.zip/2205.09029.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.11078
Beyond EM Algorithm on Over-specified Two-Component Location-Scale Gaussian Mixtures
[ "Tongzheng Ren", "Fuheng Cui", "Sujay Sanghavi", "Nhat Ho" ]
23 May 2022
38 pages, 4 figures. Tongzheng Ren and Fuheng Cui contributed equally to this work
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2205.11078
The Expectation-Maximization (EM) algorithm has been predominantly used to approximate the maximum likelihood estimation of the location-scale Gaussian mixtures. However, when the models are over-specified, namely, the chosen number of components to fit the data is larger than the unknown true number of components, EM needs a polynomial number of iterations in terms of the sample size to reach the final statistical radius; this is computationally expensive in practice. The slow convergence of EM is due to the missing of the locally strong convexity with respect to the location parameter on the negative population log-likelihood function, i.e., the limit of the negative sample log-likelihood function when the sample size goes to infinity. To efficiently explore the curvature of the negative log-likelihood functions, by specifically considering two-component location-scale Gaussian mixtures, we develop the Exponential Location Update (ELU) algorithm. The idea of the ELU algorithm is that we first obtain the exact optimal solution for the scale parameter and then perform an exponential step-size gradient descent for the location parameter. We demonstrate theoretically and empirically that the ELU iterates converge to the final statistical radius of the models after a logarithmic number of iterations. To the best of our knowledge, it resolves the long-standing open question in the literature about developing an optimization algorithm that has optimal statistical and computational complexities for solving parameter estimation even under some specific settings of the over-specified Gaussian mixture models.
stat-04.zip/2205.11078.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.08957
Meta-Learning Sparse Compression Networks
[ "Jonathan Richard Schwarz", "Yee Whye Teh" ]
18 May 2022 (<a href="https://arxiv.org/abs/2205.08957v1">v1</a>), last revised 8 Aug 2022 (this version, v2)
Published in TMLR (2022)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.08957
Recent work in Deep Learning has re-imagined the representation of data as functions mapping from a coordinate space to an underlying continuous signal. When such functions are approximated by neural networks this introduces a compelling alternative to the more common multi-dimensional array representation. Recent work on such Implicit Neural Representations (INRs) has shown that - following careful architecture search - INRs can outperform established compression methods such as JPEG (e.g. Dupont et al., 2021). In this paper, we propose crucial steps towards making such ideas scalable: Firstly, we employ state-of-the-art network sparsification techniques to drastically improve compression. Secondly, introduce the first method allowing for sparsification to be employed in the inner-loop of commonly used Meta-Learning algorithms, drastically improving both compression and the computational cost of learning INRs. The generality of this formalism allows us to present results on diverse data modalities such as images, manifolds, signed distance functions, 3D shapes and scenes, several of which establish new state-of-the-art results.
stat-04.zip/2205.08957.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.09824
Deep Learning Methods for Proximal Inference via Maximum Moment Restriction
[ "Benjamin Kompa", "David R. Bellamy", "Thomas Kolokotrones", "James M. Robins", "Andrew L. Beam" ]
19 May 2022 (<a href="https://arxiv.org/abs/2205.09824v1">v1</a>), last revised 12 Oct 2022 (this version, v3)
36th Conference on Neural Information Processing Systems (NeurIPS 2022)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.09824
The No Unmeasured Confounding Assumption is widely used to identify causal effects in observational studies. Recent work on proximal inference has provided alternative identification results that succeed even in the presence of unobserved confounders, provided that one has measured a sufficiently rich set of proxy variables, satisfying specific structural conditions. However, proximal inference requires solving an ill-posed integral equation. Previous approaches have used a variety of machine learning techniques to estimate a solution to this integral equation, commonly referred to as the bridge function. However, prior work has often been limited by relying on pre-specified kernel functions, which are not data adaptive and struggle to scale to large datasets. In this work, we introduce a flexible and scalable method based on a deep neural network to estimate causal effects in the presence of unmeasured confounding using proximal inference. Our method achieves state of the art performance on two well-established proximal inference benchmarks. Finally, we provide theoretical consistency guarantees for our method.
stat-04.zip/2205.09824.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.10697
Lassoed Tree Boosting
[ "Alejandro Schuler", "Yi Li", "Mark van der Laan" ]
22 May 2022 (<a href="https://arxiv.org/abs/2205.10697v1">v1</a>), last revised 8 Dec 2023 (this version, v6)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2205.10697
Gradient boosting performs exceptionally in most prediction problems and scales well to large datasets. In this paper we prove that a ``lassoed&#39;&#39; gradient boosted tree algorithm with early stopping achieves faster than $n^{-1/4}$ L2 convergence in the large nonparametric space of cadlag functions of bounded sectional variation. This rate is remarkable because it does not depend on the dimension, sparsity, or smoothness. We use simulation and real data to confirm our theory and demonstrate empirical performance and scalability on par with standard boosting. Our convergence proofs are based on a novel, general theorem on early stopping with empirical loss minimizers of nested Donsker classes.
stat-04.zip/2205.10697.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.10732
Robust Flow-based Conformal Inference (FCI) with Statistical Guarantee
[ "Youhui Ye", "Meimei Liu", "Xin Xing" ]
22 May 2022 (<a href="https://arxiv.org/abs/2205.10732v1">v1</a>), last revised 15 Oct 2022 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.10732
Conformal prediction aims to determine precise levels of confidence in predictions for new objects using past experience. However, the commonly used exchangeable assumptions between the training data and testing data limit its usage in dealing with contaminated testing sets. In this paper, we develop a novel flow-based conformal inference (FCI) method to build predictive sets and infer outliers for complex and high-dimensional data. We leverage ideas from adversarial flow to transfer the input data to a random vector with known distributions. Our roundtrip transformation can map the input data to a low-dimensional space, meanwhile reserving the conditional distribution of input data given each class label, which enables us to construct a non-conformity score for uncertainty quantification. Our approach is applicable and robust when the testing data is contaminated. We evaluate our method, robust flow-based conformal inference, on benchmark datasets. We find that it produces effective predictive sets and accurate outlier detection and is more powerful relative to competing approaches.
stat-04.zip/2205.10732.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.08677
Dependent Latent Class Models
[ "Jesse Bowers", "Steve Culpepper" ]
18 May 2022 (<a href="https://arxiv.org/abs/2205.08677v1">v1</a>), last revised 27 Apr 2023 (this version, v2)
93 pages, 40 tables, 11 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2205.08677
Latent Class Models (LCMs) are used to cluster multivariate categorical data (e.g. group participants based on survey responses). Traditional LCMs assume a property called conditional independence. This assumption can be restrictive, leading to model misspecification and overparameterization. To combat this problem, we developed a novel Bayesian model called a Dependent Latent Class Model (DLCM), which permits conditional dependence. We verify identifiability of DLCMs. We also demonstrate the effectiveness of DLCMs in both simulations and real-world applications. Compared to traditional LCMs, DLCMs are effective in applications with time series, overlapping items, and structural zeroes.
stat-04.zip/2205.08677.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.10055
A Case of Exponential Convergence Rates for SVM
[ "Vivien Cabannes", "Stefano Vigogna" ]
20 May 2022 (<a href="https://arxiv.org/abs/2205.10055v1">v1</a>), last revised 22 May 2023 (this version, v2)
16 pages, 6 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2205.10055
Classification is often the first problem described in introductory machine learning classes. Generalization guarantees of classification have historically been offered by Vapnik-Chervonenkis theory. Yet those guarantees are based on intractable algorithms, which has led to the theory of surrogate methods in classification. Guarantees offered by surrogate methods are based on calibration inequalities, which have been shown to be highly sub-optimal under some margin conditions, failing short to capture exponential convergence phenomena. Those &#34;super&#34; fast rates are becoming to be well understood for smooth surrogates, but the picture remains blurry for non-smooth losses such as the hinge loss, associated with the renowned support vector machines. In this paper, we present a simple mechanism to obtain fast convergence rates and we investigate its usage for SVM. In particular, we show that SVM can exhibit exponential convergence rates even without assuming the hard Tsybakov margin condition.
stat-04.zip/2205.10055.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01
2205.01303
Convergence of Stochastic Approximation via Martingale and Converse Lyapunov Methods
[ "M. Vidyasagar" ]
3 May 2022 (<a href="https://arxiv.org/abs/2205.01303v1">v1</a>), last revised 9 Jan 2023 (this version, v3)
20 pages; dedicated to Prof. Eduardo Sontag on the occasion of his 70th birthday, and to Prof. Rajeeva L. Karandikar on his 65th birthday
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR)
https://doi.org/10.48550/arXiv.2205.01303
In this paper, we study the almost sure boundedness and the convergence of the stochastic approximation (SA) algorithm. At present, most available convergence proofs are based on the ODE method, and the almost sure boundedness of the iterations is an assumption and not a conclusion. In Borkar-Meyn (2000), it is shown that if the ODE has only one globally attractive equilibrium, then under additional assumptions, the iterations are bounded almost surely, and the SA algorithm converges to the desired solution. Our objective in the present paper is to provide an alternate proof of the above, based on martingale methods, which are simpler and less technical than those based on the ODE method. As a prelude, we prove a new sufficient condition for the global asymptotic stability of an ODE. Next we prove a &#34;converse&#34; Lyapunov theorem on the existence of a suitable Lyapunov function with a globally bounded Hessian, for a globally exponentially stable system. Both theorems are of independent interest to researchers in stability theory. Then, using these results, we provide sufficient conditions for the almost sure boundedness and the convergence of the SA algorithm. We show through examples that our theory covers some situations that are not covered by currently known results, specifically Borkar-Meyn (2000).
stat-04.zip/2205.01303.pdf
/content/arxiv-data/data/stat.ML/2022/05/00000000.parquet
stat.ML
2022
05
2022-05-01