paper-with-me

Papers

Efficient Structured Parsing of Facades Using Dynamic Programming

2014-06-01 · CVPR 2014 6 · Andrea Cohen, Alexander G. Schwing, Marc Pollefeys

We propose a sequential optimization technique for segmenting a rectified image of a facade into semantic categories. Our method retrieves a parsing which respects common architectural constraints and also returns a certificate for global optimality. Contrasting the suggested method, the considered facade labeling problem is typically tackled as a classification task or as grammar parsing. Both approaches are not capable of fully exploiting the regularity of the problem. Therefore, our technique very significantly improves the accuracy compared to the state-of-the-art while being an order of magnitude faster. In addition, in 85% of the test images we obtain a certificate for optimality.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Linear-Time Constituency Parsing with RNNs and Dynamic Programming

2018-05-17 · ACL 2018 7 · Juneki Hong, Liang Huang

Recently, span-based constituency parsing has achieved competitive accuracies with extremely simple models by using bidirectional RNNs to model "spans". However, the minimal span parser of Stern et al (2017a) which holds…

Boundary DetectionConstituency ParsingDiscourse ParsingSentence

Window Detection In Facade Imagery: A Deep Learning Approach Using Mask R-CNN

2021-07-21 · Nils Nordmark, Mola Ayenew

The parsing of windows in building facades is a long-desired but challenging task in computer vision. It is crucial to urban analysis, semantic reconstruction, lifecycle analysis, digital twins, and scene parsing amongst…

Scene ParsingTransfer Learning

Building Facade Parsing R-CNN

2022-05-12 · Sijie Wang, Qiyu Kang, Rui She, Wee Peng Tay 외

Building facade parsing, which predicts pixel-level labels for building facades, has applications in computer vision perception for autonomous vehicle (AV) driving. However, instead of a frontal view, an on-board camera …

Differentiable Perturb-and-Parse: Semi-Supervised Parsing with a Structured Variational Autoencoder

2018-07-25 · ICLR 2019 5 · Caio Corro, Ivan Titov

Human annotation for syntactic parsing is expensive, and large resources are available only for a fraction of languages. A question we ask is whether one can leverage abundant unlabeled texts to improve syntactic parsers…

Dependency ParsingWord Embeddings

Neural CRF Parsing

2015-07-13 · IJCNLP 2015 7 · Greg Durrett, Dan Klein

This paper describes a parsing model that combines the exact dynamic programming of CRF parsing with the rich nonlinear featurization of neural net approaches. Our model is structurally a CRF that factors over anchored r…