---
license: apache-2.0
---
Towards Robust Multimodal Open-set Test-time Adaptation via Adaptive Entropy-aware Optimization
1ETH Zurich, 2EPFL
---
Figure 1: (a) Tent minimizes the entropy of all samples, making it difficult to separate the prediction score distributions of known and unknown samples. (b) Our AEO amplifies entropy differences between known and unknown samples through adaptive optimization. (c) As a result, Tent negatively impacts MM-OSTTA performance while AEO significantly improves unknown class detection.
## Code
https://github.com/donghao51/AEO
## Contact
If you have any questions, please send an email to donghaospurs@gmail.com
## Citation
If you find our work useful in your research please consider citing our [paper](https://openreview.net/forum?id=hj323oR3rw):
```
@inproceedings{dong2025aeo,
title={Towards Robust Multimodal Open-set Test-time Adaptation via Adaptive Entropy-aware Optimization},
author={Dong, Hao and Chatzi, Eleni and Fink, Olga},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025}
}
```
## Related Projects
[SimMMDG](https://github.com/donghao51/SimMMDG): A Simple and Effective Framework for Multi-modal Domain Generalization
[MultiOOD](https://github.com/donghao51/MultiOOD): Scaling Out-of-Distribution Detection for Multiple Modalities
[MOOSA](https://github.com/donghao51/MOOSA): Towards Multimodal Open-Set Domain Generalization and Adaptation through Self-supervision