historyHulk commited on
Commit
7cfb6d4
·
verified ·
1 Parent(s): f7cc7d2

update readme updated

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -65,10 +65,21 @@ The synthetic version of above MoDeTrans (**Mo**di to **De**vanagari **Trans**li
65
  If you use this dataset in your research or publications, **please cite the following paper**:
66
 
67
  ```bibtex
68
- @article{kausadikar2025historic,
69
- title={Historic Scripts to Modern Vision: A Novel Dataset and A VLM Framework for Transliteration of Modi Script to Devanagari},
70
- author={Kausadikar, Harshal and Kale, Tanvi and Susladkar, Onkar and Mittal, Sparsh},
71
- journal={arXiv preprint arXiv:2503.13060},
72
- year={2025},
73
- note={Accepted at the 19th International Conference on Document Analysis and Recognition (ICDAR 2025)}
74
- }
 
 
 
 
 
 
 
 
 
 
 
 
65
  If you use this dataset in your research or publications, **please cite the following paper**:
66
 
67
  ```bibtex
68
+ @InProceedings{10.1007/978-3-032-04630-7_3,
69
+ author="Kausadikar, Harshal
70
+ and Kale, Tanvi
71
+ and Susladkar, Onkar
72
+ and Mittal, Sparsh",
73
+ editor="Yin, Xu-Cheng
74
+ and Karatzas, Dimosthenis
75
+ and Lopresti, Daniel",
76
+ title="Historic Scripts to Modern Vision: A Novel Dataset and A VLM Framework for Transliteration of Modi Script to Devanagari",
77
+ booktitle="Document Analysis and Recognition -- ICDAR 2025",
78
+ year="2026",
79
+ publisher="Springer Nature Switzerland",
80
+ address="Cham",
81
+ pages="40--61",
82
+ abstract="In medieval India, the Marathi language was written using the Modi script. The texts written in Modi script include extensive knowledge about medieval sciences, medicines, land records and authentic evidence about Indian history. Around 40 million documents are in poor condition and have not yet been transliterated. Furthermore, only a few experts in this domain can transliterate this script into English or Devanagari. Most of the past research predominantly focuses on individual character recognition. A system that can transliterate Modi script documents to Devanagari script is needed. We propose the MoDeTrans dataset, comprising 2,043 images of Modi script documents accompanied by their corresponding textual transliterations in Devanagari. We further introduce MoScNet (Modi Script Network), a novel Vision-Language Model (VLM) framework for transliterating Modi script images into Devanagari text. MoScNet leverages Knowledge Distillation, where a student model learns from a teacher model to enhance transliteration performance. The final student model of MoScNet has better performance than the teacher model while having 163{\$}{\$}{\backslash}times {\$}{\$}{\texttimes}lower parameters. Our work is the first to perform direct transliteration from the handwritten Modi script to the Devanagari script. MoScNet also shows competitive results on the optical character recognition (OCR) task.",
83
+ isbn="978-3-032-04630-7"
84
+ }
85
+ ```