paper-with-me

홈 › Papers

Context-based Virtual Adversarial Training for Text Classification with Noisy Labels

2022-05-29 · LREC 2022 6 · Do-Myoung Lee, Yeachan Kim, Chang-gyun Seo

Deep neural networks (DNNs) have a high capacity to completely memorize noisy labels given sufficient training time, and its memorization, unfortunately, leads to performance degradation. Recently, virtual adversarial training (VAT) attracts attention as it could further improve the generalization of DNNs in semi-supervised learning. The driving force behind VAT is to prevent the models from overfitting data points by enforcing consistency between the inputs and the perturbed inputs. This strategy could be helpful in learning from noisy labels if it prevents neural models from learning noisy samples while encouraging the models to generalize clean samples. In this paper, we propose context-based virtual adversarial training (ConVAT) to prevent a text classifier from overfitting to noisy labels. Unlike the previous works, the proposed method performs the adversarial training at the context level rather than the inputs. It makes the classifier not only learn its label but also its contextual neighbors, which alleviates the learning from noisy labels by preserving contextual semantics on each data point. We conduct extensive experiments on four text classification datasets with two types of label noises. Comprehensive experimental results clearly show that the proposed method works quite well even with extremely noisy settings.

📄 PDF Abstract BibTeX arXiv:2206.11851

Code (0)

등록된 구현이 없습니다.

Tasks

Memorizationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Consistency Training with Virtual Adversarial Discrete Perturbation

2021-04-15 · NAACL 2022 7 · Jungsoo Park, Gyuwan Kim, Jaewoo Kang

Consistency training regularizes a model by enforcing predictions of original and perturbed inputs to be similar. Previous studies have proposed various augmentation methods for the perturbation but are limited in that t…

Semi-Supervised Text ClassificationText Classification

TAVAT: Token-Aware Virtual Adversarial Training for Language Understanding

2020-04-30 · Linyang Li, Xipeng Qiu

Gradient-based adversarial training is widely used in improving the robustness of neural networks, while it cannot be easily adapted to natural language processing tasks since the embedding space is discrete. In natural …

Natural Language Understandingtext-classificationText Classification

Multilingual and Multilabel Emotion Recognition using Virtual Adversarial Training

2021-11-11 · EMNLP (MRL) 2021 11 · Vikram Gupta

Virtual Adversarial Training (VAT) has been effective in learning robust models under supervised and semi-supervised settings for both computer vision and NLP tasks. However, the efficacy of VAT for multilingual and mult…

Emotion RecognitionMultilabel Text Classificationtext-classificationText Classification

Adversarial Training Methods for Semi-Supervised Text Classification

2016-05-25 · Takeru Miyato, Andrew M. Dai, Ian Goodfellow

Adversarial training provides a means of regularizing supervised learning algorithms while virtual adversarial training is able to extend supervised learning algorithms to the semi-supervised setting. However, both metho…

ClassificationGeneral ClassificationSemi-Supervised Text ClassificationSentiment Analysis+2

Context-aware virtual adversarial training for anatomically-plausible segmentation

2021-07-12 · Ping Wang, Jizong Peng, Marco Pedersoli, Yuanfeng Zhou 외

Despite their outstanding accuracy, semi-supervised segmentation methods based on deep neural networks can still yield predictions that are considered anatomically impossible by clinicians, for instance, containing holes…

Segmentation