Add task category and dataset description

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,12 +1,24 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
3
  ---
 
4
  # MUGSQA
5
 
6
  <a href="https://arxiv.org/abs/2511.06830"><img src="https://img.shields.io/badge/Paper-b5212f.svg?logo=arxiv" alt="arXiv" style="vertical-align: middle;"></a>
7
  <a href="https://github.com/Solivition/MUGSQA"><img src="https://img.shields.io/badge/GitHub-%23121011.svg?logo=github" alt="github" style="vertical-align: middle;"></a>
8
 
9
- Officially released MUGSQA dataset for the <strong>ICASSP 2026</strong> paper <strong>MUGSQA: Novel Multi-Uncertainty-Based Gaussian Splatting Quality Assessment Method, Dataset, and Benchmarks</strong>.
 
 
 
 
 
10
 
11
  We are currently uploading the dataset, and instructions for using it will be added soon.
12
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - 3d
7
+ - gaussian-splatting
8
+ - quality-assessment
9
  ---
10
+
11
  # MUGSQA
12
 
13
  <a href="https://arxiv.org/abs/2511.06830"><img src="https://img.shields.io/badge/Paper-b5212f.svg?logo=arxiv" alt="arXiv" style="vertical-align: middle;"></a>
14
  <a href="https://github.com/Solivition/MUGSQA"><img src="https://img.shields.io/badge/GitHub-%23121011.svg?logo=github" alt="github" style="vertical-align: middle;"></a>
15
 
16
+ Officially released MUGSQA dataset for the **ICASSP 2026** paper **MUGSQA: Novel Multi-Uncertainty-Based Gaussian Splatting Quality Assessment Method, Dataset, and Benchmarks**.
17
+
18
+ MUGSQA (Multi-Uncertainty-Based Gaussian Splatting Quality Assessment) is a novel dataset designed to evaluate the perceptual quality of 3D objects reconstructed using Gaussian Splatting (GS). The dataset is constructed considering multiple uncertainties of the input data, including:
19
+ - The quantity and resolution of input views.
20
+ - The view distance.
21
+ - The accuracy of the initial point cloud.
22
 
23
  We are currently uploading the dataset, and instructions for using it will be added soon.
24