paper-with-me

홈 › Papers

Edge-Enabled Real-time Railway Track Segmentation

2024-01-21 · Chen Chenglin, Wang Fei, Yang Min, Qin Yong, Bai Yun

Accurate and rapid railway track segmentation can assist automatic train driving and is a key step in early warning to fixed or moving obstacles on the railway track. However, certain existing algorithms tailored for track segmentation often struggle to meet the requirements of real-time and efficiency on resource-constrained edge devices. Considering this challenge, we propose an edge-enabled real-time railway track segmentation algorithm, which is optimized to be suitable for edge applications by optimizing the network structure and quantizing the model after training. Initially, Ghost convolution is introduced to reduce the complexity of the backbone, thereby achieving the extraction of key information of the interested region at a lower cost. To further reduce the model complexity and calculation, a new lightweight detection head is proposed to achieve the best balance between accuracy and efficiency. Subsequently, we introduce quantization techniques to map the model's floating-point weights and activation values into lower bit-width fixed-point representations, reducing computational demands and memory footprint, ultimately accelerating the model's inference. Finally, we draw inspiration from GPU parallel programming principles to expedite the pre-processing and post-processing stages of the algorithm by doing parallel processing. The approach is evaluated with public and challenging dataset RailSem19 and tested on Jetson Nano. Experimental results demonstrate that our enhanced algorithm achieves an accuracy level of 83.3% while achieving a real-time inference rate of 25 frames per second when the input size is 480x480, thereby effectively meeting the requirements for real-time and high-efficiency operation.

📄 PDF Abstract BibTeX arXiv:2401.11492

Code (0)

등록된 구현이 없습니다.

Tasks

GPUQuantizationSegmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

An Edge AI System Based on FPGA Platform for Railway Fault Detection

2024-08-08 · Jiale Li, Yulin Fu, Dongwei Yan, Sean Longyu Ma 외

As the demands for railway transportation safety increase, traditional methods of rail track inspection no longer meet the needs of modern railway systems. To address the issues of automation and efficiency in rail fault…

CPUFault DetectionGPU

6G-Enabled Smart Railways

2025-05-19 · Bo Ai, Yunlong Lu, Yuguang Fang, Dusit Niyato 외

Smart railways integrate advanced information technologies into railway operating systems to improve efficiency and reliability. Although the development of 5G has enhanced railway services, future smart railways require…

Deep Learning based Virtual Point Tracking for Real-Time Target-less Dynamic Displacement Measurement in Railway Applications

2021-01-17 · Dachuan Shi, Eldar Sabanovic, Luca Rizzetto, Viktor Skrickij 외

In the application of computer-vision based displacement measurement, an optical target is usually required to prove the reference. In the case that the optical target cannot be attached to the measuring objective, edge …

Edge DetectionLine DetectionPoint TrackingTemplate Matching

Boosting-inspired online learning with transfer for railway maintenance

2025-04-11 · Diogo Risca, Afonso Lourenço, Goreti Marreiros

The integration of advanced sensor technologies with deep learning algorithms has revolutionized fault diagnosis in railway systems, particularly at the wheel-track interface. Although numerous models have been proposed …

Continual LearningFault Diagnosis

Detection of Rail Line Track and Human Beings Near the Track to Avoid Accidents

2025-07-03 · Mehrab Hosain, Rajiv Kapoor

This paper presents an approach for rail line detection and the identification of human beings in proximity to the track, utilizing the YOLOv5 deep learning model to mitigate potential accidents. The technique incorporat…

Line Detectionobject-detectionObject DetectionReal-Time Object Detection