CVAIApr 14, 2023

CornerFormer: Boosting Corner Representation for Fine-Grained Structured Reconstruction

arXiv:2304.07072v4h-index: 53
Originality Incremental advance
AI Analysis

This work addresses fine-grained structured reconstruction for applications like building analysis, though it is incremental as it builds on existing transformer-based approaches.

The paper tackles the problem of structured reconstruction from raster images by enhancing corner representation, resulting in improved performance with a +1.9% F-1 gain on corners and +3.0% on edges compared to state-of-the-art models.

Structured reconstruction is a non-trivial dense prediction problem, which extracts structural information (\eg, building corners and edges) from a raster image, then reconstructs it to a 2D planar graph accordingly. Compared with common segmentation or detection problems, it significantly relays on the capability that leveraging holistic geometric information for structural reasoning. Current transformer-based approaches tackle this challenging problem in a two-stage manner, which detect corners in the first model and classify the proposed edges (corner-pairs) in the second model. However, they separate two-stage into different models and only share the backbone encoder. Unlike the existing modeling strategies, we present an enhanced corner representation method: 1) It fuses knowledge between the corner detection and edge prediction by sharing feature in different granularity; 2) Corner candidates are proposed in four heatmap channels w.r.t its direction. Both qualitative and quantitative evaluations demonstrate that our proposed method can better reconstruct fine-grained structures, such as adjacent corners and tiny edges. Consequently, it outperforms the state-of-the-art model by +1.9\%@F-1 on Corner and +3.0\%@F-1 on Edge.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes