CVMay 19, 2025

Coarse Attribute Prediction with Task Agnostic Distillation for Real World Clothes Changing ReID

arXiv:2505.12580v24 citationsh-index: 7
Originality Incremental advance
AI Analysis

It addresses a practical challenge in person re-identification for real-world surveillance, though it appears incremental as it builds on existing CC-ReID methods.

This work tackles the problem of Clothes Changing Re-Identification (CC-ReID) in real-world low-quality images with artifacts like pixelation and blur, proposing a framework called RLQ that improves performance by 1.6%-2.9% Top-1 on datasets like LaST and DeepChange.

This work focuses on Clothes Changing Re-IDentification (CC-ReID) for the real world. Existing works perform well with high-quality (HQ) images, but struggle with low-quality (LQ) where we can have artifacts like pixelation, out-of-focus blur, and motion blur. These artifacts introduce noise to not only external biometric attributes (e.g. pose, body shape, etc.) but also corrupt the model's internal feature representation. Models usually cluster LQ image features together, making it difficult to distinguish between them, leading to incorrect matches. We propose a novel framework Robustness against Low-Quality (RLQ) to improve CC-ReID model on real-world data. RLQ relies on Coarse Attributes Prediction (CAP) and Task Agnostic Distillation (TAD) operating in alternate steps in a novel training mechanism. CAP enriches the model with external fine-grained attributes via coarse predictions, thereby reducing the effect of noisy inputs. On the other hand, TAD enhances the model's internal feature representation by bridging the gap between HQ and LQ features, via an external dataset through task-agnostic self-supervision and distillation. RLQ outperforms the existing approaches by 1.6%-2.9% Top-1 on real-world datasets like LaST, and DeepChange, while showing consistent improvement of 5.3%-6% Top-1 on PRCC with competitive performance on LTCC. *The code will be made public soon.*

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes