ttlyy commited on
Commit
e91ff40
·
verified ·
1 Parent(s): fc78413

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Please check out our [checkpoint_STORM](https://huggingface.co/datasets/ttlyy/OR
28
  ### Pretraining Dataset
29
  To ensure a robust foundation for different visual rating tasks, our STORM data collection deliberately integrates a diverse selection of data including image quality assessment (IQA), image aesthetic assessment (IAA), facial age estimation (FAE), medical disease grading (MDG), and image historical date estimation (HDE). These data domains are intentionally chosen to cultivate a comprehensive skill set across varied visual rating tasks.
30
  | Domain | Source Dataset | Full Version Size | Catergory |
31
- | --- | --- | --- | ---: |
32
  | Image Quality Assessment (IQA) | SPAQ | 11,125 | 5 levels |
33
  | Image Quality Assessment (IQA) | ChallengeDB | 1,169 | 5 levels |
34
  | Image Quality Assessment (IQA) | KonIQ | 10,073 | 5 levels |
@@ -43,6 +43,10 @@ To ensure a robust foundation for different visual rating tasks, our STORM data
43
  | Medical Disease Grading (MDG) | DeepDR | 2,000 | 5 grades |
44
  | Medical Disease Grading (MDG) | APTOS | 3,662 | 5 grades |
45
  | Historical Date Estimation (HDE) | HCI | 1,325 | 5 decades |
 
 
 
 
46
  ## Evaluation
47
 
48
  ## Examples
 
28
  ### Pretraining Dataset
29
  To ensure a robust foundation for different visual rating tasks, our STORM data collection deliberately integrates a diverse selection of data including image quality assessment (IQA), image aesthetic assessment (IAA), facial age estimation (FAE), medical disease grading (MDG), and image historical date estimation (HDE). These data domains are intentionally chosen to cultivate a comprehensive skill set across varied visual rating tasks.
30
  | Domain | Source Dataset | Full Version Size | Catergory |
31
+ | --- | --- | --- | --- |
32
  | Image Quality Assessment (IQA) | SPAQ | 11,125 | 5 levels |
33
  | Image Quality Assessment (IQA) | ChallengeDB | 1,169 | 5 levels |
34
  | Image Quality Assessment (IQA) | KonIQ | 10,073 | 5 levels |
 
43
  | Medical Disease Grading (MDG) | DeepDR | 2,000 | 5 grades |
44
  | Medical Disease Grading (MDG) | APTOS | 3,662 | 5 grades |
45
  | Historical Date Estimation (HDE) | HCI | 1,325 | 5 decades |
46
+
47
+ As these datasets provide only images and digital labels, they are designed with a standardized VQA paradigm by reusing their images and modifying the annotations into a textual form to enable MLLMs to undergo joint training for heterogeneous tasks of diverse domains. Specifically, each data sample originally consists of a simple question and a corresponding numeric answer. However, this paradigm can lead to numerical hallucination. Hence, we add extra domain-driven prompts and coarse-to-fine CoT to mitigate this issue.
48
+ An example with the original VQA and our proposed coarse-to-fine CoT process is shown in the following figure. Meanwhile, we adopt the form of text + numbers for the labels to enhance semantic
49
+ ![CoT Process Visualization]()
50
  ## Evaluation
51
 
52
  ## Examples