Recognition: unknown
From Noisy Historical Maps to Time-Series Oil Palm Mapping Without Annotation in Malaysia and Indonesia (2020-2024)
Pith reviewed 2026-05-08 06:37 UTC · model grok-4.3
The pith
A deep learning method generates 10-meter oil palm maps for Indonesia and Malaysia from 2020 to 2024 using only noisy 100-meter historical labels and Sentinel-2 imagery.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The framework uses a U-Net architecture optimized with Determinant-based Mutual Information loss on Sentinel-2 imagery to generate 10-meter oil palm plantation maps for 2020, 2022, and 2024 without new annotations. Despite the noise introduced by training on 100-meter historical labels, the method yields overall accuracies of 70.64 percent in 2020, 63.53 percent in 2022, and 60.06 percent in 2024 when tested on 2,058 manually verified points. The maps indicate that oil palm coverage in Indonesia and Malaysia reached a maximum in 2022 and then declined by 2024, with transition analysis showing continued plantation expansion into flooded vegetation despite some stabilization with other crop ro
What carries the argument
U-Net architecture optimized by Determinant-based Mutual Information (DMI) loss, which reduces the impact of noisy labels caused by resolution mismatch between coarse historical maps and fine satellite imagery.
If this is right
- Oil palm plantations can be tracked at 10-meter resolution over multiple years without repeated manual labeling campaigns.
- The maps show plantation area peaking in 2022 and declining by 2024.
- Transition analysis indicates ongoing expansion into flooded vegetation areas alongside some stabilization with other crops.
- The produced datasets are released publicly to support monitoring of sustainability and deforestation.
Where Pith is reading between the lines
- The same noise-robust training approach could be tested on mapping other crops or land covers where only coarse historical data is available.
- Combining the outputs with additional satellite bands or temporal consistency checks might raise accuracy in future applications.
- The observed expansion into flooded areas could be cross-checked against independent deforestation reports to assess environmental impact.
- Similar frameworks might reduce annotation costs for land-use studies in other rapidly changing tropical regions.
Load-bearing premise
The Determinant-based Mutual Information loss sufficiently compensates for noise when training on 10-meter imagery using 100-meter historical labels.
What would settle it
A large independent set of high-resolution ground truth points collected in the same region showing accuracies below 50 percent or maps that fail to detect the reported 2022 peak and 2024 decline would disprove the central claim.
Figures
read the original abstract
Accurate monitoring of oil palm plantations is critical for balancing economic development with environmental conservation in Southeast Asia. However, existing plantation maps often suffer from low spatial resolution and a lack of recent temporal coverage, impeding effective surveillance of rapid land-use changes. In this study, we propose a deep learning framework to generate 10-meter resolution oil palm plantation maps for Indonesia and Malaysia from 2020 to 2024, utilizing Sentinel-2 imagery without requiring new manual annotations. To address the resolution mismatch between coarse 100-meter historical labels and 10-meter imagery, we employ a U-Net architecture optimized with Determinant-based Mutual Information (DMI). This approach effectively mitigates the influence of label noise. We validated our method against 2,058 manually verified points, achieving overall accuracies of 70.64%, 63.53%, and 60.06% for the years 2020, 2022, and 2024, respectively. Our comprehensive analysis reveals that oil palm coverage in the region peaked in 2022 before experiencing a decline in 2024. Furthermore, land cover transition analysis highlights a concerning trajectory of plantation expansion into flooded vegetation areas, despite a general stabilization in rotations with other crop types. These high-resolution maps provide essential data for monitoring sustainability commitments and deforestation dynamics in the region, and the generated datasets are made publicly available at https://doi.org/10.5281/zenodo.17768444.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims to develop an annotation-free deep learning method for creating 10m resolution time-series maps of oil palm plantations in Malaysia and Indonesia using Sentinel-2 data from 2020 to 2024. It uses a U-Net with Determinant-based Mutual Information (DMI) loss to handle noise from 100m historical labels. Validation on 2058 independent points shows overall accuracies of 70.64% (2020), 63.53% (2022), and 60.06% (2024), along with analysis of plantation expansion trends and land cover transitions. The maps and data are made publicly available.
Significance. If the DMI loss effectively mitigates label noise to enable reliable sub-100m mapping, this would provide a scalable, low-annotation-cost approach for monitoring oil palm dynamics and sustainability in Southeast Asia, with the public dataset release adding practical value. The temporal trend analysis could inform land-use policy if the maps are shown to be accurate at fine scales.
major comments (3)
- [Methods (DMI loss)] The Methods section on the DMI loss provides no ablation study replacing DMI with standard cross-entropy loss (or simple upsampling + CE). This is load-bearing for the central claim, as the reported accuracies on 2058 points could arise from the U-Net learning dominant coarse patterns without DMI's specific noise mitigation.
- [Results (validation)] The Results section reporting overall accuracies of 70.64%/63.53%/60.06% includes no baseline comparisons, confusion matrices, per-class metrics, or spatial error analysis. Without these, it is unclear whether the model recovers sub-100m boundaries or simply reproduces the 100m label field plus texture.
- [Methods/Experiments] No noise-rate sensitivity analysis or demonstration (e.g., qualitative map comparisons or quantitative boundary metrics) is given to show that DMI enables recovery of details finer than the input 100m labels. This directly undermines the 'without new annotations' and temporal-trend conclusions.
minor comments (2)
- [Abstract] The abstract would benefit from specifying the number of validation points per year and class balance to contextualize the overall accuracies.
- [Figures] Figure captions and legends should explicitly note any scale bars, coordinate systems, and whether visualizations compare predictions against the coarse labels to illustrate fine-scale recovery.
Simulated Author's Rebuttal
We thank the referee for their constructive comments, which have helped us identify areas to strengthen our manuscript. We address each major comment point by point below, and we will incorporate the suggested additions in the revised version.
read point-by-point responses
-
Referee: [Methods (DMI loss)] The Methods section on the DMI loss provides no ablation study replacing DMI with standard cross-entropy loss (or simple upsampling + CE). This is load-bearing for the central claim, as the reported accuracies on 2058 points could arise from the U-Net learning dominant coarse patterns without DMI's specific noise mitigation.
Authors: We agree that demonstrating the specific contribution of the DMI loss through an ablation study is important to support our central claim. In the revised manuscript, we will add an ablation study comparing the U-Net trained with DMI loss against one trained with standard cross-entropy loss, including quantitative results on the validation set and qualitative map examples. revision: yes
-
Referee: [Results (validation)] The Results section reporting overall accuracies of 70.64%/63.53%/60.06% includes no baseline comparisons, confusion matrices, per-class metrics, or spatial error analysis. Without these, it is unclear whether the model recovers sub-100m boundaries or simply reproduces the 100m label field plus texture.
Authors: We acknowledge the need for more comprehensive validation metrics to clarify the model's ability to recover fine-scale details. We will revise the Results section to include baseline comparisons (such as direct upsampling of the 100m labels), full confusion matrices, per-class metrics (precision, recall, F1-score), and a spatial error analysis to assess boundary recovery. revision: yes
-
Referee: [Methods/Experiments] No noise-rate sensitivity analysis or demonstration (e.g., qualitative map comparisons or quantitative boundary metrics) is given to show that DMI enables recovery of details finer than the input 100m labels. This directly undermines the 'without new annotations' and temporal-trend conclusions.
Authors: We recognize that additional experiments are required to show the benefit of DMI for recovering finer details. In the revision, we will include a sensitivity analysis to different noise rates in the labels, along with qualitative comparisons of maps produced with and without DMI, and quantitative boundary metrics (e.g., Hausdorff distance or edge precision). These additions will bolster the support for our annotation-free approach and the validity of the temporal analyses. revision: yes
Circularity Check
No significant circularity; derivation relies on external DMI loss and independent validation
full rationale
The paper trains a U-Net with Determinant-based Mutual Information loss on noisy 100 m historical labels to produce 10 m Sentinel-2 oil-palm maps, then reports accuracies on 2,058 separately verified points. No equations, self-citations, or ansatzes are shown that reduce the generated maps or accuracies to quantities fitted from the same inputs by construction. The DMI component is treated as an imported technique for noise mitigation rather than a self-derived result, and the temporal-trend conclusions follow from the output maps rather than presupposing them. This is the common case of an applied deep-learning pipeline whose central claim stands or falls on empirical performance rather than definitional equivalence.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Determinant-based Mutual Information loss mitigates label noise from resolution mismatch
Reference graph
Works this paper leans on
-
[1]
Alam, A. S. A. F., Er, A. C., & Begum, H. (2015). Malaysian oil palm industry: Prospect and problem. Journal of Food, Agriculture and Environment , 1313, 143–148. Baum, E. B., & Wilczek, F. (1988). Supervised learning of probability distributions by neural networks. In Neural Information Processing Systems (pp. 52–61). Bottou, L. (2010). Large-scale machi...
-
[2]
Ioffe, S., & Szegedy, C. (2015). Batch normalization: accelerating deep network training by reduc- ing internal covariate shift. In Proceedings of the 32nd International Conference on International Conference on Machine Learning - Volume 37 ICML’15 (p. 448–456). JMLR.org. Kong, Y. (2020). Dominantly truthful multi-task peer prediction with a constant numb...
2015
-
[3]
URL: https://doi.org/10.5281/zenodo.17768444. doi: 10.5281/zenodo.17768444. Kuok Ho, D. T., & Qahtani, H. (2020). Sustainability of oil palm plantations in malaysia. Environment, Development and Sustainability ,
-
[4]
Li, Z., He, W., Cheng, M., Hu, J., Yang, G., & Zhang, H. (2023). Sinolc-1: the first 1 m resolution national-scale land-cover map of china created with a deep learning framework and open-access data. Earth System Science Data , . Li, Z., He, W., Li, J., Lu, F., & Zhang, H. (2024). Learning without exact guidance: Updating large-scale high-resolution land ...
-
[5]
Xu, Y., Cao, P., Kong, Y., & Wang, Y. (2019). dmi: a novel information-theoretic loss function for training deep nets robust to label noise. Red Hook, NY, USA: Curran Associates Inc. Xu, Y., Yu, L., Li, W., Ciais, P., Cheng, Y., & Gong, P. (2020). Annual oil palm plantation maps in malaysia and indonesia from 2001 to
2019
-
[6]
847––867)
Earth System Science Data , (pp. 847––867). Zhao, Q., Yu, L., Li, X., Xu, Y., Du, Z., Kanniah, K., Li, C., Cai, W., Lin, H., Peng, D., & et al. (2024). The expansion and remaining suitable areas of global oil palm plantations. Global Sustainability , 7 , e9. Zhao, W., & Chellappa, R. (2006). Chapter 21 - multimodal biometrics: Augmenting face with other c...
2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.