paper-with-me

홈 › Papers

Feature Erasing and Diffusion Network for Occluded Person Re-Identification

2021-12-16 · CVPR 2022 1 · Zhikang Wang, Feng Zhu, Shixiang Tang, Rui Zhao, Lihuo He, Jiangning Song

Occluded person re-identification (ReID) aims at matching occluded person images to holistic ones across different camera views. Target Pedestrians (TP) are usually disturbed by Non-Pedestrian Occlusions (NPO) and NonTarget Pedestrians (NTP). Previous methods mainly focus on increasing model's robustness against NPO while ignoring feature contamination from NTP. In this paper, we propose a novel Feature Erasing and Diffusion Network (FED) to simultaneously handle NPO and NTP. Specifically, NPO features are eliminated by our proposed Occlusion Erasing Module (OEM), aided by the NPO augmentation strategy which simulates NPO on holistic pedestrian images and generates precise occlusion masks. Subsequently, we Subsequently, we diffuse the pedestrian representations with other memorized features to synthesize NTP characteristics in the feature space which is achieved by a novel Feature Diffusion Module (FDM) through a learnable cross attention mechanism. With the guidance of the occlusion scores from OEM, the feature diffusion process is mainly conducted on visible body parts, which guarantees the quality of the synthesized NTP characteristics. By jointly optimizing OEM and FDM in our proposed FED network, we can greatly improve the model's perception ability towards TP and alleviate the influence of NPO and NTP. Furthermore, the proposed FDM only works as an auxiliary module for training and will be discarded in the inference phase, thus introducing little inference computational overhead. Experiments on occluded and holistic person ReID benchmarks demonstrate the superiority of FED over state-of-the-arts, where FED achieves 86.3% Rank-1 accuracy on Occluded-REID, surpassing others by at least 4.7%.

📄 PDF Abstract BibTeX arXiv:2112.08740

Code (1)

ZacharyWang-007/FED-Occluded-ReID 공식 구현 pytorch

Tasks

Occluded Person Re-IdentificationPerson Re-Identification

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

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

DPM++: Dynamic Masked Metric Learning for Occluded Person Re-identification

2026-05-07 · Lei Tan, Yingshi Luan, Pincong Zou, Pingyang Dai 외 arxiv

Although person re-identification has made impressive progress, occlusion caused by obstacles remains an unsettled issue in real applications. The difficulty lies in the mismatch between incomplete occluded samples and h…

Person Re-IdentificationData AugmentationMetric Learning

Occlusion-Guided Feature Purification Learning via Reinforced Knowledge Distillation for Occluded Person Re-Identification

2025-07-11 · Yufei Zheng, Wenjun Wang, Wenjun Gan, Jiawei Liu arxiv

Occluded person re-identification aims to retrieve holistic images based on occluded ones. Existing methods often rely on aligning visible body parts, applying occlusion augmentation, or complementing missing semantics u…

Person Re-IdentificationKnowledge DistillationReinforcement Learning

Temporal Complementary Learning for Video Person Re-Identification

2020-07-18 · ECCV 2020 8 · Ruibing Hou, Hong Chang, Bingpeng Ma, Shiguang Shan 외

This paper proposes a Temporal Complementary Learning Network that extracts complementary features of consecutive video frames for video person re-identification. Firstly, we introduce a Temporal Saliency Erasing (TSE) m…

Person Re-IdentificationVideo-Based Person Re-Identification

Vision Transformer for Robust Occluded Person Reidentification in Complex Surveillance Scenes

2025-10-31 · Bo Li, Duyuan Zheng, Xinyang Liu, Qingwen Li 외 arxiv

Person re-identification (ReID) in surveillance is challenged by occlusion, viewpoint distortion, and poor image quality. Most existing methods rely on complex modules or perform well only on clear frontal images. We pro…

Person Re-IdentificationKnowledge Distillation