paper-with-me

Papers

Dynamic Patch-aware Enrichment Transformer for Occluded Person Re-Identification

2024-02-16 · Xin Zhang, Keren Fu, Qijun Zhao

Person re-identification (re-ID) continues to pose a significant challenge, particularly in scenarios involving occlusions. Prior approaches aimed at tackling occlusions have predominantly focused on aligning physical body features through the utilization of external semantic cues. However, these methods tend to be intricate and susceptible to noise. To address the aforementioned challenges, we present an innovative end-to-end solution known as the Dynamic Patch-aware Enrichment Transformer (DPEFormer). This model effectively distinguishes human body information from occlusions automatically and dynamically, eliminating the need for external detectors or precise image alignment. Specifically, we introduce a dynamic patch token selection module (DPSM). DPSM utilizes a label-guided proxy token as an intermediary to identify informative occlusion-free tokens. These tokens are then selected for deriving subsequent local part features. To facilitate the seamless integration of global classification features with the finely detailed local features selected by DPSM, we introduce a novel feature blending module (FBM). FBM enhances feature representation through the complementary nature of information and the exploitation of part diversity. Furthermore, to ensure that DPSM and the entire DPEFormer can effectively learn with only identity labels, we also propose a Realistic Occlusion Augmentation (ROA) strategy. This strategy leverages the recent advances in the Segment Anything Model (SAM). As a result, it generates occlusion images that closely resemble real-world occlusions, greatly enhancing the subsequent contrastive learning process. Experiments on occluded and holistic re-ID benchmarks signify a substantial advancement of DPEFormer over existing state-of-the-art approaches. The code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2402.10435

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningOccluded Person Re-IdentificationPerson Re-Identification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Short Range Correlation Transformer for Occluded Person Re-Identification

2022-01-04 · Yunbin Zhao, Songhao Zhu, Dongsheng Wang, Zhiwei Liang

Occluded person re-identification is one of the challenging areas of computer vision, which faces problems such as inefficient feature representation and low recognition accuracy. Convolutional neural network pays more a…

Occluded Person Re-IdentificationPerson Re-Identification

Latent-OFER: Detect, Mask, and Reconstruct with Latent Vectors for Occluded Facial Expression Recognition

2023-07-21 · ICCV 2023 1 · Isack Lee, Eungi Lee, Seok Bong Yoo

Most research on facial expression recognition (FER) is conducted in highly controlled environments, but its performance is often unacceptable when applied to real-world situations. This is because when unexpected object…

Facial Expression RecognitionFacial Expression Recognition (FER)Position

Diverse Part Discovery: Occluded Person Re-identification with Part-Aware Transformer

2021-06-08 · CVPR 2021 1 · Yulin Li, Jianfeng He, Tianzhu Zhang, Xiang Liu 외

Occluded person re-identification (Re-ID) is a challenging task as persons are frequently occluded by various obstacles or other persons, especially in the crowd scenario. To address these issues, we propose a novel end-…

DecoderDiversityOccluded Person Re-IdentificationPerson Re-Identification

Occlusion-Aware Video Object Inpainting

2021-08-15 · ICCV 2021 10 · Lei Ke, Yu-Wing Tai, Chi-Keung Tang

Conventional video inpainting is neither object-oriented nor occlusion-aware, making it liable to obvious artifacts when large occluded object regions are inpainted. This paper presents occlusion-aware video object inpai…

ObjectTexture SynthesisVideo Inpainting

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