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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2111.09724 | From Optimality to Robustness: Dirichlet Sampling Strategies in Stochastic Bandits | [
"Dorian Baudry",
"Patrick Saux",
"Odalric-Ambrym Maillard"
] | 18 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.09724 | The stochastic multi-arm bandit problem has been extensively studied under standard assumptions on the arm's distribution (e.g bounded with known support, exponential family, etc). These assumptions are suitable for many real-world problems but sometimes they require knowledge (on tails for instance) that may not be precisely accessible to the practitioner, raising the question of the robustness of bandit algorithms to model misspecification. In this paper we study a generic Dirichlet Sampling (DS) algorithm, based on pairwise comparisons of empirical indices computed with re-sampling of the arms' observations and a data-dependent exploration bonus. We show that different variants of this strategy achieve provably optimal regret guarantees when the distributions are bounded and logarithmic regret for semi-bounded distributions with a mild quantile condition. We also show that a simple tuning achieve robustness with respect to a large class of unbounded distributions, at the cost of slightly worse than logarithmic asymptotic regret. We finally provide numerical experiments showing the merits of DS in a decision-making problem on synthetic agriculture data. | stat-04.zip/2111.09724.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.01767 | Regularization for Shuffled Data Problems via Exponential Family Priors on the Permutation Group | [
"Zhenbang Wang",
"Emanuel Ben-David",
"Martin Slawski"
] | 2 Nov 2021 | 25 pages, 5 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2111.01767 | In the analysis of data sets consisting of (X, Y)-pairs, a tacit assumption is that each pair corresponds to the same observation unit. If, however, such pairs are obtained via record linkage of two files, this assumption can be violated as a result of mismatch error rooting, for example, in the lack of reliable identifiers in the two files. Recently, there has been a surge of interest in this setting under the term "Shuffled data" in which the underlying correct pairing of (X, Y)-pairs is represented via an unknown index permutation. Explicit modeling of the permutation tends to be associated with substantial overfitting, prompting the need for suitable methods of regularization. In this paper, we propose a flexible exponential family prior on the permutation group for this purpose that can be used to integrate various structures such as sparse and locally constrained shuffling. This prior turns out to be conjugate for canonical shuffled data problems in which the likelihood conditional on a fixed permutation can be expressed as product over the corresponding (X,Y)-pairs. Inference is based on the EM algorithm in which the intractable E-step is approximated by the Fisher-Yates algorithm. The M-step is shown to admit a significant reduction from $n^2$ to $n$ terms if the likelihood of (X,Y)-pairs has exponential family form as in the case of generalized linear models. Comparisons on synthetic and real data show that the proposed approach compares favorably to competing methods. | stat-04.zip/2111.01767.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.10178 | Understanding Training-Data Leakage from Gradients in Neural Networks for Image Classification | [
"Cangxiong Chen",
"Neill D.F. Campbell"
] | 19 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.10178 | Federated learning of deep learning models for supervised tasks, e.g. image classification and segmentation, has found many applications: for example in human-in-the-loop tasks such as film post-production where it enables sharing of domain expertise of human artists in an efficient and effective fashion. In many such applications, we need to protect the training data from being leaked when gradients are shared in the training process due to IP or privacy concerns. Recent works have demonstrated that it is possible to reconstruct the training data from gradients for an image-classification model when its architecture is known. However, there is still an incomplete theoretical understanding of the efficacy and failure of such attacks. In this paper, we analyse the source of training-data leakage from gradients. We formulate the problem of training data reconstruction as solving an optimisation problem iteratively for each layer. The layer-wise objective function is primarily defined by weights and gradients from the current layer as well as the output from the reconstruction of the subsequent layer, but it might also involve a 'pull-back' constraint from the preceding layer. Training data can be reconstructed when we solve the problem backward from the output of the network through each layer. Based on this formulation, we are able to attribute the potential leakage of the training data in a deep network to its architecture. We also propose a metric to measure the level of security of a deep learning model against gradient-based attacks on the training data. | stat-04.zip/2111.10178.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.11223 | Transfer Learning with Gaussian Processes for Bayesian Optimization | [
"Petru Tighineanu",
"Kathrin Skubch",
"Paul Baireuther",
"Attila Reiss",
"Felix Berkenkamp",
"Julia Vinogradska"
] | 22 Nov 2021 (<a href="https://arxiv.org/abs/2111.11223v1">v1</a>), last revised 15 Mar 2022 (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.2111.11223 | Bayesian optimization is a powerful paradigm to optimize black-box functions based on scarce and noisy data. Its data efficiency can be further improved by transfer learning from related tasks. While recent transfer models meta-learn a prior based on large amount of data, in the low-data regime methods that exploit the closed-form posterior of Gaussian processes (GPs) have an advantage. In this setting, several analytically tractable transfer-model posteriors have been proposed, but the relative advantages of these methods are not well understood. In this paper, we provide a unified view on hierarchical GP models for transfer learning, which allows us to analyze the relationship between methods. As part of the analysis, we develop a novel closed-form boosted GP transfer model that fits between existing approaches in terms of complexity. We evaluate the performance of the different approaches in large-scale experiments and highlight strengths and weaknesses of the different transfer-learning methods. | stat-04.zip/2111.11223.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.11676 | RIO: Rotation-equivariance supervised learning of robust inertial odometry | [
"Caifa Zhou",
"Xiya Cao",
"Dandan Zeng",
"Yongliang Wang"
] | 23 Nov 2021 | 12 pages, 17 figures, 2 tables | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.11676 | This paper introduces rotation-equivariance as a self-supervisor to train inertial odometry models. We demonstrate that the self-supervised scheme provides a powerful supervisory signal at training phase as well as at inference stage. It reduces the reliance on massive amounts of labeled data for training a robust model and makes it possible to update the model using various unlabeled data. Further, we propose adaptive Test-Time Training (TTT) based on uncertainty estimations in order to enhance the generalizability of the inertial odometry to various unseen data. We show in experiments that the Rotation-equivariance-supervised Inertial Odometry (RIO) trained with 30% data achieves on par performance with a model trained with the whole database. Adaptive TTT improves models performance in all cases and makes more than 25% improvements under several scenarios. | stat-04.zip/2111.11676.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.11306 | Learning PSD-valued functions using kernel sums-of-squares | [
"Boris Muzellec",
"Francis Bach",
"Alessandro Rudi"
] | 22 Nov 2021 (<a href="https://arxiv.org/abs/2111.11306v1">v1</a>), last revised 24 Jan 2022 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.11306 | Shape constraints such as positive semi-definiteness (PSD) for matrices or convexity for functions play a central role in many applications in machine learning and sciences, including metric learning, optimal transport, and economics. Yet, very few function models exist that enforce PSD-ness or convexity with good empirical performance and theoretical guarantees. In this paper, we introduce a kernel sum-of-squares model for functions that take values in the PSD cone, which extends kernel sums-of-squares models that were recently proposed to encode non-negative scalar functions. We provide a representer theorem for this class of PSD functions, show that it constitutes a universal approximator of PSD functions, and derive eigenvalue bounds in the case of subsampled equality constraints. We then apply our results to modeling convex functions, by enforcing a kernel sum-of-squares representation of their Hessian, and show that any smooth and strongly convex function may be thus represented. Finally, we illustrate our methods on a PSD matrix-valued regression task, and on scalar-valued convex regression. | stat-04.zip/2111.11306.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.10329 | Physics-enhanced Neural Networks in the Small Data Regime | [
"Jonas Eichelsdörfer",
"Sebastian Kaltenbach",
"Phaedon-Stelios Koutsourelakis"
] | 19 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Computational Physics (physics.comp-ph) | https://doi.org/10.48550/arXiv.2111.10329 | Identifying the dynamics of physical systems requires a machine learning model that can assimilate observational data, but also incorporate the laws of physics. Neural Networks based on physical principles such as the Hamiltonian or Lagrangian NNs have recently shown promising results in generating extrapolative predictions and accurately representing the system's dynamics. We show that by additionally considering the actual energy level as a regularization term during training and thus using physical information as inductive bias, the results can be further improved. Especially in the case where only small amounts of data are available, these improvements can significantly enhance the predictive capability. We apply the proposed regularization term to a Hamiltonian Neural Network (HNN) and Constrained Hamiltonian Neural Network (CHHN) for a single and double pendulum, generate predictions under unseen initial conditions and report significant gains in predictive accuracy. | stat-04.zip/2111.10329.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.10461 | Gaussian Process Inference Using Mini-batch Stochastic Gradient Descent: Convergence Guarantees and Empirical Benefits | [
"Hao Chen",
"Lili Zheng",
"Raed Al Kontar",
"Garvesh Raskutti"
] | 19 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.10461 | Stochastic gradient descent (SGD) and its variants have established themselves as the go-to algorithms for large-scale machine learning problems with independent samples due to their generalization performance and intrinsic computational advantage. However, the fact that the stochastic gradient is a biased estimator of the full gradient with correlated samples has led to the lack of theoretical understanding of how SGD behaves under correlated settings and hindered its use in such cases. In this paper, we focus on hyperparameter estimation for the Gaussian process (GP) and take a step forward towards breaking the barrier by proving minibatch SGD converges to a critical point of the full log-likelihood loss function, and recovers model hyperparameters with rate $O(\frac{1}{K})$ for $K$ iterations, up to a statistical error term depending on the minibatch size. Our theoretical guarantees hold provided that the kernel functions exhibit exponential or polynomial eigendecay which is satisfied by a wide range of kernels commonly used in GPs. Numerical studies on both simulated and real datasets demonstrate that minibatch SGD has better generalization over state-of-the-art GP methods while reducing the computational burden and opening a new, previously unexplored, data size regime for GPs. | stat-04.zip/2111.10461.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.09964 | Deep IDA: A Deep Learning Method for Integrative Discriminant Analysis of Multi-View Data with Feature Ranking -- An Application to COVID-19 severity | [
"Jiuzhou Wang",
"Sandra E. Safo"
] | 18 Nov 2021 (<a href="https://arxiv.org/abs/2111.09964v1">v1</a>), last revised 24 Nov 2021 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2111.09964 | COVID-19 severity is due to complications from SARS-Cov-2 but the clinical course of the infection varies for individuals, emphasizing the need to better understand the disease at the molecular level. We use clinical and multiple molecular data (or views) obtained from patients with and without COVID-19 who were (or not) admitted to the intensive care unit to shed light on COVID-19 severity. Methods for jointly associating the views and separating the COVID-19 groups (i.e., one-step methods) have focused on linear relationships. The relationships between the views and COVID-19 patient groups, however, are too complex to be understood solely by linear methods. Existing nonlinear one-step methods cannot be used to identify signatures to aid in our understanding of the complexity of the disease. We propose Deep IDA (Integrative Discriminant Analysis) to address analytical challenges in our problem of interest. Deep IDA learns nonlinear projections of two or more views that maximally associate the views and separate the classes in each view, and permits feature ranking for interpretable findings. Our applications demonstrate that Deep IDA has competitive classification rates compared to other state-of-the-art methods and is able to identify molecular signatures that facilitate an understanding of COVID-19 severity. | stat-04.zip/2111.09964.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.10021 | Achievability and Impossibility of Exact Pairwise Ranking | [
"Yihan He"
] | 19 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.10021 | We consider the problem of recovering the rank of a set of $n$ items based on noisy pairwise comparisons. We assume the SST class as the family of generative models. Our analysis gave sharp information theoretic upper and lower bound for the exact requirement, which matches exactly in the parametric limit. Our tight analysis on the algorithm induced by the moment method gave better constant in Minimax optimal rate than ~\citet{shah2017simple} and contribute to their open problem. The strategy we used in this work to obtain information theoretic bounds is based on combinatorial arguments and is of independent interest. | stat-04.zip/2111.10021.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.10275 | Composite Goodness-of-fit Tests with Kernels | [
"Oscar Key",
"Arthur Gretton",
"François-Xavier Briol",
"Tamara Fernandez"
] | 19 Nov 2021 (<a href="https://arxiv.org/abs/2111.10275v1">v1</a>), last revised 19 Apr 2025 (this version, v5) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2111.10275 | Model misspecification can create significant challenges for the implementation of probabilistic models, and this has led to development of a range of robust methods which directly account for this issue. However, whether these more involved methods are required will depend on whether the model is really misspecified, and there is a lack of generally applicable methods to answer this question. In this paper, we propose one such method. More precisely, we propose kernel-based hypothesis tests for the challenging composite testing problem, where we are interested in whether the data comes from any distribution in some parametric family. Our tests make use of minimum distance estimators based on the maximum mean discrepancy and the kernel Stein discrepancy. They are widely applicable, including whenever the density of the parametric model is known up to normalisation constant, or if the model takes the form of a simulator. As our main result, we show that we are able to estimate the parameter and conduct our test on the same data (without data splitting), while maintaining a correct test level. Our approach is illustrated on a range of problems, including testing for goodness-of-fit of an unnormalised non-parametric density model, and an intractable generative model of a biological cellular network. | stat-04.zip/2111.10275.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.10510 | Bayesian Learning via Neural Schrödinger-Föllmer Flows | [
"Francisco Vargas",
"Andrius Ovsianas",
"David Fernandes",
"Mark Girolami",
"Neil D. Lawrence",
"Nikolas Nüsken"
] | 20 Nov 2021 (<a href="https://arxiv.org/abs/2111.10510v1">v1</a>), last revised 25 Oct 2022 (this version, v9) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.10510 | In this work we explore a new framework for approximate Bayesian inference in large datasets based on stochastic control (i.e. Schrödinger bridges). We advocate stochastic control as a finite time and low variance alternative to popular steady-state methods such as stochastic gradient Langevin dynamics (SGLD). Furthermore, we discuss and adapt the existing theoretical guarantees of this framework and establish connections to already existing VI routines in SDE-based models. | stat-04.zip/2111.10510.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.10940 | How do kernel-based sensor fusion algorithms behave under high dimensional noise? | [
"Xiucai Ding",
"Hau-Tieng Wu"
] | 22 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.10940 | We study the behavior of two kernel based sensor fusion algorithms, nonparametric canonical correlation analysis (NCCA) and alternating diffusion (AD), under the nonnull setting that the clean datasets collected from two sensors are modeled by a common low dimensional manifold embedded in a high dimensional Euclidean space and the datasets are corrupted by high dimensional noise. We establish the asymptotic limits and convergence rates for the eigenvalues of the associated kernel matrices assuming that the sample dimension and sample size are comparably large, where NCCA and AD are conducted using the Gaussian kernel. It turns out that both the asymptotic limits and convergence rates depend on the signal-to-noise ratio (SNR) of each sensor and selected bandwidths. On one hand, we show that if NCCA and AD are directly applied to the noisy point clouds without any sanity check, it may generate artificial information that misleads scientists' interpretation. On the other hand, we prove that if the bandwidths are selected adequately, both NCCA and AD can be made robust to high dimensional noise when the SNRs are relatively large. | stat-04.zip/2111.10940.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.11639 | Isolation forests: looking beyond tree depth | [
"David Cortes"
] | 23 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.11639 | The isolation forest algorithm for outlier detection exploits a simple yet effective observation: if taking some multivariate data and making uniformly random cuts across the feature space recursively, it will take fewer such random cuts for an outlier to be left alone in a given subspace as compared to regular observations. The original idea proposed an outlier score based on the tree depth (number of random cuts) required for isolation, but experiments here show that using information about the size of the feature space taken and the number of points assigned to it can result in improved results in many situations without any modification to the tree structure, especially in the presence of categorical features. | stat-04.zip/2111.11639.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.11946 | Is Shapley Explanation for a model unique? | [
"Harsh Kumar",
"Jithu Chandran"
] | 23 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2111.11946 | Shapley value has recently become a popular way to explain the predictions of complex and simple machine learning models. This paper is discusses the factors that influence Shapley value. In particular, we explore the relationship between the distribution of a feature and its Shapley value. We extend our analysis by discussing the difference that arises in Shapley explanation for different predicted outcomes from the same model. Our assessment is that Shapley value for particular feature not only depends on its expected mean but on other moments as well such as variance and there are disagreements for baseline prediction, disagreements for signs and most important feature for different outcomes such as probability, log odds, and binary decision generated using same linear probability model (logit/probit). These disagreements not only stay for local explainability but also affect the global feature importance. We conclude that there is no unique Shapley explanation for a given model. It varies with model outcome (Probability/Log-odds/binary decision such as accept vs reject) and hence model application. | stat-04.zip/2111.11946.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.11542 | Depth Without the Magic: Inductive Bias of Natural Gradient Descent | [
"Anna Kerekes",
"Anna Mészáros",
"Ferenc Huszár"
] | 22 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.11542 | In gradient descent, changing how we parametrize the model can lead to drastically different optimization trajectories, giving rise to a surprising range of meaningful inductive biases: identifying sparse classifiers or reconstructing low-rank matrices without explicit regularization. This implicit regularization has been hypothesised to be a contributing factor to good generalization in deep learning. However, natural gradient descent is approximately invariant to reparameterization, it always follows the same trajectory and finds the same optimum. The question naturally arises: What happens if we eliminate the role of parameterization, which solution will be found, what new properties occur? We characterize the behaviour of natural gradient flow in deep linear networks for separable classification under logistic loss and deep matrix factorization. Some of our findings extend to nonlinear neural networks with sufficient but finite over-parametrization. We demonstrate that there exist learning problems where natural gradient descent fails to generalize, while gradient descent with the right architecture performs well. | stat-04.zip/2111.11542.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.12157 | A Bayesian Model for Online Activity Sample Sizes | [
"Thomas Richardson",
"Yu Liu",
"James McQueen",
"Doug Hains"
] | 23 Nov 2021 (<a href="https://arxiv.org/abs/2111.12157v1">v1</a>), last revised 26 May 2022 (this version, v3) | 10 pages, 7 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.12157 | In many contexts it is useful to predict the number of individuals in some population who will initiate a particular activity during a given period. For example, the number of users who will install a software update, the number of customers who will use a new feature on a website or who will participate in an A/B test. In practical settings, there is heterogeneity amongst individuals with regard to the distribution of time until they will initiate. For these reasons it is inappropriate to assume that the number of new individuals observed on successive days will be identically distributed. Given observations on the number of unique users participating in an initial period, we present a simple but novel Bayesian method for predicting the number of additional individuals who will participate during a subsequent period. We illustrate the performance of the method in predicting sample size in online experimentation. | stat-04.zip/2111.12157.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.11485 | A Free Lunch from the Noise: Provable and Practical Exploration for Representation Learning | [
"Tongzheng Ren",
"Tianjun Zhang",
"Csaba Szepesvári",
"Bo Dai"
] | 22 Nov 2021 (<a href="https://arxiv.org/abs/2111.11485v1">v1</a>), last revised 7 Mar 2023 (this version, v2) | UAI 2022. The first two authors contribute equally | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.11485 | Representation learning lies at the heart of the empirical success of deep learning for dealing with the curse of dimensionality. However, the power of representation learning has not been fully exploited yet in reinforcement learning (RL), due to i), the trade-off between expressiveness and tractability; and ii), the coupling between exploration and representation learning. In this paper, we first reveal the fact that under some noise assumption in the stochastic control model, we can obtain the linear spectral feature of its corresponding Markov transition operator in closed-form for free. Based on this observation, we propose Spectral Dynamics Embedding (SPEDE), which breaks the trade-off and completes optimistic exploration for representation learning by exploiting the structure of the noise. We provide rigorous theoretical analysis of SPEDE, and demonstrate the practical superior performance over the existing state-of-the-art empirical algorithms on several benchmarks. | stat-04.zip/2111.11485.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.11320 | Private and polynomial time algorithms for learning Gaussians and beyond | [
"Hassan Ashtiani",
"Christopher Liaw"
] | 22 Nov 2021 (<a href="https://arxiv.org/abs/2111.11320v1">v1</a>), last revised 22 Jun 2022 (this version, v3) | 37 pages | Machine Learning (stat.ML) | Machine Learning (stat.ML); Data Structures and Algorithms (cs.DS); Information Theory (cs.IT); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.11320 | We present a fairly general framework for reducing $(\varepsilon, \delta)$ differentially private (DP) statistical estimation to its non-private counterpart. As the main application of this framework, we give a polynomial time and $(\varepsilon,\delta)$-DP algorithm for learning (unrestricted) Gaussian distributions in $\mathbb{R}^d$. The sample complexity of our approach for learning the Gaussian up to total variation distance $\alpha$ is $\widetilde{O}(d^2/\alpha^2 + d^2\sqrt{\ln(1/\delta)}/\alpha \varepsilon + d\ln(1/\delta) / \alpha \varepsilon)$ matching (up to logarithmic factors) the best known information-theoretic (non-efficient) sample complexity upper bound due to Aden-Ali, Ashtiani, and Kamath (ALT'21). In an independent work, Kamath, Mouzakis, Singhal, Steinke, and Ullman (<a href="https://arxiv.org/abs/2111.04609" data-arxiv-id="2111.04609" class="link-https">arXiv:2111.04609</a>) proved a similar result using a different approach and with $O(d^{5/2})$ sample complexity dependence on $d$. As another application of our framework, we provide the first polynomial time $(\varepsilon, \delta)$-DP algorithm for robust learning of (unrestricted) Gaussians with sample complexity $\widetilde{O}(d^{3.5})$. In another independent work, Kothari, Manurangsi, and Velingker (<a href="https://arxiv.org/abs/2112.03548" data-arxiv-id="2112.03548" class="link-https">arXiv:2112.03548</a>) also provided a polynomial time $(\varepsilon, \delta)$-DP algorithm for robust learning of Gaussians with sample complexity $\widetilde{O}(d^8)$. | stat-04.zip/2111.11320.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.13026 | Bandit problems with fidelity rewards | [
"Gábor Lugosi",
"Ciara Pike-Burke",
"Pierre-André Savalle"
] | 25 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.13026 | The fidelity bandits problem is a variant of the $K$-armed bandit problem in which the reward of each arm is augmented by a fidelity reward that provides the player with an additional payoff depending on how 'loyal' the player has been to that arm in the past. We propose two models for fidelity. In the loyalty-points model the amount of extra reward depends on the number of times the arm has previously been played. In the subscription model the additional reward depends on the current number of consecutive draws of the arm. We consider both stochastic and adversarial problems. Since single-arm strategies are not always optimal in stochastic problems, the notion of regret in the adversarial setting needs careful adjustment. We introduce three possible notions of regret and investigate which can be bounded sublinearly. We study in detail the special cases of increasing, decreasing and coupon (where the player gets an additional reward after every $m$ plays of an arm) fidelity rewards. For the models which do not necessarily enjoy sublinear regret, we provide a worst case lower bound. For those models which exhibit sublinear regret, we provide algorithms and bound their regret. | stat-04.zip/2111.13026.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.12482 | One More Step Towards Reality: Cooperative Bandits with Imperfect Communication | [
"Udari Madhushani",
"Abhimanyu Dubey",
"Naomi Ehrich Leonard",
"Alex Pentland"
] | 24 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.12482 | The cooperative bandit problem is increasingly becoming relevant due to its applications in large-scale decision-making. However, most research for this problem focuses exclusively on the setting with perfect communication, whereas in most real-world distributed settings, communication is often over stochastic networks, with arbitrary corruptions and delays. In this paper, we study cooperative bandit learning under three typical real-world communication scenarios, namely, (a) message-passing over stochastic time-varying networks, (b) instantaneous reward-sharing over a network with random delays, and (c) message-passing with adversarially corrupted rewards, including byzantine communication. For each of these environments, we propose decentralized algorithms that achieve competitive performance, along with near-optimal guarantees on the incurred group regret as well. Furthermore, in the setting with perfect communication, we present an improved delayed-update algorithm that outperforms the existing state-of-the-art on various network topologies. Finally, we present tight network-dependent minimax lower bounds on the group regret. Our proposed algorithms are straightforward to implement and obtain competitive empirical performance. | stat-04.zip/2111.12482.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.05300 | Double Control Variates for Gradient Estimation in Discrete Latent Variable Models | [
"Michalis K. Titsias",
"Jiaxin Shi"
] | 9 Nov 2021 (<a href="https://arxiv.org/abs/2111.05300v1">v1</a>), last revised 4 Jun 2022 (this version, v3) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.05300 | Stochastic gradient-based optimisation for discrete latent variable models is challenging due to the high variance of gradients. We introduce a variance reduction technique for score function estimators that makes use of double control variates. These control variates act on top of a main control variate, and try to further reduce the variance of the overall estimator. We develop a double control variate for the REINFORCE leave-one-out estimator using Taylor expansions. For training discrete latent variable models, such as variational autoencoders with binary latent variables, our approach adds no extra computational cost compared to standard training with the REINFORCE leave-one-out estimator. We apply our method to challenging high-dimensional toy examples and training variational autoencoders with binary latent variables. We show that our estimator can have lower variance compared to other state-of-the-art estimators. | stat-04.zip/2111.05300.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.05198 | Harmless interpolation in regression and classification with structured features | [
"Andrew D. McRae",
"Santhosh Karnik",
"Mark A. Davenport",
"Vidya Muthukumar"
] | 9 Nov 2021 (<a href="https://arxiv.org/abs/2111.05198v1">v1</a>), last revised 21 Feb 2022 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2111.05198 | Overparametrized neural networks tend to perfectly fit noisy training data yet generalize well on test data. Inspired by this empirical observation, recent work has sought to understand this phenomenon of benign overfitting or harmless interpolation in the much simpler linear model. Previous theoretical work critically assumes that either the data features are statistically independent or the input data is high-dimensional; this precludes general nonparametric settings with structured feature maps. In this paper, we present a general and flexible framework for upper bounding regression and classification risk in a reproducing kernel Hilbert space. A key contribution is that our framework describes precise sufficient conditions on the data Gram matrix under which harmless interpolation occurs. Our results recover prior independent-features results (with a much simpler analysis), but they furthermore show that harmless interpolation can occur in more general settings such as features that are a bounded orthonormal system. Furthermore, our results show an asymptotic separation between classification and regression performance in a manner that was previously only shown for Gaussian features. | stat-04.zip/2111.05198.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.04871 | Query-augmented Active Metric Learning | [
"Yujia Deng",
"Yubai Yuan",
"Haoda Fu",
"Annie Qu"
] | 8 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.04871 | In this paper we propose an active metric learning method for clustering with pairwise constraints. The proposed method actively queries the label of informative instance pairs, while estimating underlying metrics by incorporating unlabeled instance pairs, which leads to a more accurate and efficient clustering process. In particular, we augment the queried constraints by generating more pairwise labels to provide additional information in learning a metric to enhance clustering performance. Furthermore, we increase the robustness of metric learning by updating the learned metric sequentially and penalizing the irrelevant features adaptively. In addition, we propose a novel active query strategy that evaluates the information gain of instance pairs more accurately by incorporating the neighborhood structure, which improves clustering efficiency without extra labeling cost. In theory, we provide a tighter error bound of the proposed metric learning method utilizing augmented queries compared with methods using existing constraints only. Furthermore, we also investigate the improvement using the active query strategy instead of random selection. Numerical studies on simulation settings and real datasets indicate that the proposed method is especially advantageous when the signal-to-noise ratio between significant features and irrelevant features is low. | stat-04.zip/2111.04871.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.05123 | Gated Linear Model induced U-net for surrogate modeling and uncertainty quantification | [
"Sai Krishna Mendu",
"Souvik Chakraborty"
] | 8 Nov 2021 | 21 pages | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.05123 | We propose a novel deep learning based surrogate model for solving high-dimensional uncertainty quantification and uncertainty propagation problems. The proposed deep learning architecture is developed by integrating the well-known U-net architecture with the Gaussian Gated Linear Network (GGLN) and referred to as the Gated Linear Network induced U-net or GLU-net. The proposed GLU-net treats the uncertainty propagation problem as an image to image regression and hence, is extremely data efficient. Additionally, it also provides estimates of the predictive uncertainty. The network architecture of GLU-net is less complex with 44\% fewer parameters than the contemporary works. We illustrate the performance of the proposed GLU-net in solving the Darcy flow problem under uncertainty under the sparse data scenario. We consider the stochastic input dimensionality to be up to 4225. Benchmark results are generated using the vanilla Monte Carlo simulation. We observe the proposed GLU-net to be accurate and extremely efficient even when no information about the structure of the inputs is provided to the network. Case studies are performed by varying the training sample size and stochastic input dimensionality to illustrate the robustness of the proposed approach. | stat-04.zip/2111.05123.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.05458 | Which priors matter? Benchmarking models for learning latent dynamics | [
"Aleksandar Botev",
"Andrew Jaegle",
"Peter Wirnsberger",
"Daniel Hennes",
"Irina Higgins"
] | 9 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.05458 | Learning dynamics is at the heart of many important applications of machine learning (ML), such as robotics and autonomous driving. In these settings, ML algorithms typically need to reason about a physical system using high dimensional observations, such as images, without access to the underlying state. Recently, several methods have proposed to integrate priors from classical mechanics into ML models to address the challenge of physical reasoning from images. In this work, we take a sober look at the current capabilities of these models. To this end, we introduce a suite consisting of 17 datasets with visual observations based on physical systems exhibiting a wide range of dynamics. We conduct a thorough and detailed comparison of the major classes of physically inspired methods alongside several strong baselines. While models that incorporate physical priors can often learn latent spaces with desirable properties, our results demonstrate that these methods fail to significantly improve upon standard techniques. Nonetheless, we find that the use of continuous and time-reversible dynamics benefits models of all classes. | stat-04.zip/2111.05458.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.04906 | The Role of Adaptive Optimizers for Honest Private Hyperparameter Selection | [
"Shubhankar Mohapatra",
"Sajin Sasy",
"Xi He",
"Gautam Kamath",
"Om Thakkar"
] | 9 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Cryptography and Security (cs.CR); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.04906 | Hyperparameter optimization is a ubiquitous challenge in machine learning, and the performance of a trained model depends crucially upon their effective selection. While a rich set of tools exist for this purpose, there are currently no practical hyperparameter selection methods under the constraint of differential privacy (DP). We study honest hyperparameter selection for differentially private machine learning, in which the process of hyperparameter tuning is accounted for in the overall privacy budget. To this end, we i) show that standard composition tools outperform more advanced techniques in many settings, ii) empirically and theoretically demonstrate an intrinsic connection between the learning rate and clipping norm hyperparameters, iii) show that adaptive optimizers like DPAdam enjoy a significant advantage in the process of honest hyperparameter tuning, and iv) draw upon novel limiting behaviour of Adam in the DP setting to design a new and more efficient optimizer. | stat-04.zip/2111.04906.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.03949 | Deep Neyman-Scott Processes | [
"Chengkuan Hong",
"Christian R. Shelton"
] | 6 Nov 2021 (<a href="https://arxiv.org/abs/2111.03949v1">v1</a>), last revised 8 May 2022 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.03949 | A Neyman-Scott process is a special case of a Cox process. The latent and observable stochastic processes are both Poisson processes. We consider a deep Neyman-Scott process in this paper, for which the building components of a network are all Poisson processes. We develop an efficient posterior sampling via Markov chain Monte Carlo and use it for likelihood-based inference. Our method opens up room for the inference in sophisticated hierarchical point processes. We show in the experiments that more hidden Poisson processes brings better performance for likelihood fitting and events types prediction. We also compare our method with state-of-the-art models for temporal real-world datasets and demonstrate competitive abilities for both data fitting and prediction, using far fewer parameters. | stat-04.zip/2111.03949.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.01786 | A Recommendation System to Enhance Midwives' Capacities in Low-Income Countries | [
"Anna Guitart",
"Afsaneh Heydari",
"Eniola Olaleye",
"Jelena Ljubicic",
"Ana Fernández del Río",
"África Periáñez",
"Lauren Bellhouse"
] | 2 Nov 2021 (<a href="https://arxiv.org/abs/2111.01786v1">v1</a>), last revised 4 Nov 2021 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.01786 | Maternal and child mortality is a public health problem that disproportionately affects low- and middle-income countries. Every day, 800 women and 6,700 newborns die from complications related to pregnancy or childbirth. And for every maternal death, about 20 women suffer serious birth injuries. However, nearly all of these deaths and negative health outcomes are preventable. Midwives are key to revert this situation, and thus it is essential to strengthen their capacities and the quality of their education. This is the aim of the Safe Delivery App, a digital job aid and learning tool to enhance the knowledge, confidence and skills of health practitioners. Here, we use the behavioral logs of the App to implement a recommendation system that presents each midwife with suitable contents to continue gaining expertise. We focus on predicting the click-through rate, the probability that a given user will click on a recommended content. We evaluate four deep learning models and show that all of them produce highly accurate predictions. | stat-04.zip/2111.01786.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.03290 | Maillard Sampling: Boltzmann Exploration Done Optimally | [
"Jie Bian",
"Kwang-Sung Jun"
] | 5 Nov 2021 (<a href="https://arxiv.org/abs/2111.03290v1">v1</a>), last revised 4 Mar 2022 (this version, v2) | accepted to AISTATS'22 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.03290 | The PhD thesis of Maillard (2013) presents a rather obscure algorithm for the $K$-armed bandit problem. This less-known algorithm, which we call Maillard sampling (MS), computes the probability of choosing each arm in a \textit{closed form}, which is not true for Thompson sampling, a widely-adopted bandit algorithm in the industry. This means that the bandit-logged data from running MS can be readily used for counterfactual evaluation, unlike Thompson sampling. Motivated by such merit, we revisit MS and perform an improved analysis to show that it achieves both the asymptotical optimality and $\sqrt{KT\log{T}}$ minimax regret bound where $T$ is the time horizon, which matches the known bounds for asymptotically optimal UCB. %'s performance. We then propose a variant of MS called MS$^+$ that improves its minimax bound to $\sqrt{KT\log{K}}$. MS$^+$ can also be tuned to be aggressive (i.e., less exploration) without losing the asymptotic optimality, a unique feature unavailable from existing bandit algorithms. Our numerical evaluation shows the effectiveness of MS$^+$. | stat-04.zip/2111.03290.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.08535 | Sequential Community Mode Estimation | [
"Shubham Anand Jain",
"Shreyas Goenka",
"Divyam Bapna",
"Nikhil Karamchandani",
"Jayakrishnan Nair"
] | 16 Nov 2021 | Presented in part at Performance'21. Full version in Elsevier Performance Evaluation, Dec. 21 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.08535 | We consider a population, partitioned into a set of communities, and study the problem of identifying the largest community within the population via sequential, random sampling of individuals. There are multiple sampling domains, referred to as \emph{boxes}, which also partition the population. Each box may consist of individuals of different communities, and each community may in turn be spread across multiple boxes. The learning agent can, at any time, sample (with replacement) a random individual from any chosen box; when this is done, the agent learns the community the sampled individual belongs to, and also whether or not this individual has been sampled before. The goal of the agent is to minimize the probability of mis-identifying the largest community in a \emph{fixed budget} setting, by optimizing both the sampling strategy as well as the decision rule. We propose and analyse novel algorithms for this problem, and also establish information theoretic lower bounds on the probability of error under any algorithm. In several cases of interest, the exponential decay rates of the probability of error under our algorithms are shown to be optimal up to constant factors. The proposed algorithms are further validated via simulations on real-world datasets. | stat-04.zip/2111.08535.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.02702 | Local-Global MCMC kernels: the best of both worlds | [
"Sergey Samsonov",
"Evgeny Lagutin",
"Marylou Gabrié",
"Alain Durmus",
"Alexey Naumov",
"Eric Moulines"
] | 4 Nov 2021 (<a href="https://arxiv.org/abs/2111.02702v1">v1</a>), last revised 4 Oct 2022 (this version, v3) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.02702 | Recent works leveraging learning to enhance sampling have shown promising results, in particular by designing effective non-local moves and global proposals. However, learning accuracy is inevitably limited in regions where little data is available such as in the tails of distributions as well as in high-dimensional problems. In the present paper we study an Explore-Exploit Markov chain Monte Carlo strategy ($Ex^2MCMC$) that combines local and global samplers showing that it enjoys the advantages of both approaches. We prove $V$-uniform geometric ergodicity of $Ex^2MCMC$ without requiring a uniform adaptation of the global sampler to the target distribution. We also compute explicit bounds on the mixing rate of the Explore-Exploit strategy under realistic conditions. Moreover, we also analyze an adaptive version of the strategy ($FlEx^2MCMC$) where a normalizing flow is trained while sampling to serve as a proposal for global moves. We illustrate the efficiency of $Ex^2MCMC$ and its adaptive version on classical sampling benchmarks as well as in sampling high-dimensional distributions defined by Generative Adversarial Networks seen as Energy Based Models. We provide the code to reproduce the experiments at the link: <a href="https://github.com/svsamsonov/ex2mcmc_new" rel="external noopener nofollow" class="link-external link-https">this https URL</a>. | stat-04.zip/2111.02702.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.03140 | Multi-Objective Constrained Optimization for Energy Applications via Tree Ensembles | [
"Alexander Thebelt",
"Calvin Tsay",
"Robert M. Lee",
"Nathan Sudermann-Merx",
"David Walz",
"Tom Tranter",
"Ruth Misener"
] | 4 Nov 2021 | 36 pages, 8 figures, 5 tables | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Optimization and Control (math.OC) | https://doi.org/10.48550/arXiv.2111.03140 | Energy systems optimization problems are complex due to strongly non-linear system behavior and multiple competing objectives, e.g. economic gain vs. environmental impact. Moreover, a large number of input variables and different variable types, e.g. continuous and categorical, are challenges commonly present in real-world applications. In some cases, proposed optimal solutions need to obey explicit input constraints related to physical properties or safety-critical operating conditions. This paper proposes a novel data-driven strategy using tree ensembles for constrained multi-objective optimization of black-box problems with heterogeneous variable spaces for which underlying system dynamics are either too complex to model or unknown. In an extensive case study comprised of synthetic benchmarks and relevant energy applications we demonstrate the competitive performance and sampling efficiency of the proposed algorithm compared to other state-of-the-art tools, making it a useful all-in-one solution for real-world applications with limited evaluation budgets. | stat-04.zip/2111.03140.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.03029 | Causal inference with imperfect instrumental variables | [
"Nikolai Miklin",
"Mariami Gachechiladze",
"George Moreno",
"Rafael Chaves"
] | 4 Nov 2021 | 13 pages, 2 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Quantum Physics (quant-ph) | https://doi.org/10.48550/arXiv.2111.03029 | Instrumental variables allow for quantification of cause and effect relationships even in the absence of interventions. To achieve this, a number of causal assumptions must be met, the most important of which is the independence assumption, which states that the instrument and any confounding factor must be independent. However, if this independence condition is not met, can we still work with imperfect instrumental variables? Imperfect instruments can manifest themselves by violations of the instrumental inequalities that constrain the set of correlations in the scenario. In this paper, we establish a quantitative relationship between such violations of instrumental inequalities and the minimal amount of measurement dependence required to explain them. As a result, we provide adapted inequalities that are valid in the presence of a relaxed measurement dependence assumption in the instrumental scenario. This allows for the adaptation of existing and new lower bounds on the average causal effect for instrumental scenarios with binary outcomes. Finally, we discuss our findings in the context of quantum mechanics. | stat-04.zip/2111.03029.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.10248 | Non asymptotic bounds in asynchronous sum-weight gossip protocols | [
"David Picard",
"Jérôme Fellus",
"Stéphane Garnier"
] | 19 Nov 2021 | Unpublished work done circa 2016 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC) | https://doi.org/10.48550/arXiv.2111.10248 | This paper focuses on non-asymptotic diffusion time in asynchronous gossip protocols. Asynchronous gossip protocols are designed to perform distributed computation in a network of nodes by randomly exchanging messages on the associated graph. To achieve consensus among nodes, a minimal number of messages has to be exchanged. We provides a probabilistic bound to such number for the general case. We provide a explicit formula for fully connected graphs depending only on the number of nodes and an approximation for any graph depending on the spectrum of the graph. | stat-04.zip/2111.10248.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.02842 | Adversarial Attacks on Graph Classification via Bayesian Optimisation | [
"Xingchen Wan",
"Henry Kenlay",
"Binxin Ru",
"Arno Blaas",
"Michael A. Osborne",
"Xiaowen Dong"
] | 4 Nov 2021 | NeurIPS 2021. 11 pages, 8 figures, 2 tables (24 pages, 17 figures, 8 tables including references and appendices) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Cryptography and Security (cs.CR); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.02842 | Graph neural networks, a popular class of models effective in a wide range of graph-based learning tasks, have been shown to be vulnerable to adversarial attacks. While the majority of the literature focuses on such vulnerability in node-level classification tasks, little effort has been dedicated to analysing adversarial attacks on graph-level classification, an important problem with numerous real-life applications such as biochemistry and social network analysis. The few existing methods often require unrealistic setups, such as access to internal information of the victim models, or an impractically-large number of queries. We present a novel Bayesian optimisation-based attack method for graph classification models. Our method is black-box, query-efficient and parsimonious with respect to the perturbation applied. We empirically validate the effectiveness and flexibility of the proposed method on a wide range of graph classification tasks involving varying graph properties, constraints and modes of attack. Finally, we analyse common interpretable patterns behind the adversarial samples produced, which may shed further light on the adversarial robustness of graph classification models. | stat-04.zip/2111.02842.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.03179 | Community detection in censored hypergraph | [
"Mingao Yuan",
"Bin Zhao",
"Xiaofeng Zhao"
] | 4 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2111.03179 | Community detection refers to the problem of clustering the nodes of a network (either graph or hypergrah) into groups. Various algorithms are available for community detection and all these methods apply to uncensored networks. In practice, a network may has censored (or missing) values and it is shown that censored values have non-negligible effect on the structural properties of a network. In this paper, we study community detection in censored $m$-uniform hypergraph from information-theoretic point of view. We derive the information-theoretic threshold for exact recovery of the community structure. Besides, we propose a polynomial-time algorithm to exactly recover the community structure up to the threshold. The proposed algorithm consists of a spectral algorithm plus a refinement step. It is also interesting to study whether a single spectral algorithm without refinement achieves the threshold. To this end, we also explore the semi-definite relaxation algorithm and analyze its performance. | stat-04.zip/2111.03179.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.04513 | Clustering and Structural Robustness in Causal Diagrams | [
"Santtu Tikka",
"Jouni Helske",
"Juha Karvanen"
] | 8 Nov 2021 (<a href="https://arxiv.org/abs/2111.04513v1">v1</a>), last revised 15 Aug 2023 (this version, v3) | This is the version published in JMLR | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2111.04513 | Graphs are commonly used to represent and visualize causal relations. For a small number of variables, this approach provides a succinct and clear view of the scenario at hand. As the number of variables under study increases, the graphical approach may become impractical, and the clarity of the representation is lost. Clustering of variables is a natural way to reduce the size of the causal diagram, but it may erroneously change the essential properties of the causal relations if implemented arbitrarily. We define a specific type of cluster, called transit cluster, that is guaranteed to preserve the identifiability properties of causal effects under certain conditions. We provide a sound and complete algorithm for finding all transit clusters in a given graph and demonstrate how clustering can simplify the identification of causal effects. We also study the inverse problem, where one starts with a clustered graph and looks for extended graphs where the identifiability properties of causal effects remain unchanged. We show that this kind of structural robustness is closely related to transit clusters. | stat-04.zip/2111.04513.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.02329 | Implicit Deep Adaptive Design: Policy-Based Experimental Design without Likelihoods | [
"Desi R. Ivanova",
"Adam Foster",
"Steven Kleinegesse",
"Michael U. Gutmann",
"Tom Rainforth"
] | 3 Nov 2021 | 33 pages, 8 figures. Published as a conference paper at NeurIPS 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Computation (stat.CO) | https://doi.org/10.48550/arXiv.2111.02329 | We introduce implicit Deep Adaptive Design (iDAD), a new method for performing adaptive experiments in real-time with implicit models. iDAD amortizes the cost of Bayesian optimal experimental design (BOED) by learning a design policy network upfront, which can then be deployed quickly at the time of the experiment. The iDAD network can be trained on any model which simulates differentiable samples, unlike previous design policy work that requires a closed form likelihood and conditionally independent experiments. At deployment, iDAD allows design decisions to be made in milliseconds, in contrast to traditional BOED approaches that require heavy computation during the experiment itself. We illustrate the applicability of iDAD on a number of experiments, and show that it provides a fast and effective mechanism for performing adaptive design with implicit models. | stat-04.zip/2111.02329.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.03447 | Contextual Bayesian optimization with binary outputs | [
"Tristan Fauvel",
"Matthew Chalk"
] | 5 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.03447 | Bayesian optimization (BO) is an efficient method to optimize expensive black-box functions. It has been generalized to scenarios where objective function evaluations return stochastic binary feedback, such as success/failure in a given test, or preference between different parameter settings. In many real-world situations, the objective function can be evaluated in controlled 'contexts' or 'environments' that directly influence the observations. For example, one could directly alter the 'difficulty' of the test that is used to evaluate a system's performance. With binary feedback, the context determines the information obtained from each observation. For example, if the test is too easy/hard, the system will always succeed/fail, yielding uninformative binary outputs. Here we combine ideas from Bayesian active learning and optimization to efficiently choose the best context and optimization parameter on each iteration. We demonstrate the performance of our algorithm and illustrate how it can be used to tackle a concrete application in visual psychophysics: efficiently improving patients' vision via corrective lenses, using psychophysics measurements. | stat-04.zip/2111.03447.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.01560 | Efficient Learning of Quadratic Variance Function Directed Acyclic Graphs via Topological Layers | [
"Wei Zhou",
"Xin He",
"Wei Zhong",
"Junhui Wang"
] | 1 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.01560 | Directed acyclic graph (DAG) models are widely used to represent causal relationships among random variables in many application domains. This paper studies a special class of non-Gaussian DAG models, where the conditional variance of each node given its parents is a quadratic function of its conditional mean. Such a class of non-Gaussian DAG models are fairly flexible and admit many popular distributions as special cases, including Poisson, Binomial, Geometric, Exponential, and Gamma. To facilitate learning, we introduce a novel concept of topological layers, and develop an efficient DAG learning algorithm. It first reconstructs the topological layers in a hierarchical fashion and then recoveries the directed edges between nodes in different layers, which requires much less computational cost than most existing algorithms in literature. Its advantage is also demonstrated in a number of simulated examples, as well as its applications to two real-life datasets, including an NBA player statistics data and a cosmetic sales data collected by Alibaba. | stat-04.zip/2111.01560.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.05366 | Graph Matching via Optimal Transport | [
"Ali Saad-Eldin",
"Benjamin D. Pedigo",
"Carey E. Priebe",
"Joshua T. Vogelstein"
] | 9 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Combinatorics (math.CO) | https://doi.org/10.48550/arXiv.2111.05366 | The graph matching problem seeks to find an alignment between the nodes of two graphs that minimizes the number of adjacency disagreements. Solving the graph matching is increasingly important due to it's applications in operations research, computer vision, neuroscience, and more. However, current state-of-the-art algorithms are inefficient in matching very large graphs, though they produce good accuracy. The main computational bottleneck of these algorithms is the linear assignment problem, which must be solved at each iteration. In this paper, we leverage the recent advances in the field of optimal transport to replace the accepted use of linear assignment algorithms. We present GOAT, a modification to the state-of-the-art graph matching approximation algorithm "FAQ" (Vogelstein, 2015), replacing its linear sum assignment step with the "Lightspeed Optimal Transport" method of Cuturi (2013). The modification provides improvements to both speed and empirical matching accuracy. The effectiveness of the approach is demonstrated in matching graphs in simulated and real data examples. | stat-04.zip/2111.05366.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.07465 | Decoding Causality by Fictitious VAR Modeling | [
"Xingwei Hu"
] | 14 Nov 2021 (<a href="https://arxiv.org/abs/2111.07465v1">v1</a>), last revised 22 Nov 2021 (this version, v2) | 32 pages, 10 figures, 10 theorems, 5 corollaries, 3 algorithms, 2 tables, and 14 proofs | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Econometrics (econ.EM); Theoretical Economics (econ.TH) | https://doi.org/10.48550/arXiv.2111.07465 | In modeling multivariate time series for either forecast or policy analysis, it would be beneficial to have figured out the cause-effect relations within the data. Regression analysis, however, is generally for correlation relation, and very few researches have focused on variance analysis for causality discovery. We first set up an equilibrium for the cause-effect relations using a fictitious vector autoregressive model. In the equilibrium, long-run relations are identified from noise, and spurious ones are negligibly close to zero. The solution, called causality distribution, measures the relative strength causing the movement of all series or specific affected ones. If a group of exogenous data affects the others but not vice versa, then, in theory, the causality distribution for other variables is necessarily zero. The hypothesis test of zero causality is the rule to decide a variable is endogenous or not. Our new approach has high accuracy in identifying the true cause-effect relations among the data in the simulation studies. We also apply the approach to estimating the causal factors' contribution to climate change. | stat-04.zip/2111.07465.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.04805 | Solution to the Non-Monotonicity and Crossing Problems in Quantile Regression | [
"Resve A. Saleh",
"A.K.Md. Ehsanes Saleh"
] | 8 Nov 2021 (<a href="https://arxiv.org/abs/2111.04805v1">v1</a>), last revised 24 Nov 2021 (this version, v2) | 8 pages, 14 figures, IEEE conference format | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.04805 | This paper proposes a new method to address the long-standing problem of lack of monotonicity in estimation of the conditional and structural quantile function, also known as quantile crossing problem. Quantile regression is a very powerful tool in data science in general and econometrics in particular. Unfortunately, the crossing problem has been confounding researchers and practitioners alike for over 4 decades. Numerous attempts have been made to find a simple and general solution. This paper describes a unique and elegant solution to the problem based on a flexible check function that is easy to understand and implement in R and Python, while greatly reducing or even eliminating the crossing problem entirely. It will be very important in all areas where quantile regression is routinely used and may also find application in robust regression, especially in the context of machine learning. From this perspective, we also utilize the flexible check function to provide insights into the root causes of the crossing problem. | stat-04.zip/2111.04805.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.06826 | Convergence Rates for the MAP of an Exponential Family and Stochastic Mirror Descent -- an Open Problem | [
"Rémi Le Priol",
"Frederik Kunstner",
"Damien Scieur",
"Simon Lacoste-Julien"
] | 12 Nov 2021 | 9 pages and 3 figures + Appendix | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2111.06826 | We consider the problem of upper bounding the expected log-likelihood sub-optimality of the maximum likelihood estimate (MLE), or a conjugate maximum a posteriori (MAP) for an exponential family, in a non-asymptotic way. Surprisingly, we found no general solution to this problem in the literature. In particular, current theories do not hold for a Gaussian or in the interesting few samples regime. After exhibiting various facets of the problem, we show we can interpret the MAP as running stochastic mirror descent (SMD) on the log-likelihood. However, modern convergence results do not apply for standard examples of the exponential family, highlighting holes in the convergence literature. We believe solving this very fundamental problem may bring progress to both the statistics and optimization communities. | stat-04.zip/2111.06826.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.07167 | The Three Stages of Learning Dynamics in High-Dimensional Kernel Methods | [
"Nikhil Ghosh",
"Song Mei",
"Bin Yu"
] | 13 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2111.07167 | To understand how deep learning works, it is crucial to understand the training dynamics of neural networks. Several interesting hypotheses about these dynamics have been made based on empirically observed phenomena, but there exists a limited theoretical understanding of when and why such phenomena occur. <br>In this paper, we consider the training dynamics of gradient flow on kernel least-squares objectives, which is a limiting dynamics of SGD trained neural networks. Using precise high-dimensional asymptotics, we characterize the dynamics of the fitted model in two "worlds": in the Oracle World the model is trained on the population distribution and in the Empirical World the model is trained on a sampled dataset. We show that under mild conditions on the kernel and $L^2$ target regression function the training dynamics undergo three stages characterized by the behaviors of the models in the two worlds. Our theoretical results also mathematically formalize some interesting deep learning phenomena. Specifically, in our setting we show that SGD progressively learns more complex functions and that there is a "deep bootstrap" phenomenon: during the second stage, the test error of both worlds remain close despite the empirical training error being much smaller. Finally, we give a concrete example comparing the dynamics of two different kernels which shows that faster training is not necessary for better generalization. | stat-04.zip/2111.07167.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.03289 | Improved Regret Analysis for Variance-Adaptive Linear Bandits and Horizon-Free Linear Mixture MDPs | [
"Yeoneung Kim",
"Insoon Yang",
"Kwang-Sung Jun"
] | 5 Nov 2021 (<a href="https://arxiv.org/abs/2111.03289v1">v1</a>), last revised 4 Feb 2023 (this version, v4) | accepted to neurips'22 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2111.03289 | In online learning problems, exploiting low variance plays an important role in obtaining tight performance guarantees yet is challenging because variances are often not known a priori. Recently, considerable progress has been made by Zhang et al. (2021) where they obtain a variance-adaptive regret bound for linear bandits without knowledge of the variances and a horizon-free regret bound for linear mixture Markov decision processes (MDPs). In this paper, we present novel analyses that improve their regret bounds significantly. For linear bandits, we achieve $\tilde O(\min\{d\sqrt{K}, d^{1.5}\sqrt{\sum_{k=1}^K \sigma_k^2}\} + d^2)$ where $d$ is the dimension of the features, $K$ is the time horizon, and $\sigma_k^2$ is the noise variance at time step $k$, and $\tilde O$ ignores polylogarithmic dependence, which is a factor of $d^3$ improvement. For linear mixture MDPs with the assumption of maximum cumulative reward in an episode being in $[0,1]$, we achieve a horizon-free regret bound of $\tilde O(d \sqrt{K} + d^2)$ where $d$ is the number of base models and $K$ is the number of episodes. This is a factor of $d^{3.5}$ improvement in the leading term and $d^7$ in the lower order term. Our analysis critically relies on a novel peeling-based regret analysis that leverages the elliptical potential `count' lemma. | stat-04.zip/2111.03289.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.06748 | Simplifying approach to Node Classification in Graph Neural Networks | [
"Sunil Kumar Maurya",
"Xin Liu",
"Tsuyoshi Murata"
] | 12 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.06748 | Graph Neural Networks have become one of the indispensable tools to learn from graph-structured data, and their usefulness has been shown in wide variety of tasks. In recent years, there have been tremendous improvements in architecture design, resulting in better performance on various prediction tasks. In general, these neural architectures combine node feature aggregation and feature transformation using learnable weight matrix in the same layer. This makes it challenging to analyze the importance of node features aggregated from various hops and the expressiveness of the neural network layers. As different graph datasets show varying levels of homophily and heterophily in features and class label distribution, it becomes essential to understand which features are important for the prediction tasks without any prior information. In this work, we decouple the node feature aggregation step and depth of graph neural network, and empirically analyze how different aggregated features play a role in prediction performance. We show that not all features generated via aggregation steps are useful, and often using these less informative features can be detrimental to the performance of the GNN model. Through our experiments, we show that learning certain subsets of these features can lead to better performance on wide variety of datasets. We propose to use softmax as a regularizer and "soft-selector" of features aggregated from neighbors at different hop distances; and L2-Normalization over GNN layers. Combining these techniques, we present a simple and shallow model, Feature Selection Graph Neural Network (FSGNN), and show empirically that the proposed model achieves comparable or even higher accuracy than state-of-the-art GNN models in nine benchmark datasets for the node classification task, with remarkable improvements up to 51.1%. | stat-04.zip/2111.06748.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.07126 | On the Statistical Benefits of Curriculum Learning | [
"Ziping Xu",
"Ambuj Tewari"
] | 13 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.07126 | Curriculum learning (CL) is a commonly used machine learning training strategy. However, we still lack a clear theoretical understanding of CL's benefits. In this paper, we study the benefits of CL in the multitask linear regression problem under both structured and unstructured settings. For both settings, we derive the minimax rates for CL with the oracle that provides the optimal curriculum and without the oracle, where the agent has to adaptively learn a good curriculum. Our results reveal that adaptive learning can be fundamentally harder than the oracle learning in the unstructured setting, but it merely introduces a small extra term in the structured setting. To connect theory with practice, we provide justification for a popular empirical method that selects tasks with highest local prediction gain by comparing its guarantees with the minimax rates mentioned above. | stat-04.zip/2111.07126.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.04558 | Fast and Scalable Spike and Slab Variable Selection in High-Dimensional Gaussian Processes | [
"Hugh Dance",
"Brooks Paige"
] | 8 Nov 2021 (<a href="https://arxiv.org/abs/2111.04558v1">v1</a>), last revised 24 Feb 2022 (this version, v2) | Accepted at the 25th International Conference on Artificial Intelligence and Statistics (AISTATS 2022) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.04558 | Variable selection in Gaussian processes (GPs) is typically undertaken by thresholding the inverse lengthscales of automatic relevance determination kernels, but in high-dimensional datasets this approach can be unreliable. A more probabilistically principled alternative is to use spike and slab priors and infer a posterior probability of variable inclusion. However, existing implementations in GPs are very costly to run in both high-dimensional and large-$n$ datasets, or are only suitable for unsupervised settings with specific kernels. As such, we develop a fast and scalable variational inference algorithm for the spike and slab GP that is tractable with arbitrary differentiable kernels. We improve our algorithm's ability to adapt to the sparsity of relevant variables by Bayesian model averaging over hyperparameters, and achieve substantial speed ups using zero temperature posterior restrictions, dropout pruning and nearest neighbour minibatching. In experiments our method consistently outperforms vanilla and sparse variational GPs whilst retaining similar runtimes (even when $n=10^6$) and performs competitively with a spike and slab GP using MCMC but runs up to $1000$ times faster. | stat-04.zip/2111.04558.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.06968 | Hierarchical clustering by aggregating representatives in sub-minimum-spanning-trees | [
"Wen-Bo Xie",
"Zhen Liu",
"Jaideep Srivastava"
] | 11 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.06968 | One of the main challenges for hierarchical clustering is how to appropriately identify the representative points in the lower level of the cluster tree, which are going to be utilized as the roots in the higher level of the cluster tree for further aggregation. However, conventional hierarchical clustering approaches have adopted some simple tricks to select the "representative" points which might not be as representative as enough. Thus, the constructed cluster tree is less attractive in terms of its poor robustness and weak reliability. Aiming at this issue, we propose a novel hierarchical clustering algorithm, in which, while building the clustering dendrogram, we can effectively detect the representative point based on scoring the reciprocal nearest data points in each sub-minimum-spanning-tree. Extensive experiments on UCI datasets show that the proposed algorithm is more accurate than other benchmarks. Meanwhile, under our analysis, the proposed algorithm has O(nlogn) time-complexity and O(logn) space-complexity, indicating that it has the scalability in handling massive data with less time and storage consumptions. | stat-04.zip/2111.06968.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.03282 | Recurrent Neural Networks for Learning Long-term Temporal Dependencies with Reanalysis of Time Scale Representation | [
"Kentaro Ohno",
"Atsutoshi Kumagai"
] | 5 Nov 2021 | 8 pages, 5 figures, IEEE ICBK 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.03282 | Recurrent neural networks with a gating mechanism such as an LSTM or GRU are powerful tools to model sequential data. In the mechanism, a forget gate, which was introduced to control information flow in a hidden state in the RNN, has recently been re-interpreted as a representative of the time scale of the state, i.e., a measure how long the RNN retains information on inputs. On the basis of this interpretation, several parameter initialization methods to exploit prior knowledge on temporal dependencies in data have been proposed to improve learnability. However, the interpretation relies on various unrealistic assumptions, such as that there are no inputs after a certain time point. In this work, we reconsider this interpretation of the forget gate in a more realistic setting. We first generalize the existing theory on gated RNNs so that we can consider the case where inputs are successively given. We then argue that the interpretation of a forget gate as a temporal representation is valid when the gradient of loss with respect to the state decreases exponentially as time goes back. We empirically demonstrate that existing RNNs satisfy this gradient condition at the initial training phase on several tasks, which is in good agreement with previous initialization methods. On the basis of this finding, we propose an approach to construct new RNNs that can represent a longer time scale than conventional models, which will improve the learnability for long-term sequential data. We verify the effectiveness of our method by experiments with real-world datasets. | stat-04.zip/2111.03282.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.14008 | Federated Gaussian Process: Convergence, Automatic Personalization and Multi-fidelity Modeling | [
"Xubo Yue",
"Raed Al Kontar"
] | 28 Nov 2021 | 56 pages. Under Review | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.14008 | In this paper, we propose \texttt{FGPR}: a Federated Gaussian process ($\mathcal{GP}$) regression framework that uses an averaging strategy for model aggregation and stochastic gradient descent for local client computations. Notably, the resulting global model excels in personalization as \texttt{FGPR} jointly learns a global $\mathcal{GP}$ prior across all clients. The predictive posterior then is obtained by exploiting this prior and conditioning on local data which encodes personalized features from a specific client. Theoretically, we show that \texttt{FGPR} converges to a critical point of the full log-likelihood function, subject to statistical error. Through extensive case studies we show that \texttt{FGPR} excels in a wide range of applications and is a promising approach for privacy-preserving multi-fidelity data modeling. | stat-04.zip/2111.14008.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.13507 | Using Shapley Values and Variational Autoencoders to Explain Predictive Models with Dependent Mixed Features | [
"Lars Henry Berge Olsen",
"Ingrid Kristine Glad",
"Martin Jullum",
"Kjersti Aas"
] | 26 Nov 2021 (<a href="https://arxiv.org/abs/2111.13507v1">v1</a>), last revised 19 Apr 2022 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.13507 | Shapley values are today extensively used as a model-agnostic explanation framework to explain complex predictive machine learning models. Shapley values have desirable theoretical properties and a sound mathematical foundation in the field of cooperative game theory. Precise Shapley value estimates for dependent data rely on accurate modeling of the dependencies between all feature combinations. In this paper, we use a variational autoencoder with arbitrary conditioning (VAEAC) to model all feature dependencies simultaneously. We demonstrate through comprehensive simulation studies that our VAEAC approach to Shapley value estimation outperforms the state-of-the-art methods for a wide range of settings for both continuous and mixed dependent features. For high-dimensional settings, our VAEAC approach with a non-uniform masking scheme significantly outperforms competing methods. Finally, we apply our VAEAC approach to estimate Shapley value explanations for the Abalone data set from the UCI Machine Learning Repository. | stat-04.zip/2111.13507.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.02802 | Distributed Sparse Feature Selection in Communication-Restricted Networks | [
"Hanie Barghi",
"Amir Najafi",
"Seyed Abolfazl Motahari"
] | 2 Nov 2021 | Submitted to IEEE Transactions on Signal Processing, 14 pages | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.02802 | This paper aims to propose and theoretically analyze a new distributed scheme for sparse linear regression and feature selection. The primary goal is to learn the few causal features of a high-dimensional dataset based on noisy observations from an unknown sparse linear model. However, the presumed training set which includes $n$ data samples in $\mathbb{R}^p$ is already distributed over a large network with $N$ clients connected through extremely low-bandwidth links. Also, we consider the asymptotic configuration of $1\ll N\ll n\ll p$. In order to infer the causal dimensions from the whole dataset, we propose a simple, yet effective method for information sharing in the network. In this regard, we theoretically show that the true causal features can be reliably recovered with negligible bandwidth usage of $O\left(N\log p\right)$ across the network. This yields a significantly lower communication cost in comparison with the trivial case of transmitting all the samples to a single node (centralized scenario), which requires $O\left(np\right)$ transmissions. Even more sophisticated schemes such as ADMM still have a communication complexity of $O\left(Np\right)$. Surprisingly, our sample complexity bound is proved to be the same (up to a constant factor) as the optimal centralized approach for a fixed performance measure in each node, while that of a naïve decentralized technique grows linearly with $N$. Theoretical guarantees in this paper are based on the recent analytic framework of debiased LASSO in Javanmard et al. (2019), and are supported by several computer experiments performed on both synthetic and real-world datasets. | stat-04.zip/2111.02802.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.14522 | Understanding over-squashing and bottlenecks on graphs via curvature | [
"Jake Topping",
"Francesco Di Giovanni",
"Benjamin Paul Chamberlain",
"Xiaowen Dong",
"Michael M. Bronstein"
] | 29 Nov 2021 (<a href="https://arxiv.org/abs/2111.14522v1">v1</a>), last revised 12 Nov 2022 (this version, v3) | First two authors equal contribution; outstanding paper honorable mention at ICLR22; 30 pages. v2: corrected Corollary 3 and rephrased in terms of graph diameter. Any other result is unaffected | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.14522 | Most graph neural networks (GNNs) use the message passing paradigm, in which node features are propagated on the input graph. Recent works pointed to the distortion of information flowing from distant nodes as a factor limiting the efficiency of message passing for tasks relying on long-distance interactions. This phenomenon, referred to as 'over-squashing', has been heuristically attributed to graph bottlenecks where the number of $k$-hop neighbors grows rapidly with $k$. We provide a precise description of the over-squashing phenomenon in GNNs and analyze how it arises from bottlenecks in the graph. For this purpose, we introduce a new edge-based combinatorial curvature and prove that negatively curved edges are responsible for the over-squashing issue. We also propose and experimentally test a curvature-based graph rewiring method to alleviate the over-squashing. | stat-04.zip/2111.14522.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.02458 | Perturb-and-max-product: Sampling and learning in discrete energy-based models | [
"Miguel Lazaro-Gredilla",
"Antoine Dedieu",
"Dileep George"
] | 3 Nov 2021 (<a href="https://arxiv.org/abs/2111.02458v1">v1</a>), last revised 5 Nov 2021 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.02458 | Perturb-and-MAP offers an elegant approach to approximately sample from a energy-based model (EBM) by computing the maximum-a-posteriori (MAP) configuration of a perturbed version of the model. Sampling in turn enables learning. However, this line of research has been hindered by the general intractability of the MAP computation. Very few works venture outside tractable models, and when they do, they use linear programming approaches, which as we will show, have several limitations. In this work we present perturb-and-max-product (PMP), a parallel and scalable mechanism for sampling and learning in discrete EBMs. Models can be arbitrary as long as they are built using tractable factors. We show that (a) for Ising models, PMP is orders of magnitude faster than Gibbs and Gibbs-with-Gradients (GWG) at learning and generating samples of similar or better quality; (b) PMP is able to learn and sample from RBMs; (c) in a large, entangled graphical model in which Gibbs and GWG fail to mix, PMP succeeds. | stat-04.zip/2111.02458.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.02592 | Conformal prediction for text infilling and part-of-speech prediction | [
"Neil Dey",
"Jing Ding",
"Jack Ferrell",
"Carolina Kapper",
"Maxwell Lovig",
"Emiliano Planchon",
"Jonathan P Williams"
] | 4 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.02592 | Modern machine learning algorithms are capable of providing remarkably accurate point-predictions; however, questions remain about their statistical reliability. Unlike conventional machine learning methods, conformal prediction algorithms return confidence sets (i.e., set-valued predictions) that correspond to a given significance level. Moreover, these confidence sets are valid in the sense that they guarantee finite sample control over type 1 error probabilities, allowing the practitioner to choose an acceptable error rate. In our paper, we propose inductive conformal prediction (ICP) algorithms for the tasks of text infilling and part-of-speech (POS) prediction for natural language data. We construct new conformal prediction-enhanced bidirectional encoder representations from transformers (BERT) and bidirectional long short-term memory (BiLSTM) algorithms for POS tagging and a new conformal prediction-enhanced BERT algorithm for text infilling. We analyze the performance of the algorithms in simulations using the Brown Corpus, which contains over 57,000 sentences. Our results demonstrate that the ICP algorithms are able to produce valid set-valued predictions that are small enough to be applicable in real-world applications. We also provide a real data example for how our proposed set-valued predictions can improve machine generated audio transcriptions. | stat-04.zip/2111.02592.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.02218 | From global to local MDI variable importances for random forests and when they are Shapley values | [
"Antonio Sutera",
"Gilles Louppe",
"Van Anh Huynh-Thu",
"Louis Wehenkel",
"Pierre Geurts"
] | 3 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.02218 | Random forests have been widely used for their ability to provide so-called importance measures, which give insight at a global (per dataset) level on the relevance of input variables to predict a certain output. On the other hand, methods based on Shapley values have been introduced to refine the analysis of feature relevance in tree-based models to a local (per instance) level. In this context, we first show that the global Mean Decrease of Impurity (MDI) variable importance scores correspond to Shapley values under some conditions. Then, we derive a local MDI importance measure of variable relevance, which has a very natural connection with the global MDI measure and can be related to a new notion of local feature relevance. We further link local MDI importances with Shapley values and discuss them in the light of related measures from the literature. The measures are illustrated through experiments on several classification and regression problems. | stat-04.zip/2111.02218.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.05962 | Adversarial sampling of unknown and high-dimensional conditional distributions | [
"Malik Hassanaly",
"Andrew Glaws",
"Karen Stengel",
"Ryan N. King"
] | 8 Nov 2021 | 26 pages, 12 figures, 4 tables | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Atmospheric and Oceanic Physics (physics.ao-ph); Computational Physics (physics.comp-ph); Fluid Dynamics (physics.flu-dyn) | https://doi.org/10.48550/arXiv.2111.05962 | Many engineering problems require the prediction of realization-to-realization variability or a refined description of modeled quantities. In that case, it is necessary to sample elements from unknown high-dimensional spaces with possibly millions of degrees of freedom. While there exist methods able to sample elements from probability density functions (PDF) with known shapes, several approximations need to be made when the distribution is unknown. In this paper the sampling method, as well as the inference of the underlying distribution, are both handled with a data-driven method known as generative adversarial networks (GAN), which trains two competing neural networks to produce a network that can effectively generate samples from the training set distribution. In practice, it is often necessary to draw samples from conditional distributions. When the conditional variables are continuous, only one (if any) data point corresponding to a particular value of a conditioning variable may be available, which is not sufficient to estimate the conditional distribution. This work handles this problem using an a priori estimation of the conditional moments of a PDF. Two approaches, stochastic estimation, and an external neural network are compared here for computing these moments; however, any preferred method can be used. The algorithm is demonstrated in the case of the deconvolution of a filtered turbulent flow field. It is shown that all the versions of the proposed algorithm effectively sample the target conditional distribution with minimal impact on the quality of the samples compared to state-of-the-art methods. Additionally, the procedure can be used as a metric for the diversity of samples generated by a conditional GAN (cGAN) conditioned with continuous variables. | stat-04.zip/2111.05962.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.06222 | ARISE: ApeRIodic SEmi-parametric Process for Efficient Markets without Periodogram and Gaussianity Assumptions | [
"Shao-Qun Zhang",
"Zhi-Hua Zhou"
] | 8 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.06222 | Mimicking and learning the long-term memory of efficient markets is a fundamental problem in the interaction between machine learning and financial economics to sequential data. Despite the prominence of this issue, current treatments either remain largely limited to heuristic techniques or rely significantly on periodogram or Gaussianty assumptions. In this paper, we present the ApeRIodic SEmi-parametric (ARISE) process for investigating efficient markets. The ARISE process is formulated as an infinite-sum function of some known processes and employs the aperiodic spectrum estimation to determine the key hyper-parameters, thus possessing the power and potential of modeling the price data with long-term memory, non-stationarity, and aperiodic spectrum. We further theoretically show that the ARISE process has the mean-square convergence, consistency, and asymptotic normality without periodogram and Gaussianity assumptions. In practice, we apply the ARISE process to identify the efficiency of real-world markets. Besides, we also provide two alternative ARISE applications: studying the long-term memorability of various machine-learning models and developing a latent state-space model for inference and forecasting of time series. The numerical experiments confirm the superiority of our proposed approaches. | stat-04.zip/2111.06222.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.06063 | On the Equivalence between Neural Network and Support Vector Machine | [
"Yilan Chen",
"Wei Huang",
"Lam M. Nguyen",
"Tsui-Wei Weng"
] | 11 Nov 2021 (<a href="https://arxiv.org/abs/2111.06063v1">v1</a>), last revised 7 Jul 2022 (this version, v2) | 35th Conference on Neural Information Processing Systems (NeurIPS 2021) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG); Optimization and Control (math.OC) | https://doi.org/10.48550/arXiv.2111.06063 | Recent research shows that the dynamics of an infinitely wide neural network (NN) trained by gradient descent can be characterized by Neural Tangent Kernel (NTK) \citep{jacot2018neural}. Under the squared loss, the infinite-width NN trained by gradient descent with an infinitely small learning rate is equivalent to kernel regression with NTK \citep{arora2019exact}. However, the equivalence is only known for ridge regression currently \citep{arora2019harnessing}, while the equivalence between NN and other kernel machines (KMs), e.g. support vector machine (SVM), remains unknown. Therefore, in this work, we propose to establish the equivalence between NN and SVM, and specifically, the infinitely wide NN trained by soft margin loss and the standard soft margin SVM with NTK trained by subgradient descent. Our main theoretical results include establishing the equivalences between NNs and a broad family of $\ell_2$ regularized KMs with finite-width bounds, which cannot be handled by prior work, and showing that every finite-width NN trained by such regularized loss functions is approximately a KM. Furthermore, we demonstrate our theory can enable three practical applications, including (i) \textit{non-vacuous} generalization bound of NN via the corresponding KM; (ii) \textit{non-trivial} robustness certificate for the infinite-width NN (while existing robustness verification methods would provide vacuous bounds); (iii) intrinsically more robust infinite-width NNs than those from previous kernel regression. Our code for the experiments is available at \url{<a href="https://github.com/leslie-CH/equiv-nn-svm" rel="external noopener nofollow" class="link-external link-https">this https URL</a>}. | stat-04.zip/2111.06063.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.04609 | A Private and Computationally-Efficient Estimator for Unbounded Gaussians | [
"Gautam Kamath",
"Argyris Mouzakis",
"Vikrant Singhal",
"Thomas Steinke",
"Jonathan Ullman"
] | 8 Nov 2021 (<a href="https://arxiv.org/abs/2111.04609v1">v1</a>), last revised 11 Feb 2022 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Cryptography and Security (cs.CR); Data Structures and Algorithms (cs.DS); Information Theory (cs.IT); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.04609 | We give the first polynomial-time, polynomial-sample, differentially private estimator for the mean and covariance of an arbitrary Gaussian distribution $\mathcal{N}(\mu,\Sigma)$ in $\mathbb{R}^d$. All previous estimators are either nonconstructive, with unbounded running time, or require the user to specify a priori bounds on the parameters $\mu$ and $\Sigma$. The primary new technical tool in our algorithm is a new differentially private preconditioner that takes samples from an arbitrary Gaussian $\mathcal{N}(0,\Sigma)$ and returns a matrix $A$ such that $A \Sigma A^T$ has constant condition number. | stat-04.zip/2111.04609.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.05986 | SyMetric: Measuring the Quality of Learnt Hamiltonian Dynamics Inferred from Vision | [
"Irina Higgins",
"Peter Wirnsberger",
"Andrew Jaegle",
"Aleksandar Botev"
] | 10 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.05986 | A recently proposed class of models attempts to learn latent dynamics from high-dimensional observations, like images, using priors informed by Hamiltonian mechanics. While these models have important potential applications in areas like robotics or autonomous driving, there is currently no good way to evaluate their performance: existing methods primarily rely on image reconstruction quality, which does not always reflect the quality of the learnt latent dynamics. In this work, we empirically highlight the problems with the existing measures and develop a set of new measures, including a binary indicator of whether the underlying Hamiltonian dynamics have been faithfully captured, which we call Symplecticity Metric or SyMetric. Our measures take advantage of the known properties of Hamiltonian dynamics and are more discriminative of the model's ability to capture the underlying dynamics than reconstruction error. Using SyMetric, we identify a set of architectural choices that significantly improve the performance of a previously proposed model for inferring latent dynamics from pixels, the Hamiltonian Generative Network (HGN). Unlike the original HGN, the new HGN++ is able to discover an interpretable phase space with physically meaningful latents on some datasets. Furthermore, it is stable for significantly longer rollouts on a diverse range of 13 datasets, producing rollouts of essentially infinite length both forward and backwards in time with no degradation in quality on a subset of the datasets. | stat-04.zip/2111.05986.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.06395 | Kalman Filtering with Adversarial Corruptions | [
"Sitan Chen",
"Frederic Koehler",
"Ankur Moitra",
"Morris Yau"
] | 11 Nov 2021 | 57 pages, comments welcome | Machine Learning (stat.ML) | Machine Learning (stat.ML); Data Structures and Algorithms (cs.DS); Machine Learning (cs.LG); Systems and Control (eess.SY) | https://doi.org/10.48550/arXiv.2111.06395 | Here we revisit the classic problem of linear quadratic estimation, i.e. estimating the trajectory of a linear dynamical system from noisy measurements. The celebrated Kalman filter gives an optimal estimator when the measurement noise is Gaussian, but is widely known to break down when one deviates from this assumption, e.g. when the noise is heavy-tailed. Many ad hoc heuristics have been employed in practice for dealing with outliers. In a pioneering work, Schick and Mitter gave provable guarantees when the measurement noise is a known infinitesimal perturbation of a Gaussian and raised the important question of whether one can get similar guarantees for large and unknown perturbations. <br>In this work we give a truly robust filter: we give the first strong provable guarantees for linear quadratic estimation when even a constant fraction of measurements have been adversarially corrupted. This framework can model heavy-tailed and even non-stationary noise processes. Our algorithm robustifies the Kalman filter in the sense that it competes with the optimal algorithm that knows the locations of the corruptions. Our work is in a challenging Bayesian setting where the number of measurements scales with the complexity of what we need to estimate. Moreover, in linear dynamical systems past information decays over time. We develop a suite of new techniques to robustly extract information across different time steps and over varying time scales. | stat-04.zip/2111.06395.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.04597 | Neyman-Pearson Multi-class Classification via Cost-sensitive Learning | [
"Ye Tian",
"Yang Feng"
] | 8 Nov 2021 (<a href="https://arxiv.org/abs/2111.04597v1">v1</a>), last revised 1 Aug 2024 (this version, v4) | 114 pages, 18 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2111.04597 | Most existing classification methods aim to minimize the overall misclassification error rate. However, in applications such as loan default prediction, different types of errors can have varying consequences. To address this asymmetry issue, two popular paradigms have been developed: the Neyman-Pearson (NP) paradigm and the cost-sensitive (CS) paradigm. Previous studies on the NP paradigm have primarily focused on the binary case, while the multi-class NP problem poses a greater challenge due to its unknown feasibility. In this work, we tackle the multi-class NP problem by establishing a connection with the CS problem via strong duality and propose two algorithms. We extend the concept of NP oracle inequalities, crucial in binary classifications, to NP oracle properties in the multi-class context. Our algorithms satisfy these NP oracle properties under certain conditions. Furthermore, we develop practical algorithms to assess the feasibility and strong duality in multi-class NP problems, which can offer practitioners the landscape of a multi-class NP problem with various target error levels. Simulations and real data studies validate the effectiveness of our algorithms. To our knowledge, this is the first study to address the multi-class NP problem with theoretical guarantees. The proposed algorithms have been implemented in the R package \texttt{npcs}, which is available on CRAN. | stat-04.zip/2111.04597.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.07941 | Distribution Compression in Near-linear Time | [
"Abhishek Shetty",
"Raaz Dwivedi",
"Lester Mackey"
] | 15 Nov 2021 (<a href="https://arxiv.org/abs/2111.07941v1">v1</a>), last revised 18 Oct 2022 (this version, v6) | Accepted to ICLR 2022; An outdated proof of Theorem 2 was previously included in the appendix; this oversight is corrected in this version | Machine Learning (stat.ML) | Machine Learning (stat.ML); Data Structures and Algorithms (cs.DS); Machine Learning (cs.LG); Statistics Theory (math.ST); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2111.07941 | In distribution compression, one aims to accurately summarize a probability distribution $\mathbb{P}$ using a small number of representative points. Near-optimal thinning procedures achieve this goal by sampling $n$ points from a Markov chain and identifying $\sqrt{n}$ points with $\widetilde{\mathcal{O}}(1/\sqrt{n})$ discrepancy to $\mathbb{P}$. Unfortunately, these algorithms suffer from quadratic or super-quadratic runtime in the sample size $n$. To address this deficiency, we introduce Compress++, a simple meta-procedure for speeding up any thinning algorithm while suffering at most a factor of $4$ in error. When combined with the quadratic-time kernel halving and kernel thinning algorithms of Dwivedi and Mackey (2021), Compress++ delivers $\sqrt{n}$ points with $\mathcal{O}(\sqrt{\log n/n})$ integration error and better-than-Monte-Carlo maximum mean discrepancy in $\mathcal{O}(n \log^3 n)$ time and $\mathcal{O}( \sqrt{n} \log^2 n )$ space. Moreover, Compress++ enjoys the same near-linear runtime given any quadratic-time input and reduces the runtime of super-quadratic algorithms by a square-root factor. In our benchmarks with high-dimensional Monte Carlo samples and Markov chains targeting challenging differential equation posteriors, Compress++ matches or nearly matches the accuracy of its input algorithm in orders of magnitude less time. | stat-04.zip/2111.07941.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.07376 | On equivalence between linear-chain conditional random fields and hidden Markov chains | [
"Elie Azeraf",
"Emmanuel Monfrini",
"Wojciech Pieczynski"
] | 14 Nov 2021 | 5 pages | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.07376 | Practitioners successfully use hidden Markov chains (HMCs) in different problems for about sixty years. HMCs belong to the family of generative models and they are often compared to discriminative models, like conditional random fields (CRFs). Authors usually consider CRFs as quite different from HMCs, and CRFs are often presented as interesting alternative to HMCs. In some areas, like natural language processing (NLP), discriminative models have completely supplanted generative models. However, some recent results show that both families of models are not so different, and both of them can lead to identical processing power. In this paper we compare the simple linear-chain CRFs to the basic HMCs. We show that HMCs are identical to CRFs in that for each CRF we explicitly construct an HMC having the same posterior distribution. Therefore, HMCs and linear-chain CRFs are not different but just differently parametrized models. | stat-04.zip/2111.07376.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.07307 | Improving usual Naive Bayes classifier performances with Neural Naive Bayes based models | [
"Elie Azeraf",
"Emmanuel Monfrini",
"Wojciech Pieczynski"
] | 14 Nov 2021 | 10 pages, 3 figures, 3 tables | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.07307 | Naive Bayes is a popular probabilistic model appreciated for its simplicity and interpretability. However, the usual form of the related classifier suffers from two major problems. First, as caring about the observations' law, it cannot consider complex features. Moreover, it considers the conditional independence of the observations given the hidden variable. This paper introduces the original Neural Naive Bayes, modeling the parameters of the classifier induced from the Naive Bayes with neural network functions. This allows to correct the first problem. We also introduce new Neural Pooled Markov Chain models, alleviating the independence condition. We empirically study the benefits of these models for Sentiment Analysis, dividing the error rate of the usual classifier by 4.5 on the IMDB dataset with the FastText embedding. | stat-04.zip/2111.07307.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.05898 | Beyond Importance Scores: Interpreting Tabular ML by Visualizing Feature Semantics | [
"Amirata Ghorbani",
"Dina Berenbaum",
"Maor Ivgi",
"Yuval Dafna",
"James Zou"
] | 10 Nov 2021 (<a href="https://arxiv.org/abs/2111.05898v1">v1</a>), last revised 30 Nov 2021 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.05898 | Interpretability is becoming an active research topic as machine learning (ML) models are more widely used to make critical decisions. Tabular data is one of the most commonly used modes of data in diverse applications such as healthcare and finance. Much of the existing interpretability methods used for tabular data only report feature-importance scores -- either locally (per example) or globally (per model) -- but they do not provide interpretation or visualization of how the features interact. We address this limitation by introducing Feature Vectors, a new global interpretability method designed for tabular datasets. In addition to providing feature-importance, Feature Vectors discovers the inherent semantic relationship among features via an intuitive feature visualization technique. Our systematic experiments demonstrate the empirical utility of this new method by applying it to several real-world datasets. We further provide an easy-to-use Python package for Feature Vectors. | stat-04.zip/2111.05898.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.14000 | Factor-augmented tree ensembles | [
"Filippo Pellegrino"
] | 27 Nov 2021 (<a href="https://arxiv.org/abs/2111.14000v1">v1</a>), last revised 12 Jun 2023 (this version, v6) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Econometrics (econ.EM) | https://doi.org/10.48550/arXiv.2111.14000 | This manuscript proposes to extend the information set of time-series regression trees with latent stationary factors extracted via state-space methods. In doing so, this approach generalises time-series regression trees on two dimensions. First, it allows to handle predictors that exhibit measurement error, non-stationary trends, seasonality and/or irregularities such as missing observations. Second, it gives a transparent way for using domain-specific theory to inform time-series regression trees. Empirically, ensembles of these factor-augmented trees provide a reliable approach for macro-finance problems. This article highlights it focussing on the lead-lag effect between equity volatility and the business cycle in the United States. | stat-04.zip/2111.14000.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.12876 | Time-independent Generalization Bounds for SGLD in Non-convex Settings | [
"Tyler Farghly",
"Patrick Rebeschini"
] | 25 Nov 2021 | 22 pages. To appear in Advances in Neural Information Processing Systems 34 (NeurIPS 2021) | 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.2111.12876 | We establish generalization error bounds for stochastic gradient Langevin dynamics (SGLD) with constant learning rate under the assumptions of dissipativity and smoothness, a setting that has received increased attention in the sampling/optimization literature. Unlike existing bounds for SGLD in non-convex settings, ours are time-independent and decay to zero as the sample size increases. Using the framework of uniform stability, we establish time-independent bounds by exploiting the Wasserstein contraction property of the Langevin diffusion, which also allows us to circumvent the need to bound gradients using Lipschitz-like assumptions. Our analysis also supports variants of SGLD that use different discretization methods, incorporate Euclidean projections, or use non-isotropic noise. | stat-04.zip/2111.12876.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.07799 | Spectral learning of multivariate extremes | [
"Marco Avella Medina",
"Richard A. Davis",
"Gennady Samorodnitsky"
] | 15 Nov 2021 (<a href="https://arxiv.org/abs/2111.07799v1">v1</a>), last revised 1 Aug 2023 (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.2111.07799 | We propose a spectral clustering algorithm for analyzing the dependence structure of multivariate extremes. More specifically, we focus on the asymptotic dependence of multivariate extremes characterized by the angular or spectral measure in extreme value theory. Our work studies the theoretical performance of spectral clustering based on a random $k$-nearest neighbor graph constructed from an extremal sample, i.e., the angular part of random vectors for which the radius exceeds a large threshold. In particular, we derive the asymptotic distribution of extremes arising from a linear factor model and prove that, under certain conditions, spectral clustering can consistently identify the clusters of extremes arising in this model. Leveraging this result we propose a simple consistent estimation strategy for learning the angular measure. Our theoretical findings are complemented with numerical experiments illustrating the finite sample performance of our methods. | stat-04.zip/2111.07799.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.13646 | Dimension Reduction with Prior Information for Knowledge Discovery | [
"Anh Tuan Bui"
] | 26 Nov 2021 (<a href="https://arxiv.org/abs/2111.13646v1">v1</a>), last revised 29 Dec 2023 (this version, v4) | Article accepted for publication in IEEE Transactions on Pattern Analysis and Machine Intelligence, 12 pages, 8 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.13646 | This paper addresses the problem of mapping high-dimensional data to a low-dimensional space, in the presence of other known features. This problem is ubiquitous in science and engineering as there are often controllable/measurable features in most applications. To solve this problem, this paper proposes a broad class of methods, which is referred to as conditional multidimensional scaling (MDS). An algorithm for optimizing the objective function of conditional MDS is also developed. The convergence of this algorithm is proven under mild assumptions. Conditional MDS is illustrated with kinship terms, facial expressions, textile fabrics, car-brand perception, and cylinder machining examples. These examples demonstrate the advantages of conditional MDS over conventional dimension reduction in improving the estimation quality of the reduced-dimension space and simplifying visualization and knowledge discovery tasks. Computer codes for this work are available in the open-source cml R package. | stat-04.zip/2111.13646.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.13037 | Learning dynamical systems from data: A simple cross-validation perspective, part III: Irregularly-Sampled Time Series | [
"Jonghyeon Lee",
"Edward De Brouwer",
"Boumediene Hamzi",
"Houman Owhadi"
] | 25 Nov 2021 (<a href="https://arxiv.org/abs/2111.13037v1">v1</a>), last revised 3 Oct 2024 (this version, v2) | Kernel Methods, Kernel Flows, Irregularly-Sampled Time Series | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Dynamical Systems (math.DS); Computation (stat.CO) | https://doi.org/10.48550/arXiv.2111.13037 | A simple and interpretable way to learn a dynamical system from data is to interpolate its vector-field with a kernel. In particular, this strategy is highly efficient (both in terms of accuracy and complexity) when the kernel is data-adapted using Kernel Flows (KF)\cite{Owhadi19} (which uses gradient-based optimization to learn a kernel based on the premise that a kernel is good if there is no significant loss in accuracy if half of the data is used for interpolation). Despite its previous successes, this strategy (based on interpolating the vector field driving the dynamical system) breaks down when the observed time series is not regularly sampled in time. In this work, we propose to address this problem by directly approximating the vector field of the dynamical system by incorporating time differences between observations in the (KF) data-adapted kernels. We compare our approach with the classical one over different benchmark dynamical systems and show that it significantly improves the forecasting accuracy while remaining simple, fast, and robust. | stat-04.zip/2111.13037.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.07372 | Fast Doubly-Adaptive MCMC to Estimate the Gibbs Partition Function with Weak Mixing Time Bounds | [
"Shahrzad Haddadan",
"Yue Zhuang",
"Cyrus Cousins",
"Eli Upfal"
] | 14 Nov 2021 | A short version of this paper will appear inthe 35th Conference on NeuralInformation Processing Systems, NeurIPS 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Data Structures and Algorithms (cs.DS) | https://doi.org/10.48550/arXiv.2111.07372 | We present a novel method for reducing the computational complexity of rigorously estimating the partition functions (normalizing constants) of Gibbs (Boltzmann) distributions, which arise ubiquitously in probabilistic graphical models. A major obstacle to practical applications of Gibbs distributions is the need to estimate their partition functions. The state of the art in addressing this problem is multi-stage algorithms, which consist of a cooling schedule, and a mean estimator in each step of the schedule. While the cooling schedule in these algorithms is adaptive, the mean estimation computations use MCMC as a black-box to draw approximate samples. We develop a doubly adaptive approach, combining the adaptive cooling schedule with an adaptive MCMC mean estimator, whose number of Markov chain steps adapts dynamically to the underlying chain. Through rigorous theoretical analysis, we prove that our method outperforms the state of the art algorithms in several factors: (1) The computational complexity of our method is smaller; (2) Our method is less sensitive to loose bounds on mixing times, an inherent component in these algorithms; and (3) The improvement obtained by our method is particularly significant in the most challenging regime of high-precision estimation. We demonstrate the advantage of our method in experiments run on classic factor graphs, such as voting models and Ising models. | stat-04.zip/2111.07372.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.14397 | Dependence between Bayesian neural network units | [
"Mariia Vladimirova",
"Julyan Arbel",
"Stéphane Girard"
] | 29 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML) | https://doi.org/10.48550/arXiv.2111.14397 | The connection between Bayesian neural networks and Gaussian processes gained a lot of attention in the last few years, with the flagship result that hidden units converge to a Gaussian process limit when the layers width tends to infinity. Underpinning this result is the fact that hidden units become independent in the infinite-width limit. Our aim is to shed some light on hidden units dependence properties in practical finite-width Bayesian neural networks. In addition to theoretical results, we assess empirically the depth and width impacts on hidden units dependence properties. | stat-04.zip/2111.14397.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.13229 | Generalizing Clinical Trials with Convex Hulls | [
"Eric V. Strobl",
"Thomas A. Lasko"
] | 25 Nov 2021 (<a href="https://arxiv.org/abs/2111.13229v1">v1</a>), last revised 28 Oct 2022 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Methodology (stat.ME) | https://doi.org/10.48550/arXiv.2111.13229 | Randomized clinical trials eliminate confounding but impose strict exclusion criteria that limit recruitment to a subset of the population. Observational datasets are more inclusive but suffer from confounding -- often providing overly optimistic estimates of treatment response over time due to partially optimized physician prescribing patterns. We therefore assume that the unconfounded treatment response lies somewhere in-between the observational estimate before and the observational estimate after treatment assignment. This assumption allows us to extrapolate results from exclusive trials to the broader population by analyzing observational and trial data simultaneously using an algorithm called Optimum in Convex Hulls (OCH). OCH represents the treatment effect either in terms of convex hulls of conditional expectations or convex hulls (also known as mixtures) of conditional densities. The algorithm first learns the component expectations or densities using the observational data and then learns the linear mixing coefficients using trial data in order to approximate the true treatment effect; theory importantly explains why this linear combination should hold. OCH estimates the treatment effect in terms both expectations and densities with state of the art accuracy. | stat-04.zip/2111.13229.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.15060 | Second-order Approximation of Minimum Discrimination Information in Independent Component Analysis | [
"YunPeng Li"
] | 30 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Signal Processing (eess.SP) | https://doi.org/10.48550/arXiv.2111.15060 | Independent Component Analysis (ICA) is intended to recover the mutually independent sources from their linear mixtures, and F astICA is one of the most successful ICA algorithms. Although it seems reasonable to improve the performance of F astICA by introducing more nonlinear functions to the negentropy estimation, the original fixed-point method (approximate Newton method) in F astICA degenerates under this circumstance. To alleviate this problem, we propose a novel method based on the second-order approximation of minimum discrimination information (MDI). The joint maximization in our method is consisted of minimizing single weighted least squares and seeking unmixing matrix by the fixed-point method. Experimental results validate its efficiency compared with other popular ICA algorithms. | stat-04.zip/2111.15060.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.15144 | Decoding the Protein-ligand Interactions Using Parallel Graph Neural Networks | [
"Carter Knutson",
"Mridula Bontha",
"Jenna A. Bilbrey",
"Neeraj Kumar"
] | 30 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Biomolecules (q-bio.BM); Quantitative Methods (q-bio.QM) | https://doi.org/10.48550/arXiv.2111.15144 | Protein-ligand interactions (PLIs) are fundamental to biochemical research and their identification is crucial for estimating biophysical and biochemical properties for rational therapeutic design. Currently, experimental characterization of these properties is the most accurate method, however, this is very time-consuming and labor-intensive. A number of computational methods have been developed in this context but most of the existing PLI prediction heavily depends on 2D protein sequence data. Here, we present a novel parallel graph neural network (GNN) to integrate knowledge representation and reasoning for PLI prediction to perform deep learning guided by expert knowledge and informed by 3D structural data. We develop two distinct GNN architectures, GNNF is the base implementation that employs distinct featurization to enhance domain-awareness, while GNNP is a novel implementation that can predict with no prior knowledge of the intermolecular interactions. The comprehensive evaluation demonstrated that GNN can successfully capture the binary interactions between ligand and proteins 3D structure with 0.979 test accuracy for GNNF and 0.958 for GNNP for predicting activity of a protein-ligand complex. These models are further adapted for regression tasks to predict experimental binding affinities and pIC50 is crucial for drugs potency and efficacy. We achieve a Pearson correlation coefficient of 0.66 and 0.65 on experimental affinity and 0.50 and 0.51 on pIC50 with GNNF and GNNP, respectively, outperforming similar 2D sequence-based models. Our method can serve as an interpretable and explainable artificial intelligence (AI) tool for predicted activity, potency, and biophysical properties of lead candidates. To this end, we show the utility of GNNP on SARS-Cov-2 protein targets by screening a large compound library and comparing our prediction with the experimentally measured data. | stat-04.zip/2111.15144.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.08234 | Covariate Shift in High-Dimensional Random Feature Regression | [
"Nilesh Tripuraneni",
"Ben Adlam",
"Jeffrey Pennington"
] | 16 Nov 2021 | 107 pages, 10 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.08234 | A significant obstacle in the development of robust machine learning models is covariate shift, a form of distribution shift that occurs when the input distributions of the training and test sets differ while the conditional label distributions remain the same. Despite the prevalence of covariate shift in real-world applications, a theoretical understanding in the context of modern machine learning has remained lacking. In this work, we examine the exact high-dimensional asymptotics of random feature regression under covariate shift and present a precise characterization of the limiting test error, bias, and variance in this setting. Our results motivate a natural partial order over covariate shifts that provides a sufficient condition for determining when the shift will harm (or even help) test performance. We find that overparameterized models exhibit enhanced robustness to covariate shift, providing one of the first theoretical explanations for this intriguing phenomenon. Additionally, our analysis reveals an exact linear relationship between in-distribution and out-of-distribution generalization performance, offering an explanation for this surprising recent empirical observation. | stat-04.zip/2111.08234.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.14046 | Neural Tangent Kernel of Matrix Product States: Convergence and Applications | [
"Erdong Guo",
"David Draper"
] | 28 Nov 2021 | 19 pages, 1 figure | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Neural and Evolutionary Computing (cs.NE); Quantum Physics (quant-ph) | https://doi.org/10.48550/arXiv.2111.14046 | In this work, we study the Neural Tangent Kernel (NTK) of Matrix Product States (MPS) and the convergence of its NTK in the infinite bond dimensional limit. We prove that the NTK of MPS asymptotically converges to a constant matrix during the gradient descent (training) process (and also the initialization phase) as the bond dimensions of MPS go to infinity by the observation that the variation of the tensors in MPS asymptotically goes to zero during training in the infinite limit. By showing the positive-definiteness of the NTK of MPS, the convergence of MPS during the training in the function space (space of functions represented by MPS) is guaranteed without any extra assumptions of the data set. We then consider the settings of (supervised) Regression with Mean Square Error (RMSE) and (unsupervised) Born Machines (BM) and analyze their dynamics in the infinite bond dimensional limit. The ordinary differential equations (ODEs) which describe the dynamics of the responses of MPS in the RMSE and BM are derived and solved in the closed-form. For the Regression, we consider Mercer Kernels (Gaussian Kernels) and find that the evolution of the mean of the responses of MPS follows the largest eigenvalue of the NTK. Due to the orthogonality of the kernel functions in BM, the evolution of different modes (samples) decouples and the "characteristic time" of convergence in training is obtained. | stat-04.zip/2111.14046.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.15496 | Bayesian Modelling of Multivalued Power Curves from an Operational Wind Farm | [
"L.A. Bull",
"P.A. Gardner",
"T.J. Rogers",
"N. Dervilis",
"E.J. Cross",
"E. Papatheou",
"A.E. Maguire",
"C. Campos",
"K. Worden"
] | 30 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.15496 | Power curves capture the relationship between wind speed and output power for a specific wind turbine. Accurate regression models of this function prove useful in monitoring, maintenance, design, and planning. In practice, however, the measurements do not always correspond to the ideal curve: power curtailments will appear as (additional) functional components. Such multivalued relationships cannot be modelled by conventional regression, and the associated data are usually removed during pre-processing. The current work suggests an alternative method to infer multivalued relationships in curtailed power data. Using a population-based approach, an overlapping mixture of probabilistic regression models is applied to signals recorded from turbines within an operational wind farm. The model is shown to provide an accurate representation of practical power data across the population. | stat-04.zip/2111.15496.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.07679 | Contrastive Representation Learning with Trainable Augmentation Channel | [
"Masanori Koyama",
"Kentaro Minami",
"Takeru Miyato",
"Yarin Gal"
] | 15 Nov 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.07679 | In contrastive representation learning, data representation is trained so that it can classify the image instances even when the images are altered by augmentations. However, depending on the datasets, some augmentations can damage the information of the images beyond recognition, and such augmentations can result in collapsed representations. We present a partial solution to this problem by formalizing a stochastic encoding process in which there exist a tug-of-war between the data corruption introduced by the augmentations and the information preserved by the encoder. We show that, with the infoMax objective based on this framework, we can learn a data-dependent distribution of augmentations to avoid the collapse of the representation. | stat-04.zip/2111.07679.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 | |
2111.07473 | Scrutinizing XAI using linear ground-truth data with suppressor variables | [
"Rick Wilming",
"Céline Budding",
"Klaus-Robert Müller",
"Stefan Haufe"
] | 14 Nov 2021 (<a href="https://arxiv.org/abs/2111.07473v1">v1</a>), last revised 22 Jun 2023 (this version, v2) | Corrected typos | Machine Learning (stat.ML) | Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.07473 | Machine learning (ML) is increasingly often used to inform high-stakes decisions. As complex ML models (e.g., deep neural networks) are often considered black boxes, a wealth of procedures has been developed to shed light on their inner workings and the ways in which their predictions come about, defining the field of 'explainable AI' (XAI). Saliency methods rank input features according to some measure of 'importance'. Such methods are difficult to validate since a formal definition of feature importance is, thus far, lacking. It has been demonstrated that some saliency methods can highlight features that have no statistical association with the prediction target (suppressor variables). To avoid misinterpretations due to such behavior, we propose the actual presence of such an association as a necessary condition and objective preliminary definition for feature importance. We carefully crafted a ground-truth dataset in which all statistical dependencies are well-defined and linear, serving as a benchmark to study the problem of suppressor variables. We evaluate common explanation methods including LRP, DTD, PatternNet, PatternAttribution, LIME, Anchors, SHAP, and permutation-based methods with respect to our objective definition. We show that most of these methods are unable to distinguish important features from suppressors in this setting. | stat-04.zip/2111.07473.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2111.04658 | Consistent Sufficient Explanations and Minimal Local Rules for explaining regression and classification models | [
"Salim I. Amoukou",
"Nicolas J.B Brunel"
] | 8 Nov 2021 (<a href="https://arxiv.org/abs/2111.04658v1">v1</a>), last revised 14 Oct 2022 (this version, v2) | Accepted at the 36th Conference on Neural Information Processing Systems (NeurIPS 2022) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2111.04658 | To explain the decision of any model, we extend the notion of probabilistic Sufficient Explanations (P-SE). For each instance, this approach selects the minimal subset of features that is sufficient to yield the same prediction with high probability, while removing other features. The crux of P-SE is to compute the conditional probability of maintaining the same prediction. Therefore, we introduce an accurate and fast estimator of this probability via random Forests for any data $(\boldsymbol{X}, Y)$ and show its efficiency through a theoretical analysis of its consistency. As a consequence, we extend the P-SE to regression problems. In addition, we deal with non-discrete features, without learning the distribution of $\boldsymbol{X}$ nor having the model for making predictions. Finally, we introduce local rule-based explanations for regression/classification based on the P-SE and compare our approaches w.r.t other explainable AI methods. These methods are available as a Python package at \url{<a href="http://www.github.com/salimamoukou/acv00" rel="external noopener nofollow" class="link-external link-http">this http URL</a>}. | stat-04.zip/2111.04658.pdf | /content/arxiv-data/data/stat.ML/2021/11/00000000.parquet | stat.ML | 2021 | 11 | 2021-11-01 |
2112.03196 | Online false discovery rate control for anomaly detection in time series | [
"Quentin Rebjock",
"Barış Kurt",
"Tim Januschowski",
"Laurent Callot"
] | 6 Dec 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2112.03196 | This article proposes novel rules for false discovery rate control (FDRC) geared towards online anomaly detection in time series. Online FDRC rules allow to control the properties of a sequence of statistical tests. In the context of anomaly detection, the null hypothesis is that an observation is normal and the alternative is that it is anomalous. FDRC rules allow users to target a lower bound on precision in unsupervised settings. The methods proposed in this article overcome short-comings of previous FDRC rules in the context of anomaly detection, in particular ensuring that power remains high even when the alternative is exceedingly rare (typical in anomaly detection) and the test statistics are serially dependent (typical in time series). We show the soundness of these rules in both theory and experiments. | stat-04.zip/2112.03196.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 | |
2112.04330 | Estimation in Rotationally Invariant Generalized Linear Models via Approximate Message Passing | [
"Ramji Venkataramanan",
"Kevin Kögler",
"Marco Mondelli"
] | 8 Dec 2021 (<a href="https://arxiv.org/abs/2112.04330v1">v1</a>), last revised 9 Jun 2022 (this version, v2) | 35 pages, 8 figures, to appear in International Conference on Machine Learning (ICML), 2022 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Information Theory (cs.IT); Machine Learning (cs.LG); Statistics Theory (math.ST) | https://doi.org/10.48550/arXiv.2112.04330 | We consider the problem of signal estimation in generalized linear models defined via rotationally invariant design matrices. Since these matrices can have an arbitrary spectral distribution, this model is well suited for capturing complex correlation structures which often arise in applications. We propose a novel family of approximate message passing (AMP) algorithms for signal estimation, and rigorously characterize their performance in the high-dimensional limit via a state evolution recursion. Our rotationally invariant AMP has complexity of the same order as the existing AMP derived under the restrictive assumption of a Gaussian design; our algorithm also recovers this existing AMP as a special case. Numerical results showcase a performance close to Vector AMP (which is conjectured to be Bayes-optimal in some settings), but obtained with a much lower complexity, as the proposed algorithm does not require a computationally expensive singular value decomposition. | stat-04.zip/2112.04330.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 |
2112.03548 | Private Robust Estimation by Stabilizing Convex Relaxations | [
"Pravesh K. Kothari",
"Pasin Manurangsi",
"Ameya Velingker"
] | 7 Dec 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Cryptography and Security (cs.CR); Data Structures and Algorithms (cs.DS); Information Theory (cs.IT); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2112.03548 | We give the first polynomial time and sample $(\epsilon, \delta)$-differentially private (DP) algorithm to estimate the mean, covariance and higher moments in the presence of a constant fraction of adversarial outliers. Our algorithm succeeds for families of distributions that satisfy two well-studied properties in prior works on robust estimation: certifiable subgaussianity of directional moments and certifiable hypercontractivity of degree 2 polynomials. Our recovery guarantees hold in the "right affine-invariant norms": Mahalanobis distance for mean, multiplicative spectral and relative Frobenius distance guarantees for covariance and injective norms for higher moments. Prior works obtained private robust algorithms for mean estimation of subgaussian distributions with bounded covariance. For covariance estimation, ours is the first efficient algorithm (even in the absence of outliers) that succeeds without any condition-number assumptions. <br>Our algorithms arise from a new framework that provides a general blueprint for modifying convex relaxations for robust estimation to satisfy strong worst-case stability guarantees in the appropriate parameter norms whenever the algorithms produce witnesses of correctness in their run. We verify such guarantees for a modification of standard sum-of-squares (SoS) semidefinite programming relaxations for robust estimation. Our privacy guarantees are obtained by combining stability guarantees with a new "estimate dependent" noise injection mechanism in which noise scales with the eigenvalues of the estimated covariance. We believe this framework will be useful more generally in obtaining DP counterparts of robust estimators. <br>Independently of our work, Ashtiani and Liaw [AL21] also obtained a polynomial time and sample private robust estimation algorithm for Gaussian distributions. | stat-04.zip/2112.03548.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 | |
2112.04322 | Multiway Ensemble Kalman Filter | [
"Yu Wang",
"Alfred Hero"
] | 8 Dec 2021 | Appeared in NeurIPS'21 Workshop on Machine Learning and the Physical Sciences | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP) | https://doi.org/10.48550/arXiv.2112.04322 | In this work, we study the emergence of sparsity and multiway structures in second-order statistical characterizations of dynamical processes governed by partial differential equations (PDEs). We consider several state-of-the-art multiway covariance and inverse covariance (precision) matrix estimators and examine their pros and cons in terms of accuracy and interpretability in the context of physics-driven forecasting when incorporated into the ensemble Kalman filter (EnKF). In particular, we show that multiway data generated from the Poisson and the convection-diffusion types of PDEs can be accurately tracked via EnKF when integrated with appropriate covariance and precision matrix estimators. | stat-04.zip/2112.04322.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 |
2112.04677 | A Note on Comparison of F-measures | [
"Wei Ju",
"Wenxin Jiang"
] | 9 Dec 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2112.04677 | We comment on a recent TKDE paper "Linear Approximation of F-measure for the Performance Evaluation of Classification Algorithms on Imbalanced Data Sets", and make two improvements related to comparison of F-measures for two prediction rules. | stat-04.zip/2112.04677.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 | |
2112.06101 | Confidence intervals for the random forest generalization error | [
"Paulo C. Marques F"
] | 11 Dec 2021 (<a href="https://arxiv.org/abs/2112.06101v1">v1</a>), last revised 11 Mar 2022 (this version, v3) | 10 pages | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2112.06101 | We show that the byproducts of the standard training process of a random forest yield not only the well known and almost computationally free out-of-bag point estimate of the model generalization error, but also give a direct path to compute confidence intervals for the generalization error which avoids processes of data splitting and model retraining. Besides the low computational cost involved in their construction, these confidence intervals are shown through simulations to have good coverage and appropriate shrinking rate of their width in terms of the training sample size. | stat-04.zip/2112.06101.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 |
2112.05128 | Fair Community Detection and Structure Learning in Heterogeneous Graphical Models | [
"Davoud Ataee Tarzanagh",
"Laura Balzano",
"Alfred O. Hero"
] | 9 Dec 2021 (<a href="https://arxiv.org/abs/2112.05128v1">v1</a>), last revised 30 Nov 2023 (this version, v2) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2112.05128 | Inference of community structure in probabilistic graphical models may not be consistent with fairness constraints when nodes have demographic attributes. Certain demographics may be over-represented in some detected communities and under-represented in others. This paper defines a novel $\ell_1$-regularized pseudo-likelihood approach for fair graphical model selection. In particular, we assume there is some community or clustering structure in the true underlying graph, and we seek to learn a sparse undirected graph and its communities from the data such that demographic groups are fairly represented within the communities. In the case when the graph is known a priori, we provide a convex semidefinite programming approach for fair community detection. We establish the statistical consistency of the proposed method for both a Gaussian graphical model and an Ising model for, respectively, continuous and binary data, proving that our method can recover the graphs and their fair communities with high probability. | stat-04.zip/2112.05128.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 | |
2112.05977 | Test Set Sizing Via Random Matrix Theory | [
"Alexander Dubbs"
] | 11 Dec 2021 (<a href="https://arxiv.org/abs/2112.05977v1">v1</a>), last revised 24 Jul 2022 (this version, v4) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Probability (math.PR) | https://doi.org/10.48550/arXiv.2112.05977 | This paper uses techniques from Random Matrix Theory to find the ideal training-testing data split for a simple linear regression with m data points, each an independent n-dimensional multivariate Gaussian. It defines "ideal" as satisfying the integrity metric, i.e. the empirical model error is the actual measurement noise, and thus fairly reflects the value or lack of same of the model. This paper is the first to solve for the training and test size for any model in a way that is truly optimal. The number of data points in the training set is the root of a quartic polynomial Theorem 1 derives which depends only on m and n; the covariance matrix of the multivariate Gaussian, the true model parameters, and the true measurement noise drop out of the calculations. The critical mathematical difficulties were realizing that the problems herein were discussed in the context of the Jacobi Ensemble, a probability distribution describing the eigenvalues of a known random matrix model, and evaluating a new integral in the style of Selberg and Aomoto. Mathematical results are supported with thorough computational evidence. This paper is a step towards automatic choices of training/test set sizes in machine learning. | stat-04.zip/2112.05977.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 | |
2112.06760 | Robust factored principal component analysis for matrix-valued outlier accommodation and detection | [
"Xuan Ma",
"Jianhua Zhao",
"Yue Wang"
] | 13 Dec 2021 | 37 pages | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2112.06760 | Principal component analysis (PCA) is a popular dimension reduction technique for vector data. Factored PCA (FPCA) is a probabilistic extension of PCA for matrix data, which can substantially reduce the number of parameters in PCA while yield satisfactory performance. However, FPCA is based on the Gaussian assumption and thereby susceptible to outliers. Although the multivariate $t$ distribution as a robust modeling tool for vector data has a very long history, its application to matrix data is very limited. The main reason is that the dimension of the vectorized matrix data is often very high and the higher the dimension, the lower the breakdown point that measures the robustness. To solve the robustness problem suffered by FPCA and make it applicable to matrix data, in this paper we propose a robust extension of FPCA (RFPCA), which is built upon a $t$-type distribution called matrix-variate $t$ distribution. Like the multivariate $t$ distribution, the matrix-variate $t$ distribution can adaptively down-weight outliers and yield robust estimates. We develop a fast EM-type algorithm for parameter estimation. Experiments on synthetic and real-world datasets reveal that RFPCA is compared favorably with several related methods and RFPCA is a simple but powerful tool for matrix-valued outlier detection. | stat-04.zip/2112.06760.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 |
2112.04828 | Avoiding C-hacking when evaluating survival distribution predictions with discrimination measures | [
"Raphael Sonabend",
"Andreas Bender",
"Sebastian Vollmer"
] | 9 Dec 2021 (<a href="https://arxiv.org/abs/2112.04828v1">v1</a>), last revised 9 Mar 2022 (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.2112.04828 | In this paper we consider how to evaluate survival distribution predictions with measures of discrimination. This is a non-trivial problem as discrimination measures are the most commonly used in survival analysis and yet there is no clear method to derive a risk prediction from a distribution prediction. We survey methods proposed in literature and software and consider their respective advantages and disadvantages. Whilst distributions are frequently evaluated by discrimination measures, we find that the method for doing so is rarely described in the literature and often leads to unfair comparisons. We find that the most robust method of reducing a distribution to a risk is to sum over the predicted cumulative hazard. We recommend that machine learning survival analysis software implements clear transformations between distribution and risk predictions in order to allow more transparent and accessible model evaluation. The code used in the final experiment is available at <a href="https://github.com/RaphaelS1/distribution_discrimination" rel="external noopener nofollow" class="link-external link-https">this https URL</a>. | stat-04.zip/2112.04828.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 | |
2112.07068 | Score-Based Generative Modeling with Critically-Damped Langevin Diffusion | [
"Tim Dockhorn",
"Arash Vahdat",
"Karsten Kreis"
] | 14 Dec 2021 (<a href="https://arxiv.org/abs/2112.07068v1">v1</a>), last revised 25 Mar 2022 (this version, v4) | ICLR 2022 (Spotlight) | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2112.07068 | Score-based generative models (SGMs) have demonstrated remarkable synthesis quality. SGMs rely on a diffusion process that gradually perturbs the data towards a tractable distribution, while the generative model learns to denoise. The complexity of this denoising task is, apart from the data distribution itself, uniquely determined by the diffusion process. We argue that current SGMs employ overly simplistic diffusions, leading to unnecessarily complex denoising processes, which limit generative modeling performance. Based on connections to statistical mechanics, we propose a novel critically-damped Langevin diffusion (CLD) and show that CLD-based SGMs achieve superior performance. CLD can be interpreted as running a joint diffusion in an extended space, where the auxiliary variables can be considered "velocities" that are coupled to the data variables as in Hamiltonian dynamics. We derive a novel score matching objective for CLD and show that the model only needs to learn the score function of the conditional distribution of the velocity given data, an easier task than learning scores of the data directly. We also derive a new sampling scheme for efficient synthesis from CLD-based diffusion models. We find that CLD outperforms previous SGMs in synthesis quality for similar network architectures and sampling compute budgets. We show that our novel sampler for CLD significantly outperforms solvers such as Euler--Maruyama. Our framework provides new insights into score-based denoising diffusion models and can be readily used for high-resolution image synthesis. Project page and code: <a href="https://nv-tlabs.github.io/CLD-SGM" rel="external noopener nofollow" class="link-external link-https">this https URL</a>. | stat-04.zip/2112.07068.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 |
2112.07067 | Dynamic Learning of Correlation Potentials for a Time-Dependent Kohn-Sham System | [
"Harish S. Bhat",
"Kevin Collins",
"Prachi Gupta",
"Christine M. Isborn"
] | 14 Dec 2021 (<a href="https://arxiv.org/abs/2112.07067v1">v1</a>), last revised 6 Dec 2022 (this version, v2) | 20 pages, 5 figures | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG); Optimization and Control (math.OC); Chemical Physics (physics.chem-ph); Computational Physics (physics.comp-ph) | https://doi.org/10.48550/arXiv.2112.07067 | We develop methods to learn the correlation potential for a time-dependent Kohn-Sham (TDKS) system in one spatial dimension. We start from a low-dimensional two-electron system for which we can numerically solve the time-dependent Schrödinger equation; this yields electron densities suitable for training models of the correlation potential. We frame the learning problem as one of optimizing a least-squares objective subject to the constraint that the dynamics obey the TDKS equation. Applying adjoints, we develop efficient methods to compute gradients and thereby learn models of the correlation potential. Our results show that it is possible to learn values of the correlation potential such that the resulting electron densities match ground truth densities. We also show how to learn correlation potential functionals with memory, demonstrating one such model that yields reasonable results for trajectories outside the training set. | stat-04.zip/2112.07067.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 |
2112.07262 | Inductive Semi-supervised Learning Through Optimal Transport | [
"Mourad El Hamri",
"Younès Bennani",
"Issam Falih"
] | 14 Dec 2021 | Machine Learning (stat.ML) | Machine Learning (stat.ML); Machine Learning (cs.LG) | https://doi.org/10.48550/arXiv.2112.07262 | In this paper, we tackle the inductive semi-supervised learning problem that aims to obtain label predictions for out-of-sample data. The proposed approach, called Optimal Transport Induction (OTI), extends efficiently an optimal transport based transductive algorithm (OTP) to inductive tasks for both binary and multi-class settings. A series of experiments are conducted on several datasets in order to compare the proposed approach with state-of-the-art methods. Experiments demonstrate the effectiveness of our approach. We make our code publicly available (Code is available at: <a href="https://github.com/MouradElHamri/OTI" rel="external noopener nofollow" class="link-external link-https">this https URL</a>). | stat-04.zip/2112.07262.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 | |
2112.08211 | TrialGraph: Machine Intelligence Enabled Insight from Graph Modelling of Clinical Trials | [
"Christopher Yacoumatos",
"Stefano Bragaglia",
"Anshul Kanakia",
"Nils Svangård",
"Jonathan Mangion",
"Claire Donoghue",
"Jim Weatherall",
"Faisal M. Khan",
"Khader Shameer"
] | 15 Dec 2021 | 17 pages (Manuscript); 3 pages (Supplemental Data); 9 figures | 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.2112.08211 | A major impediment to successful drug development is the complexity, cost, and scale of clinical trials. The detailed internal structure of clinical trial data can make conventional optimization difficult to achieve. Recent advances in machine learning, specifically graph-structured data analysis, have the potential to enable significant progress in improving the clinical trial design. TrialGraph seeks to apply these methodologies to produce a proof-of-concept framework for developing models which can aid drug development and benefit patients. In this work, we first introduce a curated clinical trial data set compiled from the <a href="http://CT.gov" rel="external noopener nofollow" class="link-external link-http">this http URL</a>, AACT and TrialTrove databases (n=1191 trials; representing one million patients) and describe the conversion of this data to graph-structured formats. We then detail the mathematical basis and implementation of a selection of graph machine learning algorithms, which typically use standard machine classifiers on graph data embedded in a low-dimensional feature space. We trained these models to predict side effect information for a clinical trial given information on the disease, existing medical conditions, and treatment. The MetaPath2Vec algorithm performed exceptionally well, with standard Logistic Regression, Decision Tree, Random Forest, Support Vector, and Neural Network classifiers exhibiting typical ROC-AUC scores of 0.85, 0.68, 0.86, 0.80, and 0.77, respectively. Remarkably, the best performing classifiers could only produce typical ROC-AUC scores of 0.70 when trained on equivalent array-structured data. Our work demonstrates that graph modelling can significantly improve prediction accuracy on appropriate datasets. Successive versions of the project that refine modelling assumptions and incorporate more data types can produce excellent predictors with real-world applications in drug development. | stat-04.zip/2112.08211.pdf | /content/arxiv-data/data/stat.ML/2021/12/00000000.parquet | stat.ML | 2021 | 12 | 2021-12-01 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.