trojblue commited on
Commit
894cc86
·
verified ·
1 Parent(s): e22f75f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-quality-analysis
4
+ ---
5
+ ## Note on This Upload
6
+
7
+ The weights included here (`HiRQA.pth`, `HiRQA-S.pth`) are **not modified**—they are simply **re-uploaded from the original authors for easier access and integration within the Hugging Face ecosystem** (e.g., `hf_hub_download`, XetFS, etc.).
8
+ All credit for the models and methodology goes to the original authors.
9
+
10
+
11
+ Refer to original github repo for details: https://github.com/uf-robopi/HiRQA.
12
+
13
+
14
+
15
+ ## Model Variants
16
+
17
+ - **HiRQA (ResNet-50 backbone)** — higher accuracy, suitable for offline evaluation.
18
+ - **HiRQA-S (ResNet-18 backbone)** — optimized for real-time applications.
19
+
20
+
21
+
22
+ ---
23
+
24
+
25
+
26
+ ## HiRQA: Hierarchical Ranking and Quality Alignment for Opinion-Unaware Image Quality Assessment
27
+
28
+ **HiRQA** is an opinion-unaware no-reference image quality assessment (NR-IQA) framework that learns a hierarchical, quality-aware embedding space without requiring human opinion scores during training. It introduces three key components:
29
+
30
+ - **Pair-of-Pairs Ranking Loss** — enforces consistent hierarchical relationships between distortions.
31
+ - **Embedding Distance Consistency Loss** — stabilizes relative quality ordering.
32
+ - **Contrastive Image–Text Alignment** — improves generalization to real-world distortions via CLIP-based semantic cues.
33
+
34
+ HiRQA requires only a **single distorted image at inference**, and its lightweight variant **HiRQA-S** provides real-time performance.