Semantic Line Detection and Its Applications
Abstract
Semantic lines characterize the layout of an image. Despite their importance in image analysis and scene understanding, there is no reliable research for semantic line detection. In this paper, we propose a semantic line detector using a convolutional neural network with multi-task learning, by regarding the line detection as a combination of classification and regression tasks. We use convolution and max-pooling layers to obtain multi-scale feature maps for an input image. Then, we develop the line pooling layer to extract a feature vector for each candidate line from the feature maps. Next, we feed the feature vector into the parallel classification and regression layers. The classification layer decides whether the line candidate is semant ic or not. In case of a semantic line, the regression layer determines the offset for refining the line location. Experimental results show that the proposed detector extracts semantic lines accurately and reliably. Moreover, we demonstrate that the proposed detector can be used successfully in three applications: horizon estimation, composition enhancement, and image simplification.
Cite
Text
Lee et al. "Semantic Line Detection and Its Applications." International Conference on Computer Vision, 2017. doi:10.1109/ICCV.2017.350Markdown
[Lee et al. "Semantic Line Detection and Its Applications." International Conference on Computer Vision, 2017.](https://mlanthology.org/iccv/2017/lee2017iccv-semantic/) doi:10.1109/ICCV.2017.350BibTeX
@inproceedings{lee2017iccv-semantic,
title = {{Semantic Line Detection and Its Applications}},
author = {Lee, Jun-Tae and Kim, Han-Ul and Lee, Chul and Kim, Chang-Su},
booktitle = {International Conference on Computer Vision},
year = {2017},
doi = {10.1109/ICCV.2017.350},
url = {https://mlanthology.org/iccv/2017/lee2017iccv-semantic/}
}