MNEMO

MNEMO is the model introduced in the ICML 2026 paper Interactive Person Retrieval via Multi-Turn Multimodal Conversation. It is designed for multimodal interactive person retrieval, where retrieval results are progressively refined through multi-turn conversations and visual feedback.

MNEMO uses InternVL2.5-1B as its backbone. It represents each dialogue turn as an atomic multimodal unit and aggregates dialogue memory to model fine-grained dependencies across turns.

Model Overview

MNEMO model architecture

Checkpoints

byougert/MNEMO
β”œβ”€β”€ model.safetensors      # Final model finetuned on MInterPEDES
β”œβ”€β”€ config.json
β”œβ”€β”€ tokenizer files
└── pretrain/
    β”œβ”€β”€ model.safetensors  # Model pretrained on MALS before finetuning
    β”œβ”€β”€ config.json
    └── tokenizer files

The files in the repository root correspond to the final MNEMO model finetuned on MInterPEDES. The pretrain/ subfolder contains the checkpoint pretrained on MALS before finetuning.

Resources

Download

Download the complete repository with:

hf download byougert/MNEMO --local-dir MNEMO

The root checkpoint is the recommended model for evaluation and inference. Please refer to the official code repository for model loading and evaluation instructions.

Citation

@inproceedings{bai2026interactive,
  title={Interactive Person Retrieval via Multi-Turn Multimodal Conversation},
  author={Bai, Yang and Wang, Tingfeng and Yang, Bin and Cao, Min and Wang, Jinqiao and Ye, Mang},
  booktitle={Forty-third International Conference on Machine Learning},
  year={2026}
}
Downloads last month
-
Safetensors
Model size
1.0B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Dataset used to train byougert/MNEMO