Towards Light-weight and Real-time Line Segment Detection
Geonmo Gu, Byungsoo Ko, SeoungHyun Go, Sung-Hyun Lee, Jingeun Lee,, Minchul Shin

TL;DR
This paper introduces Mobile LSD, a lightweight, real-time line segment detector optimized for mobile devices, achieving high speed and competitive accuracy with significantly reduced model size and computational cost.
Contribution
The paper proposes a novel lightweight LSD architecture with new training schemes, enabling real-time performance on mobile devices while maintaining competitive accuracy.
Findings
Model size reduced to 2.5% of previous methods
Achieves 56.8 FPS on Android and 48.6 FPS on iPhone
First real-time deep LSD available on mobile devices
Abstract
Previous deep learning-based line segment detection (LSD) suffers from the immense model size and high computational cost for line prediction. This constrains them from real-time inference on computationally restricted environments. In this paper, we propose a real-time and light-weight line segment detector for resource-constrained environments named Mobile LSD (M-LSD). We design an extremely efficient LSD architecture by minimizing the backbone network and removing the typical multi-module process for line prediction found in previous methods. To maintain competitive performance with a light-weight network, we present novel training schemes: Segments of Line segment (SoL) augmentation, matching and geometric loss. SoL augmentation splits a line segment into multiple subparts, which are used to provide auxiliary line data during the training process. Moreover, the matching and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsRobotics and Sensor-Based Localization · Infrastructure Maintenance and Monitoring · Advanced Neural Network Applications
