CVNov 11, 2024

DLCR: A Generative Data Expansion Framework via Diffusion for Clothes-Changing Person Re-ID

arXiv:2411.07205v213 citationsh-index: 11Has CodeWACV
Originality Incremental advance
AI Analysis

This addresses the challenge of matching people across cameras when they change clothes, which is crucial for surveillance and security applications, but the approach is incremental as it builds on existing generative models and CC-ReID methods.

The paper tackles the problem of limited clothing diversity in clothes-changing person re-identification (CC-ReID) datasets by proposing DLCR, a generative data expansion framework that uses diffusion and large language models to generate over 2.1M images, increasing clothing diversity by 10X and improving top-1 accuracy on the PRCC dataset by 11.3%.

With the recent exhibited strength of generative diffusion models, an open research question is if images generated by these models can be used to learn better visual representations. While this generative data expansion may suffice for easier visual tasks, we explore its efficacy on a more difficult discriminative task: clothes-changing person re-identification (CC-ReID). CC-ReID aims to match people appearing in non-overlapping cameras, even when they change their clothes across cameras. Not only are current CC-ReID models constrained by the limited diversity of clothing in current CC-ReID datasets, but generating additional data that retains important personal features for accurate identification is a current challenge. To address this issue we propose DLCR, a novel data expansion framework that leverages pre-trained diffusion and large language models (LLMs) to accurately generate diverse images of individuals in varied attire. We generate additional data for five benchmark CC-ReID datasets (PRCC, CCVID, LaST, VC-Clothes, and LTCC) and increase their clothing diversity by 10X, totaling over 2.1M images generated. DLCR employs diffusion-based text-guided inpainting, conditioned on clothing prompts constructed using LLMs, to generate synthetic data that only modifies a subject's clothes while preserving their personally identifiable features. With this massive increase in data, we introduce two novel strategies - progressive learning and test-time prediction refinement - that respectively reduce training time and further boosts CC-ReID performance. On the PRCC dataset, we obtain a large top-1 accuracy improvement of 11.3% by training CAL, a previous state of the art (SOTA) method, with DLCR-generated data. We publicly release our code and generated data for each dataset here: https://github.com/CroitoruAlin/dlcr.

Code Implementations1 repo
Foundations

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

Your Notes