paper-with-me

Papers

Masked Attribute Description Embedding for Cloth-Changing Person Re-identification

2024-01-11 · Chunlei Peng, Boyu Wang, Decheng Liu, Nannan Wang, Ruimin Hu, Xinbo Gao

Cloth-changing person re-identification (CC-ReID) aims to match persons who change clothes over long periods. The key challenge in CC-ReID is to extract clothing-independent features, such as face, hairstyle, body shape, and gait. Current research mainly focuses on modeling body shape using multi-modal biological features (such as silhouettes and sketches). However, it does not fully leverage the personal description information hidden in the original RGB image. Considering that there are certain attribute descriptions which remain unchanged after the changing of cloth, we propose a Masked Attribute Description Embedding (MADE) method that unifies personal visual appearance and attribute description for CC-ReID. Specifically, handling variable clothing-sensitive information, such as color and type, is challenging for effective modeling. To address this, we mask the clothing and color information in the personal attribute description extracted through an attribute detection model. The masked attribute description is then connected and embedded into Transformer blocks at various levels, fusing it with the low-level to high-level features of the image. This approach compels the model to discard clothing information. Experiments are conducted on several CC-ReID benchmarks, including PRCC, LTCC, Celeb-reID-light, and LaST. Results demonstrate that MADE effectively utilizes attribute description, enhancing cloth-changing person re-identification performance, and compares favorably with state-of-the-art methods. The code is available at https://github.com/moon-wh/MADE.

📄 PDF Abstract BibTeX arXiv:2401.05646

Code (1)

moon-wh/made 공식 구현 pytorch

Tasks

AttributeCloth-Changing Person Re-IdentificationPerson Re-Identification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Multigranular Visual-Semantic Embedding for Cloth-Changing Person Re-identification

2021-08-10 · Zan Gao, Hongwei Wei, Weili Guan, Weizhi Nie 외

Person reidentification (ReID) is a very hot research topic in machine learning and computer vision, and many person ReID approaches have been proposed; however, most of these methods assume that the same person has the …

Cloth-Changing Person Re-IdentificationPerson Re-Identification

Learning Instance-Adaptive Low-Rank Orthogonal Subspaces for Clothes-Changing Person Re-Identification

2026-06-10 · Dong-Woo Kim, Tae-Kyun Kim arxiv

Clothes-changing person re-identification (CC-ReID) aims to recognize individuals despite drastic appearance changes caused by clothing variation. While existing methods rely on adversarial learning to disentangle clothi…

Person Re-Identification

Exploring Shape Embedding for Cloth-Changing Person Re-Identification via 2D-3D Correspondences

2023-10-27 · Yubin Wang, Huimin Yu, Yuming Yan, Shuyi Song 외

Cloth-Changing Person Re-Identification (CC-ReID) is a common and realistic problem since fashion constantly changes over time and people's aesthetic preferences are not set in stone. While most existing cloth-changing R…

Cloth-Changing Person Re-IdentificationPerson Re-Identification

DIFFER: Disentangling Identity Features via Semantic Cues for Clothes-Changing Person Re-ID

2025-03-28 · CVPR 2025 1 · Xin Liang, Yogesh S Rawat

Clothes-changing person re-identification (CC-ReID) aims to recognize individuals under different clothing scenarios. Current CC-ReID approaches either concentrate on modeling body shape using additional modalities inclu…

Clothes Changing Person Re-IdentificationDisentanglementPerson Re-Identification

Exploring Fine-Grained Representation and Recomposition for Cloth-Changing Person Re-Identification

2023-08-21 · Qizao Wang, Xuelin Qian, Bin Li, xiangyang xue 외

Cloth-changing person Re-IDentification (Re-ID) is a particularly challenging task, suffering from two limitations of inferior discriminative features and limited training samples. Existing methods mainly leverage auxili…

AttributeCloth-Changing Person Re-IdentificationClothes Changing Person Re-Identificationerson Re-Identification+3