Ozan Oktay
commited on
Commit
·
726c994
1
Parent(s):
69ba5c3
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,14 +31,16 @@ First, we pretrain **CXR-BERT-general** from a randomly initialized BERT model v
|
|
| 31 |
|
| 32 |
## Citation
|
| 33 |
|
| 34 |
-
|
|
|
|
|
|
|
| 35 |
@misc{https://doi.org/10.48550/arxiv.2204.09817,
|
| 36 |
-
|
|
|
|
| 37 |
author = {Boecking, Benedikt and Usuyama, Naoto and Bannur, Shruthi and Castro, Daniel C. and Schwaighofer, Anton and Hyland, Stephanie and Wetscherek, Maria and Naumann, Tristan and Nori, Aditya and Alvarez-Valle, Javier and Poon, Hoifung and Oktay, Ozan},
|
|
|
|
| 38 |
publisher = {arXiv},
|
| 39 |
year = {2022},
|
| 40 |
-
url = {https://arxiv.org/abs/2204.09817},
|
| 41 |
-
doi = {10.48550/ARXIV.2204.09817},
|
| 42 |
}
|
| 43 |
```
|
| 44 |
|
|
@@ -99,7 +101,7 @@ This model was developed using English corpora, and thus can be considered Engli
|
|
| 99 |
|
| 100 |
## Further information
|
| 101 |
|
| 102 |
-
Please refer to the corresponding paper, [Making the Most of Text Semantics to Improve Biomedical Vision-Language Processing](https://arxiv.org/abs/2204.09817) for additional details on the model training and evaluation.
|
| 103 |
|
| 104 |
For additional inference pipelines with CXR-BERT, please refer to the [HI-ML GitHub](https://github.com/microsoft/hi-ml/blob/main/multimodal/README.md) repository. The associated source files will soon be accessible through this link.
|
| 105 |
|
|
|
|
| 31 |
|
| 32 |
## Citation
|
| 33 |
|
| 34 |
+
The corresponding manuscript is accepted to be presented at the [**European Conference on Computer Vision (ECCV) 2022**](https://eccv2022.ecva.net/)
|
| 35 |
+
|
| 36 |
+
```bibtex
|
| 37 |
@misc{https://doi.org/10.48550/arxiv.2204.09817,
|
| 38 |
+
doi = {10.48550/ARXIV.2204.09817},
|
| 39 |
+
url = {https://arxiv.org/abs/2204.09817},
|
| 40 |
author = {Boecking, Benedikt and Usuyama, Naoto and Bannur, Shruthi and Castro, Daniel C. and Schwaighofer, Anton and Hyland, Stephanie and Wetscherek, Maria and Naumann, Tristan and Nori, Aditya and Alvarez-Valle, Javier and Poon, Hoifung and Oktay, Ozan},
|
| 41 |
+
title = {Making the Most of Text Semantics to Improve Biomedical Vision-Language Processing},
|
| 42 |
publisher = {arXiv},
|
| 43 |
year = {2022},
|
|
|
|
|
|
|
| 44 |
}
|
| 45 |
```
|
| 46 |
|
|
|
|
| 101 |
|
| 102 |
## Further information
|
| 103 |
|
| 104 |
+
Please refer to the corresponding paper, ["Making the Most of Text Semantics to Improve Biomedical Vision-Language Processing", ECCV'22](https://arxiv.org/abs/2204.09817) for additional details on the model training and evaluation.
|
| 105 |
|
| 106 |
For additional inference pipelines with CXR-BERT, please refer to the [HI-ML GitHub](https://github.com/microsoft/hi-ml/blob/main/multimodal/README.md) repository. The associated source files will soon be accessible through this link.
|
| 107 |
|