Add dataset card and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,3 +1,39 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-text-to-text
5
+ tags:
6
+ - wildfire
7
+ - vqa
8
+ - thermal-imaging
9
+ - aerial-imagery
10
+ - remote-sensing
11
+ ---
12
+
13
+ # WildFireVQA
14
+
15
+ WildFireVQA is a large-scale Visual Question Answering (VQA) benchmark for aerial wildfire monitoring that integrates RGB imagery with radiometric thermal data. It is designed to evaluate wildfire-specific multimodal reasoning grounded in temperature measurements for safety-critical scenarios.
16
+
17
+ - **Paper:** [WildFireVQA: A Large-Scale Radiometric Thermal VQA Benchmark for Aerial Wildfire Monitoring](https://huggingface.co/papers/2604.20190)
18
+ - **Repository:** [https://github.com/mobiiin/WildFire_VQA](https://github.com/mobiiin/WildFire_VQA)
19
+
20
+ ## Dataset Summary
21
+
22
+ The dataset contains 6,097 RGB-thermal samples. Each sample includes:
23
+ - An RGB image.
24
+ - A color-mapped thermal visualization.
25
+ - A radiometric thermal TIFF file.
26
+
27
+ These samples are paired with 34 questions each, yielding a total of 207,298 multiple-choice questions. The benchmark evaluates model performance across several operational wildfire intelligence domains:
28
+ - **Presence and detection**
29
+ - **Classification**
30
+ - **Distribution and segmentation**
31
+ - **Localization and direction**
32
+ - **Cross-modal reasoning**
33
+ - **Flight planning**
34
+
35
+ ## Evaluation
36
+
37
+ The authors provide a unified evaluation pipeline for benchmarking Multimodal Large Language Models (MLLMs) on this dataset. The toolkit supports various open-source VLMs (such as LLaVA, Qwen, and Llama 3.2 Vision) and different input modes (RGB, Thermal, or combined RGB-Thermal).
38
+
39
+ For detailed instructions on running evaluations, please refer to the [official GitHub repository](https://github.com/mobiiin/WildFire_VQA).