hdong51 commited on
Commit
18bca15
·
verified ·
1 Parent(s): 3f20d33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -3
README.md CHANGED
@@ -1,3 +1,64 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ <div align="center">
6
+
7
+ <h1>Towards Robust Multimodal Open-set Test-time Adaptation via Adaptive Entropy-aware Optimization</h1>
8
+
9
+ <div>
10
+ <a href='https://sites.google.com/view/dong-hao/' target='_blank'>Hao Dong</a><sup>1</sup>&emsp;
11
+ <a href='https://chatzi.ibk.ethz.ch/about-us/people/prof-dr-eleni-chatzi.html' target='_blank'>Eleni Chatzi</a><sup>1</sup>&emsp;
12
+ <a href='https://people.epfl.ch/olga.fink?lang=en' target='_blank'>Olga Fink</a><sup>2</sup>
13
+ </div>
14
+ <div>
15
+ <sup>1</sup>ETH Zurich, <sup>2</sup>EPFL
16
+ </div>
17
+
18
+
19
+ <div>
20
+ <h4 align="center">
21
+ • <a href="https://openreview.net/forum?id=hj323oR3rw" target='_blank'>ICLR 2025</a> •
22
+ </h4>
23
+ </div>
24
+
25
+
26
+
27
+ <div style="text-align:center">
28
+ <img src="imgs/moti.jpg" width="100%" height="100%">
29
+ </div>
30
+
31
+ ---
32
+
33
+ </div>
34
+
35
+
36
+ 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.
37
+
38
+ ## Code
39
+ https://github.com/donghao51/AEO
40
+
41
+ ## Contact
42
+ If you have any questions, please send an email to donghaospurs@gmail.com
43
+
44
+ ## Citation
45
+
46
+ If you find our work useful in your research please consider citing our [paper](https://openreview.net/forum?id=hj323oR3rw):
47
+
48
+ ```
49
+ @inproceedings{dong2025aeo,
50
+ title={Towards Robust Multimodal Open-set Test-time Adaptation via Adaptive Entropy-aware Optimization},
51
+ author={Dong, Hao and Chatzi, Eleni and Fink, Olga},
52
+ booktitle={The Thirteenth International Conference on Learning Representations},
53
+ year={2025}
54
+ }
55
+ ```
56
+
57
+ ## Related Projects
58
+
59
+ [SimMMDG](https://github.com/donghao51/SimMMDG): A Simple and Effective Framework for Multi-modal Domain Generalization
60
+
61
+ [MultiOOD](https://github.com/donghao51/MultiOOD): Scaling Out-of-Distribution Detection for Multiple Modalities
62
+
63
+ [MOOSA](https://github.com/donghao51/MOOSA): Towards Multimodal Open-Set Domain Generalization and Adaptation through Self-supervision
64
+