paper-with-me

Papers

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 remain limited for various knowledge distillation paradigms. In this work, we take an initial step toward a theoretical understanding of relational knowledge distillation (RKD), with a focus on semi-supervised classification problems. We start by casting RKD as spectral clustering on a population-induced graph unveiled by a teacher model. Via a notion of clustering error that quantifies the discrepancy between the predicted and ground truth clusterings, we illustrate that RKD over the population provably leads to low clustering error. Moreover, we provide a sample complexity bound for RKD with limited unlabeled samples. For semi-supervised learning, we further demonstrate the label efficiency of RKD through a general framework of cluster-aware semi-supervised learning that assumes low clustering errors. Finally, by unifying data augmentation consistency regularization into this cluster-aware framework, we show that despite the common effect of learning accurate clusterings, RKD facilitates a "global" perspective through spectral clustering, whereas consistency regularization focuses on a "local" perspective via expansion.

📄 PDF Abstract BibTeX arXiv:2307.11030

Code (1)

dyjdongyijun/semi_supervised_knowledge_distillation pytorch

Tasks

ClusteringData AugmentationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Learning from Semi-Factuals: A Debiased and Semantic-Aware Framework for Generalized Relation Discovery

2024-01-12 · Jiaxin Wang, Lingling Zhang, Jun Liu, Tianlin Guo 외

We introduce a novel task, called Generalized Relation Discovery (GRD), for open-world relation extraction. GRD aims to identify unlabeled instances in existing pre-defined relations or discover novel relations by assign…

RelationRelation ExtractionSelf-Supervised LearningSentence

Relation Clustering in Narrative Knowledge Graphs

2020-11-27 · Simone Mellace, K Vani, Alessandro Antonucci

When coping with literary texts such as novels or short stories, the extraction of structured information in the form of a knowledge graph might be hindered by the huge number of possible relations between the entities c…

ClusteringDescriptiveKnowledge GraphsRelation

Semi-Supervised Clustering with Inaccurate Pairwise Annotations

2021-04-05 · Daniel Gribel, Michel Gendreau, Thibaut Vidal

Pairwise relational information is a useful way of providing partial supervision in domains where class labels are difficult to acquire. This work presents a clustering model that incorporates pairwise annotations in the…

ClusteringStochastic Block Model

K-GBS3FCM -- KNN Graph-Based Safe Semi-Supervised Fuzzy C-Means

2024-11-22 · Gabriel Santos, Rita Julia, Marcelo Nascimento

Clustering data using prior domain knowledge, starting from a partially labeled set, has recently been widely investigated. Often referred to as semi-supervised clustering, this approach leverages labeled data to enhance…

Clustering

Constrained Relational Topic Models

2020-02-01 · Silvia Terragni, Elisabetta Fersini, Enza Messina

Relational topic models (RTM) have been widely used to discover hidden topics in a collection of networked documents. In this paper, we introduce the class of Constrained Relational Topic Models (CRTM), a semi-supervised…

Document ClassificationTopic Models