EDBT 2026 Demo / reviewers in the wild / expert
Rohit Saluja
dblp:213/8378
· DBLP profile ↗
7ranked-venue papers in the field
3as first author
4since 2021 · last 2026
0000-0002-0773-3480ORCID · corroborated
Domains — venue-derived; a paper can count in several
Other / Interdisciplinary · 5 (3 first)Big Data, Cloud & Distributed Data Systems · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | MultiFOLD: A Multimodal Framework to Correct OCR Lapses in Cluttered Documents
Rajat Verma, Vriti Sharma, Manikandan Ravikiran, Rohit Saluja |
ICDAR (2) | 4 |
| 2025 | Can Language Models Verify Indian Classical Music Note Sequences for Early Learners?
Radhika Grover, Ankit Maurya, Manikandan Ravikiran, Rohit Saluja |
IEEE Big Data | 4 |
| 2025 | Prompted to Fly: Translating Free-Form Instructions into Schema-Constrained Mission Generation for UAVs Using LLMs
Manikandan Ravikiran, Sohom Chakrabarty, Rohit Saluja, Mrunmayee Limaye, Harshal Kolhe, Samiron |
IEEE Big Data | 4 |
| 2025 | Towards Scene Text Recognition in Rainy Weather Conditions
Anandita Jamwal, Lalithya Koneti, Manikandan Ravikiran, Dinesh Singh 0001, Rohit Saluja |
ICDAR (5) | 5 |
| 2019 | OCR On-the-Go: Robust End-to-End Systems for Reading License Plates & Street SignsabstractWe work on the problem of recognizing license plates and street signs automatically in challenging conditions such as chaotic traffic. We leverage state-of-the-art text spotters to generate a large amount of noisy labeled training data. The data is filtered using a pattern derived from domain knowledge. We augment training and testing data with interpolated boxes and annotations that makes our training and testing robust. We further use synthetic data during training to increase the coverage of the training data. We train two different models for recognition. Our baseline is a conventional Convolution Neural Network (CNN) encoder followed by a Recurrent Neural Network (RNN) decoder. As our first contribution, we bypass the detection phase by augmenting the baseline with an Attention mechanism in the RNN decoder. Next, we build in the capability of training the model end-to-end on scenes containing license plates by incorporating inception based CNN encoder that makes the model robust to multiple scales. We achieve improvements of 3.75% at the sequence level, over the baseline model. We present the first results of using multi-headed attention models on text recognition in images and illustrate the advantages of using multiple-heads over a single head. We observe gains as large as 7.18% by incorporating multi-headed attention. We also experiment with multi-headed attention models on French Street Name Signs dataset (FSNS) and a new Indian Street dataset that we release for experiments. We observe that such models with multiple attention masks perform better than the model with single-headed attention on three different datasets with varying complexities. Our models outperform state-of-the-art methods on FSNS and IIIT-ILST Devanagari datasets by 1.1% and 8.19% respectively. Rohit Saluja, Ayush Maheshwari, Ganesh Ramakrishnan, Parag Chaudhuri, Mark J. Carman |
ICDAR | 1 |
| 2019 | Sub-Word Embeddings for OCR Corrections in Highly Fusional Indic LanguagesabstractTexts in Indic Languages contain a large proportion of out-of-vocabulary (OOV) words due to frequent fusion using conjoining rules (of which there are around 4000 in Sanskrit). OCR errors further accentuate this complexity for the error correction systems. Variations of sub-word units such as n-grams, possibly encapsulating the context, can be extracted from the OCR text as well as the language text individually. Some of the sub-word units that are derived from the texts in such languages highly correlate to the word conjoining rules. Signals such as frequency values (on a corpus) associated with such sub-word units have been used previously with log-linear classifiers for detecting errors in Indic OCR texts. We explore two different encodings to capture such signals and augment the input to Long Short Term Memory (LSTM) based OCR correction models, that have proven useful in the past for jointly learning the language as well as OCR-specific confusions. The first type of encoding makes direct use of sub-word unit frequency values, derived from the training data. The formulation results in faster convergence and better accuracy values of the error correction model on four different languages with varying complexities. The second type of encoding makes use of trainable sub-word embeddings. We introduce a new procedure for training fastText embeddings on the sub-word units and further observe a large gain in F-Scores, as well as word-level accuracy values. Rohit Saluja, Mayur Punjabi, Mark J. Carman, Ganesh Ramakrishnan, Parag Chaudhuri |
ICDAR | 1 |
| 2017 | Error Detection and Corrections in Indic OCR Using LSTMsabstractConventional approaches to spell checking suggest spelling corrections using proximity-based matches to a known vocabulary. For highly inflectional Indian languages, any off-the-shelf vocabulary is significantly incomplete, since a large fraction of words in Indic documents are generated using word conjoining rules. Therefore, a tremendous manual effort is needed in spell-correcting words in Indic OCR documents. Moreover, in a spell checking system, a vocabulary may suggest multiple alternatives to the incorrect word. The ranking of these corrective suggestions is improved using language models. Owing to corpus resource scarcity, however, Indian languages lack reliable language models. Thus, learning the character (or n-gram) confusions or error patterns of the OCR system can be helpful in correcting the Out of Vocabulary (OOV) words in OCR documents. We adopt a Long Short-Term Memory (LSTM) based character level language model with a fixed delay for discriminative language modeling in the context of OCR errors for jointly addressing the problems of error detection and correction in Indic OCR. For words that need not be corrected in the OCR output, our model simply abstains from suggesting any changes. We present extensive results to validate the performance of our model on four Indian languages with different inflectional complexities. We achieve F-Scores above 92.4% and decreases in Word Error Rates (WER) of at least 26.7% across the four languages. Rohit Saluja, Devaraj Adiga, Parag Chaudhuri, Ganesh Ramakrishnan, Mark J. Carman |
ICDAR | 1 |