LGMLJan 10, 2020

Guess First to Enable Better Compression and Adversarial Robustness

arXiv:2001.03311v1
AI Analysis

This work addresses adversarial robustness for machine learning systems, offering a novel framework that enhances security without compromising accuracy, though it appears incremental in its approach.

The paper tackles the problem of adversarial vulnerability in machine learning models by proposing a bio-inspired classification framework that conditions inference on label hypotheses, resulting in better compression of mutual information and improved adversarial robustness without loss of natural accuracy, as demonstrated experimentally.

Machine learning models are generally vulnerable to adversarial examples, which is in contrast to the robustness of humans. In this paper, we try to leverage one of the mechanisms in human recognition and propose a bio-inspired classification framework in which model inference is conditioned on label hypothesis. We provide a class of training objectives for this framework and an information bottleneck regularizer which utilizes the advantage that label information can be discarded during inference. This framework enables better compression of the mutual information between inputs and latent representations without loss of learning capacity, at the cost of tractable inference complexity. Better compression and elimination of label information further bring better adversarial robustness without loss of natural accuracy, which is demonstrated in the experiment.

Foundations

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

Your Notes