Update README.md
Browse files
README.md
CHANGED
|
@@ -16,12 +16,23 @@ huggingface-cli download wenxuanchelsea/CancerVerse --repo-type dataset --local-
|
|
| 16 |
If you find CancerVerse useful in your research, please cite:
|
| 17 |
|
| 18 |
```bibtex
|
| 19 |
-
@
|
| 20 |
-
title={
|
| 21 |
-
author={Li, Wenxuan and
|
| 22 |
-
|
| 23 |
-
|
|
|
|
| 24 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
```
|
| 26 |
|
| 27 |
license: cc-by-nc-4.0
|
|
|
|
| 16 |
If you find CancerVerse useful in your research, please cite:
|
| 17 |
|
| 18 |
```bibtex
|
| 19 |
+
@inproceedings{li2024well,
|
| 20 |
+
title={How well do supervised models transfer to 3d image segmentation},
|
| 21 |
+
author={Li, Wenxuan and Yuille, Alan and Zhou, Zongwei},
|
| 22 |
+
booktitle={The Twelfth International Conference on Learning Representations},
|
| 23 |
+
volume={1},
|
| 24 |
+
year={2024}
|
| 25 |
}
|
| 26 |
+
@article{li2024abdomenatlas,
|
| 27 |
+
title={AbdomenAtlas: A large-scale, detailed-annotated, \& multi-center dataset for efficient transfer learning and open algorithmic benchmarking},
|
| 28 |
+
author={Li, Wenxuan and Qu, Chongyu and Chen, Xiaoxi and Bassi, Pedro RAS and Shi, Yijia and Lai, Yuxiang and Yu, Qian and Xue, Huimin and Chen, Yixiong and Lin, Xiaorui and others},
|
| 29 |
+
journal={Medical Image Analysis},
|
| 30 |
+
volume={97},
|
| 31 |
+
pages={103285},
|
| 32 |
+
year={2024},
|
| 33 |
+
publisher={Elsevier}
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
```
|
| 37 |
|
| 38 |
license: cc-by-nc-4.0
|