paper-with-me

홈 › Papers

Neighborhood and Graph Constructions using Non-Negative Kernel Regression

2019-10-21 · Sarath Shekkizhar, Antonio Ortega

Data-driven neighborhood definitions and graph constructions are often used in machine learning and signal processing applications. k-nearest neighbor~(kNN) and $\epsilon$-neighborhood methods are among the most common methods used for neighborhood selection, due to their computational simplicity. However, the choice of parameters associated with these methods, such as k and $\epsilon$, is still ad hoc. We make two main contributions in this paper. First, we present an alternative view of neighborhood selection, where we show that neighborhood construction is equivalent to a sparse signal approximation problem. Second, we propose an algorithm, non-negative kernel regression~(NNK), for obtaining neighborhoods that lead to better sparse representation. NNK draws similarities to the orthogonal matching pursuit approach to signal representation and possesses desirable geometric and theoretical properties. Experiments demonstrate (i) the robustness of the NNK algorithm for neighborhood and graph construction, (ii) its ability to adapt the number of neighbors to the data properties, and (iii) its superior performance in local neighborhood and graph-based machine learning tasks.

📄 PDF Abstract BibTeX arXiv:1910.09383

Code (3)

STAC-USC/PyNNK_graph_construction 공식 구현 pytorch
STAC-USC/NNK_graph_construction
cadurosar/benchmark_graphinference

Tasks

graph constructionGraph Learningregression

Similar Papers 제목 키워드 기반

Study of Manifold Geometry using Multiscale Non-Negative Kernel Graphs

2022-10-31 · Carlos Hurtado, Sarath Shekkizhar, Javier Ruiz-Hidalgo, Antonio Ortega

Modern machine learning systems are increasingly trained on large amounts of data embedded in high-dimensional spaces. Often this is done without analyzing the structure of the dataset. In this work, we propose a framewo…

graph constructionregression

Topology Based Scalable Graph Kernels

2019-07-15 · Kin Sum Liu, Chien-Chun Ni, Yu-Yao Lin, Jie Gao

We propose a new graph kernel for graph classification and comparison using Ollivier Ricci curvature. The Ricci curvature of an edge in a graph describes the connectivity in the local neighborhood. An edge in a densely c…

Graph Classification

Efficient graph construction for image representation

2020-02-16 · Sarath Shekkizhar, Antonio Ortega

Graphs are useful to interpret widely used image processing methods, e.g., bilateral filtering, or to develop new ones, e.g., kernel based techniques. However, simple graph constructions are often used, where edge weight…

Denoisinggraph construction

KONG: Kernels for ordered-neighborhood graphs

2018-05-25 · NeurIPS 2018 12 · Moez Draief, Konstantin Kutzkov, Kevin Scaman, Milan Vojnovic

We present novel graph kernels for graphs with node and edge labels that have ordered neighborhoods, i.e. when neighbor nodes follow an order. Graphs with ordered neighborhoods are a natural data representation for evolv…

A graph similarity for deep learning

2020-12-01 · NeurIPS 2020 12 · Seongmin Ok

Graph neural networks (GNNs) have been successful in learning representations from graphs. Many popular GNNs follow the pattern of aggregate-transform: they aggregate the neighbors' attributes and then transform the resu…

Deep LearningGraph ClassificationGraph GenerationGraph Regression+2