MVRL/TaxaBench-8k
Viewer • Updated • 8.81k • 144 • 1
This repository hosts released checkpoints for MIAM from the ICLR 2026 paper:
MIAM is a dynamic masking strategy for multimodal ecological learning. During training, it adapts masking probabilities using modality-specific performance and learning-speed signals to reduce modality imbalance and improve robustness to missing inputs.
geoplant_miam.ptgeoplant_opm.ptgeoplant_dropout.ptgeoplant_constant.ptgeoplant_dirichlet.ptgeoplant_uniform.ptgeoplant_pretraining_miam.ptgeoplant_pretraining_opm.ptgeoplant_pretraining_dropout.ptgeoplant_pretraining_constant.ptgeoplant_pretraining_dirichlet.ptgeoplant_pretraining_uniform.pttaxabench_miam.pttaxabench_dirichlet.pttaxabench_dropout.pttaxabench_opm.pttaxabench_uniform.pttaxabench_embeds_loc_env_img_aud_sat.pttaxabench_num_species_10.csvsatbird_miam.pthsatbird_opm.pthsatbird_dropout.pthsatbird_dirichlet.pthhf CLI
hf download zbirobin/MIAM geoplant_miam.pt
hf download zbirobin/MIAM taxabench_miam.pt
hf download zbirobin/MIAM satbird_miam.pth
from huggingface_hub import hf_hub_download
import torch
ckpt_path = hf_hub_download(repo_id="zbirobin/MIAM", filename="geoplant_miam.pt")
state = torch.load(ckpt_path, map_location="cpu")
Please follow dataset licenses, terms of use, and any access restrictions from the original providers.
Use the benchmark READMEs in the source repository for exact folder structure, commands, and evaluation scripts:
maskSDM/README.mdtaxabench/README.mdsatbird/README.md@inproceedings{
zbinden2026miam,
title={{MIAM}: Modality Imbalance-Aware Masking for Multimodal Ecological Applications},
author={Robin Zbinden and Wesley Monteith-Finas and Gencer Sumbul and Nina van Tiel and Chiara Vanalli and Devis Tuia},
booktitle={International Conference on Learning Representations (ICLR)},
year={2026},
url={https://openreview.net/forum?id=oljjAkgZN4}
}
For issues and questions, please open a ticket in the source repository.