paper-with-me

Papers

Regularizing Semi-supervised Graph Convolutional Networks with a Manifold Smoothness Loss

2020-02-11 · Qilin Li, Wanquan Liu, Ling Li

Existing graph convolutional networks focus on the neighborhood aggregation scheme. When applied to semi-supervised learning, they often suffer from the overfitting problem as the networks are trained with the cross-entropy loss on a small potion of labeled data. In this paper, we propose an unsupervised manifold smoothness loss defined with respect to the graph structure, which can be added to the loss function as a regularization. We draw connections between the proposed loss with an iterative diffusion process, and show that minimizing the loss is equivalent to aggregate neighbor predictions with infinite layers. We conduct experiments on multi-layer perceptron and existing graph networks, and demonstrate that adding the proposed loss can improve the performance consistently.

📄 PDF Abstract BibTeX arXiv:2002.07031

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Graph Convolutional Networks based on Manifold Learning for Semi-Supervised Image Classification

2023-04-24 · Lucas Pascotti Valem, Daniel Carlos Guimarães Pedronette, Longin Jan Latecki

Due to a huge volume of information in many domains, the need for classification methods is imperious. In spite of many advances, most of the approaches require a large amount of labeled data, which is often not availabl…

Classificationimage-classificationImage ClassificationSemi-Supervised Image Classification

Rank Flow Embedding for Unsupervised and Semi-Supervised Manifold Learning

2023-04-24 · Lucas Pascotti Valem, Daniel Carlos Guimarães Pedronette, Longin Jan Latecki

Impressive advances in acquisition and sharing technologies have made the growth of multimedia collections and their applications almost unlimited. However, the opposite is true for the availability of labeled data, whic…

Image RetrievalRetrieval

A Neural Network for Semi-Supervised Learning on Manifolds

2019-08-21 · Alexander Genkin, Anirvan M. Sengupta, Dmitri Chklovskii

Semi-supervised learning algorithms typically construct a weighted graph of data points to represent a manifold. However, an explicit graph representation is problematic for neural networks operating in the online settin…

Graph Semi-Supervised Learning for Point Classification on Data Manifolds

2025-06-13 · Caio F. Deberaldini Netto, Zhiyang Wang, Luana Ruiz

We propose a graph semi-supervised learning framework for classification tasks on data manifolds. Motivated by the manifold hypothesis, we model data as points sampled from a low-dimensional manifold $\mathcal{M} \subset…

ClassificationGraph Neural Networkimage-classificationImage Classification+1

Fractional Graph Convolutional Networks (FGCN) for Semi-Supervised Learning

2019-09-25 · Yuzhou Chen, Yulia R. Gel, Konstantin Avrachenkov

Due to high utility in many applications, from social networks to blockchain to power grids, deep learning on non-Euclidean objects such as graphs and manifolds continues to gain an ever increasing interest. Most current…