Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TP-LSD: Tri-Points Based Line Segment Detector

About

This paper proposes a novel deep convolutional model, Tri-Points Based Line Segment Detector (TP-LSD), to detect line segments in an image at real-time speed. The previous related methods typically use the two-step strategy, relying on either heuristic post-process or extra classifier. To realize one-step detection with a faster and more compact model, we introduce the tri-points representation, converting the line segment detection to the end-to-end prediction of a root-point and two endpoints for each line segment. TP-LSD has two branches: tri-points extraction branch and line segmentation branch. The former predicts the heat map of root-points and the two displacement maps of endpoints. The latter segments the pixels on straight lines out from background. Moreover, the line segmentation map is reused in the first branch as structural prior. We propose an additional novel evaluation metric and evaluate our method on Wireframe and YorkUrban datasets, demonstrating not only the competitive accuracy compared to the most recent methods, but also the real-time run speed up to 78 FPS with the $320\times 320$ input.

Siyu Huang, Fangbo Qin, Pengfei Xiong, Ning Ding, Yijia He, Xiao Liu• 2020

Related benchmarks

TaskDatasetResultRank
Line Segment DetectionYorkUrban (test)
sAP (10px)27.7
39
Line Segment DetectionWireframe dataset (test)
sAP^{10}60.6
34
Line Segment DetectionYorkUrban
sAP527.6
33
Line Segment DetectionWireframe
sAP50.576
18
Line Segment DetectionShanghaiTech v1.0 (test)
sAP562.4
15
Line Segment DetectionWireframe (test)
Rep-5 (ds)0.563
8
Showing 6 of 6 rows

Other info

Follow for update