paper-with-me

Papers

Improving Neural Topic Models with Wasserstein Knowledge Distillation

2023-03-27 · Suman Adhya, Debarshi Kumar Sanyal

Topic modeling is a dominant method for exploring document collections on the web and in digital libraries. Recent approaches to topic modeling use pretrained contextualized language models and variational autoencoders. However, large neural topic models have a considerable memory footprint. In this paper, we propose a knowledge distillation framework to compress a contextualized topic model without loss in topic quality. In particular, the proposed distillation objective is to minimize the cross-entropy of the soft labels produced by the teacher and the student models, as well as to minimize the squared 2-Wasserstein distance between the latent distributions learned by the two models. Experiments on two publicly available datasets show that the student trained with knowledge distillation achieves topic coherence much higher than that of the original student model, and even surpasses the teacher while containing far fewer parameters than the teacher's. The distilled model also outperforms several other competitive topic models on topic coherence.

📄 PDF Abstract BibTeX arXiv:2303.15350

Code (2)

adhyasuman/ctmkd 공식 구현 pytorch
adhyasuman/ntms_dropout_analysis pytorch

Tasks

Knowledge DistillationTopic Models

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Distilled Wasserstein Learning for Word Embedding and Topic Modeling

2018-09-12 · NeurIPS 2018 12 · Hongteng Xu, Wenlin Wang, Wei Liu, Lawrence Carin

We propose a novel Wasserstein method with a distillation mechanism, yielding joint learning of word embeddings and topics. The proposed method is based on the fact that the Euclidean distance between word embeddings may…

Mortality PredictionWord Embeddings

Wasserstein Contrastive Representation Distillation

2020-12-15 · CVPR 2021 1 · Liqun Chen, Dong Wang, Zhe Gan, Jingjing Liu 외

The primary goal of knowledge distillation (KD) is to encapsulate the information of a model learned from a teacher network into a student network, with the latter being more compact than the former. Existing work, e.g.,…

Contrastive LearningKnowledge DistillationModel CompressionTransfer Learning

Wasserstein Distance Rivals Kullback-Leibler Divergence for Knowledge Distillation

2024-12-11 · Jiaming Lv, Haoyuan Yang, Peihua Li

Since pioneering work of Hinton et al., knowledge distillation based on Kullback-Leibler Divergence (KL-Div) has been predominant, and recently its variants have achieved compelling performance. However, KL-Div only comp…

image-classificationImage ClassificationKnowledge Distillationobject-detection+1

Dataset Distillation via the Wasserstein Metric

2023-11-30 · Haoyang Liu, Yijiang Li, Tiancheng Xing, Vibhu Dalal 외

Dataset Distillation (DD) emerges as a powerful strategy to encapsulate the expansive information of large datasets into significantly smaller, synthetic equivalents, thereby preserving model performance with reduced com…

Dataset Distillation

Improving Neural Topic Models using Knowledge Distillation

2020-10-05 · EMNLP 2020 11 · Alexander Hoyle, Pranav Goel, Philip Resnik

Topic models are often used to identify human-interpretable topics to help make sense of large document collections. We use knowledge distillation to combine the best attributes of probabilistic topic models and pretrain…

Knowledge DistillationTopic Models