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
2311.13958
Handling The Non-Smooth Challenge in Tensor SVD: A Multi-Objective Tensor Recovery Framework
[ "Jingjing Zheng", "Wanglong Lu", "Wenzhe Wang", "Yankai Cao", "Xiaoqin Zhang", "Xianta Jiang" ]
23 Nov 2023 (<a href="https://arxiv.org/abs/2311.13958v1">v1</a>), last revised 13 Jul 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.13958
Recently, numerous tensor singular value decomposition (t-SVD)-based tensor recovery methods have shown promise in processing visual data, such as color images and videos. However, these methods often suffer from severe performance degradation when confronted with tensor data exhibiting non-smooth changes. It has been commonly observed in real-world scenarios but ignored by the traditional t-SVD-based methods. In this work, we introduce a novel tensor recovery model with a learnable tensor nuclear norm to address such a challenge. We develop a new optimization algorithm named the Alternating Proximal Multiplier Method (APMM) to iteratively solve the proposed tensor completion model. Theoretical analysis demonstrates the convergence of the proposed APMM to the Karush-Kuhn-Tucker (KKT) point of the optimization problem. In addition, we propose a multi-objective tensor recovery framework based on APMM to efficiently explore the correlations of tensor data across its various dimensions, providing a new perspective on extending the t-SVD-based method to higher-order tensor cases. Numerical experiments demonstrated the effectiveness of the proposed method in tensor completion.
stat-04.zip/2311.13958.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.14359
Thompson sampling for zero-inflated count outcomes with an application to the Drink Less mobile health study
[ "Xueqing Liu", "Nina Deliu", "Tanujit Chakraborty", "Lauren Bell", "Bibhas Chakraborty" ]
24 Nov 2023 (<a href="https://arxiv.org/abs/2311.14359v1">v1</a>), last revised 30 Jul 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2311.14359
Mobile health (mHealth) interventions often aim to improve distal outcomes, such as clinical conditions, by optimizing proximal outcomes through just-in-time adaptive interventions. Contextual bandits provide a suitable framework for customizing such interventions according to individual time-varying contexts. However, unique challenges, such as modeling count outcomes within bandit frameworks, have hindered the widespread application of contextual bandits to mHealth studies. The current work addresses this challenge by leveraging count data models into online decision-making approaches. Specifically, we combine four common offline count data models (Poisson, negative binomial, zero-inflated Poisson, and zero-inflated negative binomial regressions) with Thompson sampling, a popular contextual bandit algorithm. The proposed algorithms are motivated by and evaluated on a real dataset from the Drink Less trial, where they are shown to improve user engagement with the mHealth platform. The proposed methods are further evaluated on simulated data, achieving improvement in maximizing cumulative proximal outcomes over existing algorithms. Theoretical results on regret bounds are also derived. The countts R package provides an implementation of our approach.
stat-04.zip/2311.14359.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.13431
Extracting individual variable information for their decoupling, direct mutual information and multi-feature Granger causality
[ "Jarek Duda" ]
22 Nov 2023
3 pages, 1 figure
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.13431
Working with multiple variables they usually contain difficult to control complex dependencies. This article proposes extraction of their individual information, e.g. $\overline{X|Y}$ as random variable containing information from $X$, but with removed information about $Y$, by using $(x,y) \leftrightarrow (\bar{x}=\textrm{CDF}_{X|Y=y}(x),y)$ reversible normalization. One application can be decoupling of individual information of variables: reversibly transform $(X_1,\ldots,X_n)\leftrightarrow(\tilde{X}_1,\ldots \tilde{X}_n)$ together containing the same information, but being independent: $\forall_{i\neq j} \tilde{X}_i\perp \tilde{X}_j, \tilde{X}_i\perp X_j$. It requires detailed models of complex conditional probability distributions - it is generally a difficult task, but here can be done through multiple dependency reducing iterations, using imperfect methods (here HCR: Hierarchical Correlation Reconstruction). It could be also used for direct mutual information - evaluating direct information transfer: without use of intermediate variables. For causality direction there is discussed multi-feature Granger causality, e.g. to trace various types of individual information transfers between such decoupled variables, including propagation time (delay).
stat-04.zip/2311.13431.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.14212
Annotation Sensitivity: Training Data Collection Methods Affect Model Performance
[ "Christoph Kern", "Stephanie Eckman", "Jacob Beck", "Rob Chew", "Bolei Ma", "Frauke Kreuter" ]
23 Nov 2023 (<a href="https://arxiv.org/abs/2311.14212v1">v1</a>), last revised 22 Jan 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computation and Language (cs.CL); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2311.14212
When training data are collected from human annotators, the design of the annotation instrument, the instructions given to annotators, the characteristics of the annotators, and their interactions can impact training data. This study demonstrates that design choices made when creating an annotation instrument also impact the models trained on the resulting annotations. We introduce the term annotation sensitivity to refer to the impact of annotation data collection methods on the annotations themselves and on downstream model performance and predictions. We collect annotations of hate speech and offensive language in five experimental conditions of an annotation instrument, randomly assigning annotators to conditions. We then fine-tune BERT models on each of the five resulting datasets and evaluate model performance on a holdout portion of each condition. We find considerable differences between the conditions for 1) the share of hate speech/offensive language annotations, 2) model performance, 3) model predictions, and 4) model learning curves. Our results emphasize the crucial role played by the annotation instrument which has received little attention in the machine learning literature. We call for additional research into how and why the instrument impacts the annotations to inform the development of best practices in instrument design.
stat-04.zip/2311.14212.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.13265
Improved identification accuracy in equation learning via comprehensive $\boldsymbol{R^2}$-elimination and Bayesian model selection
[ "Daniel Nickelsen", "Bubacarr Bah" ]
22 Nov 2023 (<a href="https://arxiv.org/abs/2311.13265v1">v1</a>), last revised 27 Nov 2023 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2311.13265
In the field of equation learning, exhaustively considering all possible equations derived from a basis function dictionary is infeasible. Sparse regression and greedy algorithms have emerged as popular approaches to tackle this challenge. However, the presence of multicollinearity poses difficulties for sparse regression techniques, and greedy steps may inadvertently exclude terms of the true equation, leading to reduced identification accuracy. In this article, we present an approach that strikes a balance between comprehensiveness and efficiency in equation learning. Inspired by stepwise regression, our approach combines the coefficient of determination, $R^2$, and the Bayesian model evidence, $p(\boldsymbol y|\mathcal M)$, in a novel way. Our procedure is characterized by a comprehensive search with just a minor reduction of the model space at each iteration step. With two flavors of our approach and the adoption of $p(\boldsymbol y|\mathcal M)$ for bi-directional stepwise regression, we present a total of three new avenues for equation learning. Through three extensive numerical experiments involving random polynomials and dynamical systems, we compare our approach against four state-of-the-art methods and two standard approaches. The results demonstrate that our comprehensive search approach surpasses all other methods in terms of identification accuracy. In particular, the second flavor of our approach establishes an efficient overfitting penalty solely based on $R^2$, which achieves highest rates of exact equation recovery.
stat-04.zip/2311.13265.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.18274
Semiparametric Efficient Inference in Adaptive Experiments
[ "Thomas Cook", "Alan Mishler", "Aaditya Ramdas" ]
30 Nov 2023 (<a href="https://arxiv.org/abs/2311.18274v1">v1</a>), last revised 4 Mar 2024 (this version, v3)
24 pages, 6 figures. To appear at CLeaR 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2311.18274
We consider the problem of efficient inference of the Average Treatment Effect in a sequential experiment where the policy governing the assignment of subjects to treatment or control can change over time. We first provide a central limit theorem for the Adaptive Augmented Inverse-Probability Weighted estimator, which is semiparametric efficient, under weaker assumptions than those previously made in the literature. This central limit theorem enables efficient inference at fixed sample sizes. We then consider a sequential inference setting, deriving both asymptotic and nonasymptotic confidence sequences that are considerably tighter than previous methods. These anytime-valid methods enable inference under data-dependent stopping times (sample sizes). Additionally, we use propensity score truncation techniques from the recent off-policy estimation literature to reduce the finite sample variance of our estimator without affecting the asymptotic variance. Empirical results demonstrate that our methods yield narrower confidence sequences than those previously developed in the literature while maintaining time-uniform error control.
stat-04.zip/2311.18274.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2312.00054
Is Inverse Reinforcement Learning Harder than Standard Reinforcement Learning? A Theoretical Perspective
[ "Lei Zhao", "Mengdi Wang", "Yu Bai" ]
29 Nov 2023 (<a href="https://arxiv.org/abs/2312.00054v1">v1</a>), last revised 10 Feb 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.00054
Inverse Reinforcement Learning (IRL) -- the problem of learning reward functions from demonstrations of an \emph{expert policy} -- plays a critical role in developing intelligent systems. While widely used in applications, theoretical understandings of IRL present unique challenges and remain less developed compared with standard RL. For example, it remains open how to do IRL efficiently in standard \emph{offline} settings with pre-collected data, where states are obtained from a \emph{behavior policy} (which could be the expert policy itself), and actions are sampled from the expert policy. <br>This paper provides the first line of results for efficient IRL in vanilla offline and online settings using polynomial samples and runtime. Our algorithms and analyses seamlessly adapt the pessimism principle commonly used in offline RL, and achieve IRL guarantees in stronger metrics than considered in existing work. We provide lower bounds showing that our sample complexities are nearly optimal. As an application, we also show that the learned rewards can \emph{transfer} to another target MDP with suitable guarantees when the target MDP satisfies certain similarity assumptions with the original (source) MDP.
stat-04.zip/2312.00054.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.17885
Are Ensembles Getting Better all the Time?
[ "Pierre-Alexandre Mattei", "Damien Garreau" ]
29 Nov 2023 (<a href="https://arxiv.org/abs/2311.17885v1">v1</a>), last revised 20 Mar 2024 (this version, v2)
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.2311.17885
Ensemble methods combine the predictions of several base models. We study whether or not including more models always improves their average performance. This question depends on the kind of ensemble considered, as well as the predictive metric chosen. We focus on situations where all members of the ensemble are a priori expected to perform as well, which is the case of several popular methods such as random forests or deep ensembles. In this setting, we show that ensembles are getting better all the time if, and only if, the considered loss function is convex. More precisely, in that case, the average loss of the ensemble is a decreasing function of the number of models. When the loss function is nonconvex, we show a series of results that can be summarised as: ensembles of good models keep getting better, and ensembles of bad models keep getting worse. To this end, we prove a new result on the monotonicity of tail probabilities that may be of independent interest. We illustrate our results on a medical prediction problem (diagnosing melanomas using neural nets) and a &#34;wisdom of crowds&#34; experiment (guessing the ratings of upcoming movies).
stat-04.zip/2311.17885.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.17778
Unified Binary and Multiclass Margin-Based Classification
[ "Yutong Wang", "Clayton Scott" ]
29 Nov 2023 (<a href="https://arxiv.org/abs/2311.17778v1">v1</a>), last revised 17 May 2024 (this version, v2)
Accepted for publication in Journal of Machine Learning Research
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.17778
The notion of margin loss has been central to the development and analysis of algorithms for binary classification. To date, however, there remains no consensus as to the analogue of the margin loss for multiclass classification. In this work, we show that a broad range of multiclass loss functions, including many popular ones, can be expressed in the relative margin form, a generalization of the margin form of binary losses. The relative margin form is broadly useful for understanding and analyzing multiclass losses as shown by our prior work (Wang and Scott, 2020, 2021). To further demonstrate the utility of this way of expressing multiclass losses, we use it to extend the seminal result of Bartlett et al. (2006) on classification-calibration of binary margin losses to multiclass. We then analyze the class of Fenchel-Young losses, and expand the set of these losses that are known to be classification-calibrated.
stat-04.zip/2311.17778.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.03757
Manifold learning: what, how, and why
[ "Marina Meilă", "Hanyu Zhang" ]
7 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.03757
Manifold learning (ML), known also as non-linear dimension reduction, is a set of methods to find the low dimensional structure of data. Dimension reduction for large, high dimensional data is not merely a way to reduce the data; the new representations and descriptors obtained by ML reveal the geometric shape of high dimensional point clouds, and allow one to visualize, de-noise and interpret them. This survey presents the principles underlying ML, the representative methods, as well as their statistical foundations from a practicing statistician&#39;s perspective. It describes the trade-offs, and what theory tells us about the parameter and algorithmic choices we make in order to obtain reliable conclusions.
stat-04.zip/2311.03757.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.03992
Bandit Pareto Set Identification: the Fixed Budget Setting
[ "Cyrille Kone", "Emilie Kaufmann", "Laura Richert" ]
7 Nov 2023 (<a href="https://arxiv.org/abs/2311.03992v1">v1</a>), last revised 13 Jan 2025 (this version, v2)
In Proceedings of AISTATS 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.03992
We study a multi-objective pure exploration problem in a multi-armed bandit model. Each arm is associated to an unknown multi-variate distribution and the goal is to identify the distributions whose mean is not uniformly worse than that of another distribution: the Pareto optimal set. We propose and analyze the first algorithms for the \emph{fixed budget} Pareto Set Identification task. We propose Empirical Gap Elimination, a family of algorithms combining a careful estimation of the ``hardness to classify&#39;&#39; each arm in or out of the Pareto set with a generic elimination scheme. We prove that two particular instances, EGE-SR and EGE-SH, have a probability of error that decays exponentially fast with the budget, with an exponent supported by an information theoretic lower-bound. We complement these findings with an empirical study using real-world and synthetic datasets, which showcase the good performance of our algorithms.
stat-04.zip/2311.03992.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.03201
Spatial Process Approximations: Assessing Their Necessity
[ "Hao Zhang" ]
6 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2311.03201
In spatial statistics and machine learning, the kernel matrix plays a pivotal role in prediction, classification, and maximum likelihood estimation. A thorough examination reveals that for large sample sizes, the kernel matrix becomes ill-conditioned, provided the sampling locations are fairly evenly distributed. This condition poses significant challenges to numerical algorithms used in prediction and estimation computations and necessitates an approximation to prediction and the Gaussian likelihood. A review of current methodologies for managing large spatial data indicates that some fail to address this ill-conditioning problem. Such ill-conditioning often results in low-rank approximations of the stochastic processes. This paper introduces various optimality criteria and provides solutions for each.
stat-04.zip/2311.03201.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.02695
Identifying Linearly-Mixed Causal Representations from Multi-Node Interventions
[ "Simon Bing", "Urmi Ninad", "Jonas Wahl", "Jakob Runge" ]
5 Nov 2023 (<a href="https://arxiv.org/abs/2311.02695v1">v1</a>), last revised 22 Mar 2024 (this version, v2)
Accepted for publication at CLeaR 2024
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.2311.02695
The task of inferring high-level causal variables from low-level observations, commonly referred to as causal representation learning, is fundamentally underconstrained. As such, recent works to address this problem focus on various assumptions that lead to identifiability of the underlying latent causal variables. A large corpus of these preceding approaches consider multi-environment data collected under different interventions on the causal model. What is common to virtually all of these works is the restrictive assumption that in each environment, only a single variable is intervened on. In this work, we relax this assumption and provide the first identifiability result for causal representation learning that allows for multiple variables to be targeted by an intervention within one environment. Our approach hinges on a general assumption on the coverage and diversity of interventions across environments, which also includes the shared assumption of single-node interventions of previous works. The main idea behind our approach is to exploit the trace that interventions leave on the variance of the ground truth causal variables and regularizing for a specific notion of sparsity with respect to this trace. In addition to and inspired by our theoretical contributions, we present a practical algorithm to learn causal representations from multi-node interventional data and provide empirical evidence that validates our identifiability results.
stat-04.zip/2311.02695.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.18694
Balancing Summarization and Change Detection in Graph Streams
[ "Shintaro Fukushima", "Kenji Yamanishi" ]
30 Nov 2023 (<a href="https://arxiv.org/abs/2311.18694v1">v1</a>), last revised 12 Dec 2023 (this version, v2)
6 pages, Accepted to 23rd IEEE International Conference on Data Mining (ICDM2023)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.18694
This study addresses the issue of balancing graph summarization and graph change detection. Graph summarization compresses large-scale graphs into a smaller scale. However, the question remains: To what extent should the original graph be compressed? This problem is solved from the perspective of graph change detection, aiming to detect statistically significant changes using a stream of summary graphs. If the compression rate is extremely high, important changes can be ignored, whereas if the compression rate is extremely low, false alarms may increase with more memory. This implies that there is a trade-off between compression rate in graph summarization and accuracy in change detection. We propose a novel quantitative methodology to balance this trade-off to simultaneously realize reliable graph summarization and change detection. We introduce a probabilistic structure of hierarchical latent variable model into a graph, thereby designing a parameterized summary graph on the basis of the minimum description length principle. The parameter specifying the summary graph is then optimized so that the accuracy of change detection is guaranteed to suppress Type I error probability (probability of raising false alarms) to be less than a given confidence level. First, we provide a theoretical framework for connecting graph summarization with change detection. Then, we empirically demonstrate its effectiveness on synthetic and real datasets.
stat-04.zip/2311.18694.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.05046
On the Consistency of Maximum Likelihood Estimation of Probabilistic Principal Component Analysis
[ "Arghya Datta", "Sayak Chakrabarty" ]
8 Nov 2023 (<a href="https://arxiv.org/abs/2311.05046v1">v1</a>), last revised 13 Nov 2023 (this version, v2)
15 pages, 1 figure, to appear in NeurIPS 2023. Update: included minor typographical corrections
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.05046
Probabilistic principal component analysis (PPCA) is currently one of the most used statistical tools to reduce the ambient dimension of the data. From multidimensional scaling to the imputation of missing data, PPCA has a broad spectrum of applications ranging from science and engineering to quantitative finance. <br>Despite this wide applicability in various fields, hardly any theoretical guarantees exist to justify the soundness of the maximal likelihood (ML) solution for this model. In fact, it is well known that the maximum likelihood estimation (MLE) can only recover the true model parameters up to a rotation. The main obstruction is posed by the inherent identifiability nature of the PPCA model resulting from the rotational symmetry of the parameterization. To resolve this ambiguity, we propose a novel approach using quotient topological spaces and in particular, we show that the maximum likelihood solution is consistent in an appropriate quotient Euclidean space. Furthermore, our consistency results encompass a more general class of estimators beyond the MLE. Strong consistency of the ML estimate and consequently strong covariance estimation of the PPCA model have also been established under a compactness assumption.
stat-04.zip/2311.05046.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.03313
Practical considerations for variable screening in the super learner
[ "Brian D. Williamson", "Drew King", "Ying Huang" ]
6 Nov 2023 (<a href="https://arxiv.org/abs/2311.03313v1">v1</a>), last revised 21 Mar 2025 (this version, v2)
Accepted in the New England Journal of Statistics in Data Science. 62 pages; main manuscript 15 pages, 4 figures, 3 tables; supplement 47 pages, 6 figures, 13 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.03313
Estimating a prediction function is a fundamental component of many data analyses. The super learner ensemble, a particular implementation of stacking, has desirable theoretical properties and has been used successfully in many applications. Dimension reduction can be accomplished by using variable screening algorithms (screeners), including the lasso, within the ensemble prior to fitting other prediction algorithms. However, the performance of a super learner using the lasso for dimension reduction has not been fully explored in cases where the lasso is known to perform poorly. We provide empirical results that suggest that a diverse set of candidate screeners should be used to protect against poor performance of any one screener, similar to the guidance for choosing a library of prediction algorithms for the super learner. These results are further illustrated through the analysis of HIV-1 antibody data.
stat-04.zip/2311.03313.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.13827
Stability and L2-penalty in Model Averaging
[ "Hengkun Zhu", "Guohua Zou" ]
23 Nov 2023
47 pages, 14 figures, 1 table. This article was submitted to Journal of Machine Learning Research in July 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.13827
Model averaging has received much attention in the past two decades, which integrates available information by averaging over potential models. Although various model averaging methods have been developed, there are few literatures on the theoretical properties of model averaging from the perspective of stability, and the majority of these methods constrain model weights to a simplex. The aim of this paper is to introduce stability from statistical learning theory into model averaging. Thus, we define the stability, asymptotic empirical risk minimizer, generalization, and consistency of model averaging and study the relationship among them. Our results indicate that stability can ensure that model averaging has good generalization performance and consistency under reasonable conditions, where consistency means model averaging estimator can asymptotically minimize the mean squared prediction error. We also propose a L2-penalty model averaging method without limiting model weights and prove that it has stability and consistency. In order to reduce the impact of tuning parameter selection, we use 10-fold cross-validation to select a candidate set of tuning parameters and perform a weighted average of the estimators of model weights based on estimation errors. The Monte Carlo simulation and an illustrative application demonstrate the usefulness of the proposed method.
stat-04.zip/2311.13827.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.01476
Applications of the Theory of Aggregated Markov Processes in Stochastic Learning Theory
[ "Fangyuan Lin" ]
1 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2311.01476
A stochastic process that arises by composing a function with a Markov process is called an aggregated Markov process (AMP). The purpose of composing a Markov process with a function can be a reduction of dimensions, e.g., a projection onto certain coordinates. The theory around AMP has been extensively studied e.g. by Dynkin, Cameron, Rogers and Pitman, and Kelly, all of whom provided sufficient conditions for an AMP to remain Markov. In another direction, Larget provided a canonical representation for AMP, which can be used to verify the equivalence of two AMPs. The purpose of this paper is to describe how the theory of AMP can be applied to stochastic learning theory as they learn a particular task.
stat-04.zip/2311.01476.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.01489
Invariant Causal Imitation Learning for Generalizable Policies
[ "Ioana Bica", "Daniel Jarrett", "Mihaela van der Schaar" ]
2 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.01489
Consider learning an imitation policy on the basis of demonstrated behavior from multiple environments, with an eye towards deployment in an unseen environment. Since the observable features from each setting may be different, directly learning individual policies as mappings from features to actions is prone to spurious correlations -- and may not generalize well. However, the expert&#39;s policy is often a function of a shared latent structure underlying those observable features that is invariant across settings. By leveraging data from multiple environments, we propose Invariant Causal Imitation Learning (ICIL), a novel technique in which we learn a feature representation that is invariant across domains, on the basis of which we learn an imitation policy that matches expert behavior. To cope with transition dynamics mismatch, ICIL learns a shared representation of causal features (for all training environments), that is disentangled from the specific representations of noise variables (for each of those environments). Moreover, to ensure that the learned policy matches the observation distribution of the expert&#39;s policy, ICIL estimates the energy of the expert&#39;s observations and uses a regularization term that minimizes the imitator policy&#39;s next state energy. Experimentally, we compare our methods against several benchmarks in control and healthcare tasks and show its effectiveness in learning imitation policies capable of generalizing to unseen environments.
stat-04.zip/2311.01489.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.03129
Nonparametric modeling of the composite effect of multiple nutrients on blood glucose dynamics
[ "Arina Odnoblyudova", "Çağlar Hizli", "ST John", "Andrea Cognolato", "Anne Juuti", "Simo Särkkä", "Kirsi Pietiläinen", "Pekka Marttinen" ]
6 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.03129
In biomedical applications it is often necessary to estimate a physiological response to a treatment consisting of multiple components, and learn the separate effects of the components in addition to the joint effect. Here, we extend existing probabilistic nonparametric approaches to explicitly address this problem. We also develop a new convolution-based model for composite treatment-response curves that is more biologically interpretable. We validate our models by estimating the impact of carbohydrate and fat in meals on blood glucose. By differentiating treatment components, incorporating their dosages, and sharing statistical information across patients via a hierarchical multi-output Gaussian process, our method improves prediction accuracy over existing approaches, and allows us to interpret the different effects of carbohydrates and fat on the overall glucose response.
stat-04.zip/2311.03129.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.01900
Online non-parametric likelihood-ratio estimation by Pearson-divergence functional minimization
[ "Alejandro de la Concha", "Nicolas Vayatis", "Argyris Kalogeratos" ]
3 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.01900
Quantifying the difference between two probability density functions, $p$ and $q$, using available data, is a fundamental problem in Statistics and Machine Learning. A usual approach for addressing this problem is the likelihood-ratio estimation (LRE) between $p$ and $q$, which -- to our best knowledge -- has been investigated mainly for the offline case. This paper contributes by introducing a new framework for online non-parametric LRE (OLRE) for the setting where pairs of iid observations $(x_t \sim p, x&#39;_t \sim q)$ are observed over time. The non-parametric nature of our approach has the advantage of being agnostic to the forms of $p$ and $q$. Moreover, we capitalize on the recent advances in Kernel Methods and functional minimization to develop an estimator that can be efficiently updated online. We provide theoretical guarantees for the performance of the OLRE method along with empirical validation in synthetic experiments.
stat-04.zip/2311.01900.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.01888
Learning Sparse Codes with Entropy-Based ELBOs
[ "Dmytro Velychko", "Simon Damm", "Asja Fischer", "Jörg Lücke" ]
3 Nov 2023 (<a href="https://arxiv.org/abs/2311.01888v1">v1</a>), last revised 9 Apr 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.01888
Standard probabilistic sparse coding assumes a Laplace prior, a linear mapping from latents to observables, and Gaussian observable distributions. We here derive a solely entropy-based learning objective for the parameters of standard sparse coding. The novel variational objective has the following features: (A) unlike MAP approximations, it uses non-trivial posterior approximations for probabilistic inference; (B) unlike for previous non-trivial approximations, the novel objective is fully analytical; and (C) the objective allows for a novel principled form of annealing. The objective is derived by first showing that the standard ELBO objective converges to a sum of entropies, which matches similar recent results for generative models with Gaussian priors. The conditions under which the ELBO becomes equal to entropies are then shown to have analytical solutions, which leads to the fully analytical objective. Numerical experiments are used to demonstrate the feasibility of learning with such entropy-based ELBOs. We investigate different posterior approximations including Gaussians with correlated latents and deep amortized approximations. Furthermore, we numerically investigate entropy-based annealing which results in improved learning. Our main contributions are theoretical, however, and they are twofold: (1) for non-trivial posterior approximations, we provide the (to the knowledge of the authors) first analytical ELBO objective for standard probabilistic sparse coding; and (2) we provide the first demonstration on how a recently shown convergence of the ELBO to entropy sums can be used for learning.
stat-04.zip/2311.01888.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.02794
Modelling Cellular Perturbations with the Sparse Additive Mechanism Shift Variational Autoencoder
[ "Michael Bereket", "Theofanis Karaletsos" ]
5 Nov 2023 (<a href="https://arxiv.org/abs/2311.02794v1">v1</a>), last revised 16 Jan 2024 (this version, v2)
Presented at the 37th Conference on Neural Information Processing Systems (NeurIPS 2023) (Post-NeurIPS fixes: cosmetic fixes, updated references, added simulation to appendix)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Quantitative Methods (q-bio.QM)
https://doi.org/10.48550/arXiv.2311.02794
Generative models of observations under interventions have been a vibrant topic of interest across machine learning and the sciences in recent years. For example, in drug discovery, there is a need to model the effects of diverse interventions on cells in order to characterize unknown biological mechanisms of action. We propose the Sparse Additive Mechanism Shift Variational Autoencoder, SAMS-VAE, to combine compositionality, disentanglement, and interpretability for perturbation models. SAMS-VAE models the latent state of a perturbed sample as the sum of a local latent variable capturing sample-specific variation and sparse global variables of latent intervention effects. Crucially, SAMS-VAE sparsifies these global latent variables for individual perturbations to identify disentangled, perturbation-specific latent subspaces that are flexibly composable. We evaluate SAMS-VAE both quantitatively and qualitatively on a range of tasks using two popular single cell sequencing datasets. In order to measure perturbation-specific model-properties, we also introduce a framework for evaluation of perturbation models based on average treatment effects with links to posterior predictive checks. SAMS-VAE outperforms comparable models in terms of generalization across in-distribution and out-of-distribution tasks, including a combinatorial reasoning task under resource paucity, and yields interpretable latent structures which correlate strongly to known biological mechanisms. Our results suggest SAMS-VAE is an interesting addition to the modeling toolkit for machine learning-driven scientific discovery.
stat-04.zip/2311.02794.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.02838
Barron Space for Graph Convolution Neural Networks
[ "Seok-Young Chung", "Qiyu Sun" ]
6 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Signal Processing (eess.SP)
https://doi.org/10.48550/arXiv.2311.02838
Graph convolutional neural network (GCNN) operates on graph domain and it has achieved a superior performance to accomplish a wide range of tasks. In this paper, we introduce a Barron space of functions on a compact domain of graph signals. We prove that the proposed Barron space is a reproducing kernel Banach space, it can be decomposed into the union of a family of reproducing kernel Hilbert spaces with neuron kernels, and it could be dense in the space of continuous functions on the domain. Approximation property is one of the main principles to design neural networks. In this paper, we show that outputs of GCNNs are contained in the Barron space and functions in the Barron space can be well approximated by outputs of some GCNNs in the integrated square and uniform measurements. We also estimate the Rademacher complexity of functions with bounded Barron norm and conclude that functions in the Barron space could be learnt from their random samples efficiently.
stat-04.zip/2311.02838.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.02827
On Subagging Boosted Probit Model Trees
[ "Tian Qin", "Wei-Min Huang" ]
6 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2311.02827
With the insight of variance-bias decomposition, we design a new hybrid bagging-boosting algorithm named SBPMT for classification problems. For the boosting part of SBPMT, we propose a new tree model called Probit Model Tree (PMT) as base classifiers in AdaBoost procedure. For the bagging part, instead of subsampling from the dataset at each step of boosting, we perform boosted PMTs on each subagged dataset and combine them into a powerful &#34;committee&#34;, which can be viewed an incomplete U-statistic. Our theoretical analysis shows that (1) SBPMT is consistent under certain assumptions, (2) Increase the subagging times can reduce the generalization error of SBPMT to some extent and (3) Large number of ProbitBoost iterations in PMT can benefit the performance of SBPMT with fewer steps in the AdaBoost part. Those three properties are verified by a famous simulation designed by Mease and Wyner (2008). The last two points also provide a useful guidance in model tuning. A comparison of performance with other state-of-the-art classification methods illustrates that the proposed SBPMT algorithm has competitive prediction power in general and performs significantly better in some cases.
stat-04.zip/2311.02827.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.05436
Fair Wasserstein Coresets
[ "Zikai Xiong", "Niccolò Dalmasso", "Shubham Sharma", "Freddy Lecue", "Daniele Magazzeni", "Vamsi K. Potluru", "Tucker Balch", "Manuela Veloso" ]
9 Nov 2023 (<a href="https://arxiv.org/abs/2311.05436v1">v1</a>), last revised 29 Oct 2024 (this version, v4)
Accepted at NeurIPS 2024, 30 pages, 7 figures, 8 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computers and Society (cs.CY); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.05436
Data distillation and coresets have emerged as popular approaches to generate a smaller representative set of samples for downstream learning tasks to handle large-scale datasets. At the same time, machine learning is being increasingly applied to decision-making processes at a societal level, making it imperative for modelers to address inherent biases towards subgroups present in the data. While current approaches focus on creating fair synthetic representative samples by optimizing local properties relative to the original samples, their impact on downstream learning processes has yet to be explored. In this work, we present fair Wasserstein coresets (FWC), a novel coreset approach which generates fair synthetic representative samples along with sample-level weights to be used in downstream learning tasks. FWC uses an efficient majority minimization algorithm to minimize the Wasserstein distance between the original dataset and the weighted synthetic samples while enforcing demographic parity. We show that an unconstrained version of FWC is equivalent to Lloyd&#39;s algorithm for k-medians and k-means clustering. Experiments conducted on both synthetic and real datasets show that FWC: (i) achieves a competitive fairness-utility tradeoff in downstream models compared to existing approaches, (ii) improves downstream fairness when added to the existing training data and (iii) can be used to reduce biases in predictions from large language models (GPT-3.5 and GPT-4).
stat-04.zip/2311.05436.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.05573
Outlier-Robust Wasserstein DRO
[ "Sloan Nietert", "Ziv Goldfeld", "Soroosh Shafiee" ]
9 Nov 2023
Appearing at NeurIPS 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2311.05573
Distributionally robust optimization (DRO) is an effective approach for data-driven decision-making in the presence of uncertainty. Geometric uncertainty due to sampling or localized perturbations of data points is captured by Wasserstein DRO (WDRO), which seeks to learn a model that performs uniformly well over a Wasserstein ball centered around the observed data distribution. However, WDRO fails to account for non-geometric perturbations such as adversarial outliers, which can greatly distort the Wasserstein distance measurement and impede the learned model. We address this gap by proposing a novel outlier-robust WDRO framework for decision-making under both geometric (Wasserstein) perturbations and non-geometric (total variation (TV)) contamination that allows an $\varepsilon$-fraction of data to be arbitrarily corrupted. We design an uncertainty set using a certain robust Wasserstein ball that accounts for both perturbation types and derive minimax optimal excess risk bounds for this procedure that explicitly capture the Wasserstein and TV risks. We prove a strong duality result that enables tractable convex reformulations and efficient computation of our outlier-robust WDRO problem. When the loss function depends only on low-dimensional features of the data, we eliminate certain dimension dependencies from the risk bounds that are unavoidable in the general setting. Finally, we present experiments validating our theory on standard regression and classification tasks.
stat-04.zip/2311.05573.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.06632
The Exact Determinant of a Specific Class of Sparse Positive Definite Matrices
[ "Mehdi Molkaraie" ]
11 Nov 2023
Proc. of the 2023 IEEE International Symposium on Information Theory (ISIT), Taipei, Taiwan
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2311.06632
For a specific class of sparse Gaussian graphical models, we provide a closed-form solution for the determinant of the covariance matrix. In our framework, the graphical interaction model (i.e., the covariance selection model) is equal to replacement product of $\mathcal{K}_{n}$ and $\mathcal{K}_{n-1}$, where $\mathcal{K}_n$ is the complete graph with $n$ vertices. Our analysis is based on taking the Fourier transform of the local factors of the model, which can be viewed as an application of the Normal Factor Graph Duality Theorem and holographic algorithms. The closed-form expression is obtained by applying the Matrix Determinant Lemma on the transformed graphical model. In this context, we will also define a notion of equivalence between two Gaussian graphical models.
stat-04.zip/2311.06632.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.06395
A statistical perspective on algorithm unrolling models for inverse problems
[ "Yves Atchade", "Xinru Liu", "Qiuyun Zhu" ]
10 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.06395
We consider inverse problems where the conditional distribution of the observation ${\bf y}$ given the latent variable of interest ${\bf x}$ (also known as the forward model) is known, and we have access to a data set in which multiple instances of ${\bf x}$ and ${\bf y}$ are both observed. In this context, algorithm unrolling has become a very popular approach for designing state-of-the-art deep neural network architectures that effectively exploit the forward model. We analyze the statistical complexity of the gradient descent network (GDN), an algorithm unrolling architecture driven by proximal gradient descent. We show that the unrolling depth needed for the optimal statistical performance of GDNs is of order $\log(n)/\log(\varrho_n^{-1})$, where $n$ is the sample size, and $\varrho_n$ is the convergence rate of the corresponding gradient descent algorithm. We also show that when the negative log-density of the latent variable ${\bf x}$ has a simple proximal operator, then a GDN unrolled at depth $D&#39;$ can solve the inverse problem at the parametric rate $O(D&#39;/\sqrt{n})$. Our results thus also suggest that algorithm unrolling models are prone to overfitting as the unrolling depth $D&#39;$ increases. We provide several examples to illustrate these results.
stat-04.zip/2311.06395.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.07518
FEMDA: a unified framework for discriminant analysis
[ "Pierre Houdouin", "Matthieu Jonckheere", "Frederic Pascal" ]
13 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.07518
Although linear and quadratic discriminant analysis are widely recognized classical methods, they can encounter significant challenges when dealing with non-Gaussian distributions or contaminated datasets. This is primarily due to their reliance on the Gaussian assumption, which lacks robustness. We first explain and review the classical methods to address this limitation and then present a novel approach that overcomes these issues. In this new approach, the model considered is an arbitrary Elliptically Symmetrical (ES) distribution per cluster with its own arbitrary scale parameter. This flexible model allows for potentially diverse and independent samples that may not follow identical distributions. By deriving a new decision rule, we demonstrate that maximum-likelihood parameter estimation and classification are simple, efficient, and robust compared to state-of-the-art methods.
stat-04.zip/2311.07518.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.06748
How do Minimum-Norm Shallow Denoisers Look in Function Space?
[ "Chen Zeno", "Greg Ongie", "Yaniv Blumenfeld", "Nir Weinberger", "Daniel Soudry" ]
12 Nov 2023 (<a href="https://arxiv.org/abs/2311.06748v1">v1</a>), last revised 16 Jan 2024 (this version, v2)
Thirty-seventh Conference on Neural Information Processing Systems
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.06748
Neural network (NN) denoisers are an essential building block in many common tasks, ranging from image reconstruction to image generation. However, the success of these models is not well understood from a theoretical perspective. In this paper, we aim to characterize the functions realized by shallow ReLU NN denoisers -- in the common theoretical setting of interpolation (i.e., zero training loss) with a minimal representation cost (i.e., minimal $\ell^2$ norm weights). First, for univariate data, we derive a closed form for the NN denoiser function, find it is contractive toward the clean data points, and prove it generalizes better than the empirical MMSE estimator at a low noise level. Next, for multivariate data, we find the NN denoiser functions in a closed form under various geometric assumptions on the training data: data contained in a low-dimensional subspace, data contained in a union of one-sided rays, or several types of simplexes. These functions decompose into a sum of simple rank-one piecewise linear interpolations aligned with edges and/or faces connecting training samples. We empirically verify this alignment phenomenon on synthetic data and real images.
stat-04.zip/2311.06748.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.05742
Optimal simulation-based Bayesian decisions
[ "Justin Alsing", "Thomas D. P. Edwards", "Benjamin Wandelt" ]
9 Nov 2023
12 pages, 4 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Instrumentation and Methods for Astrophysics (astro-ph.IM); Artificial Intelligence (cs.AI); Computer Science and Game Theory (cs.GT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.05742
We present a framework for the efficient computation of optimal Bayesian decisions under intractable likelihoods, by learning a surrogate model for the expected utility (or its distribution) as a function of the action and data spaces. We leverage recent advances in simulation-based inference and Bayesian optimization to develop active learning schemes to choose where in parameter and action spaces to simulate. This allows us to learn the optimal action in as few simulations as possible. The resulting framework is extremely simulation efficient, typically requiring fewer model calls than the associated posterior inference task alone, and a factor of $100-1000$ more efficient than Monte-Carlo based methods. Our framework opens up new capabilities for performing Bayesian decision making, particularly in the previously challenging regime where likelihoods are intractable, and simulations expensive.
stat-04.zip/2311.05742.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.06138
Minimum norm interpolation by perceptra: Explicit regularization and implicit bias
[ "Jiyoung Park", "Ian Pelakh", "Stephan Wojtowytsch" ]
10 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2311.06138
We investigate how shallow ReLU networks interpolate between known regions. Our analysis shows that empirical risk minimizers converge to a minimum norm interpolant as the number of data points and parameters tends to infinity when a weight decay regularizer is penalized with a coefficient which vanishes at a precise rate as the network width and the number of data points grow. With and without explicit regularization, we numerically study the implicit bias of common optimization algorithms towards known minimum norm interpolants.
stat-04.zip/2311.06138.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.05866
Fair Supervised Learning with A Simple Random Sampler of Sensitive Attributes
[ "Jinwon Sohn", "Qifan Song", "Guang Lin" ]
10 Nov 2023 (<a href="https://arxiv.org/abs/2311.05866v1">v1</a>), last revised 9 Mar 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.05866
As the data-driven decision process becomes dominating for industrial applications, fairness-aware machine learning arouses great attention in various areas. This work proposes fairness penalties learned by neural networks with a simple random sampler of sensitive attributes for non-discriminatory supervised learning. In contrast to many existing works that critically rely on the discreteness of sensitive attributes and response variables, the proposed penalty is able to handle versatile formats of the sensitive attributes, so it is more extensively applicable in practice than many existing algorithms. This penalty enables us to build a computationally efficient group-level in-processing fairness-aware training framework. Empirical evidence shows that our framework enjoys better utility and fairness measures on popular benchmark data sets than competing methods. We also theoretically characterize estimation errors and loss of utility of the proposed neural-penalized risk minimization problem.
stat-04.zip/2311.05866.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.05501
Dirichlet Active Learning
[ "Kevin Miller", "Ryan Murray" ]
9 Nov 2023
66 pages, 16 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.05501
This work introduces Dirichlet Active Learning (DiAL), a Bayesian-inspired approach to the design of active learning algorithms. Our framework models feature-conditional class probabilities as a Dirichlet random field and lends observational strength between similar features in order to calibrate the random field. This random field can then be utilized in learning tasks: in particular, we can use current estimates of mean and variance to conduct classification and active learning in the context where labeled data is scarce. We demonstrate the applicability of this model to low-label rate graph learning by constructing ``propagation operators&#39;&#39; based upon the graph Laplacian, and offer computational studies demonstrating the method&#39;s competitiveness with the state of the art. Finally, we provide rigorous guarantees regarding the ability of this approach to ensure both exploration and exploitation, expressed respectively in terms of cluster exploration and increased attention to decision boundaries.
stat-04.zip/2311.05501.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.04636
Learning Linear Gaussian Polytree Models with Interventions
[ "D. Tramontano", "L. Waldmann", "M. Drton", "E. Duarte" ]
8 Nov 2023
To be published in: IEEE Journal on Selected Areas in Information Theory, Special Issue: Causality: Fundamental Limits and Applications
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.04636
We present a consistent and highly scalable local approach to learn the causal structure of a linear Gaussian polytree using data from interventional experiments with known intervention targets. Our methods first learn the skeleton of the polytree and then orient its edges. The output is a CPDAG representing the interventional equivalence class of the polytree of the true underlying distribution. The skeleton and orientation recovery procedures we use rely on second order statistics and low-dimensional marginal distributions. We assess the performance of our methods under different scenarios in synthetic data sets and apply our algorithm to learn a polytree in a gene expression interventional data set. Our simulation studies demonstrate that our approach is fast, has good accuracy in terms of structural Hamming distance, and handles problems with thousands of nodes.
stat-04.zip/2311.04636.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.06212
Differentiable VQ-VAE&#39;s for Robust White Matter Streamline Encodings
[ "Andrew Lizarraga", "Brandon Taraku", "Edouardo Honig", "Ying Nian Wu", "Shantanu H. Joshi" ]
10 Nov 2023 (<a href="https://arxiv.org/abs/2311.06212v1">v1</a>), last revised 18 Nov 2023 (this version, v2)
5 pages, 4 figures, 1 table
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2311.06212
Given the complex geometry of white matter streamlines, Autoencoders have been proposed as a dimension-reduction tool to simplify the analysis streamlines in a low-dimensional latent spaces. However, despite these recent successes, the majority of encoder architectures only perform dimension reduction on single streamlines as opposed to a full bundle of streamlines. This is a severe limitation of the encoder architecture that completely disregards the global geometric structure of streamlines at the expense of individual fibers. Moreover, the latent space may not be well structured which leads to doubt into their interpretability. In this paper we propose a novel Differentiable Vector Quantized Variational Autoencoder, which are engineered to ingest entire bundles of streamlines as single data-point and provides reliable trustworthy encodings that can then be later used to analyze streamlines in the latent space. Comparisons with several state of the art Autoencoders demonstrate superior performance in both encoding and synthesis.
stat-04.zip/2311.06212.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.07366
arfpy: A python package for density estimation and generative modeling with adversarial random forests
[ "Kristin Blesch", "Marvin N. Wright" ]
13 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.07366
This paper introduces $\textit{arfpy}$, a python implementation of Adversarial Random Forests (ARF) (Watson et al., 2023), which is a lightweight procedure for synthesizing new data that resembles some given data. The software $\textit{arfpy}$ equips practitioners with straightforward functionalities for both density estimation and generative modeling. The method is particularly useful for tabular data and its competitive performance is demonstrated in previous literature. As a major advantage over the mostly deep learning based alternatives, $\textit{arfpy}$ combines the method&#39;s reduced requirements in tuning efforts and computational resources with a user-friendly python interface. This supplies audiences across scientific fields with software to generate data effortlessly.
stat-04.zip/2311.07366.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.04673
Compressive Recovery of Sparse Precision Matrices
[ "Titouan Vayer", "Etienne Lasalle", "Rémi Gribonval", "Paulo Gonçalves" ]
8 Nov 2023 (<a href="https://arxiv.org/abs/2311.04673v1">v1</a>), last revised 12 Dec 2023 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.04673
We consider the problem of learning a graph modeling the statistical relations of the $d$ variables from a dataset with $n$ samples $X \in \mathbb{R}^{n \times d}$. Standard approaches amount to searching for a precision matrix $\Theta$ representative of a Gaussian graphical model that adequately explains the data. However, most maximum likelihood-based estimators usually require storing the $d^{2}$ values of the empirical covariance matrix, which can become prohibitive in a high-dimensional setting. In this work, we adopt a compressive viewpoint and aim to estimate a sparse $\Theta$ from a \emph{sketch} of the data, i.e. a low-dimensional vector of size $m \ll d^{2}$ carefully designed from $X$ using non-linear random features. Under certain assumptions on the spectrum of $\Theta$ (or its condition number), we show that it is possible to estimate it from a sketch of size $m=\Omega\left((d+2k)\log(d)\right)$ where $k$ is the maximal number of edges of the underlying graph. These information-theoretic guarantees are inspired by compressed sensing theory and involve restricted isometry properties and instance optimal decoders. We investigate the possibility of achieving practical recovery with an iterative algorithm based on the graphical lasso, viewed as a specific denoiser. We compare our approach and graphical lasso on synthetic datasets, demonstrating its favorable performance even when the dataset is compressed.
stat-04.zip/2311.04673.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.07013
A PAC-Bayesian Perspective on the Interpolating Information Criterion
[ "Liam Hodgkinson", "Chris van der Heide", "Robert Salomone", "Fred Roosta", "Michael W. Mahoney" ]
13 Nov 2023
9 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.07013
Deep learning is renowned for its theory-practice gap, whereby principled theory typically fails to provide much beneficial guidance for implementation in practice. This has been highlighted recently by the benign overfitting phenomenon: when neural networks become sufficiently large to interpolate the dataset perfectly, model performance appears to improve with increasing model size, in apparent contradiction with the well-known bias-variance tradeoff. While such phenomena have proven challenging to theoretically study for general models, the recently proposed Interpolating Information Criterion (IIC) provides a valuable theoretical framework to examine performance for overparameterized models. Using the IIC, a PAC-Bayes bound is obtained for a general class of models, characterizing factors which influence generalization performance in the interpolating regime. From the provided bound, we quantify how the test error for overparameterized models achieving effectively zero training error depends on the quality of the implicit regularization imposed by e.g. the combination of model, optimizer, and parameter-initialization scheme; the spectrum of the empirical neural tangent kernel; curvature of the loss landscape; and noise present in the data.
stat-04.zip/2311.07013.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.07452
Explainable Boosting Machines with Sparsity -- Maintaining Explainability in High-Dimensional Settings
[ "Brandon M. Greenwell", "Annika Dahlmann", "Saurabh Dhoble" ]
13 Nov 2023
14 pages, 3 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.07452
Compared to &#34;black-box&#34; models, like random forests and deep neural networks, explainable boosting machines (EBMs) are considered &#34;glass-box&#34; models that can be competitively accurate while also maintaining a higher degree of transparency and explainability. However, EBMs become readily less transparent and harder to interpret in high-dimensional settings with many predictor variables; they also become more difficult to use in production due to increases in scoring time. We propose a simple solution based on the least absolute shrinkage and selection operator (LASSO) that can help introduce sparsity by reweighting the individual model terms and removing the less relevant ones, thereby allowing these models to maintain their transparency and relatively fast scoring times in higher-dimensional settings. In short, post-processing a fitted EBM with many (i.e., possibly hundreds or thousands) of terms using the LASSO can help reduce the model&#39;s complexity and drastically improve scoring time. We illustrate the basic idea using two real-world examples with code.
stat-04.zip/2311.07452.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.10023
Online Optimization for Network Resource Allocation and Comparison with Reinforcement Learning Techniques
[ "Ahmed Sid-Ali", "Ioannis Lambadaris", "Yiqiang Q. Zhao", "Gennady Shaikhet", "Amirhossein Asgharnia" ]
16 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.10023
We tackle in this paper an online network resource allocation problem with job transfers. The network is composed of many servers connected by communication links. The system operates in discrete time; at each time slot, the administrator reserves resources at servers for future job requests, and a cost is incurred for the reservations made. Then, after receptions, the jobs may be transferred between the servers to best accommodate the demands. This incurs an additional transport cost. Finally, if a job request cannot be satisfied, there is a violation that engenders a cost to pay for the blocked job. We propose a randomized online algorithm based on the exponentially weighted method. We prove that our algorithm enjoys a sub-linear in time regret, which indicates that the algorithm is adapting and learning from its experiences and is becoming more efficient in its decision-making as it accumulates more data. Moreover, we test the performance of our algorithm on artificial data and compare it against a reinforcement learning method where we show that our proposed method outperforms the latter.
stat-04.zip/2311.10023.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.14609
Analysis of the expected $L_2$ error of an over-parametrized deep neural network estimate learned by gradient descent without regularization
[ "Selina Drews", "Michael Kohler" ]
24 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.14609
Recent results show that estimates defined by over-parametrized deep neural networks learned by applying gradient descent to a regularized empirical $L_2$ risk are universally consistent and achieve good rates of convergence. In this paper, we show that the regularization term is not necessary to obtain similar results. In the case of a suitably chosen initialization of the network, a suitable number of gradient descent steps, and a suitable step size we show that an estimate without a regularization term is universally consistent for bounded predictor variables. Additionally, we show that if the regression function is Hölder smooth with Hölder exponent $1/2 \leq p \leq 1$, the $L_2$ error converges to zero with a convergence rate of approximately $n^{-1/(1+d)}$. Furthermore, in case of an interaction model, where the regression function consists of a sum of Hölder smooth functions with $d^*$ components, a rate of convergence is derived which does not depend on the input dimension $d$.
stat-04.zip/2311.14609.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.08504
On semi-supervised estimation using exponential tilt mixture models
[ "Ye Tian", "Xinwei Zhang", "Zhiqiang Tan" ]
14 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.08504
Consider a semi-supervised setting with a labeled dataset of binary responses and predictors and an unlabeled dataset with only the predictors. Logistic regression is equivalent to an exponential tilt model in the labeled population. For semi-supervised estimation, we develop further analysis and understanding of a statistical approach using exponential tilt mixture (ETM) models and maximum nonparametric likelihood estimation, while allowing that the class proportions may differ between the unlabeled and labeled data. We derive asymptotic properties of ETM-based estimation and demonstrate improved efficiency over supervised logistic regression in a random sampling setup and an outcome-stratified sampling setup previously used. Moreover, we reconcile such efficiency improvement with the existing semiparametric efficiency theory when the class proportions in the unlabeled and labeled data are restricted to be the same. We also provide a simulation study to numerically illustrate our theoretical findings.
stat-04.zip/2311.08504.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.14964
Selective Inference for Changepoint detection by Recurrent Neural Network
[ "Tomohiro Shiraishi", "Daiki Miwa", "Vo Nguyen Le Duy", "Ichiro Takeuchi" ]
25 Nov 2023
41pages, 16figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.14964
In this study, we investigate the quantification of the statistical reliability of detected change points (CPs) in time series using a Recurrent Neural Network (RNN). Thanks to its flexibility, RNN holds the potential to effectively identify CPs in time series characterized by complex dynamics. However, there is an increased risk of erroneously detecting random noise fluctuations as CPs. The primary goal of this study is to rigorously control the risk of false detections by providing theoretically valid p-values to the CPs detected by RNN. To achieve this, we introduce a novel method based on the framework of Selective Inference (SI). SI enables valid inferences by conditioning on the event of hypothesis selection, thus mitigating selection bias. In this study, we apply SI framework to RNN-based CP detection, where characterizing the complex process of RNN selecting CPs is our main technical challenge. We demonstrate the validity and effectiveness of the proposed method through artificial and real data experiments.
stat-04.zip/2311.14964.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.11900
Measuring and Mitigating Biases in Motor Insurance Pricing
[ "Mulah Moriah", "Franck Vermet", "Arthur Charpentier" ]
20 Nov 2023 (<a href="https://arxiv.org/abs/2311.11900v1">v1</a>), last revised 20 Jun 2024 (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.2311.11900
The non-life insurance sector operates within a highly competitive and tightly regulated framework, confronting a pivotal juncture in the formulation of pricing strategies. Insurers are compelled to harness a range of statistical methodologies and available data to construct optimal pricing structures that align with the overarching corporate strategy while accommodating the dynamics of market competition. Given the fundamental societal role played by insurance, premium rates are subject to rigorous scrutiny by regulatory authorities. These rates must conform to principles of transparency, explainability, and ethical considerations. Consequently, the act of pricing transcends mere statistical calculations and carries the weight of strategic and societal factors. These multifaceted concerns may drive insurers to establish equitable premiums, taking into account various variables. For instance, regulations mandate the provision of equitable premiums, considering factors such as policyholder gender or mutualist group dynamics in accordance with respective corporate strategies. Age-based premium fairness is also mandated. In certain insurance domains, variables such as the presence of serious illnesses or disabilities are emerging as new dimensions for evaluating fairness. Regardless of the motivating factor prompting an insurer to adopt fairer pricing strategies for a specific variable, the insurer must possess the capability to define, measure, and ultimately mitigate any ethical biases inherent in its pricing practices while upholding standards of consistency and performance. This study seeks to provide a comprehensive set of tools for these endeavors and assess their effectiveness through practical application in the context of automobile insurance.
stat-04.zip/2311.11900.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.10571
Direct Amortized Likelihood Ratio Estimation
[ "Adam D. Cobb", "Brian Matejek", "Daniel Elenius", "Anirban Roy", "Susmit Jha" ]
17 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
https://doi.org/10.48550/arXiv.2311.10571
We introduce a new amortized likelihood ratio estimator for likelihood-free simulation-based inference (SBI). Our estimator is simple to train and estimates the likelihood ratio using a single forward pass of the neural estimator. Our approach directly computes the likelihood ratio between two competing parameter sets which is different from the previous approach of comparing two neural network output values. We refer to our model as the direct neural ratio estimator (DNRE). As part of introducing the DNRE, we derive a corresponding Monte Carlo estimate of the posterior. We benchmark our new ratio estimator and compare to previous ratio estimators in the literature. We show that our new ratio estimator often outperforms these previous approaches. As a further contribution, we introduce a new derivative estimator for likelihood ratio estimators that enables us to compare likelihood-free Hamiltonian Monte Carlo (HMC) with random-walk Metropolis-Hastings (MH). We show that HMC is equally competitive, which has not been previously shown. Finally, we include a novel real-world application of SBI by using our neural ratio estimator to design a quadcopter. Code is available at <a href="https://github.com/SRI-CSL/dnre" rel="external noopener nofollow" class="link-external link-https">this https URL</a>.
stat-04.zip/2311.10571.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.08549
Manifold learning in Wasserstein space
[ "Keaton Hamm", "Caroline Moosmüller", "Bernhard Schmitzer", "Matthew Thorpe" ]
14 Nov 2023 (<a href="https://arxiv.org/abs/2311.08549v1">v1</a>), last revised 28 Mar 2025 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Differential Geometry (math.DG)
https://doi.org/10.48550/arXiv.2311.08549
This paper aims at building the theoretical foundations for manifold learning algorithms in the space of absolutely continuous probability measures $\mathcal{P}_{\mathrm{a.c.}}(\Omega)$ with $\Omega$ a compact and convex subset of $\mathbb{R}^d$, metrized with the Wasserstein-2 distance $\mathbb{W}$. We begin by introducing a construction of submanifolds $\Lambda$ in $\mathcal{P}_{\mathrm{a.c.}}(\Omega)$ equipped with metric $\mathbb{W}_\Lambda$, the geodesic restriction of $\mathbb{W}$ to $\Lambda$. In contrast to other constructions, these submanifolds are not necessarily flat, but still allow for local linearizations in a similar fashion to Riemannian submanifolds of $\mathbb{R}^d$. We then show how the latent manifold structure of $(\Lambda,\mathbb{W}_{\Lambda})$ can be learned from samples $\{\lambda_i\}_{i=1}^N$ of $\Lambda$ and pairwise extrinsic Wasserstein distances $\mathbb{W}$ on $\mathcal{P}_{\mathrm{a.c.}}(\Omega)$ only. In particular, we show that the metric space $(\Lambda,\mathbb{W}_{\Lambda})$ can be asymptotically recovered in the sense of Gromov--Wasserstein from a graph with nodes $\{\lambda_i\}_{i=1}^N$ and edge weights $W(\lambda_i,\lambda_j)$. In addition, we demonstrate how the tangent space at a sample $\lambda$ can be asymptotically recovered via spectral analysis of a suitable ``covariance operator&#39;&#39; using optimal transport maps from $\lambda$ to sufficiently close and diverse samples $\{\lambda_i\}_{i=1}^N$. The paper closes with some explicit constructions of submanifolds $\Lambda$ and numerical examples on the recovery of tangent spaces through spectral analysis.
stat-04.zip/2311.08549.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.16849
Identifiable Feature Learning for Spatial Data with Nonlinear ICA
[ "Hermanni Hälvä", "Jonathan So", "Richard E. Turner", "Aapo Hyvärinen" ]
28 Nov 2023
Work under review
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.16849
Recently, nonlinear ICA has surfaced as a popular alternative to the many heuristic models used in deep representation learning and disentanglement. An advantage of nonlinear ICA is that a sophisticated identifiability theory has been developed; in particular, it has been proven that the original components can be recovered under sufficiently strong latent dependencies. Despite this general theory, practical nonlinear ICA algorithms have so far been mainly limited to data with one-dimensional latent dependencies, especially time-series data. In this paper, we introduce a new nonlinear ICA framework that employs $t$-process (TP) latent components which apply naturally to data with higher-dimensional dependency structures, such as spatial and spatio-temporal data. In particular, we develop a new learning and inference algorithm that extends variational inference methods to handle the combination of a deep neural network mixing function with the TP prior, and employs the method of inducing points for computational efficacy. On the theoretical side, we show that such TP independent components are identifiable under very general conditions. Further, Gaussian Process (GP) nonlinear ICA is established as a limit of the TP Nonlinear ICA model, and we prove that the identifiability of the latent components at this GP limit is more restricted. Namely, those components are identifiable if and only if they have distinctly different covariance kernels. Our algorithm and identifiability theorems are explored on simulated spatial data and real world spatio-temporal data.
stat-04.zip/2311.16849.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.17673
Using Ornstein-Uhlenbeck Process to understand Denoising Diffusion Probabilistic Model and its Noise Schedules
[ "Javier E. Santos", "Yen Ting Lin" ]
29 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Statistical Mechanics (cond-mat.stat-mech); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Mathematical Physics (math-ph)
https://doi.org/10.48550/arXiv.2311.17673
The aim of this short note is to show that Denoising Diffusion Probabilistic Model DDPM, a non-homogeneous discrete-time Markov process, can be represented by a time-homogeneous continuous-time Markov process observed at non-uniformly sampled discrete times. Surprisingly, this continuous-time Markov process is the well-known and well-studied Ornstein-Ohlenbeck (OU) process, which was developed in 1930&#39;s for studying Brownian particles in Harmonic potentials. We establish the formal equivalence between DDPM and the OU process using its analytical solution. We further demonstrate that the design problem of the noise scheduler for non-homogeneous DDPM is equivalent to designing observation times for the OU process. We present several heuristic designs for observation times based on principled quantities such as auto-variance and Fisher Information and connect them to ad hoc noise schedules for DDPM. Interestingly, we show that the Fisher-Information-motivated schedule corresponds exactly the cosine schedule, which was developed without any theoretical foundation but is the current state-of-the-art noise schedule.
stat-04.zip/2311.17673.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.16528
Utility Fairness in Contextual Dynamic Pricing with Demand Learning
[ "Xi Chen", "David Simchi-Levi", "Yining Wang" ]
28 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.16528
This paper introduces a novel contextual bandit algorithm for personalized pricing under utility fairness constraints in scenarios with uncertain demand, achieving an optimal regret upper bound. Our approach, which incorporates dynamic pricing and demand learning, addresses the critical challenge of fairness in pricing strategies. We first delve into the static full-information setting to formulate an optimal pricing policy as a constrained optimization problem. Here, we propose an approximation algorithm for efficiently and approximately computing the ideal policy. <br>We also use mathematical analysis and computational studies to characterize the structures of optimal contextual pricing policies subject to fairness constraints, deriving simplified policies which lays the foundations of more in-depth research and extensions. <br>Further, we extend our study to dynamic pricing problems with demand learning, establishing a non-standard regret lower bound that highlights the complexity added by fairness constraints. Our research offers a comprehensive analysis of the cost of fairness and its impact on the balance between utility and revenue maximization. This work represents a step towards integrating ethical considerations into algorithmic efficiency in data-driven dynamic pricing.
stat-04.zip/2311.16528.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.16632
Opening the Black Box: Towards inherently interpretable energy data imputation models using building physics insight
[ "Antonio Liguori", "Matias Quintana", "Chun Fu", "Clayton Miller", "Jérôme Frisch", "Christoph van Treeck" ]
28 Nov 2023 (<a href="https://arxiv.org/abs/2311.16632v1">v1</a>), last revised 9 Mar 2024 (this version, v2)
Accepted for publication in Energy and Buildings
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.16632
Missing data are frequently observed by practitioners and researchers in the building energy modeling community. In this regard, advanced data-driven solutions, such as Deep Learning methods, are typically required to reflect the non-linear behavior of these anomalies. As an ongoing research question related to Deep Learning, a model&#39;s applicability to limited data settings can be explored by introducing prior knowledge in the network. This same strategy can also lead to more interpretable predictions, hence facilitating the field application of the approach. For that purpose, the aim of this paper is to propose the use of Physics-informed Denoising Autoencoders (PI-DAE) for missing data imputation in commercial buildings. In particular, the presented method enforces physics-inspired soft constraints to the loss function of a Denoising Autoencoder (DAE). In order to quantify the benefits of the physical component, an ablation study between different DAE configurations is conducted. First, three univariate DAEs are optimized separately on indoor air temperature, heating, and cooling data. Then, two multivariate DAEs are derived from the previous configurations. Eventually, a building thermal balance equation is coupled to the last multivariate configuration to obtain PI-DAE. Additionally, two commonly used benchmarks are employed to support the findings. It is shown how introducing physical knowledge in a multivariate Denoising Autoencoder can enhance the inherent model interpretability through the optimized physics-based coefficients. While no significant improvement is observed in terms of reconstruction error with the proposed PI-DAE, its enhanced robustness to varying rates of missing data and the valuable insights derived from the physics-based coefficients create opportunities for wider applications within building systems and the built environment.
stat-04.zip/2311.16632.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.15384
Dirichlet Process-based Robust Clustering using the Median-of-Means Estimator
[ "Supratik Basu", "Jyotishka Ray Choudhury", "Debolina Paul", "Swagatam Das" ]
26 Nov 2023 (<a href="https://arxiv.org/abs/2311.15384v1">v1</a>), last revised 29 Jan 2025 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2311.15384
Clustering stands as one of the most prominent challenges in unsupervised machine learning. Among centroid-based methods, the classic $k$-means algorithm, based on Lloyd&#39;s heuristic, is widely used. Nonetheless, it is a well-known fact that $k$-means and its variants face several challenges, including heavy reliance on initial cluster centroids, susceptibility to converging into local minima of the objective function, and sensitivity to outliers and noise in the data. When data contains noise or outliers, the Median-of-Means (MoM) estimator offers a robust alternative for stabilizing centroid-based methods. On a different note, another limitation in many commonly used clustering methods is the need to specify the number of clusters beforehand. Model-based approaches, such as Bayesian nonparametric models, address this issue by incorporating infinite mixture models, which eliminate the requirement for predefined cluster counts. Motivated by these facts, in this article, we propose an efficient and automatic clustering technique by integrating the strengths of model-based and centroid-based methodologies. Our method mitigates the effect of noise on the quality of clustering; while at the same time, estimates the number of clusters. Statistical guarantees on an upper bound of clustering error, and rigorous assessment through simulated and real datasets, suggest the advantages of our proposed method over existing state-of-the-art clustering algorithms.
stat-04.zip/2311.15384.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.08376
Ensemble sampling for linear bandits: small ensembles suffice
[ "David Janz", "Alexander E. Litvak", "Csaba Szepesvári" ]
14 Nov 2023 (<a href="https://arxiv.org/abs/2311.08376v1">v1</a>), last revised 15 Jan 2025 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.08376
We provide the first useful and rigorous analysis of ensemble sampling for the stochastic linear bandit setting. In particular, we show that, under standard assumptions, for a $d$-dimensional stochastic linear bandit with an interaction horizon $T$, ensemble sampling with an ensemble of size of order $d \log T$ incurs regret at most of the order $(d \log T)^{5/2} \sqrt{T}$. Ours is the first result in any structured setting not to require the size of the ensemble to scale linearly with $T$ -- which defeats the purpose of ensemble sampling -- while obtaining near $\smash{\sqrt{T}}$ order regret. Our result is also the first to allow for infinite action sets.
stat-04.zip/2311.08376.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.15961
Maximum Likelihood Estimation is All You Need for Well-Specified Covariate Shift
[ "Jiawei Ge", "Shange Tang", "Jianqing Fan", "Cong Ma", "Chi Jin" ]
27 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2311.15961
A key challenge of modern machine learning systems is to achieve Out-of-Distribution (OOD) generalization -- generalizing to target data whose distribution differs from that of source data. Despite its significant importance, the fundamental question of ``what are the most effective algorithms for OOD generalization&#39;&#39; remains open even under the standard setting of covariate shift. This paper addresses this fundamental question by proving that, surprisingly, classical Maximum Likelihood Estimation (MLE) purely using source data (without any modification) achieves the minimax optimality for covariate shift under the well-specified setting. That is, no algorithm performs better than MLE in this setting (up to a constant factor), justifying MLE is all you need. Our result holds for a very rich class of parametric models, and does not require any boundedness condition on the density ratio. We illustrate the wide applicability of our framework by instantiating it to three concrete examples -- linear regression, logistic regression, and phase retrieval. This paper further complement the study by proving that, under the misspecified setting, MLE is no longer the optimal choice, whereas Maximum Weighted Likelihood Estimator (MWLE) emerges as minimax optimal in certain scenarios.
stat-04.zip/2311.15961.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.18506
Global Convergence of Online Identification for Mixed Linear Regression
[ "Yujing Liu", "Zhixin Liu", "Lei Guo" ]
30 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Systems and Control (eess.SY); Statistics Theory (math.ST)
https://doi.org/10.48550/arXiv.2311.18506
Mixed linear regression (MLR) is a powerful model for characterizing nonlinear relationships by utilizing a mixture of linear regression sub-models. The identification of MLR is a fundamental problem, where most of the existing results focus on offline algorithms, rely on independent and identically distributed (i.i.d) data assumptions, and provide local convergence results only. This paper investigates the online identification and data clustering problems for two basic classes of MLRs, by introducing two corresponding new online identification algorithms based on the expectation-maximization (EM) principle. It is shown that both algorithms will converge globally without resorting to the traditional i.i.d data assumptions. The main challenge in our investigation lies in the fact that the gradient of the maximum likelihood function does not have a unique zero, and a key step in our analysis is to establish the stability of the corresponding differential equation in order to apply the celebrated Ljung&#39;s ODE method. It is also shown that the within-cluster error and the probability that the new data is categorized into the correct cluster are asymptotically the same as those in the case of known parameters. Finally, numerical simulations are provided to verify the effectiveness of our online algorithms.
stat-04.zip/2311.18506.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.16621
Beyond Labels: Advancing Cluster Analysis with the Entropy of Distance Distribution (EDD)
[ "Claus Metzner", "Achim Schilling", "Patrick Krauss" ]
28 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.16621
In the evolving landscape of data science, the accurate quantification of clustering in high-dimensional data sets remains a significant challenge, especially in the absence of predefined labels. This paper introduces a novel approach, the Entropy of Distance Distribution (EDD), which represents a paradigm shift in label-free clustering analysis. Traditional methods, reliant on discrete labels, often struggle to discern intricate cluster patterns in unlabeled data. EDD, however, leverages the characteristic differences in pairwise point-to-point distances to discern clustering tendencies, independent of data labeling. <br>Our method employs the Shannon information entropy to quantify the &#39;peakedness&#39; or &#39;flatness&#39; of distance distributions in a data set. This entropy measure, normalized against its maximum value, effectively distinguishes between strongly clustered data (indicated by pronounced peaks in distance distribution) and more homogeneous, non-clustered data sets. This label-free quantification is resilient against global translations and permutations of data points, and with an additional dimension-wise z-scoring, it becomes invariant to data set scaling. <br>We demonstrate the efficacy of EDD through a series of experiments involving two-dimensional data spaces with Gaussian cluster centers. Our findings reveal a monotonic increase in the EDD value with the widening of cluster widths, moving from well-separated to overlapping clusters. This behavior underscores the method&#39;s sensitivity and accuracy in detecting varying degrees of clustering. EDD&#39;s potential extends beyond conventional clustering analysis, offering a robust, scalable tool for unraveling complex data structures without reliance on pre-assigned labels.
stat-04.zip/2311.16621.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.16628
Symmetry-regularized neural ordinary differential equations
[ "Wenbo Hao" ]
28 Nov 2023 (<a href="https://arxiv.org/abs/2311.16628v1">v1</a>), last revised 13 Jul 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.16628
Neural ordinary differential equations (Neural ODEs) is a class of machine learning models that approximate the time derivative of hidden states using a neural network. They are powerful tools for modeling continuous-time dynamical systems, enabling the analysis and prediction of complex temporal behaviors. However, how to improve the model&#39;s stability and physical interpretability remains a challenge. This paper introduces new conservation relations in Neural ODEs using Lie symmetries in both the hidden state dynamics and the back propagation dynamics. These conservation laws are then incorporated into the loss function as additional regularization terms, potentially enhancing the physical interpretability and generalizability of the model. To illustrate this method, the paper derives Lie symmetries and conservation laws in a simple Neural ODE designed to monitor charged particles in a sinusoidal electric field. New loss functions are constructed from these conservation relations, demonstrating the applicability symmetry-regularized Neural ODE in typical modeling tasks, such as data-driven discovery of dynamical systems.
stat-04.zip/2311.16628.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.18639
Targeted Reduction of Causal Models
[ "Armin Kekić", "Bernhard Schölkopf", "Michel Besserve" ]
30 Nov 2023 (<a href="https://arxiv.org/abs/2311.18639v1">v1</a>), last revised 3 Jun 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.18639
Why does a phenomenon occur? Addressing this question is central to most scientific inquiries and often relies on simulations of scientific models. As models become more intricate, deciphering the causes behind phenomena in high-dimensional spaces of interconnected variables becomes increasingly challenging. Causal Representation Learning (CRL) offers a promising avenue to uncover interpretable causal patterns within these simulations through an interventional lens. However, developing general CRL frameworks suitable for practical applications remains an open challenge. We introduce Targeted Causal Reduction (TCR), a method for condensing complex intervenable models into a concise set of causal factors that explain a specific target phenomenon. We propose an information theoretic objective to learn TCR from interventional data of simulations, establish identifiability for continuous variables under shift interventions and present a practical algorithm for learning TCRs. Its ability to generate interpretable high-level explanations from complex models is demonstrated on toy and mechanical systems, illustrating its potential to assist scientists in the study of complex phenomena in a broad range of disciplines.
stat-04.zip/2311.18639.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.15654
Event Detection in Time Series: Universal Deep Learning Approach
[ "Menouar Azib", "Benjamin Renard", "Philippe Garnier", "Vincent Génot", "Nicolas André" ]
27 Nov 2023 (<a href="https://arxiv.org/abs/2311.15654v1">v1</a>), last revised 13 Sep 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.15654
Event detection in time series is a challenging task due to the prevalence of imbalanced datasets, rare events, and time interval-defined events. Traditional supervised deep learning methods primarily employ binary classification, where each time step is assigned a binary label indicating the presence or absence of an event. However, these methods struggle to handle these specific scenarios effectively. To address these limitations, we propose a novel supervised regression-based deep learning approach that offers several advantages over classification-based methods. Our approach, with a limited number of parameters, can effectively handle various types of events within a unified framework, including rare events and imbalanced datasets. We provide theoretical justifications for its universality and precision and demonstrate its superior performance across diverse domains, particularly for rare events and imbalanced datasets.
stat-04.zip/2311.15654.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.18663
Choosing the parameter of the Fermat distance: navigating geometry and noise
[ "Frédéric Chazal", "Laure Ferraris", "Pablo Groisman", "Matthieu Jonckheere", "Frédéric Pascal", "Facundo Sapienza" ]
30 Nov 2023
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.2311.18663
The Fermat distance has been recently established as a useful tool for machine learning tasks when a natural distance is not directly available to the practitioner or to improve the results given by Euclidean distances by exploding the geometrical and statistical properties of the dataset. This distance depends on a parameter $\alpha$ that greatly impacts the performance of subsequent tasks. Ideally, the value of $\alpha$ should be large enough to navigate the geometric intricacies inherent to the problem. At the same, it should remain restrained enough to sidestep any deleterious ramifications stemming from noise during the process of distance estimation. We study both theoretically and through simulations how to select this parameter.
stat-04.zip/2311.18663.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.07527
Automatic Identification of Driving Maneuver Patterns using a Robust Hidden Semi-Markov Models
[ "Matthew Aguirre", "Wenbo Sun", "Jionghua", "Yang Chen" ]
13 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2311.07527
There is an increase in interest to model driving maneuver patterns via the automatic unsupervised clustering of naturalistic sequential kinematic driving data. The patterns learned are often used in transportation research areas such as eco-driving, road safety, and intelligent vehicles. One such model capable of modeling these patterns is the Hierarchical Dirichlet Process Hidden Semi-Markov Model (HDP-HSMM), as it is often used to estimate data segmentation, state duration, and transition probabilities. While this model is a powerful tool for automatically clustering observed sequential data, the existing HDP-HSMM estimation suffers from an inherent tendency to overestimate the number of states. This can result in poor estimation, which can potentially impact impact transportation research through incorrect inference of driving patterns. In this paper, a new robust HDP-HSMM (rHDP-HSMM) method is proposed to reduce the number of redundant states and improve the consistency of the model&#39;s estimation. Both a simulation study and a case study using naturalistic driving data are presented to demonstrate the effectiveness of the proposed rHDP-HSMM in identifying and inference of driving maneuver patterns.
stat-04.zip/2311.07527.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.07259
Towards Bounding Causal Effects under Markov Equivalence
[ "Alexis Bellot" ]
13 Nov 2023 (<a href="https://arxiv.org/abs/2311.07259v1">v1</a>), last revised 24 May 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.07259
Predicting the effect of unseen interventions is a fundamental research question across the data sciences. It is well established that in general such questions cannot be answered definitively from observational data. This realization has fuelled a growing literature introducing various identifying assumptions, for example in the form of a causal diagram among relevant variables. In practice, this paradigm is still too rigid for many practical applications as it is generally not possible to confidently delineate the true causal diagram. In this paper, we consider the derivation of bounds on causal effects given only observational data. We propose to take as input a less informative structure known as a Partial Ancestral Graph, which represents a Markov equivalence class of causal diagrams and is learnable from data. In this more ``data-driven&#39;&#39; setting, we provide a systematic algorithm to derive bounds on causal effects that exploit the invariant properties of the equivalence class, and that can be computed analytically. We demonstrate our method with synthetic and real data examples.
stat-04.zip/2311.07259.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.09997
Co-data Learning for Bayesian Additive Regression Trees
[ "Jeroen M. Goedhart", "Thomas Klausch", "Jurriaan Janssen", "Mark A. van de Wiel" ]
16 Nov 2023 (<a href="https://arxiv.org/abs/2311.09997v1">v1</a>), last revised 3 Nov 2024 (this version, v2)
30 pages, 3 Figures, 2 Tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.09997
Medical prediction applications often need to deal with small sample sizes compared to the number of covariates. Such data pose problems for prediction and variable selection, especially when the covariate-response relationship is complicated. To address these challenges, we propose to incorporate co-data, i.e. external information on the covariates, into Bayesian additive regression trees (BART), a sum-of-trees prediction model that utilizes priors on the tree parameters to prevent overfitting. To incorporate co-data, an empirical Bayes (EB) framework is developed that estimates, assisted by a co-data model, prior covariate weights in the BART model. The proposed method can handle multiple types of co-data simultaneously. Furthermore, the proposed EB framework enables the estimation of the other hyperparameters of BART as well, rendering an appealing alternative to cross-validation. We show that the method finds relevant covariates and that it improves prediction compared to default BART in simulations. If the covariate-response relationship is nonlinear, the method benefits from the flexibility of BART to outperform regression-based co-data learners. Finally, the use of co-data enhances prediction in an application to diffuse large B-cell lymphoma prognosis based on clinical covariates, gene mutations, DNA translocations, and DNA copy number data. <br>Keywords: Bayesian additive regression trees; Empirical Bayes; Co-data; High-dimensional data; Omics; Prediction
stat-04.zip/2311.09997.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.09369
Time-dependent Probabilistic Generative Models for Disease Progression
[ "Onintze Zaballa", "Aritz Pérez", "Elisa Gómez-Inhiesto", "Teresa Acaiturri-Ayesta", "Jose A. Lozano" ]
15 Nov 2023
Extended Abstract presented at Machine Learning for Health (ML4H) symposium 2023, December 10th, 2023, New Orleans, United States, 17 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computers and Society (cs.CY); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.09369
Electronic health records contain valuable information for monitoring patients&#39; health trajectories over time. Disease progression models have been developed to understand the underlying patterns and dynamics of diseases using these data as sequences. However, analyzing temporal data from EHRs is challenging due to the variability and irregularities present in medical records. We propose a Markovian generative model of treatments developed to (i) model the irregular time intervals between medical events; (ii) classify treatments into subtypes based on the patient sequence of medical events and the time intervals between them; and (iii) segment treatments into subsequences of disease progression patterns. We assume that sequences have an associated structure of latent variables: a latent class representing the different subtypes of treatments; and a set of latent stages indicating the phase of progression of the treatments. We use the Expectation-Maximization algorithm to learn the model, which is efficiently solved with a dynamic programming-based method. Various parametric models have been employed to model the time intervals between medical events during the learning process, including the geometric, exponential, and Weibull distributions. The results demonstrate the effectiveness of our model in recovering the underlying model from data and accurately modeling the irregular time intervals between medical actions.
stat-04.zip/2311.09369.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.07474
A Federated Data Fusion-Based Prognostic Model for Applications with Multi-Stream Incomplete Signals
[ "Madi Arabi", "Xiaolei Fang" ]
13 Nov 2023 (<a href="https://arxiv.org/abs/2311.07474v1">v1</a>), last revised 9 Apr 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Signal Processing (eess.SP); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2311.07474
Most prognostic methods require a decent amount of data for model training. In reality, however, the amount of historical data owned by a single organization might be small or not large enough to train a reliable prognostic model. To address this challenge, this article proposes a federated prognostic model that allows multiple users to jointly construct a failure time prediction model using their multi-stream, high-dimensional, and incomplete data while keeping each user&#39;s data local and confidential. The prognostic model first employs multivariate functional principal component analysis to fuse the multi-stream degradation signals. Then, the fused features coupled with the times-to-failure are utilized to build a (log)-location-scale regression model for failure prediction. To estimate parameters using distributed datasets and keep the data privacy of all participants, we propose a new federated algorithm for feature extraction. Numerical studies indicate that the performance of the proposed model is the same as that of classic non-federated prognostic models and is better than that of the models constructed by each user itself.
stat-04.zip/2311.07474.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.09200
Are Normalizing Flows the Key to Unlocking the Exponential Mechanism?
[ "Robert A. Bridges", "Vandy J. Tombs", "Christopher B. Stanley" ]
15 Nov 2023 (<a href="https://arxiv.org/abs/2311.09200v1">v1</a>), last revised 11 Jun 2024 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Cryptography and Security (cs.CR); Machine Learning (cs.LG); Probability (math.PR)
https://doi.org/10.48550/arXiv.2311.09200
The Exponential Mechanism (ExpM), designed for private optimization, has been historically sidelined from use on continuous sample spaces, as it requires sampling from a generally intractable density, and, to a lesser extent, bounding the sensitivity of the objective function. Any differential privacy (DP) mechanism can be instantiated as ExpM, and ExpM poses an elegant solution for private machine learning (ML) that bypasses inherent inefficiencies of DPSGD. This paper seeks to operationalize ExpM for private optimization and ML by using an auxiliary Normalizing Flow (NF), an expressive deep network for density learning, to approximately sample from ExpM density. The method, ExpM+NF is an alternative to SGD methods for model training. We prove a sensitivity bound for the $\ell^2$ loss permitting ExpM use with any sampling method. To test feasibility, we present results on MIMIC-III health data comparing (non-private) SGD, DPSGD, and ExpM+NF training methods&#39; accuracy and training time. We find that a model sampled from ExpM+NF is nearly as accurate as non-private SGD, more accurate than DPSGD, and ExpM+NF trains faster than Opacus&#39; DPSGD implementation. Unable to provide a privacy proof for the NF approximation, we present empirical results to investigate privacy including the LiRA membership inference attack of Carlini et al. and the recent privacy auditing lower bound method of Steinke et al. Our findings suggest ExpM+NF provides more privacy than non-private SGD, but not as much as DPSGD, although many attacks are impotent against any model. Ancillary benefits of this work include pushing the SOTA of privacy and accuracy on MIMIC-III healthcare data, exhibiting the use of ExpM+NF for Bayesian inference, showing the limitations of empirical privacy auditing in practice, and providing several privacy theorems applicable to distribution learning.
stat-04.zip/2311.09200.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.08661
Deep Neural Network Identification of Limnonectes Species and New Class Detection Using Image Data
[ "Li Xu", "Yili Hong", "Eric P. Smith", "David S. McLeod", "Xinwei Deng", "Laura J. Freeman" ]
15 Nov 2023
26 pages, 11 Figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG); Image and Video Processing (eess.IV)
https://doi.org/10.48550/arXiv.2311.08661
As is true of many complex tasks, the work of discovering, describing, and understanding the diversity of life on Earth (viz., biological systematics and taxonomy) requires many tools. Some of this work can be accomplished as it has been done in the past, but some aspects present us with challenges which traditional knowledge and tools cannot adequately resolve. One such challenge is presented by species complexes in which the morphological similarities among the group members make it difficult to reliably identify known species and detect new ones. We address this challenge by developing new tools using the principles of machine learning to resolve two specific questions related to species complexes. The first question is formulated as a classification problem in statistics and machine learning and the second question is an out-of-distribution (OOD) detection problem. We apply these tools to a species complex comprising Southeast Asian stream frogs (Limnonectes kuhlii complex) and employ a morphological character (hind limb skin texture) traditionally treated qualitatively in a quantitative and objective manner. We demonstrate that deep neural networks can successfully automate the classification of an image into a known species group for which it has been trained. We further demonstrate that the algorithm can successfully classify an image into a new class if the image does not belong to the existing classes. Additionally, we use the larger MNIST dataset to test the performance of our OOD detection algorithm. We finish our paper with some concluding remarks regarding the application of these methods to species complexes and our efforts to document true biodiversity. This paper has online supplementary materials.
stat-04.zip/2311.08661.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.08636
Supervised low-rank semi-nonnegative matrix factorization with frequency regularization for forecasting spatio-temporal data
[ "Keunsu Kim", "Hanbaek Lyu", "Jinsu Kim", "Jae-Hun Jung" ]
15 Nov 2023 (<a href="https://arxiv.org/abs/2311.08636v1">v1</a>), last revised 19 Jun 2024 (this version, v2)
35 pages, Final version
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.08636
We propose a novel methodology for forecasting spatio-temporal data using supervised semi-nonnegative matrix factorization (SSNMF) with frequency regularization. Matrix factorization is employed to decompose spatio-temporal data into spatial and temporal components. To improve clarity in the temporal patterns, we introduce a nonnegativity constraint on the time domain along with regularization in the frequency domain. Specifically, regularization in the frequency domain involves selecting features in the frequency space, making an interpretation in the frequency domain more convenient. We propose two methods in the frequency domain: soft and hard regularizations, and provide convergence guarantees to first-order stationary points of the corresponding constrained optimization problem. While our primary motivation stems from geophysical data analysis based on GRACE (Gravity Recovery and Climate Experiment) data, our methodology has the potential for wider application. Consequently, when applying our methodology to GRACE data, we find that the results with the proposed methodology are comparable to previous research in the field of geophysical sciences but offer clearer interpretability.
stat-04.zip/2311.08636.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.11369
Optimal Locally Private Nonparametric Classification with Public Data
[ "Yuheng Ma", "Hanfang Yang" ]
19 Nov 2023 (<a href="https://arxiv.org/abs/2311.11369v1">v1</a>), last revised 2 Jun 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Cryptography and Security (cs.CR); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.11369
In this work, we investigate the problem of public data assisted non-interactive Local Differentially Private (LDP) learning with a focus on non-parametric classification. Under the posterior drift assumption, we for the first time derive the mini-max optimal convergence rate with LDP constraint. Then, we present a novel approach, the locally differentially private classification tree, which attains the mini-max optimal convergence rate. Furthermore, we design a data-driven pruning procedure that avoids parameter tuning and provides a fast converging estimator. Comprehensive experiments conducted on synthetic and real data sets show the superior performance of our proposed methods. Both our theoretical and experimental findings demonstrate the effectiveness of public data compared to private data, which leads to practical suggestions for prioritizing non-private data collection.
stat-04.zip/2311.11369.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.14549
FRUITS: Feature Extraction Using Iterated Sums for Time Series Classification
[ "Joscha Diehl", "Richard Krieg" ]
24 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.14549
We introduce a pipeline for time series classification that extracts features based on the iterated-sums signature (ISS) and then applies a linear classifier. These features are intrinsically nonlinear, capture chronological information, and, under certain settings, are invariant to time-warping. We are competitive with state-of-the-art methods on the UCR archive, both in terms of accuracy and speed. We make our code available at \url{<a href="https://github.com/irkri/fruits" rel="external noopener nofollow" class="link-external link-https">this https URL</a>}.
stat-04.zip/2311.14549.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.14828
Deep Latent Force Models: ODE-based Process Convolutions for Bayesian Deep Learning
[ "Thomas Baldwin-McDonald", "Mauricio A. Álvarez" ]
24 Nov 2023 (<a href="https://arxiv.org/abs/2311.14828v1">v1</a>), last revised 24 Jan 2024 (this version, v2)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.14828
Modelling the behaviour of highly nonlinear dynamical systems with robust uncertainty quantification is a challenging task which typically requires approaches specifically designed to address the problem at hand. We introduce a domain-agnostic model to address this issue termed the deep latent force model (DLFM), a deep Gaussian process with physics-informed kernels at each layer, derived from ordinary differential equations using the framework of process convolutions. Two distinct formulations of the DLFM are presented which utilise weight-space and variational inducing points-based Gaussian process approximations, both of which are amenable to doubly stochastic variational inference. We present empirical evidence of the capability of the DLFM to capture the dynamics present in highly nonlinear real-world multi-output time series data. Additionally, we find that the DLFM is capable of achieving comparable performance to a range of non-physics-informed probabilistic models on benchmark univariate regression tasks. We also empirically assess the negative impact of the inducing points framework on the extrapolation capabilities of LFM-based models.
stat-04.zip/2311.14828.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.16771
The HR-Calculus: Enabling Information Processing with Quaternion Algebra
[ "Danilo P. Mandic", "Sayed Pouria Talebi", "Clive Cheong Took", "Yili Xia", "Dongpo Xu", "Min Xiang", "Pauline Bourigault" ]
28 Nov 2023 (<a href="https://arxiv.org/abs/2311.16771v1">v1</a>), last revised 26 Oct 2024 (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.2311.16771
From their inception, quaternions and their division algebra have proven to be advantageous in modelling rotation/orientation in three-dimensional spaces and have seen use from the initial formulation of electromagnetic filed theory through to forming the basis of quantum filed theory. Despite their impressive versatility in modelling real-world phenomena, adaptive information processing techniques specifically designed for quaternion-valued signals have only recently come to the attention of the machine learning, signal processing, and control communities. The most important development in this direction is introduction of the HR-calculus, which provides the required mathematical foundation for deriving adaptive information processing techniques directly in the quaternion domain. In this article, the foundations of the HR-calculus are revised and the required tools for deriving adaptive learning techniques suitable for dealing with quaternion-valued signals, such as the gradient operator, chain and product derivative rules, and Taylor series expansion are presented. This serves to establish the most important applications of adaptive information processing in the quaternion domain for both single-node and multi-node formulations. The article is supported by Supplementary Material, which will be referred to as SM.
stat-04.zip/2311.16771.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.16909
Multinomial belief networks for healthcare data
[ "H. C. Donker", "D. Neijzen", "J. de Jong", "G. A. Lunter" ]
28 Nov 2023 (<a href="https://arxiv.org/abs/2311.16909v1">v1</a>), last revised 6 Apr 2024 (this version, v3)
18 pages, 4 figs; supplement: 22 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2311.16909
Healthcare data from patient or population cohorts are often characterized by sparsity, high missingness and relatively small sample sizes. In addition, being able to quantify uncertainty is often important in a medical context. To address these analytical requirements we propose a deep generative Bayesian model for multinomial count data. We develop a collapsed Gibbs sampling procedure that takes advantage of a series of augmentation relations, inspired by the Zhou$\unicode{x2013}$Cong$\unicode{x2013}$Chen model. We visualise the model&#39;s ability to identify coherent substructures in the data using a dataset of handwritten digits. We then apply it to a large experimental dataset of DNA mutations in cancer and show that we can identify biologically meaningful clusters of mutational signatures in a fully data-driven way.
stat-04.zip/2311.16909.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.15610
Bayesian Approach to Linear Bayesian Networks
[ "Seyong Hwang", "Kyoungjae Lee", "Sunmin Oh", "Gunwoong Park" ]
27 Nov 2023
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.2311.15610
This study proposes the first Bayesian approach for learning high-dimensional linear Bayesian networks. The proposed approach iteratively estimates each element of the topological ordering from backward and its parent using the inverse of a partial covariance matrix. The proposed method successfully recovers the underlying structure when Bayesian regularization for the inverse covariance matrix with unequal shrinkage is applied. Specifically, it shows that the number of samples $n = \Omega( d_M^2 \log p)$ and $n = \Omega(d_M^2 p^{2/m})$ are sufficient for the proposed algorithm to learn linear Bayesian networks with sub-Gaussian and 4m-th bounded-moment error distributions, respectively, where $p$ is the number of nodes and $d_M$ is the maximum degree of the moralized graph. The theoretical findings are supported by extensive simulation studies including real data analysis. Furthermore the proposed method is demonstrated to outperform state-of-the-art frequentist approaches, such as the BHLSM, LISTEN, and TD algorithms in synthetic data.
stat-04.zip/2311.15610.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.04035
Discordance Minimization-based Imputation Algorithms for Missing Values in Rating Data
[ "Young Woong Park", "Jinhak Kim", "Dan Zhu" ]
7 Nov 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2311.04035
Ratings are frequently used to evaluate and compare subjects in various applications, from education to healthcare, because ratings provide succinct yet credible measures for comparing subjects. However, when multiple rating lists are combined or considered together, subjects often have missing ratings, because most rating lists do not rate every subject in the combined list. In this study, we propose analyses on missing value patterns using six real-world data sets in various applications, as well as the conditions for applicability of imputation algorithms. Based on the special structures and properties derived from the analyses, we propose optimization models and algorithms that minimize the total rating discordance across rating providers to impute missing ratings in the combined rating lists, using only the known rating information. The total rating discordance is defined as the sum of the pairwise discordance metric, which can be written as a quadratic function. Computational experiments based on real-world and synthetic rating data sets show that the proposed methods outperform the state-of-the-art general imputation methods in the literature in terms of imputation accuracy.
stat-04.zip/2311.04035.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.07511
Uncertainty estimation of machine learning spatial precipitation predictions from satellite data
[ "Georgia Papacharalampous", "Hristos Tyralis", "Nikolaos Doulamis", "Anastasios Doulamis" ]
13 Nov 2023 (<a href="https://arxiv.org/abs/2311.07511v1">v1</a>), last revised 21 Aug 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Atmospheric and Oceanic Physics (physics.ao-ph); Applications (stat.AP); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2311.07511
Merging satellite and gauge data with machine learning produces high-resolution precipitation datasets, but uncertainty estimates are often missing. We addressed the gap of how to optimally provide such estimates by benchmarking six algorithms, mostly novel even for the more general task of quantifying predictive uncertainty in spatial prediction settings. On 15 years of monthly data from over the contiguous United States (CONUS), we compared quantile regression (QR), quantile regression forests (QRF), generalized random forests (GRF), gradient boosting machines (GBM), light gradient boosting machine (LightGBM), and quantile regression neural networks (QRNN). Their ability to issue predictive precipitation quantiles at nine quantile levels (0.025, 0.050, 0.100, 0.250, 0.500, 0.750, 0.900, 0.950, 0.975), approximating the full probability distribution, was evaluated using quantile scoring functions and the quantile scoring rule. Predictors at a site were nearby values from two satellite precipitation retrievals, namely PERSIANN (Precipitation Estimation from Remotely Sensed Information using Artificial Neural Networks) and IMERG (Integrated Multi-satellitE Retrievals), and the site&#39;s elevation. The dependent variable was the monthly mean gauge precipitation. With respect to QR, LightGBM showed improved performance in terms of the quantile scoring rule by 11.10%, also surpassing QRF (7.96%), GRF (7.44%), GBM (4.64%) and QRNN (1.73%). Notably, LightGBM outperformed all random forest variants, the current standard in spatial prediction with machine learning. To conclude, we propose a suite of machine learning algorithms for estimating uncertainty in spatial data prediction, supported with a formal evaluation framework based on scoring functions and scoring rules.
stat-04.zip/2311.07511.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2311.07537
Estimating optical vegetation indices and biophysical variables for temperate forests with Sentinel-1 SAR data using machine learning techniques: A case study for Czechia
[ "Daniel Paluba", "Bertrand Le Saux", "Přemysl Stych" ]
13 Nov 2023 (<a href="https://arxiv.org/abs/2311.07537v1">v1</a>), last revised 27 Aug 2024 (this version, v2)
Revised version of the preprint, based on comments from the reviewers. Full research article. 23 pages, 10 figures, 7 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2311.07537
Current optical vegetation indices (VIs) for monitoring forest ecosystems are well established and widely used in various applications, but can be limited by atmospheric effects such as clouds. In contrast, synthetic aperture radar (SAR) data can offer insightful and systematic forest monitoring with complete time series (TS) due to signal penetration through clouds and day and night image acquisitions. This study aims to address the limitations of optical satellite data by using SAR data as an alternative for estimating optical VIs for forests through machine learning (ML). While this approach is less direct and likely only feasible through the power of ML, it raises the scientific question of whether enough relevant information is contained in the SAR signal to accurately estimate VIs. This work covers the estimation of TS of four VIs (LAI, FAPAR, EVI and NDVI) using multitemporal Sentinel-1 SAR and ancillary data. The study focused on both healthy and disturbed temperate forest areas in Czechia for the year 2021, while ground truth labels generated from Sentinel-2 multispectral data. This was enabled by creating a paired multi-modal TS dataset in Google Earth Engine (GEE), including temporally and spatially aligned Sentinel-1, Sentinel-2, DEM, weather and land cover datasets. The inclusion of DEM-derived auxiliary features and additional meteorological information, further improved the results. In the comparison of ML models, the traditional ML algorithms, RFR and XGBoost slightly outperformed the AutoML approach, auto-sklearn, for all VIs, achieving high accuracies ($R^2$ between 70-86%) and low errors (0.055-0.29 of MAE). In general, up to 240 measurements per year and a spatial resolution of 20 m can be achieved using estimated SAR-based VIs with high accuracy. A great advantage of the SAR-based VI is the ability to detect abrupt forest changes with sub-weekly temporal accuracy.
stat-04.zip/2311.07537.pdf
/content/arxiv-data/data/stat.ML/2023/11/00000000.parquet
stat.ML
2023
11
2023-11-01
2312.00991
Convergences for Minimax Optimization Problems over Infinite-Dimensional Spaces Towards Stability in Adversarial Training
[ "Takashi Furuya", "Satoshi Okuda", "Kazuma Suetake", "Yoshihide Sawada" ]
2 Dec 2023
46 pages
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2312.00991
Training neural networks that require adversarial optimization, such as generative adversarial networks (GANs) and unsupervised domain adaptations (UDAs), suffers from instability. This instability problem comes from the difficulty of the minimax optimization, and there have been various approaches in GANs and UDAs to overcome this problem. In this study, we tackle this problem theoretically through a functional analysis. Specifically, we show the convergence property of the minimax problem by the gradient descent over the infinite-dimensional spaces of continuous functions and probability measures under certain conditions. Using this setting, we can discuss GANs and UDAs comprehensively, which have been studied independently. In addition, we show that the conditions necessary for the convergence property are interpreted as stabilization techniques of adversarial training such as the spectral normalization and the gradient penalty.
stat-04.zip/2312.00991.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.01530
Evaluation of Active Feature Acquisition Methods for Time-varying Feature Settings
[ "Henrik von Kleist", "Alireza Zamanian", "Ilya Shpitser", "Narges Ahmidi" ]
3 Dec 2023 (<a href="https://arxiv.org/abs/2312.01530v1">v1</a>), last revised 17 Apr 2025 (this version, v4)
61 pages, 4 tables, 11 Figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.01530
Machine learning methods often assume that input features are available at no cost. However, in domains like healthcare, where acquiring features could be expensive or harmful, it is necessary to balance a feature&#39;s acquisition cost against its predictive value. The task of training an AI agent to decide which features to acquire is called active feature acquisition (AFA). By deploying an AFA agent, we effectively alter the acquisition strategy and trigger a distribution shift. To safely deploy AFA agents under this distribution shift, we present the problem of active feature acquisition performance evaluation (AFAPE). We examine AFAPE under i) a no direct effect (NDE) assumption, stating that acquisitions do not affect the underlying feature values; and ii) a no unobserved confounding (NUC) assumption, stating that retrospective feature acquisition decisions were only based on observed features. We show that one can apply missing data methods under the NDE assumption and offline reinforcement learning under the NUC assumption. When NUC and NDE hold, we propose a novel semi-offline reinforcement learning framework. This framework requires a weaker positivity assumption and introduces three new estimators: A direct method (DM), an inverse probability weighting (IPW), and a double reinforcement learning (DRL) estimator.
stat-04.zip/2312.01530.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.00886
Nash Learning from Human Feedback
[ "Rémi Munos", "Michal Valko", "Daniele Calandriello", "Mohammad Gheshlaghi Azar", "Mark Rowland", "Zhaohan Daniel Guo", "Yunhao Tang", "Matthieu Geist", "Thomas Mesnard", "Andrea Michi", "Marco Selvi", "Sertan Girgin", "Nikola Momchev", "Olivier Bachem", "Daniel J. Mankowitz", "Doina P...
1 Dec 2023 (<a href="https://arxiv.org/abs/2312.00886v1">v1</a>), last revised 11 Jun 2024 (this version, v4)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Computer Science and Game Theory (cs.GT); Machine Learning (cs.LG); Multiagent Systems (cs.MA)
https://doi.org/10.48550/arXiv.2312.00886
Reinforcement learning from human feedback (RLHF) has emerged as the main paradigm for aligning large language models (LLMs) with human preferences. Typically, RLHF involves the initial step of learning a reward model from human feedback, often expressed as preferences between pairs of text generations produced by a pre-trained LLM. Subsequently, the LLM&#39;s policy is fine-tuned by optimizing it to maximize the reward model through a reinforcement learning algorithm. However, an inherent limitation of current reward models is their inability to fully represent the richness of human preferences and their dependency on the sampling distribution. <br>In this study, we introduce an alternative pipeline for the fine-tuning of LLMs using pairwise human feedback. Our approach entails the initial learning of a preference model, which is conditioned on two inputs given a prompt, followed by the pursuit of a policy that consistently generates responses preferred over those generated by any competing policy, thus defining the Nash equilibrium of this preference model. We term this approach Nash learning from human feedback (NLHF). <br>In the context of a tabular policy representation, we present a novel algorithmic solution, Nash-MD, founded on the principles of mirror descent. This algorithm produces a sequence of policies, with the last iteration converging to the regularized Nash equilibrium. Additionally, we explore parametric representations of policies and introduce gradient descent algorithms for deep-learning architectures. To demonstrate the effectiveness of our approach, we present experimental results involving the fine-tuning of a LLM for a text summarization task. We believe NLHF offers a compelling avenue for preference learning and policy optimization with the potential of advancing the field of aligning LLMs with human preferences.
stat-04.zip/2312.00886.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.00742
Scalable Meta-Learning with Gaussian Processes
[ "Petru Tighineanu", "Lukas Grossberger", "Paul Baireuther", "Kathrin Skubch", "Stefan Falkner", "Julia Vinogradska", "Felix Berkenkamp" ]
1 Dec 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.00742
Meta-learning is a powerful approach that exploits historical data to quickly solve new tasks from the same distribution. In the low-data regime, methods based on the closed-form posterior of Gaussian processes (GP) together with Bayesian optimization have achieved high performance. However, these methods are either computationally expensive or introduce assumptions that hinder a principled propagation of uncertainty between task models. This may disrupt the balance between exploration and exploitation during optimization. In this paper, we develop ScaML-GP, a modular GP model for meta-learning that is scalable in the number of tasks. Our core contribution is a carefully designed multi-task kernel that enables hierarchical training and task scalability. Conditioning ScaML-GP on the meta-data exposes its modular nature yielding a test-task prior that combines the posteriors of meta-task GPs. In synthetic and real-world meta-learning experiments, we demonstrate that ScaML-GP can learn efficiently both with few and many meta-tasks.
stat-04.zip/2312.00742.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.02671
Learning a Sparse Representation of Barron Functions with the Inverse Scale Space Flow
[ "Tjeerd Jan Heeringa", "Tim Roith", "Christoph Brune", "Martin Burger" ]
5 Dec 2023
30 pages, 0 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Functional Analysis (math.FA); Numerical Analysis (math.NA)
https://doi.org/10.48550/arXiv.2312.02671
This paper presents a method for finding a sparse representation of Barron functions. Specifically, given an $L^2$ function $f$, the inverse scale space flow is used to find a sparse measure $\mu$ minimising the $L^2$ loss between the Barron function associated to the measure $\mu$ and the function $f$. The convergence properties of this method are analysed in an ideal setting and in the cases of measurement noise and sampling bias. In an ideal setting the objective decreases strictly monotone in time to a minimizer with $\mathcal{O}(1/t)$, and in the case of measurement noise or sampling bias the optimum is achieved up to a multiplicative or additive constant. This convergence is preserved on discretization of the parameter space, and the minimizers on increasingly fine discretizations converge to the optimum on the full parameter space.
stat-04.zip/2312.02671.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.02828
Convergence Rates for Stochastic Approximation: Biased Noise with Unbounded Variance, and Applications
[ "Rajeeva L. Karandikar", "M. Vidyasagar" ]
5 Dec 2023 (<a href="https://arxiv.org/abs/2312.02828v1">v1</a>), last revised 23 Sep 2024 (this version, v4)
35 pages, 3 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC); Probability (math.PR)
https://doi.org/10.48550/arXiv.2312.02828
In this paper, we study the convergence properties of the Stochastic Gradient Descent (SGD) method for finding a stationary point of a given objective function $J(\cdot)$. The objective function is not required to be convex. Rather, our results apply to a class of ``invex&#39;&#39; functions, which have the property that every stationary point is also a global minimizer. First, it is assumed that $J(\cdot)$ satisfies a property that is slightly weaker than the Kurdyka-Lojasiewicz (KL) condition, denoted here as (KL&#39;). It is shown that the iterations $J(\boldsymbol{\theta}_t)$ converge almost surely to the global minimum of $J(\cdot)$. Next, the hypothesis on $J(\cdot)$ is strengthened from (KL&#39;) to the Polyak-Lojasiewicz (PL) condition. With this stronger hypothesis, we derive estimates on the rate of convergence of $J(\boldsymbol{\theta}_t)$ to its limit. Using these results, we show that for functions satisfying the PL property, the convergence rate of both the objective function and the norm of the gradient with SGD is the same as the best-possible rate for convex functions. While some results along these lines have been published in the past, our contributions contain two distinct improvements. First, the assumptions on the stochastic gradient are more general than elsewhere, and second, our convergence is almost sure, and not in expectation. We also study SGD when only function evaluations are permitted. In this setting, we determine the ``optimal&#39;&#39; increments or the size of the perturbations. Using the same set of ideas, we establish the global convergence of the Stochastic Approximation (SA) algorithm under more general assumptions on the measurement error, compared to the existing literature. We also derive bounds on the rate of convergence of the SA algorithm under appropriate assumptions.
stat-04.zip/2312.02828.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.02959
Detecting algorithmic bias in medical-AI models using trees
[ "Jeffrey Smith", "Andre Holder", "Rishikesan Kamaleswaran", "Yao Xie" ]
5 Dec 2023 (<a href="https://arxiv.org/abs/2312.02959v1">v1</a>), last revised 29 Oct 2024 (this version, v7)
26 pages, 9 figures
Machine Learning (stat.ML)
Machine Learning (stat.ML); Computers and Society (cs.CY); Machine Learning (cs.LG); Applications (stat.AP)
https://doi.org/10.48550/arXiv.2312.02959
With the growing prevalence of machine learning and artificial intelligence-based medical decision support systems, it is equally important to ensure that these systems provide patient outcomes in a fair and equitable fashion. This paper presents an innovative framework for detecting areas of algorithmic bias in medical-AI decision support systems. Our approach efficiently identifies potential biases in medical-AI models, specifically in the context of sepsis prediction, by employing the Classification and Regression Trees (CART) algorithm with conformity scores. We verify our methodology by conducting a series of synthetic data experiments, showcasing its ability to estimate areas of bias in controlled settings precisely. The effectiveness of the concept is further validated by experiments using electronic medical records from Grady Memorial Hospital in Atlanta, Georgia. These tests demonstrate the practical implementation of our strategy in a clinical environment, where it can function as a vital instrument for guaranteeing fairness and equity in AI-based medical decisions.
stat-04.zip/2312.02959.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.03262
Low-Cost High-Power Membership Inference Attacks
[ "Sajjad Zarifzadeh", "Philippe Liu", "Reza Shokri" ]
6 Dec 2023 (<a href="https://arxiv.org/abs/2312.03262v1">v1</a>), last revised 12 Jun 2024 (this version, v3)
ICML 2024
Machine Learning (stat.ML)
Machine Learning (stat.ML); Cryptography and Security (cs.CR); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.03262
Membership inference attacks aim to detect if a particular data point was used in training a model. We design a novel statistical test to perform robust membership inference attacks (RMIA) with low computational overhead. We achieve this by a fine-grained modeling of the null hypothesis in our likelihood ratio tests, and effectively leveraging both reference models and reference population data samples. RMIA has superior test power compared with prior methods, throughout the TPR-FPR curve (even at extremely low FPR, as low as 0). Under computational constraints, where only a limited number of pre-trained reference models (as few as 1) are available, and also when we vary other elements of the attack (e.g., data distribution), our method performs exceptionally well, unlike prior attacks that approach random guessing. RMIA lays the groundwork for practical yet accurate data privacy risk assessment in machine learning.
stat-04.zip/2312.03262.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.01046
Bagged Regularized $k$-Distances for Anomaly Detection
[ "Yuchao Cai", "Hanfang Yang", "Yuheng Ma", "Hanyuan Hang" ]
2 Dec 2023 (<a href="https://arxiv.org/abs/2312.01046v1">v1</a>), last revised 1 Aug 2025 (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.2312.01046
We consider the paradigm of unsupervised anomaly detection, which involves the identification of anomalies within a dataset in the absence of labeled examples. Though distance-based methods are top-performing for unsupervised anomaly detection, they suffer heavily from the sensitivity to the choice of the number of the nearest neighbors. In this paper, we propose a new distance-based algorithm called bagged regularized $k$-distances for anomaly detection (BRDAD), converting the unsupervised anomaly detection problem into a convex optimization problem. Our BRDAD algorithm selects the weights by minimizing the surrogate risk, i.e., the finite sample bound of the empirical risk of the bagged weighted $k$-distances for density estimation (BWDDE). This approach enables us to successfully address the sensitivity challenge of the hyperparameter choice in distance-based algorithms. Moreover, when dealing with large-scale datasets, the efficiency issues can be addressed by the incorporated bagging technique in our BRDAD algorithm. On the theoretical side, we establish fast convergence rates of the AUC regret of our algorithm and demonstrate that the bagging technique significantly reduces the computational complexity. On the practical side, we conduct numerical experiments to illustrate the insensitivity of the parameter selection of our algorithm compared with other state-of-the-art distance-based methods. Furthermore, our method achieves superior performance on real-world datasets with the introduced bagging technique compared to other approaches.
stat-04.zip/2312.01046.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.02375
CityTFT: Temporal Fusion Transformer for Urban Building Energy Modeling
[ "Ting-Yu Dai", "Dev Niyogi", "Zoltan Nagy" ]
4 Dec 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.02375
Urban Building Energy Modeling (UBEM) is an emerging method to investigate urban design and energy systems against the increasing energy demand at urban and neighborhood levels. However, current UBEM methods are mostly physic-based and time-consuming in multiple climate change scenarios. This work proposes CityTFT, a data-driven UBEM framework, to accurately model the energy demands in urban environments. With the empowerment of the underlying TFT framework and an augmented loss function, CityTFT could predict heating and cooling triggers in unseen climate dynamics with an F1 score of 99.98 \% while RMSE of loads of 13.57 kWh.
stat-04.zip/2312.02375.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.01457
Marginal Density Ratio for Off-Policy Evaluation in Contextual Bandits
[ "Muhammad Faaiz Taufiq", "Arnaud Doucet", "Rob Cornish", "Jean-Francois Ton" ]
3 Dec 2023
Conference on Neural Information Processing Systems (NeurIPS 2023)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2312.01457
Off-Policy Evaluation (OPE) in contextual bandits is crucial for assessing new policies using existing data without costly experimentation. However, current OPE methods, such as Inverse Probability Weighting (IPW) and Doubly Robust (DR) estimators, suffer from high variance, particularly in cases of low overlap between target and behavior policies or large action and context spaces. In this paper, we introduce a new OPE estimator for contextual bandits, the Marginal Ratio (MR) estimator, which focuses on the shift in the marginal distribution of outcomes $Y$ instead of the policies themselves. Through rigorous theoretical analysis, we demonstrate the benefits of the MR estimator compared to conventional methods like IPW and DR in terms of variance reduction. Additionally, we establish a connection between the MR estimator and the state-of-the-art Marginalized Inverse Propensity Score (MIPS) estimator, proving that MR achieves lower variance among a generalized family of MIPS estimators. We further illustrate the utility of the MR estimator in causal inference settings, where it exhibits enhanced performance in estimating Average Treatment Effects (ATE). Our experiments on synthetic and real-world datasets corroborate our theoretical findings and highlight the practical advantages of the MR estimator in OPE for contextual bandits.
stat-04.zip/2312.01457.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.02850
A Kernel-Based Neural Network Test for High-dimensional Sequencing Data Analysis
[ "Tingting Hou", "Chang Jiang", "Qing Lu" ]
5 Dec 2023 (<a href="https://arxiv.org/abs/2312.02850v1">v1</a>), last revised 6 Dec 2023 (this version, v2)
31 pages, 5 figures and 3 tabels
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME)
https://doi.org/10.48550/arXiv.2312.02850
The recent development of artificial intelligence (AI) technology, especially the advance of deep neural network (DNN) technology, has revolutionized many fields. While DNN plays a central role in modern AI technology, it has been rarely used in sequencing data analysis due to challenges brought by high-dimensional sequencing data (e.g., overfitting). Moreover, due to the complexity of neural networks and their unknown limiting distributions, building association tests on neural networks for genetic association analysis remains a great challenge. To address these challenges and fill the important gap of using AI in high-dimensional sequencing data analysis, we introduce a new kernel-based neural network (KNN) test for complex association analysis of sequencing data. The test is built on our previously developed KNN framework, which uses random effects to model the overall effects of high-dimensional genetic data and adopts kernel-based neural network structures to model complex genotype-phenotype relationships. Based on KNN, a Wald-type test is then introduced to evaluate the joint association of high-dimensional genetic data with a disease phenotype of interest, considering non-linear and non-additive effects (e.g., interaction effects). Through simulations, we demonstrated that our proposed method attained higher power compared to the sequence kernel association test (SKAT), especially in the presence of non-linear and interaction effects. Finally, we apply the methods to the whole genome sequencing (WGS) dataset from the Alzheimer&#39;s Disease Neuroimaging Initiative (ADNI) study, investigating new genes associated with the hippocampal volume change over time.
stat-04.zip/2312.02850.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.03351
On the variants of SVM methods applied to GPR data to classify tack coat characteristics in French pavements: two experimental case studies
[ "Grégory Andreoli", "Amine Ihamouten", "Mai Lan Nguyen", "Yannick Fargier", "Cyrille Fauchard", "Jean-Michel Simonin", "Viktoriia Buliuk", "David Souriou", "Xavier Dérobert" ]
6 Dec 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.03351
Among the commonly used non-destructive techniques, the Ground Penetrating Radar (GPR) is one of the most widely adopted today for assessing pavement conditions in France. However, conventional radar systems and their forward processing methods have shown their limitations for the physical and geometrical characterization of very thin layers such as tack coats. However, the use of Machine Learning methods applied to GPR with an inverse approach showed that it was numerically possible to identify the tack coat characteristics despite masking effects due to low timefrequency resolution noted in the raw B-scans. Thus, we propose in this paper to apply the inverse approach based on Machine Learning, already validated in previous works on numerical data, on two experimental cases with different pavement structures. The first case corresponds to a validation on known pavement structures on the Gustave Eiffel University (Nantes, France) with its pavement fatigue carousel and the second case focuses on a new real road in Vend{é}e department (France). In both case studies, the performances of SVM/SVR methods showed the efficiency of supervised learning methods to classify and estimate the emulsion proportioning in the tack coats.
stat-04.zip/2312.03351.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.01133
$t^3$-Variational Autoencoder: Learning Heavy-tailed Data with Student&#39;s t and Power Divergence
[ "Juno Kim", "Jaehyuk Kwon", "Mincheol Cho", "Hyunjong Lee", "Joong-Ho Won" ]
2 Dec 2023 (<a href="https://arxiv.org/abs/2312.01133v1">v1</a>), last revised 3 Mar 2024 (this version, v2)
ICLR 2024; 27 pages, 7 figures, 8 tables
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.01133
The variational autoencoder (VAE) typically employs a standard normal prior as a regularizer for the probabilistic latent encoder. However, the Gaussian tail often decays too quickly to effectively accommodate the encoded points, failing to preserve crucial structures hidden in the data. In this paper, we explore the use of heavy-tailed models to combat over-regularization. Drawing upon insights from information geometry, we propose $t^3$VAE, a modified VAE framework that incorporates Student&#39;s t-distributions for the prior, encoder, and decoder. This results in a joint model distribution of a power form which we argue can better fit real-world datasets. We derive a new objective by reformulating the evidence lower bound as joint optimization of KL divergence between two statistical manifolds and replacing with $\gamma$-power divergence, a natural alternative for power families. $t^3$VAE demonstrates superior generation of low-density regions when trained on heavy-tailed synthetic data. Furthermore, we show that $t^3$VAE significantly outperforms other models on CelebA and imbalanced CIFAR-100 datasets.
stat-04.zip/2312.01133.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.03307
Balanced Marginal and Joint Distributional Learning via Mixture Cramer-Wold Distance
[ "Seunghwan An", "Sungchul Hong", "Jong-June Jeon" ]
6 Dec 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.03307
In the process of training a generative model, it becomes essential to measure the discrepancy between two high-dimensional probability distributions: the generative distribution and the ground-truth distribution of the observed dataset. Recently, there has been growing interest in an approach that involves slicing high-dimensional distributions, with the Cramer-Wold distance emerging as a promising method. However, we have identified that the Cramer-Wold distance primarily focuses on joint distributional learning, whereas understanding marginal distributional patterns is crucial for effective synthetic data generation. In this paper, we introduce a novel measure of dissimilarity, the mixture Cramer-Wold distance. This measure enables us to capture both marginal and joint distributional information simultaneously, as it incorporates a mixture measure with point masses on standard basis vectors. Building upon the mixture Cramer-Wold distance, we propose a new generative model called CWDAE (Cramer-Wold Distributional AutoEncoder), which shows remarkable performance in generating synthetic data when applied to real tabular datasets. Furthermore, our model offers the flexibility to adjust the level of data privacy with ease.
stat-04.zip/2312.03307.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.00427
From Mutual Information to Expected Dynamics: New Generalization Bounds for Heavy-Tailed SGD
[ "Benjamin Dupuis", "Paul Viallard" ]
1 Dec 2023
Accepted in the NeurIPS 2023 Workshop Heavy Tails in Machine Learning
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.00427
Understanding the generalization abilities of modern machine learning algorithms has been a major research topic over the past decades. In recent years, the learning dynamics of Stochastic Gradient Descent (SGD) have been related to heavy-tailed dynamics. This has been successfully applied to generalization theory by exploiting the fractal properties of those dynamics. However, the derived bounds depend on mutual information (decoupling) terms that are beyond the reach of computability. In this work, we prove generalization bounds over the trajectory of a class of heavy-tailed dynamics, without those mutual information terms. Instead, we introduce a geometric decoupling term by comparing the learning dynamics (depending on the empirical risk) with an expected one (depending on the population risk). We further upper-bound this geometric term, by using techniques from the heavy-tailed and the fractal literature, making it fully computable. Moreover, as an attempt to tighten the bounds, we propose a PAC-Bayesian setting based on perturbed dynamics, in which the same geometric term plays a crucial role and can still be bounded using the techniques described above.
stat-04.zip/2312.00427.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.07358
Distributional Bellman Operators over Mean Embeddings
[ "Li Kevin Wenliang", "Grégoire Delétang", "Matthew Aitchison", "Marcus Hutter", "Anian Ruoss", "Arthur Gretton", "Mark Rowland" ]
9 Dec 2023 (<a href="https://arxiv.org/abs/2312.07358v1">v1</a>), last revised 4 Mar 2024 (this version, v3)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.07358
We propose a novel algorithmic framework for distributional reinforcement learning, based on learning finite-dimensional mean embeddings of return distributions. We derive several new algorithms for dynamic programming and temporal-difference learning based on this framework, provide asymptotic convergence theory, and examine the empirical performance of the algorithms on a suite of tabular tasks. Further, we show that this approach can be straightforwardly combined with deep reinforcement learning, and obtain a new deep RL agent that improves over baseline distributional approaches on the Arcade Learning Environment.
stat-04.zip/2312.07358.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.06828
Resetting a fixed broken ELBO
[ "Robert I. Cukier" ]
11 Dec 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.06828
Variational autoencoders (VAEs) are one class of generative probabilistic latent-variable models designed for inference based on known data. They balance reconstruction and regularizer terms. A variational approximation produces an evidence lower bound (ELBO). Multiplying the regularizer term by beta provides a beta-VAE/ELBO, improving disentanglement of the latent space. However, any beta value different than unity violates the laws of conditional probability. To provide a similarly-parameterized VAE, we develop a Renyi (versus Shannon) entropy VAE, and a variational approximation RELBO that introduces a similar parameter. The Renyi VAE has an additional Renyi regularizer-like term with a conditional distribution that is not learned. The term is evaluated essentially analytically using a Singular Value Decomposition method.
stat-04.zip/2312.06828.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.07186
Towards Optimal Sobolev Norm Rates for the Vector-Valued Regularized Least-Squares Algorithm
[ "Zhu Li", "Dimitri Meunier", "Mattes Mollenhauer", "Arthur Gretton" ]
12 Dec 2023 (<a href="https://arxiv.org/abs/2312.07186v1">v1</a>), last revised 6 Aug 2024 (this version, v5)
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.07186
We present the first optimal rates for infinite-dimensional vector-valued ridge regression on a continuous scale of norms that interpolate between $L_2$ and the hypothesis space, which we consider as a vector-valued reproducing kernel Hilbert space. These rates allow to treat the misspecified case in which the true regression function is not contained in the hypothesis space. We combine standard assumptions on the capacity of the hypothesis space with a novel tensor product construction of vector-valued interpolation spaces in order to characterize the smoothness of the regression function. Our upper bound not only attains the same rate as real-valued kernel ridge regression, but also removes the assumption that the target regression function is bounded. For the lower bound, we reduce the problem to the scalar setting using a projection argument. We show that these rates are optimal in most cases and independent of the dimension of the output space. We illustrate our results for the special case of vector-valued Sobolev spaces.
stat-04.zip/2312.07186.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.06591
Concurrent Density Estimation with Wasserstein Autoencoders: Some Statistical Insights
[ "Anish Chakrabarty", "Arkaprabha Basu", "Swagatam Das" ]
11 Dec 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.06591
Variational Autoencoders (VAEs) have been a pioneering force in the realm of deep generative models. Amongst its legions of progenies, Wasserstein Autoencoders (WAEs) stand out in particular due to the dual offering of heightened generative quality and a strong theoretical backbone. WAEs consist of an encoding and a decoding network forming a bottleneck with the prime objective of generating new samples resembling the ones it was catered to. In the process, they aim to achieve a target latent representation of the encoded data. Our work is an attempt to offer a theoretical understanding of the machinery behind WAEs. From a statistical viewpoint, we pose the problem as concurrent density estimation tasks based on neural network-induced transformations. This allows us to establish deterministic upper bounds on the realized errors WAEs commit. We also analyze the propagation of these stochastic errors in the presence of adversaries. As a result, both the large sample properties of the reconstructed distribution and the resilience of WAE models are explored.
stat-04.zip/2312.06591.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.07387
Wiener Chaos in Kernel Regression: Towards Untangling Aleatoric and Epistemic Uncertainty
[ "T. Faulwasser", "O. Molodchyk" ]
12 Dec 2023 (<a href="https://arxiv.org/abs/2312.07387v1">v1</a>), last revised 12 Sep 2024 (this version, v2)
16 pages, 2 figures; accepted to the SysDO conference
Machine Learning (stat.ML)
Machine Learning (stat.ML); Systems and Control (eess.SY); Optimization and Control (math.OC)
https://doi.org/10.48550/arXiv.2312.07387
Gaussian Processes (GPs) are a versatile method that enables different approaches towards learning for dynamics and control. Gaussianity assumptions appear in two dimensions in GPs: The positive semi-definite kernel of the underlying reproducing kernel Hilbert space is used to construct the co-variance of a Gaussian distribution over functions, while measurement noise (i.e. data corruption) is usually modeled as i.i.d. additive Gaussians. In this note, we generalize the setting and consider kernel ridge regression with additive i.i.d. non-Gaussian measurement noise. To apply the usual kernel trick, we rely on the representation of the uncertainty via polynomial chaos expansions, which are series expansions for random variables of finite variance introduced by Norbert Wiener. We derive and discuss the analytic $\mathcal{L}^2$ solution to the arising Wiener kernel regression. Considering a polynomial dynamic system as a numerical example, we show that our approach allows us to distinguish the uncertainty that stems from the noise in the data samples from the total uncertainty encoded in the GP posterior distribution.
stat-04.zip/2312.07387.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01
2312.05645
Sample-Optimal Locally Private Hypothesis Selection and the Provable Benefits of Interactivity
[ "Alireza F. Pour", "Hassan Ashtiani", "Shahab Asoodeh" ]
9 Dec 2023
Machine Learning (stat.ML)
Machine Learning (stat.ML); Cryptography and Security (cs.CR); Information Theory (cs.IT); Machine Learning (cs.LG)
https://doi.org/10.48550/arXiv.2312.05645
We study the problem of hypothesis selection under the constraint of local differential privacy. Given a class $\mathcal{F}$ of $k$ distributions and a set of i.i.d. samples from an unknown distribution $h$, the goal of hypothesis selection is to pick a distribution $\hat{f}$ whose total variation distance to $h$ is comparable with the best distribution in $\mathcal{F}$ (with high probability). We devise an $\varepsilon$-locally-differentially-private ($\varepsilon$-LDP) algorithm that uses $\Theta\left(\frac{k}{\alpha^2\min \{\varepsilon^2,1\}}\right)$ samples to guarantee that $d_{TV}(h,\hat{f})\leq \alpha + 9 \min_{f\in \mathcal{F}}d_{TV}(h,f)$ with high probability. This sample complexity is optimal for $\varepsilon&lt;1$, matching the lower bound of Gopi et al. (2020). All previously known algorithms for this problem required $\Omega\left(\frac{k\log k}{\alpha^2\min \{ \varepsilon^2 ,1\}} \right)$ samples to work. <br>Moreover, our result demonstrates the power of interaction for $\varepsilon$-LDP hypothesis selection. Namely, it breaks the known lower bound of $\Omega\left(\frac{k\log k}{\alpha^2\min \{ \varepsilon^2 ,1\}} \right)$ for the sample complexity of non-interactive hypothesis selection. Our algorithm breaks this barrier using only $\Theta(\log \log k)$ rounds of interaction. <br>To prove our results, we define the notion of \emph{critical queries} for a Statistical Query Algorithm (SQA) which may be of independent interest. Informally, an SQA is said to use a small number of critical queries if its success relies on the accuracy of only a small number of queries it asks. We then design an LDP algorithm that uses a smaller number of critical queries.
stat-04.zip/2312.05645.pdf
/content/arxiv-data/data/stat.ML/2023/12/00000000.parquet
stat.ML
2023
12
2023-12-01