GEA: Generation-Enhanced Alignment for Text-to-Image Person Retrieval
Hao Zou, Runqing Zhang, Xue Zhou, Jianxiao Zou
TL;DR
The paper tackles Text-to-Image Person Retrieval (TIPR) challenges posed by incomplete textual descriptions and limited data diversity. It introduces Generation-Enhanced Alignment (GEA), a framework with two modules: Text-Guided Token Enhancement (TGTE), which generates diffusion-based intermediate images conditioned on text to enrich semantics, and Generative Intermediate Fusion (GIF), which fuses information from the original image, the text, and the generated image via dual cross-attention and a transformer, trained with a triplet alignment loss. The backbone uses CLIP, enabling strong cross-modal priors, while training leverages standard datasets (CUHK-PEDES, RSTPReid, ICFG-PEDES) and evaluation metrics like Rank-1/5/10 and mAP. Across three benchmarks, GEA delivers competitive or superior performance, with notable gains in ranking and mAP, demonstrating improved cross-modal alignment and generalization in low-data scenarios.
Abstract
Text-to-Image Person Retrieval (TIPR) aims to retrieve person images based on natural language descriptions. Although many TIPR methods have achieved promising results, sometimes textual queries cannot accurately and comprehensively reflect the content of the image, leading to poor cross-modal alignment and overfitting to limited datasets. Moreover, the inherent modality gap between text and image further amplifies these issues, making accurate cross-modal retrieval even more challenging. To address these limitations, we propose the Generation-Enhanced Alignment (GEA) from a generative perspective. GEA contains two parallel modules: (1) Text-Guided Token Enhancement (TGTE), which introduces diffusion-generated images as intermediate semantic representations to bridge the gap between text and visual patterns. These generated images enrich the semantic representation of text and facilitate cross-modal alignment. (2) Generative Intermediate Fusion (GIF), which combines cross-attention between generated images, original images, and text features to generate a unified representation optimized by triplet alignment loss. We conduct extensive experiments on three public TIPR datasets, CUHK-PEDES, RSTPReid, and ICFG-PEDES, to evaluate the performance of GEA. The results justify the effectiveness of our method. More implementation details and extended results are available at https://github.com/sugelamyd123/Sup-for-GEA.
