Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
tags:
|
| 6 |
-
- uncertainty
|
| 7 |
-
- uncertainty-quantification
|
| 8 |
-
- code
|
| 9 |
-
---
|
| 10 |
|
| 11 |
# SPC-UQ: A Post-hoc, Efficient, and Unified Uncertainty Quantification Framework
|
| 12 |
|
|
@@ -14,7 +14,7 @@ This repository contains the official code for **SPC-UQ** (Split-Point Consisten
|
|
| 14 |
|
| 15 |
It accompanies the paper:
|
| 16 |
|
| 17 |
-
**"Post-Hoc Split-Point Self-Consistency Verification for Efficient, Unified Quantification of Aleatoric and Epistemic Uncertainty in Deep Learning."**
|
| 18 |
|
| 19 |
## Key Features
|
| 20 |
|
|
@@ -75,9 +75,10 @@ See the documentation in each subdirectory for details on dataset preparation, c
|
|
| 75 |
If you use SPC-UQ in your research, please cite our paper:
|
| 76 |
|
| 77 |
```
|
| 78 |
-
@article{
|
| 79 |
-
title
|
| 80 |
-
author
|
| 81 |
-
|
|
|
|
| 82 |
}
|
| 83 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- uncertainty
|
| 7 |
+
- uncertainty-quantification
|
| 8 |
+
- code
|
| 9 |
+
---
|
| 10 |
|
| 11 |
# SPC-UQ: A Post-hoc, Efficient, and Unified Uncertainty Quantification Framework
|
| 12 |
|
|
|
|
| 14 |
|
| 15 |
It accompanies the paper:
|
| 16 |
|
| 17 |
+
[**"Post-Hoc Split-Point Self-Consistency Verification for Efficient, Unified Quantification of Aleatoric and Epistemic Uncertainty in Deep Learning."**](https://arxiv.org/abs/2509.13262)
|
| 18 |
|
| 19 |
## Key Features
|
| 20 |
|
|
|
|
| 75 |
If you use SPC-UQ in your research, please cite our paper:
|
| 76 |
|
| 77 |
```
|
| 78 |
+
@article{zhao2025post,
|
| 79 |
+
title={Post-Hoc Split-Point Self-Consistency Verification for Efficient, Unified Quantification of Aleatoric and Epistemic Uncertainty in Deep Learning},
|
| 80 |
+
author={Zhao, Zhizhong and Chen, Ke},
|
| 81 |
+
journal={arXiv preprint arXiv:2509.13262},
|
| 82 |
+
year={2025}
|
| 83 |
}
|
| 84 |
```
|