kesenZhaoNTU commited on
Commit
6ef597d
·
verified ·
1 Parent(s): 833579e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -22,16 +22,26 @@ Chain-of-thought (CoT) reasoning greatly improves the interpretability and probl
22
 
23
  UV-CoT achieves this by performing preference comparisons between model-generated bounding boxes. It generates preference data automatically, then uses an evaluator MLLM (e.g., OmniLLM-12B) to rank responses, which serves as supervision to train the target MLLM (e.g., LLaVA-1.5-7B). This approach emulates human perception—identifying key regions and reasoning based on them—thereby improving visual comprehension, particularly in spatial reasoning tasks.
24
 
25
- ![Figure 1: UV-CoT Overview](./images/fig1.svg)
26
 
27
- <img src="./images/fig1.svg" alt="Figure 1: UV‑CoT Overview" width="600px" />
 
 
28
 
29
  ## Visualizations
30
 
31
  Qualitative examples demonstrating UV-CoT's visual reasoning:
32
 
33
- ![Figure 5: UV-CoT Visualization 1](./images/fig5_v1.2.svg)
34
- ![Figure 6: UV-CoT Visualization 2](./images/fig6_v1.2.svg)
 
 
 
 
 
 
 
 
35
 
36
  ## Installation
37
 
 
22
 
23
  UV-CoT achieves this by performing preference comparisons between model-generated bounding boxes. It generates preference data automatically, then uses an evaluator MLLM (e.g., OmniLLM-12B) to rank responses, which serves as supervision to train the target MLLM (e.g., LLaVA-1.5-7B). This approach emulates human perception—identifying key regions and reasoning based on them—thereby improving visual comprehension, particularly in spatial reasoning tasks.
24
 
25
+ <!-- ![Figure 1: UV-CoT Overview](./images/fig1.svg) -->
26
 
27
+ <div align="center">
28
+ <img src="./images/fig1.svg" alt="Figure 1: UV-CoT Overview" width="1200px" />
29
+ </div>
30
 
31
  ## Visualizations
32
 
33
  Qualitative examples demonstrating UV-CoT's visual reasoning:
34
 
35
+ <div align="center">
36
+ <img src="./images/fig5_v1.2.svg" alt="Figure 5: UV-CoT Visualization 1" width="1200px" />
37
+ </div>
38
+
39
+ <div align="center">
40
+ <img src="./images/fig6_v1.2.svg" alt="Figure 6: UV-CoT Visualization 2" width="1200px" />
41
+ </div>
42
+
43
+ <!-- ![Figure 5: UV-CoT Visualization 1](./images/fig5_v1.2.svg)
44
+ ![Figure 6: UV-CoT Visualization 2](./images/fig6_v1.2.svg) -->
45
 
46
  ## Installation
47