Add model card for SPLASH-3B

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: image-text-to-text
4
+ ---
5
+
6
+ # SPLASH-3B: Wake up for Touch! Mask-isolated Tactile Alignment Learning in MLLMs
7
+
8
+ **SPLASH-3B** is a tactile-aligned Multimodal Large Language Model (MLLM) based on the Qwen2.5-VL-3B-Instruct backbone. It integrates tactile perception into vision-language models using mask-isolated tactile alignment learning, allowing tactile reasoning while preserving general visual-language capabilities.
9
+
10
+ - **Paper:** [Wake up for Touch! Mask-isolated Tactile Alignment Learning in MLLMs](https://huggingface.co/papers/2607.00302)
11
+ - **Repository:** [ewha-mmai/splash](https://github.com/ewha-mmai/splash)
12
+ - **Project Page:** [SPLASH Project Page](https://ewha-mmai.github.io/splash/)
13
+
14
+ ## Citation
15
+
16
+ If you find SPLASH useful, please consider citing the paper:
17
+
18
+ ```bibtex
19
+ @inproceedings{park2026splash,
20
+ title={Wake up for Touch! Mask-isolated Tactile Alignment Learning in MLLMs},
21
+ author={Yoonhyung Park and Minji Kim and Sungwon Moon and Jiyoung Lee},
22
+ booktitle={European Conference on Computer Vision (ECCV)},
23
+ year={2026}
24
+ }
25
+ ```