Spaces:
Sleeping
Sleeping
Commit
·
d08833d
1
Parent(s):
566b916
Update readme
Browse files
README.md
CHANGED
@@ -11,4 +11,20 @@ license: mit
|
|
11 |
duplicated_from: fabio-deep/counterfactuals
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
duplicated_from: fabio-deep/counterfactuals
|
12 |
---
|
13 |
|
14 |
+
Code for the **ICML 2023** paper:
|
15 |
+
|
16 |
+
[**High Fidelity Image Counterfactuals with Probabilistic Causal Models**](https://arxiv.org/abs/2306.15764)
|
17 |
+
|
18 |
+
Fabio De Sousa Ribeiro<sup>1</sup>, Tian Xia<sup>1</sup>, Miguel Monteiro<sup>1</sup>, Nick Pawlowski<sup>2</sup>, Ben Glocker<sup>1</sup>\
|
19 |
+
<sup>1</sup>Imperial College London, <sup>2</sup>Microsoft Research Cambridge, UK
|
20 |
+
|
21 |
+
```
|
22 |
+
@misc{ribeiro2023high,
|
23 |
+
title={High Fidelity Image Counterfactuals with Probabilistic Causal Models},
|
24 |
+
author={Fabio De Sousa Ribeiro and Tian Xia and Miguel Monteiro and Nick Pawlowski and Ben Glocker},
|
25 |
+
year={2023},
|
26 |
+
eprint={2306.15764},
|
27 |
+
archivePrefix={arXiv},
|
28 |
+
primaryClass={cs.LG}
|
29 |
+
}
|
30 |
+
```
|