Update SPC-UQ/README.md
Browse files- SPC-UQ/README.md +8 -7
SPC-UQ/README.md
CHANGED
|
@@ -4,7 +4,7 @@ This repository contains the official code for **SPC-UQ** (Split-Point Consisten
|
|
| 4 |
|
| 5 |
It accompanies the paper:
|
| 6 |
|
| 7 |
-
**"Post-Hoc Split-Point Self-Consistency Verification for Efficient, Unified Quantification of Aleatoric and Epistemic Uncertainty in Deep Learning."**
|
| 8 |
|
| 9 |
## Key Features
|
| 10 |
|
|
@@ -33,7 +33,7 @@ All required packages and versions except Multimodal_Classification are specifie
|
|
| 33 |
|
| 34 |
### Step 1: Clone the repository
|
| 35 |
```bash
|
| 36 |
-
|
| 37 |
cd SPC-UQ
|
| 38 |
```
|
| 39 |
### Step 2: Create and activate the environment
|
|
@@ -65,9 +65,10 @@ See the documentation in each subdirectory for details on dataset preparation, c
|
|
| 65 |
If you use SPC-UQ in your research, please cite our paper:
|
| 66 |
|
| 67 |
```
|
| 68 |
-
@article{
|
| 69 |
-
title
|
| 70 |
-
author
|
| 71 |
-
|
|
|
|
| 72 |
}
|
| 73 |
-
```
|
|
|
|
| 4 |
|
| 5 |
It accompanies the paper:
|
| 6 |
|
| 7 |
+
[**"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)
|
| 8 |
|
| 9 |
## Key Features
|
| 10 |
|
|
|
|
| 33 |
|
| 34 |
### Step 1: Clone the repository
|
| 35 |
```bash
|
| 36 |
+
huggingface-cli download zzz0527/SPC-UQ --local-dir SPC-UQ
|
| 37 |
cd SPC-UQ
|
| 38 |
```
|
| 39 |
### Step 2: Create and activate the environment
|
|
|
|
| 65 |
If you use SPC-UQ in your research, please cite our paper:
|
| 66 |
|
| 67 |
```
|
| 68 |
+
@article{zhao2025post,
|
| 69 |
+
title={Post-Hoc Split-Point Self-Consistency Verification for Efficient, Unified Quantification of Aleatoric and Epistemic Uncertainty in Deep Learning},
|
| 70 |
+
author={Zhao, Zhizhong and Chen, Ke},
|
| 71 |
+
journal={arXiv preprint arXiv:2509.13262},
|
| 72 |
+
year={2025}
|
| 73 |
}
|
| 74 |
+
```
|