LGAIFeb 14, 2021

Exploring Adversarial Robustness of Deep Metric Learning

arXiv:2102.07265v17 citations
Originality Incremental advance
AI Analysis

This addresses the problem of adversarial robustness for DML practitioners, representing an incremental improvement over existing methods.

The paper tackled the vulnerability of Deep Metric Learning (DML) models to adversarial attacks by developing a robust optimization formulation, resulting in 5-76 fold increases in adversarial accuracy on three datasets.

Deep Metric Learning (DML), a widely-used technique, involves learning a distance metric between pairs of samples. DML uses deep neural architectures to learn semantic embeddings of the input, where the distance between similar examples is small while dissimilar ones are far apart. Although the underlying neural networks produce good accuracy on naturally occurring samples, they are vulnerable to adversarially-perturbed samples that reduce performance. We take a first step towards training robust DML models and tackle the primary challenge of the metric losses being dependent on the samples in a mini-batch, unlike standard losses that only depend on the specific input-output pair. We analyze this dependence effect and contribute a robust optimization formulation. Using experiments on three commonly-used DML datasets, we demonstrate 5-76 fold increases in adversarial accuracy, and outperform an existing DML model that sought out to be robust.

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