CVLGJun 5, 2020

Robust Face Verification via Disentangled Representations

arXiv:2006.03638v2
Originality Incremental advance
AI Analysis

This addresses the problem of adversarial vulnerabilities in face verification systems, which is crucial for security applications, though it appears incremental as it builds on existing adversarial training and generative model techniques.

The paper tackles the problem of robust face verification by introducing a novel training approach using deep generative networks for adversarial robustness, achieving higher clean and robust accuracy than state-of-the-art methods against white-box physical attacks.

We introduce a robust algorithm for face verification, i.e., deciding whether twoimages are of the same person or not. Our approach is a novel take on the idea ofusing deep generative networks for adversarial robustness. We use the generativemodel during training as an online augmentation method instead of a test-timepurifier that removes adversarial noise. Our architecture uses a contrastive loss termand a disentangled generative model to sample negative pairs. Instead of randomlypairing two real images, we pair an image with its class-modified counterpart whilekeeping its content (pose, head tilt, hair, etc.) intact. This enables us to efficientlysample hard negative pairs for the contrastive loss. We experimentally show that, when coupled with adversarial training, the proposed scheme converges with aweak inner solver and has a higher clean and robust accuracy than state-of-the-art-methods when evaluated against white-box physical attacks.

Code Implementations1 repo
Foundations

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

Your Notes