Parsing Façade with Rank-One Approximation

Abstract

The binary split grammar is powerful to parse facade in a broad range of types, whose structure is characterized by repetitive patterns with different layouts. We notice that, as far as two labels are concerned, BSG parsing is equivalent to approximating a facade by a matrix with multiple rank-one patterns. Then, we propose an efficient algorithm to decompose an arbitrary matrix into a rank-one matrix and a residual matrix, whose magnitude is small in the sense of l(0)-norm. Next, we develop a block-wise partition method to parse a more general facade. Our method leverages on the recent breakthroughs in convex optimization that can effectively decompose a matrix into a low-rank and sparse matrix pair. The rank-one block-wise parsing not only leads to the detection of repetitive patterns, but also gives an accurate facade segmentation. Experiments on intensive facade data sets have demonstrated that our method outperforms the state-of-the-art techniques and benchmarks both in robustness and efficiency.

Cite

Text

Yang et al. "Parsing Façade with Rank-One Approximation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247867

Markdown

[Yang et al. "Parsing Façade with Rank-One Approximation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/yang2012cvpr-parsing/) doi:10.1109/CVPR.2012.6247867

BibTeX

@inproceedings{yang2012cvpr-parsing,
  title     = {{Parsing Façade with Rank-One Approximation}},
  author    = {Yang, Chao and Han, Tian and Quan, Long and Tai, Chiew-Lan},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {1720-1727},
  doi       = {10.1109/CVPR.2012.6247867},
  url       = {https://mlanthology.org/cvpr/2012/yang2012cvpr-parsing/}
}