Post-processing

Raw model outputs rarely constitute publication-ready data products. Depending on the application, additional post-processing may be required to enforce physical plausibility, ensure temporal and thematic consistency, or convert raster predictions into vector geometries suitable for downstream use. Notably, most correction strategies are contingent on the availability of redundant information (whether from multiple time steps or from jointly predicted variables) that can be leveraged to identify and suppress inconsistencies. Single-epoch, single-task predictions offer comparatively little basis for correction beyond external validation.

Corrections

When generating multi-temporal maps with consistent methodologies, the resulting temporal redundancy provides a critical opportunity to detect and suppress observational noise. Existing correction approaches fall into two broad families. The first relies on rule-based constraints rooted in domain knowledge, such as imposing biological growth limits on tree canopy height, smoothing sensor noise via moving-window trends [1], [2], or stabilizing boundary pixels that would otherwise appear to jitter across time steps [1]. The second employs statistical or optimization-based trajectory modeling to identify the most plausible temporal path for individual pixels; examples include BFAST, Hidden Markov Models, and multi-model comparison methods [3], [4], as well as Total Variation regularization to enforce piecewise-constant trajectories that preserve disturbance events while filtering high-frequency noise [5].

In multi-task settings, corrections must also enforce consistency across predicted variables. Physical dependencies can be maintained by nullifying secondary structural metrics (such as canopy height or biomass) whenever the primary variable falls below a minimum ecological threshold [4], while rule-based logic can resolve classification conflicts and align related outputs [6].

Polygonization

The transition from pixel-wise semantic segmentation masks to vector-based geometries presents a significant bottleneck in modern geospatial ML pipelines. While deep learning models have reached high levels of semantic maturity, many tasks require going beyond pixel-level predictions to produce actionable, topologically sound vector data. This requirement is pervasive across diverse domains, including field or forest delineation [5], [7], building mapping [2], and the mapping of photovoltaic installations [8]. Beyond geometric precision, this conversion is critical for data portability; vector geometries are significantly easier to distribute to stakeholders than dense rasters.

The primary difficulty stems from the inherent discretization artifacts of the raster grid, which often fail to align with the continuous or highly regularized boundaries of geographic entities. To address these inconsistencies, a multi-stage pipeline is typically employed. Initial noise attenuation can be achieved through mathematical morphology; for example, Schwartz et al. [5] utilized an opening filter [9] to regularize mask contours and remove small-scale artifacts. Subsequent vectorization generally relies on boundary-following algorithms with 8-connectivity logic [10], as in [2]. To ensure computational efficiency and geometric fidelity, simplification algorithms [11] can reduce vertex density. Despite these refinements, the gap between pixel-level probabilities and GIS-ready polygons remains a subject of active research, driving the development of geometry-aware loss functions and constrained regularization techniques [12].

Once post-processing yields a final raster or vector product, the remaining challenge is to make it accessible. The choices of compression, tiling, hosting, and projection collectively determine whether the map will be widely adopted or remain difficult to discover and reuse.

[1]
S. Turubanova, P. Potapov, M. C. Hansen, X. Li, A. Tyukavina, and F. Stolle, Tree canopy extent and height change in Europe, 2001–2021, quantified using Landsat data archive,” Remote Sensing of Environment, vol. 285, p. 113797, 2023, doi: 10.1016/j.rse.2023.113797.
[2]
T. Glazer et al., TEMPO: Global Temporal Building Density and Height Estimation from Satellite Imagery,” arXiv preprint arXiv:2511.12104, 2025, Available: https://arxiv.org/abs/2511.12104
[3]
Copernicus Global Land Service, Copernicus Global Land Cover 100m - Algorithm Theoretical Basis Document (ATBD), User Manual.” 2021. Available: https://land.copernicus.eu/en/technical-library/global-dynamic-land-cover-algorithm-theoretical-basis-document-v3.0
[4]
C. B. Anderson et al., Forest Carbon Diligence: Digital MRV for mapping forest structure and carbon stocks,” Forest Ecology and Management, vol. 612, p. 123709, 2026, doi: 10.1016/j.foreco.2026.123709.
[5]
M. Schwartz et al., FORMSpoT: A Decade of Tree-Level, Country-Scale Forest Monitoring,” arXiv preprint arXiv:2512.17021, 2025, Available: https://arxiv.org/abs/2512.17021
[6]
K. Van Tricht et al., WorldCereal: a dynamic open-source system for global-scale, seasonal, and reproducible crop and irrigation mapping,” Earth System Science Data, vol. 15, no. 12, pp. 5491–5515, Dec. 2023, doi: 10.5194/essd-15-5491-2023.
[7]
H. Kerner et al., Fields of the World: A Machine Learning Benchmark Dataset for Global Agricultural Field Boundary Segmentation,” in Proceedings of the AAAI conference on artificial intelligence, 2025, pp. 28151–28159. doi: 10.1609/aaai.v39i27.35034.
[8]
Microsoft, Global Renewables Watch.” 2024. Available: https://github.com/microsoft/global-renewables-watch
[9]
J. P. Serra, Image Analysis and Mathematical Morphology. London: Academic Press, 1982.
[10]
S. Suzuki and K. be, Topological structural analysis of digitized binary images by border following,” Computer Vision, Graphics, and Image Processing, vol. 30, no. 1, pp. 32–46, Apr. 1985, doi: 10.1016/0734-189x(85)90016-7.
[11]
D. P. Luebke, A developer’s survey of polygonal simplification algorithms,” IEEE Computer Graphics and Applications, vol. 21, no. 3, pp. 24–35, 2001, doi: 10.1109/38.920624.
[12]
S. Zorzi, K. Bittner, and F. Fraundorfer, Machine-learned Regularization and Polygonization of Building Segmentation Masks,” in 2020 25th international conference on pattern recognition (ICPR), 2021, pp. 3098–3105. doi: 10.1109/ICPR48806.2021.9412866.