HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Fully Convolutional Line Parsing

Dai Xili ; Gong Haigang ; Wu Shuai ; Yuan Xiaojun ; Ma Yi

Fully Convolutional Line Parsing

Abstract

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

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
line-segment-detection-on-wireframe-datasetF-Clip
sAP10: 68.3
sAP5: 64.3
line-segment-detection-on-york-urban-datasetF-Clip
sAP10: 30.8
sAP5: 28.5

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Fully Convolutional Line Parsing | Papers | HyperAI