LGAIMLJan 28, 2019

Label Efficient Semi-Supervised Learning via Graph Filtering

arXiv:1901.09993v3178 citations
Originality Incremental advance
AI Analysis

It addresses the problem of requiring large labeled datasets for graph-based semi-supervised learning, offering a more efficient solution for domains like network analysis and image recognition.

The paper tackles label-efficient semi-supervised learning by proposing a graph filtering framework that unifies label propagation and graph convolutional networks, achieving improved performance with reduced model complexity across citation networks, a knowledge graph, and an image recognition task.

Graph-based methods have been demonstrated as one of the most effective approaches for semi-supervised learning, as they can exploit the connectivity patterns between labeled and unlabeled data samples to improve learning performance. However, existing graph-based methods either are limited in their ability to jointly model graph structures and data features, such as the classical label propagation methods, or require a considerable amount of labeled data for training and validation due to high model complexity, such as the recent neural-network-based methods. In this paper, we address label efficient semi-supervised learning from a graph filtering perspective. Specifically, we propose a graph filtering framework that injects graph similarity into data features by taking them as signals on the graph and applying a low-pass graph filter to extract useful data representations for classification, where label efficiency can be achieved by conveniently adjusting the strength of the graph filter. Interestingly, this framework unifies two seemingly very different methods -- label propagation and graph convolutional networks. Revisiting them under the graph filtering framework leads to new insights that improve their modeling capabilities and reduce model complexity. Experiments on various semi-supervised classification tasks on four citation networks and one knowledge graph and one semi-supervised regression task for zero-shot image recognition validate our findings and proposals.

Code Implementations1 repo
Foundations

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

Your Notes