Instructions to use byougert/MNEMO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use byougert/MNEMO with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="byougert/MNEMO", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("byougert/MNEMO", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
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
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
- -