forked from sparkfish/augraphy-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1,672 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
@misc{ref_RDCL2019, | ||
author={Clausner, Christian}, | ||
title={RDCL2019 Competition Dataset (Recognition of Documents with Complex Layouts)}, | ||
url={https://tc11.cvc.uab.es/datasets/RDCL2019_1}, | ||
year={2019} | ||
} | ||
|
||
@misc{ref_tobacco800, | ||
title={Tobacco 800 Dataset}, | ||
author={Doermann, David}, | ||
url={https://tc11.cvc.uab.es/datasets/Tobacco800_1} | ||
} | ||
|
||
% NoisyOffice dataset | ||
@article{ref_NoisyOffice, | ||
author = {Castro-Bleda, M. J. and España-Boquera, S. and Pastor-Pellicer, J. and Zamora-Martínez, F.}, | ||
title = "{The NoisyOffice Database: A Corpus to Train Supervised Machine Learning Filters for Image Processing}", | ||
journal = {The Computer Journal}, | ||
volume = {63}, | ||
number = {11}, | ||
pages = {1658-1667}, | ||
year = {2019}, | ||
month = {11}, | ||
issn = {0010-4620}, | ||
doi = {10.1093/comjnl/bxz098}, | ||
url = {https://doi.org/10.1093/comjnl/bxz098}, | ||
eprint = {https://academic.oup.com/comjnl/article-pdf/63/11/1658/34314962/bxz098.pdf}, | ||
} | ||
|
||
@inproceedings{ref_NoisyOfficeDatabase, | ||
author={Zamora-Mart\'{i}nez, F. and Espa\~{n}a-Boquera, S. and Castro-Bleda, M.J.}, | ||
title={Behaviour-Based Clustering of Neural Networks Applied to Document Enhancement}, | ||
year={2007}, | ||
url={https://link.springer.com/chapter/10.1007/978-3-540-73007-1_18}, | ||
booktitle={Computational and Ambient Intelligence} | ||
} | ||
|
||
@inproceedings{ref_icdar, | ||
title={ICDAR 2019 CROHME + TFD: Competition on Recognition of Handwritten Mathematical Expressions and Typeset Formula Detection}, | ||
author={Mahdavi, Mahshad and Zanibbi, Richard and Mouchere, Harold and Viard-Gaudin, Christian and Garain, Utpal}, | ||
year={2019}, | ||
booktitle={International Conference on Document Analysis and Recognition (ICDAR)}, | ||
url={https://tc11.cvc.uab.es/datasets/ICDAR2019-CROHME-TDF_1} | ||
} | ||
|
||
@misc{ref_UCIMLR, | ||
author = "Dua, Dheeru and Graff, Casey", | ||
year = "2017", | ||
title = "{UCI} Machine Learning Repository", | ||
url = "http://archive.ics.uci.edu/ml", | ||
institution = "University of California, Irvine, School of Information and Computer Sciences" | ||
} | ||
|
||
% DocCreator | ||
@article{ref_DocCreator, | ||
AUTHOR = {Journet, Nicholas and Visani, Muriel and Mansencal, Boris and Van-Cuong, Kieu and Billy, Antoine}, | ||
TITLE = {DocCreator: A New Software for Creating Synthetic Ground-Truthed Document Images}, | ||
JOURNAL = {Journal of Imaging}, | ||
VOLUME = {3}, | ||
YEAR = {2017}, | ||
NUMBER = {4}, | ||
ARTICLE-NUMBER = {62}, | ||
URL = {https://www.mdpi.com/2313-433X/3/4/62}, | ||
ISSN = {2313-433X}, | ||
DOI = {10.3390/jimaging3040062} | ||
} | ||
|
||
% albumentations | ||
@Article{ref_albumentations, | ||
AUTHOR = {Buslaev, Alexander and Iglovikov, Vladimir I. and Khvedchenya, Eugene and Parinov, Alex and Druzhinin, Mikhail and Kalinin, Alexandr A.}, | ||
TITLE = {Albumentations: Fast and Flexible Image Augmentations}, | ||
JOURNAL = {Information}, | ||
VOLUME = {11}, | ||
YEAR = {2020}, | ||
NUMBER = {2}, | ||
ARTICLE-NUMBER = {125}, | ||
URL = {https://www.mdpi.com/2078-2489/11/2/125}, | ||
ISSN = {2078-2489}, | ||
DOI = {10.3390/info11020125} | ||
} | ||
|
||
% fastai | ||
@article{ref_fastai, | ||
title={Fastai: A Layered API for Deep Learning}, | ||
author={Howard, Jeremy and Sylvain, Gugger}, | ||
year={2020}, | ||
journal={Information}, | ||
number={2}, | ||
volume={11}, | ||
url={https://arxiv.org/pdf/2002.04688.pdf} | ||
} | ||
|
||
% imgaug | ||
@misc{ref_imgaug, | ||
author = {Jung, Alexander B. | ||
and Wada, Kentaro | ||
and Crall, Jon | ||
and Tanaka, Satoshi | ||
and Graving, Jake | ||
and Reinders, Christoph | ||
and Yadav, Sarthak | ||
and Banerjee, Joy | ||
and Vecsei, Gábor | ||
and Kraft, Adam | ||
and Rui, Zheng | ||
and Borovec, Jirka | ||
and Vallentin, Christian | ||
and Zhydenko, Semen | ||
and Pfeiffer, Kilian | ||
and Cook, Ben | ||
and Fernández, Ismael | ||
and De Rainville, François-Michel | ||
and Weng, Chi-Hung | ||
and Ayala-Acevedo, Abner | ||
and Meudec, Raphael | ||
and Laporte, Matias | ||
and others}, | ||
title = {{imgaug}}, | ||
howpublished = {\url{https://github.com/aleju/imgaug}}, | ||
year = {2020}, | ||
note = {Online; accessed 01-Feb-2020} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.