LGSPJan 16, 2024

Optimizing $k$ in $k$NN Graphs with Graph Learning Perspective

arXiv:2401.08245v13 citationsICASSP
Originality Incremental advance
AI Analysis

This addresses a challenging parameter selection issue in kNN graphs for machine learning and signal processing applications, but it is incremental as it builds on existing graph learning methods.

The paper tackles the problem of optimizing the parameter k in k-nearest neighbor graphs by proposing a method based on graph signal processing that allows different k values per node, resulting in sparse graphs with variable edges per node validated for point cloud denoising.

In this paper, we propose a method, based on graph signal processing, to optimize the choice of $k$ in $k$-nearest neighbor graphs ($k$NNGs). $k$NN is one of the most popular approaches and is widely used in machine learning and signal processing. The parameter $k$ represents the number of neighbors that are connected to the target node; however, its appropriate selection is still a challenging problem. Therefore, most $k$NNGs use ad hoc selection methods for $k$. In the proposed method, we assume that a different $k$ can be chosen for each node. We formulate a discrete optimization problem to seek the best $k$ with a constraint on the sum of distances of the connected nodes. The optimal $k$ values are efficiently obtained without solving a complex optimization. Furthermore, we reveal that the proposed method is closely related to existing graph learning methods. In experiments on real datasets, we demonstrate that the $k$NNGs obtained with our method are sparse and can determine an appropriate variable number of edges per node. We validate the effectiveness of the proposed method for point cloud denoising, comparing our denoising performance with achievable graph construction methods that can be scaled to typical point cloud sizes (e.g., thousands of nodes).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes