Add link to paper and update task categories

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +35 -15
README.md CHANGED
@@ -1,32 +1,36 @@
1
  ---
2
  language:
3
- - en
4
- tags:
5
- - remote-sensing
6
- - image-quality-assessment
7
- - benchmark
8
- - visual-question-answering
9
  task_categories:
10
- - visual-question-answering
11
- - image-classification
12
  pretty_name: SenseBench
13
- license: cc-by-4.0
 
 
 
14
  ---
15
 
16
  # SenseBench
17
 
18
- > A benchmark for remote sensing low-level visual perception and description in large vision-language models.
19
 
20
- 🏠 [github](https://github.com/Zhong-Chenchen/SenseBench) | 🤗 [Hugging Face Fullset](https://huggingface.co/datasets/Zhongchenchen/SenseBench)
21
 
22
  ## Overview
23
 
24
- SenseBench is a remote sensing benchmark for evaluating low-level visual perception and description in large vision-language models.
 
 
 
 
25
 
26
  ## Supported Tasks
27
 
28
- - Visual question answering
29
- - Text generation
 
30
 
31
  ## Language
32
 
@@ -43,7 +47,10 @@ Each example contains image paths, a question, an answer, and metadata describin
43
  "images/4fda312e-70d2-4df7-b1f7-2f06955bf338_0.png",
44
  "images/4fda312e-70d2-4df7-b1f7-2f06955bf338_1.png"
45
  ],
46
- "question": "Using the options provided, rate the overall quality of Image 2 compared to Image 1.\nA.No/Slight distortion\nB.Moderate distortion\nC.Severe distortion",
 
 
 
47
  "answer": "A",
48
  "meta": {
49
  "image_count": "multi",
@@ -57,3 +64,16 @@ Each example contains image paths, a question, an answer, and metadata describin
57
  }
58
  }
59
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
+ - en
4
+ license: cc-by-4.0
 
 
 
 
5
  task_categories:
6
+ - image-text-to-text
7
+ - visual-question-answering
8
  pretty_name: SenseBench
9
+ tags:
10
+ - remote-sensing
11
+ - image-quality-assessment
12
+ - benchmark
13
  ---
14
 
15
  # SenseBench
16
 
17
+ [**SenseBench: A Benchmark for Remote Sensing Low-Level Visual Perception and Description in Large Vision-Language Models**](https://huggingface.co/papers/2605.10576)
18
 
19
+ 🏠 [GitHub](https://github.com/Zhong-Chenchen/SenseBench) | 🤗 [Hugging Face Fullset](https://huggingface.co/datasets/Zhongchenchen/SenseBench)
20
 
21
  ## Overview
22
 
23
+ SenseBench is the first dedicated diagnostic benchmark for remote sensing (RS) low-level visual perception and description. Driven by a physics-based hierarchical taxonomy, SenseBench features over 10K meticulously curated instances across 6 major and 22 fine-grained RS degradation categories.
24
+
25
+ The benchmark evaluates Vision-Language Models (VLMs) through two complementary protocols:
26
+ - **SensePerception**: Objective low-level visual perception (using What/Whether/How questions).
27
+ - **SenseDescription**: Subjective diagnostic description focusing on completeness, correctness, and faithfulness.
28
 
29
  ## Supported Tasks
30
 
31
+ - Visual Question Answering
32
+ - Image-to-Text / Text Generation
33
+ - Image Quality Assessment
34
 
35
  ## Language
36
 
 
47
  "images/4fda312e-70d2-4df7-b1f7-2f06955bf338_0.png",
48
  "images/4fda312e-70d2-4df7-b1f7-2f06955bf338_1.png"
49
  ],
50
+ "question": "Using the options provided, rate the overall quality of Image 2 compared to Image 1.
51
+ A.No/Slight distortion
52
+ B.Moderate distortion
53
+ C.Severe distortion",
54
  "answer": "A",
55
  "meta": {
56
  "image_count": "multi",
 
64
  }
65
  }
66
  ```
67
+
68
+ ## Citation
69
+
70
+ If you use SenseBench in your research, please cite:
71
+
72
+ ```bibtex
73
+ @article{zhong2026sensebench,
74
+ title={SenseBench: A Benchmark for Remote Sensing Low-Level Visual Perception and Description in Large Vision-Language Models},
75
+ author={Zhong, Chenchen and others},
76
+ journal={arXiv preprint arXiv:2605.10576},
77
+ year={2026}
78
+ }
79
+ ```