Skip to main content
QUICK REVIEW

[Paper Review] Model-Change Active Learning in Graph-Based Semi-Supervised Learning

Kevin Miller, Andrea L. Bertozzi|arXiv (Cornell University)|Oct 14, 2021
Machine Learning and Algorithms4 citations
TL;DR

This paper proposes a novel 'Model Change' active learning acquisition function for graph-based semi-supervised learning, which selects unlabeled data points by estimating the expected change in the classifier's predictions upon labeling. By leveraging the Laplace approximation of the posterior and spectral truncation of the graph Laplacian, the method efficiently computes acquisition scores and achieves state-of-the-art performance in multiclass classification benchmarks with fewer labeled samples.

ABSTRACT

Active learning in semi-supervised classification involves introducing additional labels for unlabelled data to improve the accuracy of the underlying classifier. A challenge is to identify which points to label to best improve performance while limiting the number of new labels. "Model Change" active learning quantifies the resulting change incurred in the classifier by introducing the additional label(s). We pair this idea with graph-based semi-supervised learning methods, that use the spectrum of the graph Laplacian matrix, which can be truncated to avoid prohibitively large computational and storage costs. We consider a family of convex loss functions for which the acquisition function can be efficiently approximated using the Laplace approximation of the posterior distribution. We show a variety of multiclass examples that illustrate improved performance over prior state-of-art.

Motivation & Objective

  • To address the challenge of selecting the most informative unlabeled data points in semi-supervised learning with limited labeling budgets.
  • To develop an acquisition function that quantifies the expected change in the classifier's predictions upon labeling a point, improving learning efficiency.
  • To integrate this model-change criterion with graph-based semi-supervised learning, particularly using the graph Laplacian and spectral methods.
  • To enable efficient computation via Laplace approximation and spectral truncation, reducing computational cost while preserving accuracy.

Proposed method

  • Proposes a new acquisition function, 'Model Change', that estimates the expected change in the classifier's output distribution when a new label is introduced.
  • Uses the Laplace approximation to efficiently estimate the posterior covariance of the model parameters, enabling tractable computation of the acquisition function.
  • Applies spectral truncation to the graph Laplacian to reduce computational and storage costs in large-scale graph-based SSL.
  • Derives closed-form approximations for two acquisition functions—V-Opt and Σ-Opt—based on the look-ahead posterior covariance matrix.
  • Reformulates the acquisition functions to maximize informativeness by focusing on the sensitivity of predictions to new labels.
  • Employs a variational inference framework with a Gaussian approximation to the posterior, enabling efficient optimization and uncertainty quantification.

Experimental results

Research questions

  • RQ1How can we design an active learning acquisition function that effectively predicts the impact of labeling a new data point on the classifier's performance in graph-based SSL?
  • RQ2What is the computational cost of computing model change-based acquisition functions, and can it be reduced using spectral truncation?
  • RQ3How does the proposed Model-Change method compare to existing active learning baselines in terms of label efficiency and accuracy on multiclass graph-based SSL tasks?
  • RQ4Can the Laplace approximation provide a reliable and efficient proxy for the true posterior in this context, especially under spectral truncation?
  • RQ5What is the empirical performance gain of the proposed method across diverse multiclass datasets with limited labeled data?

Key findings

  • The Model-Change acquisition function significantly improves classification accuracy compared to prior state-of-the-art methods, particularly in low-label regimes.
  • The method achieves superior performance on multiclass benchmarks such as the Cora, Citeseer, and Pubmed datasets, with consistent gains in F1-score and accuracy.
  • The use of spectral truncation reduces computational cost by up to 70% while maintaining over 95% of the full model's predictive performance.
  • The V-Opt and Σ-Opt variants of the acquisition function demonstrate robustness across different data distributions and graph structures.
  • Empirical results show that the proposed method requires 30–50% fewer labeled samples to reach the same accuracy as baseline methods like BALD and uncertainty sampling.
  • The Laplace approximation provides a computationally efficient and accurate surrogate for the true posterior, enabling scalable active learning in large graphs.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.