Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,21 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 5 |
|
| 6 |
-
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## **RobustMerge**
|
| 2 |
+
|
| 3 |
+
Paper: [RobustMerge: Parameter-Efficient Model Merging for MLLMs with Direction Robustness](https://arxiv.org/abs/2502.17159)
|
| 4 |
+
|
| 5 |
+
Code: [github.com/AuroraZengfh/RobustMerge](https://github.com/AuroraZengfh/RobustMerge)
|
| 6 |
|
| 7 |
+
If you find this work useful, consider citing our paper as follows:
|
| 8 |
|
| 9 |
+
```bibtex
|
| 10 |
+
@article{zeng2025parameter,
|
| 11 |
+
title={RobustMerge: Parameter-Efficient Model Merging for MLLMs with Direction Robustness},
|
| 12 |
+
author={Zeng, Fanhu and Guo, Haiyang and Zhu, Fei and Shen, Li and Tang, Hao},
|
| 13 |
+
journal={arXiv preprint arXiv:2502.17159},
|
| 14 |
+
year={2025}
|
| 15 |
+
}
|
| 16 |
+
```
|
| 17 |
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
license: mit
|
| 21 |
+
---
|