ShaoRun commited on
Commit
5f3105f
·
verified ·
1 Parent(s): 79ba0db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: bsd-3-clause
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-7B-Instruct
4
+ ---
5
+ # AllSparkv2: A Language-centric Progressive Omni-modal Learning Framework
6
+ [Run Shao](https://scholar.google.com/citations?user=j3fct8MAAAAJ&hl=en&oi=ao), and [Haifeng Li](https://scholar.google.com/citations?user=51p_SJAAAAAJ&hl=en).
7
+ **School of Geosciences and Info-physics, Central South University**
8
+
9
+ <a href='https://yhycsu.github.io/AllSparkv2/'><img src='https://img.shields.io/badge/Project-Page-Green'></a> <a href='https://arxiv.org/abs/2310.09478.pdf'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a> </a> <a href='https://github.com/GeoXLab/AllSparkv2'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
10
+
11
+ ## Introduction
12
+ AllSparkv2 is a progressive multimodal learning framework that decouples cross-modal general knowledge from modality-specific knowledge at both the architecture and training strategy levels. Inspired by Piaget's Theory of Cognitive Development, AllSparkv2 introduces the Modal Mixture of Experts (M-MoE) architecture, where dedicated experts handle different modalities to decouple the parameter space, and new modality experts inherit cross-modal general knowledge by initializing from existing ones. In training, a hierarchical modality learning strategy is implemented, starting with vision as the initial modality, followed by point clouds as the successive modality. AllSparkv2 undergoes full-parameter training on vision for powerful cross-modal general knowledge, while only modality-specific experts are trained for point clouds, preserving existing knowledge. Experimental results demonstrate that AllSparkv2 can progressively integrate new modalities while preventing catastrophic forgetting and enhancing cross-modal performance.
13
+
14
+
15
+ ## Note
16
+ We provide this model in four different sizes: 0.5B, 1B, 3B, and 7B. You can find them at the following links:
17
+
18
+ - 0.5B model: [[Link](https://huggingface.co/ShaoRun/AllSparkv2-0.5B-V-P)]
19
+ - 1.5B model: [[Link](https://huggingface.co/ShaoRun/AllSparkv2-1.5B-V-P)]
20
+ - 3B model: [[Link](https://huggingface.co/ShaoRun/AllSparkv2-3B-V-P)]
21
+ - 7B model: [[Link](https://huggingface.co/ShaoRun/AllSparkv2-7B-V-P)]
22
+
23
+ If you're using AllSparkv2 in your research or applications, please cite using this BibTeX:
24
+ ```bibtex
25
+
26
+ ```
27
+ ## License
28
+ This repository is under [BSD 3-Clause License](LICENSE.md).