Tiling and Stitching Segmentation Output for Remote Sensing: Basic Challenges and Recommendations
Bohao Huang, Daniel Reichman, Leslie M. Collins, Kyle Bradbury and, Jordan M. Malof

TL;DR
This paper proposes increasing CNN input size during inference to improve segmentation of large remote sensing images, reducing stitching issues and inference time, with demonstrated accuracy gains and winning a competition.
Contribution
The paper introduces a simple method of enlarging CNN input during inference to mitigate stitching artifacts and improve efficiency in remote sensing image segmentation.
Findings
Reduces label inference time significantly.
Yields modest accuracy improvements.
Contributed to winning the INRIA building labeling competition.
Abstract
In this work we consider the application of convolutional neural networks (CNNs) for pixel-wise labeling (a.k.a., semantic segmentation) of remote sensing imagery (e.g., aerial color or hyperspectral imagery). Remote sensing imagery is usually stored in the form of very large images, referred to as "tiles", which are too large to be segmented directly using most CNNs and their associated hardware. As a result, during label inference, smaller sub-images, called "patches", are processed individually and then "stitched" (concatenated) back together to create a tile-sized label map. This approach suffers from computational ineffiency and can result in discontinuities at output boundaries. We propose a simple alternative approach in which the input size of the CNN is dramatically increased only during label inference. This does not avoid stitching altogether, but substantially mitigates its…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Remote-Sensing Image Classification
