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

Fully Convolutional Line Parsing

About

We present a one-stage Fully Convolutional Line Parsing network (F-Clip) that detects line segments from images. The proposed network is very simple and flexible with variations that gracefully trade off between speed and accuracy for different applications. F-Clip detects line segments in an end-to-end fashion by predicting each line's center position, length, and angle. We further customize the design of convolution kernels of our fully convolutional network to effectively exploit the statistical priors of the distribution of line angles in real image datasets. We conduct extensive experiments and show that our method achieves a significantly better trade-off between efficiency and accuracy, resulting in a real-time line detector at up to 73 FPS on a single GPU. Such inference speed makes our method readily applicable to real-time tasks without compromising any accuracy of previous methods. Moreover, when equipped with a performance-improving backbone network, F-Clip is able to significantly outperform all state-of-the-art line detectors on accuracy at a similar or even higher frame rate. In other word, under same inference speed, F-Clip always achieving best accuracy compare with other methods. Source code https://github.com/Delay-Xili/F-Clip.

Xili Dai, Haigang Gong, Shuai Wu, Xiaojun Yuan, Yi Ma• 2021

Related benchmarks

TaskDatasetResultRank
Line Segment DetectionYorkUrban (test)
sAP (10px)30.8
39
Line Segment DetectionWireframe dataset (test)
sAP^{10}67.4
34
Line Segment DetectionYorkUrban
sAP528.5
33
Line Segment DetectionShanghaiTech v1.0 (test)
sAP564.3
15
Wireframe ParsingWireframe
AP (5)64.3
11
Wireframe ParsingYorkUrban
sAP528.6
11
Showing 6 of 6 rows

Other info

Code

Follow for update