paper-with-me

Papers

Graph Agreement Models for Semi-Supervised Learning

2019-12-01 · NeurIPS 2019 12 · Otilia Stretcu, Krishnamurthy Viswanathan, Dana Movshovitz-Attias, Emmanouil Platanios, Sujith Ravi, Andrew Tomkins

Graph-based algorithms are among the most successful paradigms for solving semi-supervised learning tasks. Recent work on graph convolutional networks and neural graph learning methods has successfully combined the expressiveness of neural networks with graph structures. We propose a technique that, when applied to these methods, achieves state-of-the-art results on semi-supervised learning datasets. Traditional graph-based algorithms, such as label propagation, were designed with the underlying assumption that the label of a node can be imputed from that of the neighboring nodes. However, real-world graphs are either noisy or have edges that do not correspond to label agreement. To address this, we propose Graph Agreement Models (GAM), which introduces an auxiliary model that predicts the probability of two nodes sharing the same label as a learned function of their features. The agreement model is used when training a node classification model by encouraging agreement only for the pairs of nodes it deems likely to have the same label, thus guiding its parameters to better local optima. The classification and agreement models are trained jointly in a co-training fashion. Moreover, GAM can also be applied to any semi-supervised classification problem, by inducing a graph whenever one is not provided. We demonstrate that our method achieves a relative improvement of up to 72% for various node classification models, and obtains state-of-the-art results on multiple established datasets.

📄 PDF Abstract BibTeX

Code (1)

tensorflow/neural-structured-learning 공식 구현 tf

Tasks

ClassificationGeneral ClassificationGraph LearningNode Classification

Methods 이 논문이 사용한 방법론

GAM 설명 없음
Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Lecture Video Visual Objects (LVVO) Dataset: A Benchmark for Visual Object Detection in Educational Videos

2025-06-16 · Dipayan Biswas, Shishir Shah, Jaspal Subhlok

We introduce the Lecture Video Visual Objects (LVVO) dataset, a new benchmark for visual object detection in educational video content. The dataset consists of 4,000 frames extracted from 245 lecture videos spanning biol…

object-detectionObject Detection

Contrastive and Generative Graph Convolutional Networks for Graph-based Semi-Supervised Learning

2020-09-15 · Sheng Wan, Shirui Pan, Jian Yang, Chen Gong

Graph-based Semi-Supervised Learning (SSL) aims to transfer the labels of a handful of labeled data to the remaining massive unlabeled data via a graph. As one of the most popular graph-based SSL approaches, the recently…

Uncertainty in Graph Contrastive Learning with Bayesian Neural Networks

2023-11-30 · Alexander Möllers, Alexander Immer, Elvin Isufi, Vincent Fortuin

Graph contrastive learning has shown great promise when labeled data is scarce, but large unlabeled datasets are available. However, it often does not take uncertainty estimation into account. We show that a variational …

Contrastive LearningNode Classification

Dual Agreement Consistency Learning for Semi-Supervised Fetal Ultrasound Segmentation

2026-06-24 · Fangyijie Wang, Guénolé Silvestre, Ziyang Wang, Kathleen M. Curran arxiv

Maternal-fetal US is the primary imaging modality for monitoring fetal development, yet accurate automated segmentation remains challenging due to the scarcity of pixel-level annotations. To address this issue, we propos…

Image Segmentation

Self-supervised Consensus Representation Learning for Attributed Graph

2021-08-10 · Changshu Liu, Liangjian Wen, Zhao Kang, Guangchun Luo 외

Attempting to fully exploit the rich information of topological structure and node features for attributed graph, we introduce self-supervised learning mechanism to graph representation learning and propose a novel Self-…

Graph Representation LearningNode ClassificationRepresentation LearningSelf-Supervised Learning