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.

169,181 papers · 148 categories

Trend · papers per month

234467701934 · Jun 202019922001200920182026
48 results for NIPS papers

Paper presents a multi-view ensemble model for classifying clinically actionable genetic mutations.

problem Classifying clinically actionable genetic mutations from text evidence.
method Developed a multi-view machine learning framework with ensemble classification models.
result Submitted an ensemble of nine basic gradient boosting models achieving top performance in NIPS 2017 Competition Track IV.

Unified dynamic approach for sparse model selection improves efficiency and accuracy.

problem Sparse model selection challenges in various fields.
method Iterative regularization path using Mirror Descent or Linearized Bregman Iterations.
result Path consistency theory with no false positives and minimax optimal error rate.

Proposes HOPF framework for CC using higher-order propagation.

problem Collective Classification struggles with node information morphing across multiple hops.
method Iterative inference mechanism with differentiable kernels for multi-hop neighborhood information.
result NIP models preserve node information and provide more robust performance.

Improved guarantees for sparse random embeddings with explicit bounds and empirical superiority.

problem Improving the explicitness and sharpness of guarantees for sparse random embeddings.
method Explicit bounds, tighter estimates for quadratic chaos, extreme properties of sparse linear forms, and improved bounds for sums of independent random variables.
result Significantly outperforms prior works on various real-world datasets.

New research shows many recent defenses against adversarial examples are ineffective against black-box attacks.

problem The robustness of recent defenses against adversarial examples is insufficient, especially against black-box attacks.
method Evaluation of nine defenses on two black-box adversarial models and six attacks on CIFAR-10 and Fashion-MNIST datasets.
result Most recent defenses provide only marginal improvements in security (<25%<25\%) compared to undefended networks.

New algorithm finds optimal policy with polynomial trajectories in deterministic systems.

problem Finding optimal policy in deterministic systems with function approximation.
method Novel recursion-based algorithm with tight bounds on error and sample complexity.
result Optimal policy found using O(dimE)O(\dim_E) trajectories with $δ= O\left(ρ/\sqrt{\dim_E} ight)$.

Study no-arbitrage conditions in 1D diffusion markets with interest rates.

problem Determining no-arbitrage conditions in 1D diffusion markets with interest rates.
method Established deterministic criteria for no-arbitrage notions in terms of scale function and speed measure.
result Revealed various effects, e.g., NIP not excluded by reflecting boundaries.

Neural Index Policy for multi-action bandits with heterogeneous budgets.

problem Real-world settings often involve multiple interventions with heterogeneous costs and constraints, breaking classical assumptions.
method Introduces a Neural Index Policy (NIP) that learns to assign budget-aware indices to arm-action pairs using a neural network and differentiable knapsack layer.
result Empirically achieves near-optimal performance while strictly enforcing heterogeneous budgets and scaling to hundreds of arms.

99% of papers use real-world data, but only 3% provide formal comparisons.

problem Lack of complete argumentative chains in demonstrating algorithmic effectiveness in machine learning papers.
method Systematic review of NeurIPS papers from 2017, assessing completeness of argumentative steps.
result Only 3% of papers provide formal comparisons, indicating incomplete argumentative chains.

We present the Wright-Fisher Indian buffet process (WF-IBP), a probabilistic model for time-dependent data assumed to have been generated by an unknown number of latent features. This model is suitable as a prior in Bayesian nonparametric feature allocation models in which the features underlying the observed data exhi…

2016-11-22abs ↗pdf ↗

Study tackles discretization problem in crafting adversarial examples for discrete integer domains.

problem Discretization problem in crafting adversarial examples for discrete integer domains.
method Proposes a black-box method to reduce adversarial example searching to a derivative-free optimization problem.
result Significantly higher success rate in crafting adversarial images in discrete integer domain compared to black-box methods.

Deep reinforcement learning models improve musculoskeletal running speed.

problem Optimizing a musculoskeletal model to run as fast as possible through an obstacle course.
method Deep reinforcement learning approaches, including DDPG, PPO, and TRPO, with modifications.
result Various modifications to known algorithms improve running performance.

We introduce the author-topic model, a generative model for documents that extends Latent Dirichlet Allocation (LDA; Blei, Ng, & Jordan, 2003) to include authorship information. Each author is associated with a multinomial distribution over topics and each topic is associated with a multinomial distribution over words.…

2012-07-11abs ↗pdf ↗

Variational inference improves neural network matrix factorization for stochastic blockmodels.

problem Improving predictive performance of neural network matrix factorization for stochastic blockmodels.
method Construct Bayesian neural networks and fit with variational inference.
result Variational inference can achieve equivalent performance to neural networks on Movielens data.

We formulate a principle for classification with the knowledge of the marginal distribution over the data points (unlabeled data). The principle is cast in terms of Tikhonov style regularization where the regularization penalty articulates the way in which the marginal density should constrain otherwise unrestricted co…

2012-10-19abs ↗pdf ↗

Many popular network models rely on the assumption of (vertex) exchangeability, in which the distribution of the graph is invariant to relabelings of the vertices. However, the Aldous-Hoover theorem guarantees that these graphs are dense or empty with probability one, whereas many real-world graphs are sparse. We prese…

2016-12-16abs ↗pdf ↗

In the context of clustering, we assume a generative model where each cluster is the result of sampling points in the neighborhood of an embedded smooth surface; the sample may be contaminated with outliers, which are modeled as points sampled in space away from the clusters. We consider a prototype for a higher-order …

2010-01-08abs ↗pdf ↗

We consider the problem of object recognition with a large number of classes. In order to overcome the low amount of labeled examples available in this setting, we introduce a new feature learning and extraction procedure based on a factor model we call spike-and-slab sparse coding (S3C). Prior work on S3C has not prio…

2012-06-27abs ↗pdf ↗

We consider the problem of using a factor model we call {\em spike-and-slab sparse coding} (S3C) to learn features for a classification task. The S3C model resembles both the spike-and-slab RBM and sparse coding. Since exact inference in this model is intractable, we derive a structured variational inference procedure …

2012-01-16abs ↗pdf ↗

Local explanations of DNNs are insensitive to parameter values.

problem Sensitivity of local explanations to DNN parameter values.
method Assessed sensitivity of local explanations to DNN parameter values.
result DNNs with randomly-initialized weights produce similar explanations to those with learned weights.