paper-with-me

Papers

A Two-Stage Framework with Self-Supervised Distillation For Cross-Domain Text Classification

2023-04-18 · Yunlong Feng, Bohan Li, Libo Qin, Xiao Xu, Wanxiang Che

Cross-domain text classification aims to adapt models to a target domain that lacks labeled data. It leverages or reuses rich labeled data from the different but related source domain(s) and unlabeled data from the target domain. To this end, previous work focuses on either extracting domain-invariant features or task-agnostic features, ignoring domain-aware features that may be present in the target domain and could be useful for the downstream task. In this paper, we propose a two-stage framework for cross-domain text classification. In the first stage, we finetune the model with mask language modeling (MLM) and labeled data from the source domain. In the second stage, we further fine-tune the model with self-supervised distillation (SSD) and unlabeled data from the target domain. We evaluate its performance on a public cross-domain text classification benchmark and the experiment results show that our method achieves new state-of-the-art results for both single-source domain adaptations (94.17% $\uparrow$1.03%) and multi-source domain adaptations (95.09% $\uparrow$1.34%).

📄 PDF Abstract BibTeX arXiv:2304.09820

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationCross-Domain Text ClassificationLanguage ModelingLanguage Modellingtext-classificationText Classification

Similar Papers 제목 키워드 기반

Self-supervised Knowledge Distillation for Few-shot Learning

2020-06-17 · Jathushan Rajasegaran, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan 외

Real-world contains an overwhelmingly large number of object classes, learning all of which at once is infeasible. Few shot learning is a promising learning paradigm due to its ability to learn out of order distributions…

Few-Shot Image ClassificationFew-Shot LearningKnowledge DistillationMeta-Learning+1

Adversarial Self-Supervised Data-Free Distillation for Text Classification

2020-10-10 · EMNLP 2020 11 · Xinyin Ma, Yongliang Shen, Gongfan Fang, Chen Chen 외

Large pre-trained transformer-based language models have achieved impressive results on a wide range of NLP tasks. In the past few years, Knowledge Distillation(KD) has become a popular paradigm to compress a computation…

ClassificationGeneral ClassificationKnowledge Distillationtext-classification+2

Pushing the limits of self-supervised speaker verification using regularized distillation framework

2022-11-08 · Yafeng Chen, Siqi Zheng, Hui Wang, Luyao Cheng 외

Training robust speaker verification systems without speaker labels has long been a challenging task. Previous studies observed a large performance gap between self-supervised and fully supervised methods. In this paper,…

Data AugmentationDiversitySelf-Supervised LearningSpeaker Verification

PA-Seg: Learning from Point Annotations for 3D Medical Image Segmentation using Contextual Regularization and Cross Knowledge Distillation

2022-08-11 · Shuwei Zhai, Guotai Wang, Xiangde Luo, Qiang Yue 외

The success of Convolutional Neural Networks (CNNs) in 3D medical image segmentation relies on massive fully annotated 3D volumes for training that are time-consuming and labor-intensive to acquire. In this paper, we pro…

Brain Tumor SegmentationImage SegmentationKnowledge DistillationMedical Image Segmentation+4

Standing on the Shoulders of Giants: Rethinking EEG Foundation Model Pretraining via Multi-Teacher Distillation

2026-03-04 · Chenqi Li, Yu Liu, Shuo Zhang, Timothy Denison 외 arxiv

Pretraining for electroencephalogram (EEG) foundation models has predominantly relied on self-supervised masked reconstruction, a paradigm largely adapted from and inspired by the success of vision and language foundatio…