LGMLJan 22, 2019

An Exact Reformulation of Feature-Vector-based Radial-Basis-Function Networks for Graph-based Observations

arXiv:1901.07484v24 citations
AI Analysis

This enables graph-based data analysis without vectorization, preserving relational structures, but is incremental as it adapts an existing method to a new data type.

The paper reformulates radial-basis-function networks to handle adjacency-matrix representations of weighted, directed graphs, deriving gradient descent updates for weights and prototypes while guaranteeing equivalent responses to conventional networks without needing vector realizations.

Radial-basis-function networks are traditionally defined for sets of vector-based observations. In this short paper, we reformulate such networks so that they can be applied to adjacency-matrix representations of weighted, directed graphs that represent the relationships between object pairs. We re-state the sum-of-squares objective function so that it is purely dependent on entries from the adjacency matrix. From this objective function, we derive a gradient descent update for the network weights. We also derive a gradient update that simulates the repositioning of the radial basis prototypes and changes in the radial basis prototype parameters. An important property of our radial basis function networks is that they are guaranteed to yield the same responses as conventional radial-basis networks trained on a corresponding vector realization of the relationships encoded by the adjacency-matrix. Such a vector realization only needs to provably exist for this property to hold, which occurs whenever the relationships correspond to distances from some arbitrary metric applied to a latent set of vectors. We therefore completely avoid needing to actually construct vectorial realizations via multi-dimensional scaling, which ensures that the underlying relationships are totally preserved.

Foundations

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

Your Notes