Image-Text-to-Text
English
yahya007 commited on
Commit
5f641ac
·
verified ·
1 Parent(s): 4b484b8

Upload hugginface_README.md

Browse files
Files changed (1) hide show
  1. hugginface_README.md +31 -0
hugginface_README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Visual Prompt Checkpoints for NR-IQA
2
+
3
+ 🔬 **Paper**: [Parameter-Efficient Adaptation of mPLUG-Owl2 via Pixel-Level Visual Prompts for NR-IQA](https://arxiv.org/abs/xxxx.xxxxx)
4
+ 💻 **Code**: [GitHub Repository](https://github.com/your-username/visual-prompt-nr-iqa)
5
+
6
+ ## Overview
7
+
8
+ Pre-trained visual prompt checkpoints for **No-Reference Image Quality Assessment (NR-IQA)** using mPLUG-Owl2-7B. Achieves competitive performance with only **~600K parameters** vs 7B+ for full fine-tuning.
9
+
10
+ ## Available Checkpoints
11
+
12
+ **Download**: `visual_prompt_ckpt_trained_on_mplug2.zip`
13
+
14
+ | Dataset | SROCC | Experiment Folder |
15
+ |---------|-------|-------------------|
16
+ | KADID-10k | 0.932 | `SGD_mplug2_exp_04_kadid_padding_30px_add/` |
17
+ | KonIQ-10k | 0.852 | `SGD_mplug2_exp_05_koniq_padding_30px_add/` |
18
+ | AGIQA-3k | 0.810 | `SGD_mplug2_exp_06_agiqa_padding_30px_add/` |
19
+
20
+ ## Citation
21
+
22
+ ```bibtex
23
+ @article{benmahane2024parameter,
24
+ title={Parameter-Efficient Adaptation of mPLUG-Owl2 via Pixel-Level Visual Prompts for NR-IQA},
25
+ author={Benmahane, Yahya and El Hassouni, Mohammed},
26
+ journal={arXiv preprint},
27
+ year={2024}
28
+ }
29
+ ```
30
+
31
+ **📖 For detailed setup, training, and usage instructions, see the [GitHub repository](https://github.com/your-username/visual-prompt-nr-iqa).**