The reviewed record of science sign in
Pith

arxiv: 2102.10403 · v1 · pith:AOX6CGWY · submitted 2021-02-20 · cs.LG

GLAM: Graph Learning by Modeling Affinity to Labeled Nodes for Graph Neural Networks

Reviewed by Pithpith:AOX6CGWYopen to challenge →

classification cs.LG
keywords graphnodeslabel-affinitylabeledlearningmethodssemi-supervisedaffinity
0
0 comments X
read the original abstract

Graph Neural Networks have shown excellent performance on semi-supervised classification tasks. However, they assume access to a graph that may not be often available in practice. In the absence of any graph, constructing k-Nearest Neighbor (kNN) graphs from the given data have shown to give improvements when used with GNNs over other semi-supervised methods. This paper proposes a semi-supervised graph learning method for cases when there are no graphs available. This method learns a graph as a convex combination of the unsupervised kNN graph and a supervised label-affinity graph. The label-affinity graph directly captures all the nodes' label-affinity with the labeled nodes, i.e., how likely a node has the same label as the labeled nodes. This affinity measure contrasts with the kNN graph where the metric measures closeness in the feature space. Our experiments suggest that this approach gives close to or better performance (up to 1.5%), while being simpler and faster (up to 70x) to train, than state-of-the-art graph learning methods. We also conduct several experiments to highlight the importance of individual components and contrast them with state-of-the-art methods.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. DynLP: Parallel Dynamic Batch Update for Label Propagation in Semi-Supervised Learning

    cs.DC 2026-04 unverdicted novelty 7.0

    DynLP is a parallel dynamic batch update algorithm for label propagation that achieves significant speedups by updating only relevant parts of the graph on GPUs.