Research
On-device research index

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.

168,657 papers · 148 categories

Trend · papers per month

1223 · Oct 201919922001200920172026
24 results for core-set

We study a spectral generalization of classical combinatorial graph spanners to the spectral setting. Given a set of vectors VdV\subseteq \Re^d, we say a set UVU\subseteq V is an αα-spectral spanner if for all vVv\in V there is a probability distribution μvμ_v supported on UU such that $$vv^\intercal \preceq α\cdot\m…

2018-07-31abs ↗pdf ↗

New algorithm approximates maximum of certain distributions on subsets.

problem Finding maximum of distributions on subsets.
method Connection between sampling and optimization via exchange inequalities and local random walks.
result Simple nearly-optimal approximation algorithm for MAP inference.

Human labeling of data can be very time-consuming and expensive, yet, in many cases it is critical for the success of the learning process. In order to minimize human labeling efforts, we propose a novel active learning solution that does not rely on existing sources of unlabeled data. It uses a small amount of labeled…

2018-05-11abs ↗pdf ↗

We design and mathematically analyze sampling-based algorithms for regularized loss minimization problems that are implementable in popular computational models for large data, in which the access to the data is restricted in some way. Our main result is that if the regularizer's effect does not become negligible as th…

2019-05-26abs ↗pdf ↗

Convolutional neural networks (CNNs) have been successfully applied to many recognition and learning tasks using a universal recipe; training a deep model on a very large dataset of supervised examples. However, this approach is rather restrictive in practice since collecting a large set of labeled images is very expen…

2017-08-01abs ↗pdf ↗

Data selection methods, such as active learning and core-set selection, are useful tools for machine learning on large datasets. However, they can be prohibitively expensive to apply in deep learning because they depend on feature representations that need to be learned. In this work, we show that we can greatly improv…

2019-06-26abs ↗pdf ↗

A typical way in which network data is recorded is to measure all the interactions among a specified set of core nodes; this produces a graph containing this core together with a potentially larger set of fringe nodes that have links to the core. Interactions between pairs of nodes in the fringe, however, are not recor…

2018-05-03abs ↗pdf ↗

The high cost of acquiring labels is one of the main challenges in deploying supervised machine learning algorithms. Active learning is a promising approach to control the learning process and address the difficulties of data labeling by selecting labeled training examples from a large pool of unlabeled instances. In t…

2019-11-18abs ↗pdf ↗

Functional connectivity refers to the temporal statistical relationship between spatially distinct brain regions and is usually inferred from the time series coherence/correlation in brain activity between regions of interest. In human functional brain networks, the network structure is often inferred from functional m…

2014-12-20abs ↗pdf ↗

In the context of science, the well-known adage "a picture is worth a thousand words" might well be "a model is worth a thousand datasets." In this manuscript we introduce the SciML software ecosystem as a tool for mixing the information of physical laws and scientific models with data-driven machine learning approache…

2020-01-13abs ↗pdf ↗

Subset selection in multiple linear regression aims to choose a subset of candidate explanatory variables that tradeoff fitting error (explanatory power) and model complexity (number of variables selected). We build mathematical programming models for regression subset selection based on mean square and absolute errors…

2017-01-27abs ↗pdf ↗

Recent work by Brock et al. (2018) suggests that Generative Adversarial Networks (GANs) benefit disproportionately from large mini-batch sizes. Unfortunately, using large batches is slow and expensive on conventional hardware. Thus, it would be nice if we could generate batches that were effectively large though actual…

2019-10-29abs ↗pdf ↗

The p\ell_p linear regression problem is to minimize f(x)=Axbpf(x)=||Ax-b||_p over xRdx\in\mathbb{R}^d, where ARn×dA\in\mathbb{R}^{n\times d}, bRnb\in \mathbb{R}^n, and p>0p>0. To avoid overfitting and bound x2||x||_2, the constrained p\ell_p regression minimizes f(x)f(x) over every unit vector xRdx\in\mathbb{R}^d. This makes the pr…

2019-02-27abs ↗pdf ↗

Unified notation simplifies information-theoretic concepts in machine learning.

problem Opaque notation for information-theoretic quantities in machine learning.
method Proposed a practical and unified notation for information-theoretic quantities.
result Unified notation facilitates new intuitions and rederivations in machine learning.

We present a streaming model for large-scale classification (in the context of 2\ell_2-SVM) by leveraging connections between learning and computational geometry. The streaming model imposes the constraint that only a single pass over the data is allowed. The 2\ell_2-SVM is known to have an equivalent formulation in …

2009-08-05abs ↗pdf ↗

A coreset (or core-set) of an input set is its small summation, such that solving a problem on the coreset as its input, provably yields the same result as solving the same problem on the original (full) set, for a given family of problems (models, classifiers, loss functions). Over the past decade, coreset constructio…

2019-10-19abs ↗pdf ↗

We suggest a new optimization technique for minimizing the sum i=1nfi(x)\sum_{i=1}^n f_i(x) of nn non-convex real functions that satisfy a property that we call piecewise log-Lipschitz. This is by forging links between techniques in computational geometry, combinatorics and convex optimization. As an example application, we …

2018-07-23abs ↗pdf ↗

This work introduces a geometric approach to probability representation and option pricing.

problem Representing probability distributions geometrically for better understanding and approximation.
method Introducing a geometric representation of probability using implied volatility and geometric transformations.
result Any probability distribution on positive reals can be represented by a planar curve, facilitating approximation and analysis.