teowu commited on
Commit
6f2877f
1 Parent(s): d3163ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -1
README.md CHANGED
@@ -7,4 +7,60 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ <div align="center">
11
+ <h1>Q-Align: Teaching LMMs for Visual Scoring via Discrete Text-Defined Levels</h1>
12
+
13
+ *One Unified Model for Image Quality Assessment (IQA), Image Aesthetic Assessment (IAA), and Video Quality Assessment (VQA).*
14
+
15
+ <div>
16
+ <a href="https://teowu.github.io/" target="_blank">Haoning Wu</a><sup>1</sup><sup>*</sup><sup>+</sup>,
17
+ <a href="https://github.com/zzc-1998" target="_blank">Zicheng Zhang</a><sup>2</sup><sup>*</sup>,
18
+ <a href="https://sites.google.com/view/r-panda" target="_blank">Weixia Zhang</a><sup>2</sup>,
19
+ <a href="https://chaofengc.github.io" target="_blank">Chaofeng Chen</a><sup>1</sup>,
20
+ <a href="https://liaoliang92.github.io" target="_blank">Liang Liao</a><sup>1</sup>,
21
+ <a href="https://github.com/lcysyzxdxc" target="_blank">Chunyi Li</a><sup>2</sup>,
22
+
23
+ </div>
24
+
25
+
26
+ <div>
27
+ <a href="https://github.com/YixuanGao98" target="_blank">Yixuan Gao</a><sup>2</sup>,
28
+ <a href="https://github.com/AnnanWangDaniel" target="_blank">Annan Wang</a><sup>1</sup>,
29
+ <a href="https://github.com/ZhangErliCarl/" target="_blank">Erli Zhang</a><sup>1</sup>,
30
+ <a href="https://wenxiusun.com" target="_blank">Wenxiu Sun</a><sup>3</sup>,
31
+ <a href="https://scholar.google.com/citations?user=uT9CtPYAAAAJ&hl=en" target="_blank">Qiong Yan</a><sup>3</sup>,
32
+ <a href="https://sites.google.com/site/minxiongkuo/" target="_blank">Xiongkuo Min</a><sup>2</sup>,
33
+ <a href="https://ee.sjtu.edu.cn/en/FacultyDetail.aspx?id=24&infoid=153&flag=153" target="_blank">Guangtao Zhai</a><sup>2</sup><sup>#</sup>,
34
+ <a href="https://personal.ntu.edu.sg/wslin/Home.html" target="_blank">Weisi Lin</a><sup>1</sup><sup>#</sup>
35
+ </div>
36
+ <div>
37
+ <sup>1</sup>Nanyang Technological University, <sup>2</sup>Shanghai Jiao Tong University, <sup>3</sup>Sensetime Research
38
+ </div>
39
+ <div>
40
+ <sup>*</sup>Equal contribution. <sup>+</sup>Project Lead. <sup>#</sup>Corresponding author(s).
41
+ </div>
42
+
43
+ <div>
44
+ <a href="https://HuggingFace.co/q-future/one-align"><strong>One Align</strong></a> | <a href="https://github.com/Q-Future/Q-Align/tree/main/model_zoo"><strong>Model Zoo</strong></a> | <a href="xx"><strong>Technical Report (Coming Soon)</strong></a>
45
+ </div>
46
+
47
+
48
+ <h2>Results</h2>
49
+ <div style="width: 75%; text-align: center; margin:auto;">
50
+ <img style="width: 75%" src="https://raw.githubusercontent.com/Q-Future/Q-Align/main/fig/radar.png">
51
+ </div>
52
+
53
+ <h2>Syllabus</h2>
54
+
55
+ <div style="width: 100%; text-align: center; margin:auto;">
56
+ <img style="width: 100%" src="https://raw.githubusercontent.com/Q-Future/Q-Align/main/fig/q-align-syllabus.png">
57
+ </div>
58
+
59
+ <h2>Structure</h2>
60
+
61
+ <div style="width: 75%; text-align: center; margin:auto;">
62
+ <img style="width: 75%" src="https://raw.githubusercontent.com/Q-Future/Q-Align/main/fig/structure.png">
63
+ </div>
64
+
65
+ </div>
66
+