English

FAME-ViL: Multi-Tasking Vision-Language Model for Heterogeneous Fashion Tasks

Computer Vision and Pattern Recognition 2023-03-07 v1

Abstract

In the fashion domain, there exists a variety of vision-and-language (V+L) tasks, including cross-modal retrieval, text-guided image retrieval, multi-modal classification, and image captioning. They differ drastically in each individual input/output format and dataset size. It has been common to design a task-specific model and fine-tune it independently from a pre-trained V+L model (e.g., CLIP). This results in parameter inefficiency and inability to exploit inter-task relatedness. To address such issues, we propose a novel FAshion-focused Multi-task Efficient learning method for Vision-and-Language tasks (FAME-ViL) in this work. Compared with existing approaches, FAME-ViL applies a single model for multiple heterogeneous fashion tasks, therefore being much more parameter-efficient. It is enabled by two novel components: (1) a task-versatile architecture with cross-attention adapters and task-specific adapters integrated into a unified V+L model, and (2) a stable and effective multi-task training strategy that supports learning from heterogeneous data and prevents negative transfer. Extensive experiments on four fashion tasks show that our FAME-ViL can save 61.5% of parameters over alternatives, while significantly outperforming the conventional independently trained single-task models. Code is available at https://github.com/BrandonHanx/FAME-ViL.

Keywords

Cite

@article{arxiv.2303.02483,
  title  = {FAME-ViL: Multi-Tasking Vision-Language Model for Heterogeneous Fashion Tasks},
  author = {Xiao Han and Xiatian Zhu and Licheng Yu and Li Zhang and Yi-Zhe Song and Tao Xiang},
  journal= {arXiv preprint arXiv:2303.02483},
  year   = {2023}
}

Comments

CVPR 2023

R2 v1 2026-06-28T09:01:32.411Z