DM-Adapter: Domain-Aware Mixture-of-Adapters for Text-Based Person Retrieval
Yating Liu, Zimo Liu, Xiangyuan Lan, Wenming Yang, Yaowei Li, Qingmin Liao
TL;DR
This work tackles text-based person retrieval by addressing the inefficiency of full-model fine-tuning and the lack of fine-grained domain adaptation in PETL methods. It introduces DM-Adapter, which unifies Sparse Mixture-of-Adapters (SMA) with a Domain-Aware Router (DR) inserted into the MLPs of both CLIP branches, guided by a load-balancing loss and a domain-informed gating mechanism. The approach uses an end-to-end training objective combining Similarity Distribution Matching with LB losses, achieving state-of-the-art results on CUHK-PEDES, ICFG-PEDES, and RSTPReid with only $16$M trainable parameters and demonstrating strong memory efficiency. This domain-aware MOE-PETL framework enhances fine-grained person knowledge transfer while maintaining computational practicality, offering a robust solution for real-world TPR tasks.
Abstract
Text-based person retrieval (TPR) has gained significant attention as a fine-grained and challenging task that closely aligns with practical applications. Tailoring CLIP to person domain is now a emerging research topic due to the abundant knowledge of vision-language pretraining, but challenges still remain during fine-tuning: (i) Previous full-model fine-tuning in TPR is computationally expensive and prone to overfitting.(ii) Existing parameter-efficient transfer learning (PETL) for TPR lacks of fine-grained feature extraction. To address these issues, we propose Domain-Aware Mixture-of-Adapters (DM-Adapter), which unifies Mixture-of-Experts (MOE) and PETL to enhance fine-grained feature representations while maintaining efficiency. Specifically, Sparse Mixture-of-Adapters is designed in parallel to MLP layers in both vision and language branches, where different experts specialize in distinct aspects of person knowledge to handle features more finely. To promote the router to exploit domain information effectively and alleviate the routing imbalance, Domain-Aware Router is then developed by building a novel gating function and injecting learnable domain-aware prompts. Extensive experiments show that our DM-Adapter achieves state-of-the-art performance, outperforming previous methods by a significant margin.
