CVJan 18, 2024

Cross-Modality Perturbation Synergy Attack for Person Re-identification

arXiv:2401.10090v662 citationsHas CodeNIPS
Originality Incremental advance
AI Analysis

It addresses a security problem for cross-modality ReID systems used in practical applications like surveillance, but it is incremental as it extends attack methods to a new scenario.

This paper tackles the security of cross-modality person re-identification (ReID) systems, which involve images from different modalities like RGB and infrared, by proposing a universal perturbation attack that optimizes perturbations using gradients from diverse modality data, and it demonstrates effectiveness on three datasets (RegDB, SYSU, LLCM).

In recent years, there has been significant research focusing on addressing security concerns in single-modal person re-identification (ReID) systems that are based on RGB images. However, the safety of cross-modality scenarios, which are more commonly encountered in practical applications involving images captured by infrared cameras, has not received adequate attention. The main challenge in cross-modality ReID lies in effectively dealing with visual differences between different modalities. For instance, infrared images are typically grayscale, unlike visible images that contain color information. Existing attack methods have primarily focused on the characteristics of the visible image modality, overlooking the features of other modalities and the variations in data distribution among different modalities. This oversight can potentially undermine the effectiveness of these methods in image retrieval across diverse modalities. This study represents the first exploration into the security of cross-modality ReID models and proposes a universal perturbation attack specifically designed for cross-modality ReID. This attack optimizes perturbations by leveraging gradients from diverse modality data, thereby disrupting the discriminator and reinforcing the differences between modalities. We conducted experiments on three widely used cross-modality datasets, namely RegDB, SYSU, and LLCM. The results not only demonstrate the effectiveness of our method but also provide insights for future improvements in the robustness of cross-modality ReID systems. The code will be available at https://github.com/finger-monkey/cmps__attack.

Foundations

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

Your Notes