CVLGIVJul 27, 2023

R-LPIPS: An Adversarially Robust Perceptual Similarity Metric

arXiv:2307.15157v246 citationsh-index: 41Has Code
Originality Incremental advance
AI Analysis

This addresses security concerns for computer vision applications relying on LPIPS, though it is incremental as it builds directly on an existing metric.

The paper tackles the susceptibility of the LPIPS perceptual similarity metric to adversarial examples by proposing R-LPIPS, which uses adversarially trained deep features, and demonstrates its superiority over LPIPS in experiments.

Similarity metrics have played a significant role in computer vision to capture the underlying semantics of images. In recent years, advanced similarity metrics, such as the Learned Perceptual Image Patch Similarity (LPIPS), have emerged. These metrics leverage deep features extracted from trained neural networks and have demonstrated a remarkable ability to closely align with human perception when evaluating relative image similarity. However, it is now well-known that neural networks are susceptible to adversarial examples, i.e., small perturbations invisible to humans crafted to deliberately mislead the model. Consequently, the LPIPS metric is also sensitive to such adversarial examples. This susceptibility introduces significant security concerns, especially considering the widespread adoption of LPIPS in large-scale applications. In this paper, we propose the Robust Learned Perceptual Image Patch Similarity (R-LPIPS) metric, a new metric that leverages adversarially trained deep features. Through a comprehensive set of experiments, we demonstrate the superiority of R-LPIPS compared to the classical LPIPS metric. The code is available at https://github.com/SaraGhazanfari/R-LPIPS.

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