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

4386129172 · Jun 202019922001200920182026
48 results for k-NN attention

AffinityNet tackles few-shot learning for disease prediction using stacked k-NN attention pooling.

problem Few-shot learning for disease prediction with limited patient genomic data.
method AffinityNet uses stacked k-NN attention pooling layers to facilitate learning from small datasets.
result AffinityNet outperforms conventional models in generalizing from limited training data.

LNUCB-TA improves MAB performance by dynamically adjusting exploration rates and recognizing spatiotemporal patterns.

problem Suboptimal performance in environments with rapidly changing reward structures and static exploration rates.
method Hybrid model combining linear and nonlinear estimation, with adaptive k-NN for temporal attention.
result Significantly outperforms state-of-the-art algorithms in cumulative and mean reward, convergence, and robustness.

Non-asymptotic uniform rates for k-NN regression are derived.

problem Estimating functions from noisy observations with unknown lower dimensionality.
method Derives high-probability finite-sample uniform rates of consistency for k-NN regression.
result k-NN regression rates are optimal up to logarithmic factors and adapt to unknown lower dimensions.

The study evaluates and tests kk-NN models in various applications.

problem The relation between parameters and accuracy of kk-NN models is not well understood.
method Developed a randomized algorithm to test the kk-NN property with a complexity of O(nk2/ε2)O(\sqrt{n} k^2 / ε^2).
result The algorithm can detect kk-NN models with bad accuracy in significantly less time than building the model.

A new method for learning distance metrics for K-NN classification.

problem Improving the performance of K-NN classifier by learning an appropriate distance metric.
method Designing a continuous decision function for K-NN and minimizing its continuous empirical risk function.
result The proposed ANN algorithm outperforms existing methods like LMNN, NCA, and pairwise constraints.

DS techniques outperform K-NN in classification accuracy.

problem Improving classification performance using multiple classifier systems.
method Dynamic Selection (DS) compared to K-NN, focusing on neighborhood quality and instance hardness.
result DS techniques achieve higher classification accuracy than K-NN.

Enhances k-NN accuracy through randomized hyperstructure.

problem Improves k-NN accuracy by optimizing neighbor selection.
method Constructs a random n-dimensional hyperstructure around test instances to refine neighbor selection.
result 85.71% accuracy on Haberman's Cancer Survival dataset, compared to 80.95% for conventional k-NN.

The study examines how K-NN and DNNs resist label noise based on noise concentration.

problem The impact of label noise on K-NN and DNN performance.
method Empirical analysis and derivation of an analytic expression for K-NN classification error.
result The concentration of label noise affects the performance of K-NN and DNNs, with more concentrated noise leading to greater degradation.

Study shows kk-NN classifier is not universally consistent on (0,1)(0,1) but consistent on discrete and specific measure spaces.

problem Consistency of kk-NN classifier under Wasserstein distance on measure spaces.
method Analysis of kk-NN classifier properties under Wasserstein distance, use of σσ-finite metric dimension, geodesic structures of Wasserstein spaces.
result Consistency of kk-NN classifier on specific measure spaces (discrete, Gaussian, wavelet series) but not on (0,1)(0,1).

New method improves crowd counting accuracy using inverse k-NN maps and multiscale upsampling.

problem Improving accuracy of crowd density maps for high-density gatherings.
method Developed MUD-ikkNN architecture using inverse k-NN maps and multiscale upsampling.
result New network architecture outperforms state-of-the-art crowd counting.

The kk-NN graph has played a central role in increasingly popular data-driven techniques for various learning and vision tasks; yet, finding an efficient and effective way to construct kk-NN graphs remains a challenge, especially for large-scale high-dimensional data. In this paper, we propose a new approach to const…

2013-07-30abs ↗pdf ↗

The paper compares DNNs and k-NN for memorizing vs. generalizing.

problem Understanding the balance between memorizing training data and generalizing to new data.
method Comparison of DNNs and k-NN at various layers and classifiers.
result k-NN behavior on new data indicates generalization, suggesting memorization and generalization are compatible.

Improved convergence rate for kNN graph Laplacians with adaptive bandwidth.

problem Enhancing the efficiency of graph-based data analysis methods.
method Introducing a new class of kNN graph with adaptive bandwidth and proving operator convergence rate.
result Operator convergence rate of O(N2/(d+6))O(N^{-2/(d+6)}) for the kNN graph Laplacian, up to a log factor.

Proposes LRR and LRLR for improving stock prediction accuracy.

problem Improving stock prediction accuracy through nonparametric classification.
method Local radial regression and logistic regression variant.
result LRLR outperforms LPoR and MS-kk-NN in real-world stock datasets.

Prototype rules simplify multiclass classification in metric spaces, achieving consistency and reduced complexity.

problem Multiclass classification in metric spaces, focusing on universal consistency and convergence rates.
method Novel Proto-NN and hybrid rules for multiclass classification in metric spaces, analyzing convergence rates.
result Proto-NN is universally consistent and simpler to implement, with similar computational advantages.

Introduction. Case Based Reasoning (CBR) is an emerg- ing decision making paradigm in medical research where new cases are solved relying on previously solved similar cases. Usually, a database of solved cases is provided, and every case is described through a set of attributes (inputs) and a label (output). Extracting…

2013-03-07abs ↗pdf ↗

Paper uses K-NN resampling to simulate and evaluate LOB markets.

problem Simulating and evaluating limit order book (LOB) markets.
method Applies KK-nearest neighbor (KK-NN) resampling to LOB simulation and evaluation.
result Demonstrates the effectiveness and efficiency of KK-NN resampling in LOB simulation and evaluation.

Study shows SNN graph Laplacians converge to k-NN graph Laplacians under large scale asymptotics.

problem Understanding the convergence of SNN graph Laplacians to k-NN graph Laplacians.
method Analyzing the asymptotic behavior of SNN and k-NN graph Laplacians.
result The graph Laplacians of SNN and k-NN graphs converge to the same limit under large scale asymptotics.

We propose a non-parametric anomaly detection algorithm for high dimensional data. We score each datapoint by its average KK-NN distance, and rank them accordingly. We then train limited complexity models to imitate these scores based on the max-margin learning-to-rank framework. A test-point is declared as an anomaly…

2015-02-06abs ↗pdf ↗

The paper improves spectral convergence rates for graph Laplacians.

problem Improving spectral convergence rates for graph Laplacians.
method Utilizing regularity of continuum eigenfunctions and strong pointwise consistency results.
result Eigenvalues and eigenvectors of graph Laplacian converge to continuum at rate O(n1/(m+4))O(n^{-1/(m+4)}).

This paper introduces a class of k-nearest neighbor (kk-NN) estimators called bipartite plug-in (BPI) estimators for estimating integrals of non-linear functions of a probability density, such as Shannon entropy and Rényi entropy. The density is assumed to be smooth, have bounded support, and be uniformly bounded from…

2010-12-19abs ↗pdf ↗

A new kk-NN algorithm using surprisal for robust and interpretable nonparametric learning.

problem Complex patterns and relationships in data without strong distribution assumptions.
method Surprisal-driven kk-NN framework for classification, regression, density estimation, and anomaly detection.
result State-of-the-art results in classification and anomaly detection, competitive regression results.