Improve model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: zero-shot-image-classification
4
+ ---
5
+
6
+ # SVL: Spike-based Vision-language Pretraining for Efficient 3D Open-world Understanding
7
+
8
+ This repository contains the model weights for **SVL**, a Spike-based Vision-Language pretraining framework that empowers Spiking Neural Networks (SNNs) with open-world 3D understanding while maintaining spike-driven efficiency.
9
+
10
+ - **Paper:** [SVL: Spike-based Vision-language Pretraining for Efficient 3D Open-world Understanding](https://huggingface.co/papers/2505.17674)
11
+ - **Code:** [https://github.com/bollossom/SVL](https://github.com/bollossom/SVL)
12
+
13
+ ## Introduction
14
+
15
+ SVL introduces two key components:
16
+ 1. **Multi-scale Triple Alignment (MTA)** for label-free triplet-based contrastive learning across 3D, image, and text modalities.
17
+ 2. **Re-parameterizable Vision-Language Integration (Rep-VLI)** to enable lightweight inference without relying on large text encoders.
18
+
19
+ The framework effectively bridges the performance gap between SNNs and Artificial Neural Networks (ANNs) in complex tasks such as zero-shot 3D classification, multimodal question answering, and 3D detection/segmentation.
20
+
21
+ ## News
22
+ - **Jun. 29, 2025**: Weights made available on Hugging Face.
23
+ - **Jun. 24, 2025**: Release of code for training and testing.