This is the source code of our ICLR 2025 paper "MAI: A Multi-turn Aggregation-Iteration Model for Composed Image Retrieval".

conda env create -f environment.yml
source activate Real

We release the entire section of the FashionMT dataset and conducted experimental comparisons for our paper on this dataset.
To facilitate downloading of this dataset, we will provide a Baidu Netdisk download link. Please note:
As we are actively preparing the extended journal version of this work, the full dataset, complete code, and its organization will be released after the journal submission to avoid potential conflicts. Please stay tuned to the MAI code repository.
Please note:
# Train the MAI framework.
sh train.sh
# Evaluate on the FashionMT dataset.
sh validate.sh
We will open-source the model weights and provide a link to access them in the Baidu Netdisk download link.
Please download and put the checkpoints under: outputs/checkpoints/, pretrain.pth.tar is the pre-trained model, while checkpoint.pth.tar is the model that achieves the SOTA results.
If you find our work helps, please cite our paper.
@inproceedings{chenmai,
title={MAI: A Multi-turn Aggregation-Iteration Model for Composed Image Retrieval},
author={Chen, Yanzhe and Yang, Zhiwen and Xu, Jinglin and Peng, Yuxin},
booktitle={The Thirteenth International Conference on Learning Representations}
}
This repo is maintained by Yanzhe Chen. Questions and discussions are welcome via chenyanzhe@stu.pku.edu.cn.
Our codes reference the following projects. Many thanks to the authors!
Python
99.9%
This is the source code of our ICLR 2025 paper "MAI: A Multi-turn Aggregation-Iteration Model for Composed Image Retrieval".

conda env create -f environment.yml
source activate Real

We release the entire section of the FashionMT dataset and conducted experimental comparisons for our paper on this dataset.
To facilitate downloading of this dataset, we will provide a Baidu Netdisk download link. Please note:
As we are actively preparing the extended journal version of this work, the full dataset, complete code, and its organization will be released after the journal submission to avoid potential conflicts. Please stay tuned to the MAI code repository.
Please note:
# Train the MAI framework.
sh train.sh
# Evaluate on the FashionMT dataset.
sh validate.sh
We will open-source the model weights and provide a link to access them in the Baidu Netdisk download link.
Please download and put the checkpoints under: outputs/checkpoints/, pretrain.pth.tar is the pre-trained model, while checkpoint.pth.tar is the model that achieves the SOTA results.
If you find our work helps, please cite our paper.
@inproceedings{chenmai,
title={MAI: A Multi-turn Aggregation-Iteration Model for Composed Image Retrieval},
author={Chen, Yanzhe and Yang, Zhiwen and Xu, Jinglin and Peng, Yuxin},
booktitle={The Thirteenth International Conference on Learning Representations}
}
This repo is maintained by Yanzhe Chen. Questions and discussions are welcome via chenyanzhe@stu.pku.edu.cn.
Our codes reference the following projects. Many thanks to the authors!
Python
99.9%