Exploring Multi-Modal Large Language Models and Two-Stage Fine-Tuning for Fashion Image Retrieval

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision & Pattern Recognition · Depth: Expert, quick

Summary

A novel framework addresses limitations in composed image retrieval for fashion, a task requiring understanding subtle attribute variations. The proposed system integrates a multi-modal large language model (LLaVA) to generate attribute-aware triplets, overcoming scarce annotated data and simplistic negative sampling. It also introduces a two-stage fine-tuning strategy to enhance contrastive learning. The framework leverages pretrained vision-language models, specifically CLIP-ViT/B32, for generating and concatenating sentence-level prompts with relative captions and for scaling negatives using static representations. Experimental results, published on 2026-06-18, demonstrate enhanced compositional reasoning and improved fine-grained retrieval behavior, validating its potential for fashion retrieval.

Key takeaway

For Computer Vision Engineers or Machine Learning Engineers developing fashion image retrieval systems, this research offers a clear path to overcome data scarcity and improve fine-grained understanding. You should consider integrating multi-modal LLMs like LLaVA for generating attribute-aware training data and implementing a two-stage fine-tuning approach to enhance your contrastive learning models. This strategy can significantly improve compositional reasoning and retrieval accuracy in your applications.

Key insights

Integrating LLaVA and two-stage fine-tuning significantly enhances fashion image retrieval by generating attribute-aware data and improving contrastive learning.

Principles

Method

The framework integrates LLaVA for attribute-aware triplet generation and employs a two-stage fine-tuning strategy. It uses CLIP-ViT/B32 to create sentence-level prompts and scale negative samples via static representations.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.