In this paper, we propose a data collaboration analysis method for distributed datasets. The proposed method is a centralized machine learning while training datasets and models remain distributed over some institutions. Recently, data became large and distributed with decreasing costs of data collection. If we can cen…
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
In this paper, we propose a novel method for generating a synthetic dataset obeying Gaussian distribution. Compared to the commonly used benchmark datasets with unknown distribution, the synthetic dataset has an explicit distribution, i.e., Gaussian distribution. Meanwhile, it has the same characteristics as the benchm…
Gradient flows on distributions of distributions for machine learning tasks.
Improves joint distribution learning for high-dimensional datasets with complex correlations.
DSLOB creates synthetic LOB data for benchmarking forecasting algorithms under distributional shifts.
BGANs enable multi-agent learning with distributed private datasets.
New method corrects bias in datasets using cumulative distribution functions.
Paper proposes a framework to detect distribution shifts using embedding space geometry.
We evaluate the distribution learning capabilities of generative adversarial networks by testing them on synthetic datasets. The datasets include common distributions of points in space and images containing polygons of various shapes and sizes. We find that by and large GANs fail to faithfully recreate point dat…
Shifts dataset evaluates uncertainty in real-world tasks across modalities.
SVHN dataset's split affects generative models but not digit classification.
We propose an unsupervised object matching method for relational data, which finds matchings between objects in different relational datasets without correspondence information. For example, the proposed method matches documents in different languages in multi-lingual document-word networks without dictionaries nor ali…
Method enhances anomaly detection using contrastive learning and out-of-distribution data.
We introduce two challenging datasets that reliably cause machine learning model performance to substantially degrade. The datasets are collected with a simple adversarial filtration technique to create datasets with limited spurious cues. Our datasets' real-world, unmodified examples transfer to various unseen models …
Improves out-of-distribution detection in neural networks.
Meta-learning reformulated as Bayesian risk minimization.
Metric evaluates symmetry-breaking in datasets, revealing severe biases.
Two derivations of PCA for distributional data.
Paper proposes a new method for designing materials using deep learning.
AFLite filters dataset biases to improve model generalization.
A recent technical breakthrough in the domain of machine learning is the discovery and the multiple applications of Generative Adversarial Networks (GANs). Those generative models are computationally demanding, as a GAN is composed of two deep neural networks, and because it trains on large datasets. A GAN is generally…
Variational Auto-Encoders enforce their learned intermediate latent-space data distribution to be a simple distribution, such as an isotropic Gaussian. However, this causes the posterior collapse problem and loses manifold structure which can be important for datasets such as facial images. A GAN can transform a simple…
State-constrained offline RL expands RL's learning scope.
Dida learns meta-features invariant to feature permutations.
BDC compresses both sample size and dimensionality of large datasets.
New distributed EnKF method for non-sequential assimilation of large datasets.
The Wallenius distribution is a generalisation of the Hypergeometric distribution where weights are assigned to balls of different colours. This naturally defines a model for ranking categories which can be used for classification purposes. Since, in general, the resulting likelihood is not analytically available, we a…
s-OTDD compares datasets efficiently without training, robust to class variations.
In today's era of big data, robust least-squares regression becomes a more challenging problem when considering the adversarial corruption along with explosive growth of datasets. Traditional robust methods can handle the noise but suffer from several challenges when applied in huge dataset including 1) computational i…
Proposes a framework to assess model robustness to dataset shifts.
Fuses posterior distributions from different datasets using KL divergence.
A new method aligns source and target distributions by tuning their weights.
Study shows different trajectory prediction models generalize better under OoD conditions.
We consider a covariate shift problem where one has access to several different training datasets for the same learning problem and a small validation set which possibly differs from all the individual training distributions. This covariate shift is caused, in part, due to unobserved features in the datasets. The objec…
In real-world classification problems, the class balance in the training dataset does not necessarily reflect that of the test dataset, which can cause significant estimation bias. If the class ratio of the test dataset is known, instance re-weighting or resampling allows systematical bias correction. However, learning…
Bayesian models provide a framework for probabilistic modelling of complex datasets. However, many of such models are computationally demanding especially in the presence of large datasets. On the other hand, in sensor network applications, statistical (Bayesian) parameter estimation usually needs distributed algorithm…
Study shows current image classification models lack robustness to real-world dataset shifts.
MixMOOD improves SSDL by selecting unlabelled data based on deep feature similarity.
Distributed computing offers a high degree of flexibility to accommodate modern learning constraints and the ever increasing size of datasets involved in massive data issues. Drawing inspiration from the theory of distributed computation models developed in the context of gradient-type optimization algorithms, we prese…
This paper speeds up inference in large hierarchical models.
GeoLifeCLEF 2020 dataset pairs species observations with environmental data.
Extends Shifts dataset for MS lesion segmentation and marine vessel power estimation.
One key use of k-means clustering is to identify cluster prototypes which can serve as representative points for a dataset. However, a drawback of using k-means cluster centers as representative points is that such points distort the distribution of the underlying data. This can be highly disadvantageous in problems wh…
Privacy is crucial in many applications of machine learning. Legal, ethical and societal issues restrict the sharing of sensitive data making it difficult to learn from datasets that are partitioned between many parties. One important instance of such a distributed setting arises when information about each record in t…
A new embedding method extracts dataset-scale metric distribution into vectorial representation for graph data.
Multi-instance learning (MIL) deals with tasks where data is represented by a set of bags and each bag is described by a set of instances. Unlike standard supervised learning, only the bag labels are observed whereas the label for each instance is not available to the learner. Previous MIL studies typically follow the …
Deep networks, composed of multiple layers of hierarchical distributed representations, tend to learn low-level features in initial layers and transition to high-level features towards final layers. Paradigms such as transfer learning, multi-task learning, and continual learning leverage this notion of generic hierarch…
Self-paced learning (SPL) mimics the cognitive process of humans, who generally learn from easy samples to hard ones. One key issue in SPL is the training process required for each instance weight depends on the other samples and thus cannot easily be run in a distributed manner in a large-scale dataset. In this paper,…