paper-with-me

홈 › Papers

HiT: Building Mapping with Hierarchical Transformers

2023-09-18 · Mingming Zhang, Qingjie Liu, Yunhong Wang

Deep learning-based methods have been extensively explored for automatic building mapping from high-resolution remote sensing images over recent years. While most building mapping models produce vector polygons of buildings for geographic and mapping systems, dominant methods typically decompose polygonal building extraction in some sub-problems, including segmentation, polygonization, and regularization, leading to complex inference procedures, low accuracy, and poor generalization. In this paper, we propose a simple and novel building mapping method with Hierarchical Transformers, called HiT, improving polygonal building mapping quality from high-resolution remote sensing images. HiT builds on a two-stage detection architecture by adding a polygon head parallel to classification and bounding box regression heads. HiT simultaneously outputs building bounding boxes and vector polygons, which is fully end-to-end trainable. The polygon head formulates a building polygon as serialized vertices with the bidirectional characteristic, a simple and elegant polygon representation avoiding the start or end vertex hypothesis. Under this new perspective, the polygon head adopts a transformer encoder-decoder architecture to predict serialized vertices supervised by the designed bidirectional polygon loss. Furthermore, a hierarchical attention mechanism combined with convolution operation is introduced in the encoder of the polygon head, providing more geometric structures of building polygons at vertex and edge levels. Comprehensive experiments on two benchmarks (the CrowdAI and Inria datasets) demonstrate that our method achieves a new state-of-the-art in terms of instance segmentation and polygonal metrics compared with state-of-the-art methods. Moreover, qualitative results verify the superiority and effectiveness of our model under complex scenes.

📄 PDF Abstract BibTeX arXiv:2309.09643

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Transformers Generalize Linearly

2021-09-24 · Jackson Petty, Robert Frank

Natural language exhibits patterns of hierarchically governed dependencies, in which relations between words are sensitive to syntactic structure rather than linear ordering. While re-current network models often fail to…

Building the Intent Landscape of Real-World Conversational Corpora with Extractive Question-Answering Transformers

2022-08-26 · Jean-Philippe Corbeil, Mia Taige Li, Hadi Abdi Ghavidel

For companies with customer service, mapping intents inside their conversational data is crucial in building applications based on natural language understanding (NLU). Nevertheless, there is no established automated tec…

ClusteringExtractive Question-AnsweringNatural Language UnderstandingQuestion Answering+2

Accurate Polygonal Mapping of Buildings in Satellite Imagery

2022-08-01 · Bowen Xu, Jiakun Xu, Nan Xue, Gui-Song Xia

This paper studies the problem of polygonal mapping of buildings by tackling the issue of mask reversibility that leads to a notable performance gap between the predicted masks and polygons from the learning-based method…

SHINE-Mapping: Large-Scale 3D Mapping Using Sparse Hierarchical Implicit Neural Representations

2022-10-05 · Xingguang Zhong, Yue Pan, Jens Behley, Cyrill Stachniss

Accurate mapping of large-scale environments is an essential building block of most outdoor autonomous systems. Challenges of traditional mapping methods include the balance between memory consumption and mapping accurac…

3D ReconstructionContinual Learning

Cutting the Skip: Training Residual-Free Transformers

2025-09-30 · Yiping Ji, James Martens, Jianqiao Zheng, Ziqin Zhou 외 arxiv

Transformers have achieved remarkable success across a wide range of applications, a feat often attributed to their scalability. Yet training them without skip (residual) connections remains notoriously difficult. While …

Representation Learning