Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,15 @@ base_model:
|
|
6 |
- MAGAer13/mplug-owl2-llama2-7b
|
7 |
---
|
8 |
|
9 |
-
DeQA-Score-LoRA
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
## Non-reference IQA Results (PLCC / SRCC)
|
14 |
|
@@ -16,3 +22,14 @@ See [Homepage](https://depictqa.github.io/deqa-score/) and [Source Code](https:/
|
|
16 |
|--------------|-----------|-----------|----------|----------|----------|-----------|----------|----------|----------|
|
17 |
| Q-Align (Baseline) | Fully | 0.945 / 0.938 | 0.933 / 0.931 | 0.935 / 0.934 | 0.409 / 0.420 | 0.887 / 0.883 | 0.788 / 0.733 | 0.829 / 0.808 | 0.876 / 0.845 |
|
18 |
| DeQA-Score (Ours) | LoRA | **0.956 / 0.944** | **0.939 / 0.935** | **0.953 / 0.951** | **0.481 / 0.481** | **0.903 / 0.890** | **0.806 / 0.754** | **0.851 / 0.821** | **0.900 / 0.860** |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- MAGAer13/mplug-owl2-llama2-7b
|
7 |
---
|
8 |
|
9 |
+
# DeQA-Score-LoRA-Mix3
|
10 |
|
11 |
+
DeQA-Score (
|
12 |
+
[project page](https://depictqa.github.io/deqa-score/) /
|
13 |
+
[codes](https://github.com/zhiyuanyou/DeQA-Score) /
|
14 |
+
[paper](https://arxiv.org/abs/2501.11561)
|
15 |
+
) model weights LoRA fine-tuned on KonIQ, SPAQ, and KADID datasets.
|
16 |
+
|
17 |
+
This work is under our [DepictQA project](https://depictqa.github.io/).
|
18 |
|
19 |
## Non-reference IQA Results (PLCC / SRCC)
|
20 |
|
|
|
22 |
|--------------|-----------|-----------|----------|----------|----------|-----------|----------|----------|----------|
|
23 |
| Q-Align (Baseline) | Fully | 0.945 / 0.938 | 0.933 / 0.931 | 0.935 / 0.934 | 0.409 / 0.420 | 0.887 / 0.883 | 0.788 / 0.733 | 0.829 / 0.808 | 0.876 / 0.845 |
|
24 |
| DeQA-Score (Ours) | LoRA | **0.956 / 0.944** | **0.939 / 0.935** | **0.953 / 0.951** | **0.481 / 0.481** | **0.903 / 0.890** | **0.806 / 0.754** | **0.851 / 0.821** | **0.900 / 0.860** |
|
25 |
+
|
26 |
+
If you find our work useful for your research and applications, please cite using the BibTeX:
|
27 |
+
|
28 |
+
```bibtex
|
29 |
+
@article{deqa_score,
|
30 |
+
title={Teaching Large Language Models to Regress Accurate Image Quality Scores using Score Distribution},
|
31 |
+
author={You, Zhiyuan and Cai, Xin and Gu, Jinjin and Xue, Tianfan and Dong, Chao},
|
32 |
+
journal={arXiv preprint arXiv:2501.11561},
|
33 |
+
year={2025},
|
34 |
+
}
|
35 |
+
```
|