State-of-the-art fashion image-to-image retrieval in a single 768-d embedding.
MODA-Fashion-Distilled is a fine-tuned ViT-B-16-SigLIP model that achieves 67.63% Fine Recall@1 on LookBench, beating all published models including GR-Pro (closed) and Marqo-FashionSigLIP.
The MODA family
This model handles image to image. For text queries, see the text-to-image side:
Training data: licensed and research fashion corpora with cross-domain shop↔consumer pairs — no LookBench data used
Optimizer: AdamW, LR=5e-6, batch=128
Epochs: 2 (best checkpoint at step 500)
Hardware: Apple M-series (MPS)
How It Works
Cross-domain fine-tuning: First, the vision encoder was fine-tuned on cross-domain shop-to-consumer image pairs using InfoNCE + weight drift regularization, producing a model that learns cross-domain visual similarity.
Ensemble teacher: Three models (the DF2-finetuned SigLIP + original FashionSigLIP + FashionCLIP) were concatenated into a 2048-d ensemble that scored 67.68 Fine R@1.
Distillation: The ensemble's ranking knowledge was distilled into a single 768-d student using relational knowledge distillation (RKD-Distance) + similarity mimicry, retaining 99.9% of ensemble performance in one forward pass.