paper-with-me

Papers

A Person Re-identification Data Augmentation Method with Adversarial Defense Effect

2021-01-21 · Yunpeng Gong, Zhiyong Zeng, Liwen Chen, Yifan Luo, Bin Weng, Feng Ye

The security of the Person Re-identification(ReID) model plays a decisive role in the application of ReID. However, deep neural networks have been shown to be vulnerable, and adding undetectable adversarial perturbations to clean images can trick deep neural networks that perform well in clean images. We propose a ReID multi-modal data augmentation method with adversarial defense effect: 1) Grayscale Patch Replacement, it consists of Local Grayscale Patch Replacement(LGPR) and Global Grayscale Patch Replacement(GGPR). This method can not only improve the accuracy of the model, but also help the model defend against adversarial examples; 2) Multi-Modal Defense, it integrates three homogeneous modal images of visible, grayscale and sketch, and further strengthens the defense ability of the model. These methods fuse different modalities of homogeneous images to enrich the input sample variety, the variaty of samples will reduce the over-fitting of the ReID model to color variations and make the adversarial space of the dataset that the attack method can find difficult to align, thus the accuracy of model is improved, and the attack effect is greatly reduced. The more modal homogeneous images are fused, the stronger the defense capabilities is . The proposed method performs well on multiple datasets, and successfully defends the attack of MS-SSIM proposed by CVPR2020 against ReID [10], and increases the accuracy by 467 times(0.2% to 93.3%).The code is available at https://github.com/finger-monkey/ReID_Adversarial_Defense.

📄 PDF Abstract BibTeX arXiv:2101.08783

Code (2)

finger-monkey/ReID_Adversarial_Defense 공식 구현 pytorch
finger-monkey/Data-Augmentation pytorch

Tasks

Adversarial DefenseData AugmentationMS-SSIMPerson Re-IdentificationSSIM

Similar Papers 제목 키워드 기반

Debiased Dual-Invariant Defense for Adversarially Robust Person Re-Identification

2025-11-13 · Yuhang Zhou, Yanxiang Zhao, Zhongyun Hua, Zhipu Liu 외 arxiv

Person re-identification (ReID) is a fundamental task in many real-world applications such as pedestrian trajectory tracking. However, advanced deep learning-based ReID models are highly susceptible to adversarial attack…

Person Re-IdentificationAdversarial DefenseMetric Learning

Adversarial Metric Attack and Defense for Person Re-identification

2019-01-30 · Song Bai, Yingwei Li, Yuyin Zhou, Qizhu Li 외

Person re-identification (re-ID) has attracted much attention recently due to its great importance in video surveillance. In general, distance metrics used to identify two person images are expected to be robust under va…

Adversarial AttackBenchmarkingGeneral ClassificationPerson Re-Identification

A Review on Generative Adversarial Networks for Data Augmentation in Person Re-Identification Systems

2023-02-17 · Victor Uc-Cetina, Laura Alvarez-Gonzalez, Anabel Martin-Gonzalez

Interest in automatic people re-identification systems has significantly grown in recent years, mainly for developing surveillance and smart shops software. Due to the variability in person posture, different lighting co…

Data AugmentationPerson Re-IdentificationPose TransferStyle Transfer

Erasing, Transforming, and Noising Defense Network for Occluded Person Re-Identification

2023-07-14 · Neng Dong, Liyan Zhang, Shuanglin Yan, Hao Tang 외

Occlusion perturbation presents a significant challenge in person re-identification (re-ID), and existing methods that rely on external visual cues require additional computational resources and only consider the issue o…

Adversarial DefenseOccluded Person Re-IdentificationPerson Re-Identification

Adversarial Self-Attack Defense and Spatial-Temporal Relation Mining for Visible-Infrared Video Person Re-Identification

2023-07-08 · Huafeng Li, Le Xu, Yafei Zhang, Dapeng Tao 외

In visible-infrared video person re-identification (re-ID), extracting features not affected by complex scenes (such as modality, camera views, pedestrian pose, background, etc.) changes, and mining and utilizing motion …

Adversarial AttackPerson Re-IdentificationVideo-Based Person Re-Identification