All in One Framework for Multimodal Re-identification in the Wild
He Li, Mang Ye, Ming Zhang, Bo Du
TL;DR
The paper tackles the problem of unseen, uncertain multimodal ReID by introducing All-in-One (AIO), a framework that unifies RGB, IR, Sketch, and Text through a multimodal tokenizer and a frozen foundation model as a shared encoder. It couples this backbone with three cross-modal heads—Conventional Classification, Vision Guided Masked Attribute Modeling, and Multimodal Feature Binding—and employs missing-modality synthesis via CA and Lineart along with a progressive training strategy. Key contributions include the first all-in-one ReID architecture capable of handling four modalities, a modality-agnostic learning paradigm, and extensive zero-shot evaluations showing competitive or superior performance to existing baselines on cross-modal and multimodal tasks. The approach enables robust zero-shot generalization in wild, uncertain environments, with practical implications for surveillance and other multimodal retrieval applications, while acknowledging computational complexity and suggesting avenues for future efficiency improvements.
Abstract
In Re-identification (ReID), recent advancements yield noteworthy progress in both unimodal and cross-modal retrieval tasks. However, the challenge persists in developing a unified framework that could effectively handle varying multimodal data, including RGB, infrared, sketches, and textual information. Additionally, the emergence of large-scale models shows promising performance in various vision tasks but the foundation model in ReID is still blank. In response to these challenges, a novel multimodal learning paradigm for ReID is introduced, referred to as All-in-One (AIO), which harnesses a frozen pre-trained big model as an encoder, enabling effective multimodal retrieval without additional fine-tuning. The diverse multimodal data in AIO are seamlessly tokenized into a unified space, allowing the modality-shared frozen encoder to extract identity-consistent features comprehensively across all modalities. Furthermore, a meticulously crafted ensemble of cross-modality heads is designed to guide the learning trajectory. AIO is the \textbf{first} framework to perform all-in-one ReID, encompassing four commonly used modalities. Experiments on cross-modal and multimodal ReID reveal that AIO not only adeptly handles various modal data but also excels in challenging contexts, showcasing exceptional performance in zero-shot and domain generalization scenarios.
