Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Colors See Colors Ignore: Clothes Changing ReID with Color Disentanglement

About

Clothes-Changing Re-Identification (CC-ReID) aims to recognize individuals across different locations and times, irrespective of clothing. Existing methods often rely on additional models or annotations to learn robust, clothing-invariant features, making them resource-intensive. In contrast, we explore the use of color - specifically foreground and background colors - as a lightweight, annotation-free proxy for mitigating appearance bias in ReID models. We propose Colors See, Colors Ignore (CSCI), an RGB-only method that leverages color information directly from raw images or video frames. CSCI efficiently captures color-related appearance bias ('Color See') while disentangling it from identity-relevant ReID features ('Color Ignore'). To achieve this, we introduce S2A self-attention, a novel self-attention to prevent information leak between color and identity cues within the feature space. Our analysis shows a strong correspondence between learned color embeddings and clothing attributes, validating color as an effective proxy when explicit clothing labels are unavailable. We demonstrate the effectiveness of CSCI on both image and video ReID with extensive experiments on four CC-ReID datasets. We improve the baseline by Top-1 2.9% on LTCC and 5.0% on PRCC for image-based ReID, and 1.0% on CCVID and 2.5% on MeVID for video-based ReID without relying on additional supervision. Our results highlight the potential of color as a cost-effective solution for addressing appearance bias in CC-ReID. Github: https://github.com/ppriyank/ICCV-CSCI-Person-ReID.

Priyank Pathak, Yogesh S. Rawat• 2025

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationLTCC General
mAP48
82
Person Re-IdentificationPRCC SC
R-1 Accuracy100
55
Person Re-IdentificationCCVID General
R-1 Accuracy91.7
45
Person Re-IdentificationCCVID Clothes-Changing
R-190.8
31
Person Re-IdentificationLTCC CC protocol (test)
R-1 Accuracy47.8
27
Person Re-IdentificationPRCC CC protocol (test)
Rank-166.6
26
Person Re-IdentificationLTCC General protocol (test)
R-1 Accuracy82.6
11
Video Person Re-IdentificationCCVID Cloth-Changing protocol (test)
R-1 Accuracy90.8
10
Video Person Re-IdentificationCCVID General protocol (test)
R-1 Accuracy91.7
10
Person Re-IdentificationPRCC SC protocol (test)
R-1 Accuracy100
10
Showing 10 of 12 rows

Other info

Code

Follow for update