Unsupervised Cross-Domain Image Retrieval via Prototypical Optimal Transport
Bin Li, Ye Shi, Qian Yu, Jingya Wang
TL;DR
Unsupervised Cross-Domain Image Retrieval (UCIR) aims to retrieve images of the same category across different domains without labels, and prior work typically treated intra-domain representation learning and cross-domain alignment separately. This paper introduces ProtoOT, a unified Prototypical Optimal Transport framework that couples intra-domain clustering with cross-domain alignment by incorporating K-means-derived prototypes as class marginals in OT and employing contrastive learning to foster both local semantic consistency and global discriminativeness. The method uses a memory-bank-based encoder with momentum updates, initializes prototypes via K-means, and optimizes a combined loss that addresses distribution imbalance and cross-domain supervision without labels. Across DomainNet and Office-Home, ProtoOT achieves substantial improvements over state-of-the-art methods, including an average P@200 gain of 18.17% on DomainNet and an average P@15 gain of 3.83% on Office-Home, demonstrating the practical impact of unifying representation learning and alignment under OT for UCIR.
Abstract
Unsupervised cross-domain image retrieval (UCIR) aims to retrieve images sharing the same category across diverse domains without relying on labeled data. Prior approaches have typically decomposed the UCIR problem into two distinct tasks: intra-domain representation learning and cross-domain feature alignment. However, these segregated strategies overlook the potential synergies between these tasks. This paper introduces ProtoOT, a novel Optimal Transport formulation explicitly tailored for UCIR, which integrates intra-domain feature representation learning and cross-domain alignment into a unified framework. ProtoOT leverages the strengths of the K-means clustering method to effectively manage distribution imbalances inherent in UCIR. By utilizing K-means for generating initial prototypes and approximating class marginal distributions, we modify the constraints in Optimal Transport accordingly, significantly enhancing its performance in UCIR scenarios. Furthermore, we incorporate contrastive learning into the ProtoOT framework to further improve representation learning. This encourages local semantic consistency among features with similar semantics, while also explicitly enforcing separation between features and unmatched prototypes, thereby enhancing global discriminativeness. ProtoOT surpasses existing state-of-the-art methods by a notable margin across benchmark datasets. Notably, on DomainNet, ProtoOT achieves an average P@200 enhancement of 18.17%, and on Office-Home, it demonstrates a P@15 improvement of 3.83%.
