paper-with-me

Papers

Unsupervised Domain Adaptation for COVID-19 Information Service with Contrastive Adversarial Domain Mixup

2022-10-06 · Huimin Zeng, Zhenrui Yue, Ziyi Kou, Lanyu Shang, Yang Zhang, Dong Wang

In the real-world application of COVID-19 misinformation detection, a fundamental challenge is the lack of the labeled COVID data to enable supervised end-to-end training of the models, especially at the early stage of the pandemic. To address this challenge, we propose an unsupervised domain adaptation framework using contrastive learning and adversarial domain mixup to transfer the knowledge from an existing source data domain to the target COVID-19 data domain. In particular, to bridge the gap between the source domain and the target domain, our method reduces a radial basis function (RBF) based discrepancy between these two domains. Moreover, we leverage the power of domain adversarial examples to establish an intermediate domain mixup, where the latent representations of the input text from both domains could be mixed during the training process. Extensive experiments on multiple real-world datasets suggest that our method can effectively adapt misinformation detection systems to the unseen COVID-19 target domain with significant improvements compared to the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2210.03250

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDomain AdaptationMisinformationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Unsupervised domain adaptation based COVID-19 CT infection segmentation network

2020-11-23 · Han Chen, Yifan Jiang, Murray Loew, Hanseok Ko

Automatic segmentation of infection areas in computed tomography (CT) images has proven to be an effective diagnosis approach for COVID-19. However, due to the limited number of pixel-level annotated medical images, accu…

Computed Tomography (CT)Domain AdaptationSegmentationUnsupervised Domain Adaptation

Unsupervised and Interpretable Domain Adaptation to Rapidly Filter Tweets for Emergency Services

2020-03-04 · Jitin Krishnan, Hemant Purohit, Huzefa Rangwala

During the onset of a disaster event, filtering relevant information from the social web data is challenging due to its sparse availability and practical limitations in labeling datasets of an ongoing crisis. In this pap…

Domain AdaptationMulti-Task LearningUnsupervised Domain Adaptation

Rapid Domain Adaptation for Machine Translation with Monolingual Data

2020-10-23 · Mahdis Mahdieh, Mia Xu Chen, Yuan Cao, Orhan Firat

One challenge of machine translation is how to quickly adapt to unseen domains in face of surging events like COVID-19, in which case timely and accurate translation of in-domain information into multiple languages is cr…

Domain AdaptationMachine TranslationTranslation

Learning Invariant Representations across Domains and Tasks

2021-03-03 · Jindong Wang, Wenjie Feng, Chang Liu, Chaohui Yu 외

Being expensive and time-consuming to collect massive COVID-19 image samples to train deep classification models, transfer learning is a promising approach by transferring knowledge from the abundant typical pneumonia da…

Domain Adaptationimage-classificationImage ClassificationTransfer Learning

Inexpensive Domain Adaptation of Pretrained Language Models: Case Studies on Biomedical NER and Covid-19 QA

2020-04-07 · Findings of the Association for Computational Linguistics 2020 · Nina Poerner, Ulli Waltinger, Hinrich Schütze

Domain adaptation of Pretrained Language Models (PTLMs) is typically achieved by unsupervised pretraining on target-domain text. While successful, this approach is expensive in terms of hardware, runtime and CO_2 emissio…

Domain Adaptationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2