Toward Seasonal Guidelines for Robust Deep-Learning Sentinel-2 Building Detection in Different Area Types

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Advanced, extended

Summary

This study introduces a Sentinel-2 building-detection framework designed to quantify the effects of seasonality and built-up environment heterogeneity on deep learning model performance. Utilizing a multi-temporal Sentinel-2 dataset from the Warsaw region (2019-2025) and official Polish topographic database (BDOT10k) ground truth, the research systematically evaluated U-Net and DeepLabV3+ convolutional segmentation backbones. U-Net consistently outperformed DeepLabV3+, achieving higher IoU, F1-score, and Balanced Accuracy. While L2A atmospherically corrected products showed a marginal advantage over L1C, the study found peak classification accuracy from May to September, with significant degradation in winter months (December-January) due to low sun angles and snow cover. Performance also varied substantially across settlement types, with industrial and dense urban areas yielding higher accuracy than suburban and dispersed rural regions. The framework also produces 2.8m resolution output from 10m input.

Key takeaway

For Machine Learning Engineers developing building detection systems with Sentinel-2 imagery, you should prioritize using L2A products and imagery acquired between May and August. This period offers optimal conditions for robust classification, especially when employing a Collective Summer Model to minimize phenological differences. Be aware that performance significantly degrades in winter months and for dispersed rural areas, necessitating careful model selection or temporal composites to avoid overfitting to transient conditions like snow cover.

Key insights

Seasonal and built-up environment variations significantly impact deep learning model performance for Sentinel-2 building detection.

Principles

Method

The study used scene-specific fine-tuning of U-Net and DeepLabV3+ on a multi-temporal Sentinel-2 dataset, followed by cross-temporal inference to assess seasonal and typological transferability.

In practice

Topics

Code references

Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.