paper-with-me

Papers

Graph-based semi-supervised learning for relational networks

2016-12-15 · Leto Peel

We address the problem of semi-supervised learning in relational networks, networks in which nodes are entities and links are the relationships or interactions between them. Typically this problem is confounded with the problem of graph-based semi-supervised learning (GSSL), because both problems represent the data as a graph and predict the missing class labels of nodes. However, not all graphs are created equally. In GSSL a graph is constructed, often from independent data, based on similarity. As such, edges tend to connect instances with the same class label. Relational networks, however, can be more heterogeneous and edges do not always indicate similarity. For instance, instead of links being more likely to connect nodes with the same class label, they may occur more frequently between nodes with different class labels (link-heterogeneity). Or nodes with the same class label do not necessarily have the same type of connectivity across the whole network (class-heterogeneity), e.g. in a network of sexual interactions we may observe links between opposite genders in some parts of the graph and links between the same genders in others. Performing classification in networks with different types of heterogeneity is a hard problem that is made harder still when we do not know a-priori the type or level of heterogeneity. Here we present two scalable approaches for graph-based semi-supervised learning for the more general case of relational networks. We demonstrate these approaches on synthetic and real-world networks that display different link patterns within and between classes. Compared to state-of-the-art approaches, ours give better classification performance without prior knowledge of how classes interact. In particular, our two-step label propagation algorithm gives consistently good accuracy and runs on networks of over 1.6 million nodes and 30 million edges in around 12 seconds.

📄 PDF Abstract BibTeX arXiv:1612.05001

Code (2)

adalld/ecmlpkdd2020
adalld/wi2020

Tasks

General Classification

Similar Papers 제목 키워드 기반

Robust Semi-Supervised Classification for Multi-Relational Graphs

2015-10-19 · Junting Ye, Leman Akoglu

Graph-regularized semi-supervised learning has been used effectively for classification when (i) instances are connected through a graph, and (ii) labeled data is scarce. If available, using multiple relations (or graphs…

ClassificationGeneral ClassificationInformativeness

GMNN: Graph Markov Neural Networks

2019-05-15 · Meng Qu, Yoshua Bengio, Jian Tang

This paper studies semi-supervised object classification in relational data, which is a fundamental problem in relational data modeling. The problem has been extensively studied in the literature of both statistical rela…

ClassificationGeneral ClassificationGraph Neural NetworkObject+2

Cluster-aware Semi-supervised Learning: Relational Knowledge Distillation Provably Learns Clustering

2023-07-20 · NeurIPS 2023 11

Despite the empirical success and practical significance of (relational) knowledge distillation that matches (the relations of) features between teacher and student models, the corresponding theoretical interpretations r…

ClusteringData AugmentationKnowledge Distillation

Relational Matching for Weakly Semi-Supervised Oriented Object Detection

2024-01-01 · CVPR 2024 1 · Wenhao Wu, Hau-San Wong, Si Wu, Tianyou Zhang

Oriented object detection has witnessed significant progress in recent years. However the impressive performance of oriented object detectors is at the huge cost of labor-intensive annotations and deteriorates once t…

Graph MatchingObjectobject-detectionObject Detection+2

A Flexible Generative Framework for Graph-based Semi-supervised Learning

2019-05-26 · NeurIPS 2019 12 · Jiaqi Ma, Weijing Tang, Ji Zhu, Qiaozhu Mei

We consider a family of problems that are concerned about making predictions for the majority of unlabeled, graph-structured data samples based on a small proportion of labeled samples. Relational information among the d…

Missing LabelsVariational Inference