REVIEW 4 major objections 6 minor 18 references
FM-LC: A Hierarchical Framework for Urban Flood Mapping by Land Cover Identification Models
T0 review · 4 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A three-stage hierarchical framework, FM-LC, claims to improve urban flood mapping on PlanetScope imagery by adding a class-specific expert model and Bayesian smoothing to a multi-class U-Net.
desk verdict Sensible pipeline, invalidated evaluation: test-set leakage in expert-class selection means the headline F1 gains are not credible; the paper needs a redo before it can be trusted. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the hierarchy itself: a ResNet-34-encoded U-Net adapted to eight-band input produces per-pixel class probabilities; an expert binary U-Net, trained only on pixels whose coarse labels fall in the confused pair {k, k'}, outputs a mask that overwrites the coarse labels; and a Bayesian smoothing module computes local top-k logit means and variances inside a sliding window, then forms a Gaussian prior to re-estimate each logit via a posterior-mode update. The final hard map comes from softmax over the smoothed logits. This combination lets the expert specialize without forgetting global context, and the Bayesian step suppresses boundary artifacts introduced by overwriting.
What would settle it
Compare FM-LC's flood maps against independently digitized water boundaries from sub-meter imagery or field surveys for the same Dubai dates. If the expert stage aligns with the Sentinel-2-derived label corrections rather than those independent boundaries, the reported 12–29 percentage-point gains would not reflect true flood-detection skill.
Extended reading notes
Core claim
FM-LC is built on the observation that a single multi-class U-Net systematically confuses water with vegetation in arid urban scenes. The paper's central claim is that this confusion can be reduced by a dedicated expert binary U-Net trained only on the confused class pair, whose output overrides the coarse labels, followed by a local Bayesian logit-smoothing step that blends each pixel's own confidence with neighborhood statistics. On the held-out Dubai test set, the framework lifts vegetation F1 from 0.698 to 0.913 and vegetation Dice from 0.641 to 0.896, with smaller gains in built area and bare ground, and produces visually crisper inundation boundaries. The authors present this as evidence that hybrid multi-stage pipelines are a practical route to operational flood mapping at 3 m resolution.
Load-bearing premise
The load-bearing premise is that the manually corrected Sentinel-2 labels at 10 m resolution are accurate enough at 3 m PlanetScope scale to serve as ground truth for both training and evaluation, especially in pixels where water and vegetation are ambiguous.
Editorial extensions
If this is right
- If the reported gains hold, emergency managers can use daily PlanetScope imagery to track flood extent and recovery with per-pixel land-cover labels rather than coarse binary water masks.
- The expert-model stage isolates the specific spectral confusion that limits single-stage networks, so the framework can be repurposed for other confused class pairs by retraining only the expert.
- The Bayesian smoothing step makes final maps spatially coherent enough for direct use as GeoTIFF inputs to hydrological or hydrodynamic models.
- Because the framework is modular, adding a temporal branch or domain adaptation for other arid cities should not require redesigning the whole pipeline.
Reading between the lines
- The paper's evidence is confined to one storm event; a stronger test would apply FM-LC to a second flood with independently produced labels, ideally at PlanetScope resolution rather than corrected Sentinel-2 labels.
- The 10 m Sentinel-2 origin of the labels means some improvements may reflect the expert model learning the labelers' corrections rather than true surface water; comparing against hand-digitized high-resolution water lines would settle this.
- The per-class accuracy metric is dominated by large classes, so the authors' own explanation implies that small but important classes such as vegetation deserve class-weighted reporting.
- A practical extension is to make the vulnerable-class selection automatic during inference, since the current pipeline relies on identifying the confused class from a sampled test set before training the expert.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript proposes FM-LC, a three-stage hierarchical framework for urban flood mapping from eight-band PlanetScope imagery. The first stage is a multi-class U-Net producing water, vegetation, built area, and bare ground labels; the second trains a binary 'expert' U-Net to separate the most confused class from its partner; the third applies a localized Bayesian smoothing to the logits. The method is evaluated on the April 2024 Dubai flood using pre- and post-event PlanetScope composites over a 1,535 km2 area, with 1,188 image patches. The authors report average F1-score improvements of up to 29% and conclude 'over 12% average F1 improvement', supported by a confusion matrix (overall accuracy 96.09%, Kappa 0.939) and qualitative maps. The central quantitative claim is compromised by using the held-out test set to decide which class receives the expert model, and the reported aggregate improvements are not reproducible from Table I as stated.
Significance. If the reported gains were obtained from a clean held-out protocol, the work would be practically significant: it targets a real disaster event, uses publicly available high-resolution imagery, and proposes a modular way to sharpen confused classes that is easy to extend. The explicit reporting of per-class dice/precision/F1 and the discussion of why overall accuracy is insensitive to rare-class errors are strengths. However, the lack of a validation-based model-selection protocol, the absence of error bars, and the mismatch between the abstract/conclusion numbers and Table I currently prevent the paper from supporting its central claim. The hierarchical idea itself is worth pursuing, but the evidence as presented is not yet reliable.
major comments (4)
- [Section IV.A] The reported F1 improvements are not out-of-sample because the same 30% test split is used to select the expert class. The text states 'the vulnerable class can be identified by the sampled test-set, based on this, the class-specific ‘expert’ can be trained', and Table I is then computed on the same held-out set. This is equivalent to tuning a hyperparameter on the test set: the large Vegetation F1 gain (+0.235 in Table I) is expected by construction even if the expert provides no genuine improvement. Please select the vulnerable class on a validation split and evaluate only on a test set that is never inspected during design; if the sample is too small, use nested cross-validation or report the selection rule a priori.
- [Abstract and Section V] The quantitative claims do not match Table I. The abstract claims 'average F1-score improvements of up to 29% across all land-cover classes' and the conclusion says 'over 12% average F1 improvement'. From Table I, the macro-average F1 is 0.844 for UNet(m) and 0.904 for the hierarchical model, an absolute gain of 0.06 (6 percentage points) and a relative gain of roughly 7%; 'up to 29%' is only the single-class relative improvement for Vegetation (0.913 vs. 0.698). Please state absolute and relative gains per class and for the macro-average, and revise the abstract and conclusion to match the table.
- [Section IV.A and Table I] No measure of uncertainty is reported, and only one baseline (multi-class U-Net) is compared. The framework has several free hyperparameters (W, alpha, sigma^2, tau_k, lambda in Section III), and the expert-class choice is data-dependent; without repeated runs or ablations, it is impossible to tell whether the Vegetation gain is robust or an artifact of the particular split and selection. Please report mean +/- standard deviation over at least three random seeds, and include ablations (e.g., multi-class U-Net with Bayesian smoothing alone, expert without Bayesian smoothing, expert on a non-selected class) to isolate each stage's contribution.
- [Section II] The label quality is not established. Labels were 'derived from 2023 open-access Sentinel-2 data at 10 m resolution and manually corrected via the 14 April PlanetScope mosaic'; these labels are used as ground truth for training and for the reported metrics at 3 m. Because the main improvement is precisely in the water/vegetation distinction, systematic label errors in ambiguous pixels could bias the confusion matrix and F1 numbers. Please report a label-quality assessment, such as an independent review of a random pixel sample or comparison with an independent high-resolution flood map.
minor comments (6)
- [Section III.A] The heading 'The Backbond U-net Model' contains a typo; it should read 'The Backbone U-Net Model'.
- [Section III.A] The footnote 'Clarify: Here i and j are the pixel id' should be integrated into the main text rather than left as a footnote.
- [References] Reference [12] is listed as 'forthcoming manuscript'; this is not a verifiable citation and should be replaced with a published work or removed.
- [Section IV.A and Figure 4] Figure 4 shows Recall, Kappa, and per-class accuracy without numerical values or error bars; please add the underlying numbers to the figure or provide a supplementary table.
- [Section IV.B and Figure 3] Figure 3 shows only FM-LC segmentation, not the baseline U-Net output; adding side-by-side baseline maps would support the claim of 'sharper flood delineations'.
- [Table I] The Hierarchical column mixes metric values with deltas (e.g., '0.921+0.002'); use separate columns for the value and the change, and define the baseline for each delta.
Circularity Check
Test-set-driven selection of the expert's vulnerable class biases the reported F1 improvement.
-
fitted input called prediction
[Section IV.A, Quantitative Evaluation]
"then the vulnerable class can be identified by the sampled test-set, based on this, the class-specific ‘expert’ can be trained leveraging the same training data but specifically for the identified class."
The binary expert’s target class (the 'vulnerable class') is selected by inspecting the sampled test set, and the metrics in Table I are then computed on that same held-out 30% test set ('all conducted on the held-out 30% test set'). The expert is deliberately built to fix the class with the largest misclassified area on that exact test set. As a result, the Vegetation F1 gain (0.698 to 0.913, +0.235) is not an independent out-of-sample measurement; the improvement is partly forced by choosing the target class from the evaluation data. This is test-set-driven model selection, equivalent to tuning a discrete hyperparameter on the test set, so the reported 'prediction' of improvement for that class is statistically anticipated rather than genuinely predicted.
full rationale
The core equations of FM-LC (Eqs. 4-12) are self-contained and not circular: the multi-class U-Net, the binary expert loss, the override rule (Eq. 9), and the Bayesian logit update (Eq. 11) are ordinary, well-specified operations with no input-output identity. Reference [12] is a self-citation ('previously validated U-Net model'), but it is not load-bearing because the backbone is fully specified in Section III.A; the cited forthcoming manuscript only motivates the choice of U-Net. The significant circularity is in the evaluation protocol: Section IV.A states that the vulnerable class is identified from the test set before training the class-specific expert, and the same test set is used for the reported F1 scores. Because the expert is targeted at the class with the largest baseline misclassification on that test set, the Vegetation F1 improvement in Table I is an artifact of test-set-driven model selection rather than a clean held-out measurement. This does not necessarily invalidate the hierarchical design, but it means the central quantitative claim ('up to 29%', 'over 12% average F1 improvement') is not supported as an unbiased out-of-sample result. The abstract/conclusion percentages also exceed what Table I directly shows (average absolute F1 gain about 0.06, relative gain about 8%), which is an additional correctness concern but not circularity per se. Overall, the derivation is not circular in its mathematics, but the evaluation pipeline makes a key reported 'prediction' partly forced by construction of the test-informed expert selection.
Assumptions & free parameters
free parameters (6)
- Vulnerable class selection k =
Vegetation (inferred)
- Bayesian smoothing window size W =
Not reported
- Top-k fraction alpha =
Not reported
- Prior noise variance sigma^2 =
Not reported
- Expert threshold tau_k =
approximately 0.5
- Weight decay lambda =
Not reported
assumptions (4)
- domain assumption Convolutional networks trained with cross-entropy converge to accurate segmentation on PlanetScope 8-band data.
- domain assumption The manually corrected Sentinel-2-derived labels are a reliable ground truth at 3m resolution.
- ad hoc to paper A Gaussian observation/prior model with local mean and variance reasonably approximates the MRF energy in Equation 10.
- ad hoc to paper Thresholding the expert model at tau_k approximately 0.5 yields a correct override decision.
Cite this review
Pith. "Pith review of FM-LC: A Hierarchical Framework for Urban Flood Mapping by Land Cover Identification Models." pith.science (2026). https://pith.science/paper/U56DAVJF
@misc{pith2026250719818,
author = {Pith},
title = {Pith review of: FM-LC: A Hierarchical Framework for Urban Flood Mapping by Land Cover Identification Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/U56DAVJF}},
note = {Machine review of arXiv:2507.19818}
}
read the original abstract
Urban flooding in arid regions poses severe risks to infrastructure and communities. Accurate, fine-scale mapping of flood extents and recovery trajectories is therefore essential for improving emergency response and resilience planning. However, arid environments often exhibit limited spectral contrast between water and adjacent surfaces, rapid hydrological dynamics, and highly heterogeneous urban land covers, which challenge traditional flood-mapping approaches. High-resolution, daily PlanetScope imagery provides the temporal and spatial detail needed. In this work, we introduce FM-LC, a hierarchical framework for Flood Mapping by Land Cover identification, for this challenging task. Through a three-stage process, it first uses an initial multi-class U-Net to segment imagery into water, vegetation, built area, and bare ground classes. We identify that this method has confusion between spectrally similar categories (e.g., water vs. vegetation). Second, by early checking, the class with the major misclassified area is flagged, and a lightweight binary expert segmentation model is trained to distinguish the flagged class from the rest. Third, a Bayesian smoothing step refines boundaries and removes spurious noise by leveraging nearby pixel information. We validate the framework on the April 2024 Dubai storm event, using pre- and post-rainfall PlanetScope composites. Experimental results demonstrate average F1-score improvements of up to 29% across all land-cover classes and notably sharper flood delineations, significantly outperforming conventional single-stage U-Net baselines.
Figures
Reference graph
Works this paper leans on
-
[1]
A review of hydrological studies in the united arab emirates,
K. B. Almheiri, R. Rustum, G. Wright, and A. J. Adeloye, “A review of hydrological studies in the united arab emirates,” Water, vol. 15, no. 10, p. 1850, 2023
work page 2023
-
[2]
A. W. Alawlaqi, “‘we underestimated this storm’: Uae residents face electricity, water outages after flooding, heavy rains,” 2025
work page 2025
-
[3]
Dubai airport struggles for third day amid travel chaos after storm,
C. Cornish and P. Georgiadis, “Dubai airport struggles for third day amid travel chaos after storm,” Financial Times, Apr 2024, online
work page 2024
-
[4]
Flash floods will increase in frequency in the gulf,
O. Analytica, “Flash floods will increase in frequency in the gulf,” Online report, Apr 2024, accessed: 03 May 2024
work page 2024
-
[5]
S. Ibrahim and H. Balzter, “Evaluating flood damage to paddy rice fields using planetscope and sentinel-1 data in north-western nigeria: towards potential climate adaptation strategies,” Remote Sensing, vol. 16, no. 19, p. 3657, 2024
work page 2024
-
[6]
C. Alawathugoda, G. Hinge, M. Elkollaly, and M. Hamouda, “Impact of utilizing high-resolution planetscope imagery on the accuracy of lulc mapping and hydrological modeling in an arid region,” Water, vol. 16, no. 16, p. 2356, 2024
work page 2024
-
[7]
B. E. Lefulebe, A. Van der Walt, and S. Xulu, “Fine-scale classification of urban land use and land cover with planetscope imagery and machine learning strategies in the city of cape town, south africa,” Sustainability, vol. 14, no. 15, p. 9139, 2022
work page 2022
-
[8]
Deepshade: Enable shade simulation by text-conditioned image gener- ation,
L. Da, X. Liu, M. Shivakoti, T. P. Kutralingam, Y . Yang, and H. Wei, “Deepshade: Enable shade simulation by text-conditioned image gener- ation,” arXiv preprint arXiv:2507.12103 , 2025
arXiv 2025
Show all 18 references
-
[9]
Land use land cover classification of remote sensing images based on the deep learning approaches: a statistical analysis and review,
M. Digra, R. Dhir, and N. Sharma, “Land use land cover classification of remote sensing images based on the deep learning approaches: a statistical analysis and review,” Arabian Journal of Geosciences, vol. 15, no. 10, p. 1003, 2022
2022
-
[10]
An ai approach to operationalise global daily planetscope satellite imagery for river water masking,
S. J. Valman, D. S. Boyd, P. E. Carbonneau, M. F. Johnson, and S. J. Dugdale, “An ai approach to operationalise global daily planetscope satellite imagery for river water masking,” Remote Sensing of Environ- ment, vol. 301, p. 113932, 2024
2024
-
[11]
Glacial lakes mapping using multi satellite planetscope imagery and deep learning,
N. Qayyum, S. Ghuffar, H. M. Ahmad, A. Yousaf, and I. Shahid, “Glacial lakes mapping using multi satellite planetscope imagery and deep learning,” ISPRS International Journal of Geo-Information , vol. 9, no. 10, p. 560, 2020
2020
-
[12]
Previously validated u-net model for urban flood mapping,
X. Hong, “Previously validated u-net model for urban flood mapping,” forthcoming manuscript
-
[13]
Population and vital statistics,
DSC UAE, “Population and vital statistics,” https://www.dsc.gov.ae/ en-us/Themes/Pages/Population-and-Vital-Statistics.aspx?Theme=42, 2025, accessed: 31 Mar. 2025
2025
-
[14]
Planetscope imagery product specifications,
P. L. PBC, “Planetscope imagery product specifications,” https://www. planet.com/products/planet-imagery/, 2024, accessed: 01 May 2025
2024
-
[15]
Sentinel-2 user handbook,
E. S. Agency, “Sentinel-2 user handbook,” https://sentinel.esa.int/ documents/247904/685211/Sentinel-2 User Handbook, 2018, accessed: 01 May 2025
2018
-
[16]
Bayesian post-processing methods for jitter mitigation in sampling,
D. S. Weller and V . K. Goyal, “Bayesian post-processing methods for jitter mitigation in sampling,” IEEE transactions on signal processing , vol. 59, no. 5, pp. 2112–2123, 2011
2011
-
[17]
Image segmentation evaluation: a survey of methods,
Z. Wang, E. Wang, and Y . Zhu, “Image segmentation evaluation: a survey of methods,” Artificial Intelligence Review , vol. 53, no. 8, pp. 5637–5674, 2020
2020
-
[18]
Coefficient kappa: Some uses, misuses, and alternatives,
R. L. Brennan and D. J. Prediger, “Coefficient kappa: Some uses, misuses, and alternatives,” Educational and psychological measurement, vol. 41, no. 3, pp. 687–699, 1981
1981
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.