A-kNN improves kNN's ability to classify unknown instances.
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
We study learning latent models with multi-instance weak supervision.
We propose a new problem formulation which is similar to, but more informative than, the binary multiple-instance learning problem. In this setting, we are given groups of instances (described by feature vectors) along with estimates of the fraction of positively-labeled instances per group. The task is to learn an ins…
Paper solves stochastic contextual linear bandits using linear bandit algorithms.
MetaCaDI learns causal graphs and unknown interventions from few data instances.
Paper tackles open set domain adaptation by detecting unknown classes.
One of the key challenges of performing label prediction over a data stream concerns with the emergence of instances belonging to unobserved class labels over time. Previously, this problem has been addressed by detecting such instances and using them for appropriate classifier adaptation. The fundamental aspect of a n…
Study on reward poisoning attacks on CMAB, revealing attackability depends on adversary's knowledge.
MetaTS learns to explore better by meta-learning prior from bandit instances.
\textit{Multiple Instance Learning} (MIL) is concerned with learning from bags of instances, where only bag labels are given and instance labels are unknown. Existent approaches in this field were mainly designed for the bag-level label prediction (predict labels for bags) but not the instance-level (predict labels for…
New method tackles unknown unknowns in machine learning.
Open set recognition problems exist in many domains. For example in security, new malware classes emerge regularly; therefore malware classification systems need to identify instances from unknown classes in addition to discriminating between known classes. In this paper we present a neural network based representation…
In open set recognition (OSR), almost all existing methods are designed specially for recognizing individual instances, even these instances are collectively coming in batch. Recognizers in decision either reject or categorize them to some known class using empirically-set threshold. Thus the decision threshold plays a…
A method uses confidence scores to handle noisy labels for each instance.
In this paper, we consider a novel machine learning problem, that is, learning a classifier from noisy label distributions. In this problem, each instance with a feature vector belongs to at least one group. Then, instead of the true label of each instance, we observe the label distribution of the instances associated …
Local search algorithms applied to optimization problems often suffer from getting trapped in a local optimum. The common solution for this deficiency is to restart the algorithm when no progress is observed. Alternatively, one can start multiple instances of a local search algorithm, and allocate computational resourc…
This work learns exploration policies for unknown distributions using samples and policy gradients.
Algorithm reduces regret in multi-player bandits with unknown collision rewards.
In this work, we consider a manufactory process which can be described by a multiple-instance logistic regression model. In order to compute the maximum likelihood estimation of the unknown coefficient, an expectation-maximization algorithm is proposed, and the proposed modeling approach can be extended to identify the…
The paper sets bounds on how much regret is unavoidable in adaptive LQR with unknown B-matrix.
Many active learning methods belong to the retraining-based approaches, which select one unlabeled instance, add it to the training set with its possible labels, retrain the classification model, and evaluate the criteria that we base our selection on. However, since the true label of the selected instance is unknown, …
In the classical best arm identification (Best--Arm) problem, we are given stochastic bandit arms, each associated with a reward distribution with an unknown mean. We would like to identify the arm with the largest mean with probability at least , using as few samples as possible. Understanding the sample c…
In the Best--Arm problem, we are given stochastic bandit arms, each associated with an unknown reward distribution. We are required to identify the arms with the largest means by taking as few samples as possible. In this paper, we make progress towards a complete characterization of the instance-wise sample…
New reinforcement learning algorithm achieves instance-optimal sample complexity.
New algorithm reduces prediction error in online learning without knowing base measure.
Private KL distribution estimation improved with instance-optimality.
Safe linear bandits over unknown polytopes avoid safety violations and suboptimal actions.
We consider the problem where an agent wants to find a hidden object that is randomly located in some vertex of a directed acyclic graph (DAG) according to a fixed but possibly unknown distribution. The agent can only examine vertices whose in-neighbors have already been examined. In this paper, we address a learning s…
New algorithm identifies best arm in semiparametric bandits with near optimal efficiency.
We consider the problem of configuring general-purpose solvers to run efficiently on problem instances drawn from an unknown distribution. The goal of the configurator is to find a configuration that runs fast on average on most instances, and do so with the least amount of total work. It can run a chosen solver on a r…
Optimizes budgeted evaluations of LLMs by allocating queries to judges efficiently.
Paper tackles anomaly detection in restless Markov arms with unknown TPMs.
New algorithm reduces regret for kernelized bandits by adapting to specific problem instances.
Many objects in the real world are difficult to describe by a single numerical vector of a fixed length, whereas describing them by a set of vectors is more natural. Therefore, Multiple instance learning (MIL) techniques have been constantly gaining on importance throughout last years. MIL formalism represents each obj…
New algorithm detects changes quickly without knowing parameters, near optimally.
Optimal best-arm identification with known number of optimal arms.
Adversarial online multi-task RL with task separation.
Low-dimensional embedding, manifold learning, clustering, classification, and anomaly detection are among the most important problems in machine learning. The existing methods usually consider the case when each instance has a fixed, finite-dimensional feature representation. Here we consider a different setting. We as…
Restless bandit problems are instances of non-stationary multi-armed bandits. These problems have been studied well from the optimization perspective, where the goal is to efficiently find a near-optimal policy when system parameters are known. However, very few papers adopt a learning perspective, where the parameters…
New trade-off found in bandit problems with unknown range.
Bayesian neural networks' performance varies with prior choice, affecting their ability to identify unknowns.
Online learning makes sequence of decisions with partial data arrival where next movement of data is unknown. In this paper, we have presented a new technique as multiple times weight updating that update the weight iteratively forsame instance. The proposed technique analyzed with popular state-of-art algorithms from …
Study contextual online pricing with biased offline data, achieving optimal regret bounds.
Estimates shared parameters across related learning problems using robust statistics and LASSO.
In practical Bayesian optimization, we must often search over structures with differing numbers of parameters. For instance, we may wish to search over neural network architectures with an unknown number of layers. To relate performance data gathered for different architectures, we define a new kernel for conditional p…
Improves classifier accuracy in ambiguous data settings.
Hyperbolic conservation laws posed on manifolds arise in many applications to geophysical flows and general relativity. Recent work by the author and his collaborators attempts to set the foundations for a study of weak solutions defined on Riemannian or Lorentzian manifolds and includes an investigation of the existen…
At present, object recognition studies are mostly conducted in a closed lab setting with classes in test phase typically in training phase. However, real-world problem is far more challenging because: i) new classes unseen in the training phase can appear when predicting; ii) discriminative features need to evolve when…