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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Person Re-Identification | LTCC General | mAP48 | 82 | |
| Person Re-Identification | PRCC SC | R-1 Accuracy100 | 55 | |
| Person Re-Identification | CCVID General | R-1 Accuracy91.7 | 45 | |
| Person Re-Identification | CCVID Clothes-Changing | R-190.8 | 31 | |
| Person Re-Identification | LTCC CC protocol (test) | R-1 Accuracy47.8 | 27 | |
| Person Re-Identification | PRCC CC protocol (test) | Rank-166.6 | 26 | |
| Person Re-Identification | LTCC General protocol (test) | R-1 Accuracy82.6 | 11 | |
| Video Person Re-Identification | CCVID Cloth-Changing protocol (test) | R-1 Accuracy90.8 | 10 | |
| Video Person Re-Identification | CCVID General protocol (test) | R-1 Accuracy91.7 | 10 | |
| Person Re-Identification | PRCC SC protocol (test) | R-1 Accuracy100 | 10 |