# GAR: An efficient and scalable Graph-based Activity Regularization for   semi-supervised learning

**Authors:** Ozsel Kilinc, Ismail Uysal

arXiv: 1705.07219 · 2020-08-06

## TL;DR

This paper introduces GAR, a scalable graph-based semi-supervised learning method that adapts adjacency based on neural network predictions, improving training efficiency and achieving competitive results.

## Contribution

The paper presents a novel adaptive adjacency regularization technique that simplifies optimization and enhances semi-supervised learning performance.

## Key findings

- Achieves comparable results to state-of-the-art methods
- Provides a scalable and efficient semi-supervised learning framework
- Simplifies the training process with adaptive adjacency regularization

## Abstract

In this paper, we propose a novel graph-based approach for semi-supervised learning problems, which considers an adaptive adjacency of the examples throughout the unsupervised portion of the training. Adjacency of the examples is inferred using the predictions of a neural network model which is first initialized by a supervised pretraining. These predictions are then updated according to a novel unsupervised objective which regularizes another adjacency, now linking the output nodes. Regularizing the adjacency of the output nodes, inferred from the predictions of the network, creates an easier optimization problem and ultimately provides that the predictions of the network turn into the optimal embedding. Ultimately, the proposed framework provides an effective and scalable graph-based solution which is natural to the operational mechanism of deep neural networks. Our results show comparable performance with state-of-the-art generative approaches for semi-supervised learning on an easier-to-train, low-cost framework.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.07219/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1705.07219/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1705.07219/full.md

---
Source: https://tomesphere.com/paper/1705.07219