paper-with-me

홈 › Papers

Adaptive $k$NN graph model

2026-01-23 · Jiaye Li, Hang Xu, Shichao Zhang arxiv

The $k$-nearest neighbors ($k$NN) algorithm is a cornerstone of non-parametric classification in artificial intelligence, yet its deployment in large-scale applications is persistently constrained by the computational trade-off between inference speed and accuracy. Existing approximate nearest neighbor solutions accelerate retrieval but often degrade classification precision and lack adaptability in selecting the optimal neighborhood size ($k$). Here, we present an adaptive graph model that decouples inference latency from computational complexity. By integrating a Hierarchical Navigable Small World (HNSW) graph with a pre-computed voting mechanism, our framework completely transfers the computational burden of neighbor selection and weighting to the training phase. Within this topological structure, higher graph layers enable rapid navigation, while lower layers encode precise, node-specific decision boundaries with adaptive neighbor counts. Benchmarking against eight state-of-the-art baselines across six diverse datasets, we demonstrate that this architecture significantly accelerates inference speeds, achieving real-time performance, without compromising classification accuracy. These findings offer a scalable, robust solution to the inherent inference bottleneck of $k$NN, laying an adaptive structural foundation for graph-based nonparametric learning.

📄 PDF Abstract BibTeX arXiv:2601.16509

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Non-Adaptive Learning a Hidden Hipergraph

2015-02-13 · Hasan Abasi, Nader H. Bshouty, Hanna Mazzawi

We give a new deterministic algorithm that non-adaptively learns a hidden hypergraph from edge-detecting queries. All previous non-adaptive algorithms either run in exponential time or have non-optimal query complexity. …

Adaptive Least Mean Squares Graph Neural Networks and Online Graph Signal Estimation

2024-01-27 · Yi Yan, Changran Peng, Ercan Engin Kuruoglu

The online prediction of multivariate signals, existing simultaneously in space and time, from noisy partial observations is a fundamental task in numerous applications. We propose an efficient Neural Network architectur…

Efficient Neural NetworkMissing Values

Adaptive Graph Normalized Sign Algorithm

2024-05-07 · Changran Peng, Yi Yan, Ercan E. Kuruoglu

Efficient and robust prediction of graph signals is challenging when the signals are under impulsive noise and have missing data. Exploiting graph signal processing (GSP) and leveraging the simplicity of the classical ad…

Prediction

Unsupervised Graph Embedding via Adaptive Graph Learning

2020-03-10 · Rui Zhang, Yunxing Zhang, Xuelong. Li

Graph autoencoders (GAEs) are powerful tools in representation learning for graph embedding. However, the performance of GAEs is very dependent on the quality of the graph structure, i.e., of the adjacency matrix. In oth…

Clusteringgraph constructionGraph EmbeddingGraph Learning+5

Adaptive Graph Signal Processing: Algorithms and Optimal Sampling Strategies

2017-09-12 · Paolo Di Lorenzo, Paolo Banelli, Elvin Isufi, Sergio Barbarossa 외

The goal of this paper is to propose novel strategies for adaptive learning of signals defined over graphs, which are observed over a (randomly time-varying) subset of vertices. We recast two classical adaptive algorithm…

Graph Sampling