CLLGOct 26, 2022

Disentangled Text Representation Learning with Information-Theoretic Perspective for Adversarial Robustness

arXiv:2210.14957v17 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the problem of unreliable NLP systems for users by improving adversarial robustness, though it is an incremental advance building on prior work on disentangled features.

The paper tackled adversarial vulnerability in NLP systems by disentangling robust and non-robust features in text representation learning, resulting in a method that significantly outperforms existing approaches under adversarial attacks on classification and entailment tasks.

Adversarial vulnerability remains a major obstacle to constructing reliable NLP systems. When imperceptible perturbations are added to raw input text, the performance of a deep learning model may drop dramatically under attacks. Recent work argues the adversarial vulnerability of the model is caused by the non-robust features in supervised training. Thus in this paper, we tackle the adversarial robustness challenge from the view of disentangled representation learning, which is able to explicitly disentangle robust and non-robust features in text. Specifically, inspired by the variation of information (VI) in information theory, we derive a disentangled learning objective composed of mutual information to represent both the semantic representativeness of latent embeddings and differentiation of robust and non-robust features. On the basis of this, we design a disentangled learning network to estimate these mutual information. Experiments on text classification and entailment tasks show that our method significantly outperforms the representative methods under adversarial attacks, indicating that discarding non-robust features is critical for improving adversarial robustness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes