Image Parsing with Graph Grammars and Markov Random Fields Applied to Facade Analysis

Abstract

Existing approaches to parsing images of objects featur-ing complex, non-hierarchical structure rely on exploration of a large search space combining the structure of the object and positions of its parts. The latter task requires random-ized or greedy algorithms that do not produce repeatable results or strongly depend on the initial solution. To address the problem we propose to model and optimize the structure of the object and position of its parts separately. We encode the possible object structures in a graph grammar. Then, for a given structure, the positions of the parts are inferred using standard MAP-MRF techniques. This way we limit the application of the less reliable greedy or randomized optimization algorithm to structure inference. We apply our method to parsing images of building facades. The results of our experiments compare favorably to the state of the art. 1.

Cite

Text

Kozinski and Marlet. "Image Parsing with Graph Grammars and Markov Random Fields Applied to Facade Analysis." IEEE/CVF Winter Conference on Applications of Computer Vision, 2014. doi:10.1109/WACV.2014.6836030

Markdown

[Kozinski and Marlet. "Image Parsing with Graph Grammars and Markov Random Fields Applied to Facade Analysis." IEEE/CVF Winter Conference on Applications of Computer Vision, 2014.](https://mlanthology.org/wacv/2014/kozinski2014wacv-image/) doi:10.1109/WACV.2014.6836030

BibTeX

@inproceedings{kozinski2014wacv-image,
  title     = {{Image Parsing with Graph Grammars and Markov Random Fields Applied to Facade Analysis}},
  author    = {Kozinski, Mateusz and Marlet, Renaud},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2014},
  pages     = {729-736},
  doi       = {10.1109/WACV.2014.6836030},
  url       = {https://mlanthology.org/wacv/2014/kozinski2014wacv-image/}
}