Transfer Learning Approach for Railway Technical Map (RTM) Component Identification
Obadage Rochana Rumalshan, Pramuka Weerasinghe, Mohamed Shaheer, Prabhath Gunathilake, Erunika Dayaratna
TL;DR
The paper addresses digitizing Railway Technical Maps (RTMs) from PDF formats by detecting map components and associating them with mileposts to produce structured CSV data. It compares transfer-learned object detectors (SSD, YOLOv3, Faster-RCNN) and couples the best-performing detector with an OCR stage augmented by a distortion-removal preprocessing pipeline to extract text from detected regions. The approach yields high-accuracy RTM component detection (Faster-RCNN) and an automated CSV export per image, including a method to resolve milepost–component associations under layout variability. Using a dataset of 57 labeled RTM images across eight component types, the method demonstrates strong per-class performance and offers a scalable path for broader RTM digitization in railway management. Future work will expand object types and refine the associativity algorithm for more complex RTM layouts.
Abstract
The extreme popularity over the years for railway transportation urges the necessity to maintain efficient railway management systems around the globe. Even though, at present, there exist a large collection of Computer Aided Designed Railway Technical Maps (RTMs) but available only in the portable document format (PDF). Using Deep Learning and Optical Character Recognition techniques, this research work proposes a generic system to digitize the relevant map component data from a given input image and create a formatted text file per image. Out of YOLOv3, SSD and Faster-RCNN object detection models used, Faster-RCNN yields the highest mean Average Precision (mAP) and the highest F1 score values 0.68 and 0.76 respectively. Further it is proven from the results obtained that, one can improve the results with OCR when the text containing image is being sent through a sophisticated pre-processing pipeline to remove distortions.
