xjtao commited on
Commit
543ef38
·
verified ·
1 Parent(s): 5094f61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -4,4 +4,32 @@ language:
4
  - en
5
  base_model:
6
  - Qwen/Qwen3-VL-4B-Instruct
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - en
5
  base_model:
6
  - Qwen/Qwen3-VL-4B-Instruct
7
+ ---
8
+ # ViewFusion
9
+
10
+ Official resources for **ViewFusion: Structured Spatial Thinking Chains for Multi-View Reasoning**.
11
+
12
+ ## Paper
13
+
14
+ - **arXiv**: [ViewFusion: Structured Spatial Thinking Chains for Multi-View Reasoning](https://arxiv.org/abs/2603.06024)
15
+
16
+ ## Overview
17
+
18
+ ViewFusion is a framework for multi-view reasoning that introduces **structured spatial thinking chains** to improve cross-view understanding and spatial reasoning.
19
+
20
+ This repository provides resources related to the paper, such as model weights, datasets, or other project materials.
21
+
22
+ ## Citation
23
+
24
+ If you find this work useful, please cite:
25
+
26
+ ```bibtex
27
+ @misc{tao2026viewfusionstructuredspatialthinking,
28
+ title={ViewFusion: Structured Spatial Thinking Chains for Multi-View Reasoning},
29
+ author={Xingjian Tao and Yiwei Wang and Yujun Cai and Yifan Song and Jing Tang},
30
+ year={2026},
31
+ eprint={2603.06024},
32
+ archivePrefix={arXiv},
33
+ primaryClass={cs.CL},
34
+ url={https://arxiv.org/abs/2603.06024},
35
+ }