Pith. sign in

REVIEW 5 major objections 6 minor 42 references

Scaling Deep Learning Research with Kubernetes on the NRP Nautilus HyperCluster

T0 review · 5 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read This paper claims that the NRP Nautilus HyperCluster, a Kubernetes-managed pool of over 1,300 NVIDIA GPUs, can automate and scale deep learning research in remote sensing, demonstrated by training 234 models for a total of 4,040 hours…

desk verdict A useful infrastructure/application report whose deforestation '>10% improvement' claim is not controlled enough to trust; the transformer sweep and burned-area workflow are the real substance. read the letter →

arxiv 2411.12038 v1 pith:YD7ZRC7Q submitted 2024-11-18 cs.LG cs.AIcs.DC

classification cs.LGcs.AIcs.DC
keywords KubernetesdeeplearningremotesensingNautilushyperparametersearchdeforestationdetectionburnedareasegmentationobject
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper claims that a Kubernetes-orchestrated shared research cluster can remove the compute bottleneck that slows deep learning research in remote sensing. To demonstrate this, the authors trained 234 deep neural models across three applications—overhead object detection with transformers, burned area segmentation, and Amazon deforestation detection—for a total of 4,040 hours of compute. The burned area study used the cluster to run a 144-model hyperparameter search, the detection study produced 30 transfer-learning weight sets, and the deforestation model reportedly outperformed a previously published fully convolutional approach by more than 10% in F1 score. The argument is that this scale of experimentation, and the resulting insights, would not be feasible on a single GPU server.

What carries the argument

The load-bearing mechanism is a Kubernetes job pipeline: containerized training runs are defined by auto-generated YAML files and launched by bash scripts onto the Nautilus cluster, which pools over 1,300 NVIDIA GPUs and 19,000 CPU cores. Data is staged on persistent volumes, models are pushed to S3 after training, and jobs run across heterogeneous GPUs with batch sizes set by available memory. This parallelism turns what would be months of sequential training into wall-clock durations of hundreds of hours, and it is what makes the paper's 234-model sweep and the 4,040 cumulative hours tractable.

What would settle it

Run the deforestation ChangeFormer model and the FC-DenseNet baseline from [42] on the same conservation units, observation dates, and band combinations, with the same test split; if the F1 gap falls below 10 percentage points, the claimed superiority is an evaluation artifact.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that the Nautilus HyperCluster robustly automates and scales deep learning for high-resolution remote sensing research. Concretely, the authors report 234 deep neural models trained in parallel for a total of 4,040 hours: 30 detection models across ten architectures and three datasets, 144 burned-area segmentation models in a hyperparameter sweep, and over 60 deforestation-detection configurations. The strongest reported result is that the deforestation model, a ChangeFormer trained on Sentinel-2 imagery, achieved an F1 score above 81% for the change class, exceeding the 70.7% F1 of the best fully convolutional approach in the comparison study by more than 10%.

Load-bearing premise

The load-bearing premise is that the evaluation setup is fair and comparable to the earlier deforestation study, even though the conservation units, observation dates, and spectral bands do not match; if those differences inflate the reported metrics, the paper's performance conclusions, including the >10% improvement, do not follow.

Editorial extensions

If this is right

  • Researchers can treat hyperparameter exploration as a routine, parallel step rather than a bottleneck, since hundreds of independent training runs can be scheduled automatically.
  • The 30 trained transformer weights on remote-sensing datasets become reusable transfer-learning starting points for other overhead-imagery problems.
  • The burned-area segmentation workflow demonstrates a scalable template for building and cleaning satellite-image training sets from raster archives.
  • The deforestation result suggests transformer-based change detection can outperform fully convolutional baselines on Sentinel-2 data, if evaluation is aligned.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The automation recipe (auto-generated YAML, bash-launched jobs, persistent volumes, S3 output) is cluster-agnostic; the same approach should transfer to any Kubernetes GPU pool, so the scaling claim is not tied to Nautilus specifically.
  • The deforestation comparison to Torres et al. is the paper's headline performance result, but it relies on different conservation units, observation dates, and spectral bands; a matched-protocol head-to-head would be needed to attribute the >10% gain to the ChangeFormer architecture rather than to evaluation choices.
  • The deliberate choice to put few-chip rasters in the burned-area test set means the reported F1 and IoU numbers reflect performance on rare, hard-to-segment fires; a random raster split might show different absolute numbers.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper reports on using the NRP Nautilus Kubernetes cluster to scale deep learning training for three remote sensing tasks: object detection with transformer and convolutional detectors, burned area segmentation with U-Net variants, and deforestation detection with ChangeFormer. The authors report training 234 models for a total of 4,040 GPU-hours, and describe Kubernetes-based job automation for data staging, training, and evaluation. For burned area segmentation they performed a hyperparameter search over 144 models and report best results in Table IV; for deforestation they claim a >10% F1 improvement over prior work [42]. The paper contains no code or data release and no theoretical derivations; its claims are empirical measurements from the authors' own training runs.

Significance. If the infrastructure claim is substantiated, the paper could serve as a practical demonstration of Kubernetes-based research automation for small-to-medium labs. The dataset preparation details for burned area (Table I) are useful. However, the scientific conclusions are currently compromised by an uncontrolled comparison to prior work (Section III-C), a non-random test split (Section II-B3), and internal inconsistencies in the compute accounting (Section III-A versus Table V). The paper provides no machine-checked proofs or reproducibility artifacts; its value rests entirely on the accuracy and interpretability of the reported empirical results.

major comments (5)
  1. [III-C] The deforestation comparison to Torres et al. [42] is uncontrolled. Section III-C reports that ChangeFormer 'obtained at least 81% F1-score' against a 70.7% F1-score for FC-DenseNet in [42], and the conclusion repeats the claim that the models 'outperform previously published competing methods by more than 10%.' However, the present evaluation uses different conservation units, a different time period (2020-2021), Sentinel-2 only, a specific chip/split protocol, and different class definitions than [42], which used both Sentinel-2 and Landsat-8 over different areas and dates. Without aligning study area, observation dates, sensors, band combinations, and exact metric computation, the observed F1 gap could be due to dataset difficulty or evaluation protocol rather than model superiority. The claim should be either re-evaluated on a matched protocol or explicitly weakened to an indicative comparison.
  2. [II-B3] The burned area test set is constructed in a deliberately non-random way. Section II-B3 states that rasters generating many chips were placed in training and validation, while rasters with few chips were placed in the test set, so that the test set would be 'more diverse.' This creates a distribution shift between training and test: the test rasters have only 714 chips across 40 rasters (about 18 chips per raster), which is a high-variance, low-sample test set. The reported F1/IoU values in Table IV therefore may not reflect performance on the target distribution. Please provide an additional evaluation on a random raster split or per-raster error bars to show the sensitivity of the conclusions to this split choice.
  3. [III-A / Table V] The reported imagery volumes are internally inconsistent. Section III-A states 'More than 137 TB of imagery are processed' for the object detection study, while Table V lists 1370 GB (1.37 TB) for the same application. Since the paper's central quantitative contribution is the aggregate accounting of 234 models, 37 TB of imagery, and 4,040 hours, this factor-of-100 discrepancy must be resolved. Additionally, the Introduction states 'over 3,000 GPU hours' and 'nearly 250 trained deep neural models,' which differ from the Table V totals of 4,040 hours and 234 models; the paper should use one consistent set of numbers.
  4. [III-A] The object detection results are not actually presented. Section III-A concludes that 'SWIN and YOLOX were the best-performing networks, with AP50 scores exceeding 70% on RarePlanes and 60% on DOTA,' but no table or figure reports the per-model detection metrics for the ten architectures across the three datasets. Without these metrics, the detection comparison cannot be verified, and the claim is not auditable. Please include the full results, such as a table of AP/AP50 per model and dataset.
  5. [III-D] The central scaling claim is not quantified against any baseline. Section III-D states that 'over 4000 hours of compute are performed in parallel on Nautilus, the equivalent of over five and a half months if this compute were to be performed on a single server,' but this equivalence is trivial arithmetic. There is no measurement of training throughput, scheduling overhead, queueing delays, or a comparison to a single-node server or an alternative orchestration system. Without such a baseline, the paper does not substantiate the causal claim implied by the title that Kubernetes on Nautilus specifically enables scaling beyond what any other cluster would provide.
minor comments (6)
  1. [II-A1] Section II-A1: 'most course learned feature map' appears to be a typo for 'coarse.'
  2. [II-A3] Section II-A3: 'utilizng' should be 'utilizing.'
  3. [III-B] Section III-B: 'autogenerat' should be 'autogenerate.'
  4. [III-A] Section III-A: 'FOCS' is a typo for 'FCOS.'
  5. [References] Reference [4] lists 'TBD' as page numbers; the citation is incomplete.
  6. [Table IV / III-C] Table IV and Section III-C report F1 scores without specifying whether these are macro-averaged, class-specific, or thresholded at a particular probability; please define the metric explicitly.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the paper's headline numbers are direct measurements from trained models; the main risk is an uncontrolled external comparison, which is a validity issue, not a derivation loop.

full rationale

This paper reports infrastructure-scale deep learning experiments rather than a derived predictive result. The 234 models, 4,040 GPU-hours, per-model AP50 scores, burned-area F1/IoU values, and deforestation F1/IoU metrics are all measured outputs of trained networks on held-out test chips, not quantities inferred from fitted parameters. The burned-area hyperparameter search (144 models) followed by evaluation of four architectures with the selected settings is standard model selection and is not a fitted-input-called-prediction loop: Table IV reports test-set measurements, not a re-statement of the validation objective. The deforestation comparison to Torres et al. [42] is the only load-bearing quantitative contrast, but it does not reduce to the paper's own inputs; it is an external benchmark comparison whose uncontrolled differences in study area, dates, sensors, and metric definitions are a comparability/validity limitation, not circularity. The paper's self-citations (e.g., [1]–[11]) appear as related-work context and as support for the general benefit of transfer learning; none is invoked as a uniqueness theorem or as an unverified premise that forces the paper's conclusions. No equation in the paper defines any claimed output in terms of the claimed input. Consequently, there is no circular step to exhibit.

Assumptions & free parameters 9 free parameters · 4 assumptions · 0 invented entities

The paper has many hand-set hyperparameters and dataset filtering thresholds that the final performance numbers depend on. The central scaling claim rests on axioms about label quality, representativeness of the test split, and comparability of cross-study baselines. No new physical or mathematical entities are introduced.

free parameters (9)
  • burned area learning rate = 1e-5
    Selected as best from grid search over 1e-3, 1e-4, 1e-5; used for final architecture comparison.
  • burned area batch size = 32
    Selected from {8,16,32} based on training stability.
  • burned area optimizer = LAMB
    Selected from {Adam, LAMB} based on validation loss.
  • chip selection threshold = 10% burned and unburned
    Used to filter chips; not justified from first principles.
  • normalization percentiles = 1st and 99th
    Used for clipping and stretching in all datasets; chosen by hand.
  • deforestation learning rate = 0.0001
    Selected as optimal from a grid of hyperparameters for ChangeFormer.
  • deforestation loss = CE loss
    Selected as optimal among candidate losses.
  • deforestation optimizer = AdamW
    Selected as optimal among candidate optimizers.
  • deforestation band combination = NIR-R-G
    Selected among three band combinations as best.
assumptions (4)
  • domain assumption The ground truth labels in RarePlanes, DOTA, XView, CWFIS, and PRODES are accurate and consistent
    All performance evaluations depend on label quality; no label audit is provided.
  • domain assumption MMDetection's default hyperparameters and pretrained weights provide a valid transfer learning baseline
    The detection experiments mirror the pretrained configs, but no evidence is given that this yields optimal or fair comparisons.
  • domain assumption Running jobs on a shared Kubernetes cluster does not introduce resource contention that affects training outcomes across models
    The paper reports wall-clock times but does not control for node heterogeneity (GTX 1080 to A100) or concurrent job interference.
  • ad hoc to paper The comparison with Torres et al. [42] is valid despite different conservation units, dates, and band inputs
    The paper cites [42] as a baseline but the datasets and evaluation areas are not matched.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Scaling Deep Learning Research with Kubernetes on the NRP Nautilus HyperCluster." pith.science (2026). https://pith.science/paper/YD7ZRC7Q

@misc{pith2026241112038,
  author       = {Pith},
  title        = {Pith review of: Scaling Deep Learning Research with Kubernetes on the NRP Nautilus HyperCluster},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YD7ZRC7Q}},
  note         = {Machine review of arXiv:2411.12038}
}
read the original abstract

Throughout the scientific computing space, deep learning algorithms have shown excellent performance in a wide range of applications. As these deep neural networks (DNNs) continue to mature, the necessary compute required to train them has continued to grow. Today, modern DNNs require millions of FLOPs and days to weeks of training to generate a well-trained model. The training times required for DNNs are oftentimes a bottleneck in DNN research for a variety of deep learning applications, and as such, accelerating and scaling DNN training enables more robust and accelerated research. To that end, in this work, we explore utilizing the NRP Nautilus HyperCluster to automate and scale deep learning model training for three separate applications of DNNs, including overhead object detection, burned area segmentation, and deforestation detection. In total, 234 deep neural models are trained on Nautilus, for a total time of 4,040 hours

Figures

Figures reproduced from arXiv: 2411.12038 by the authors.

Figure 1
Figure 1. Sample Scenes from the Datasets selected for Overhead Detection with Transformers: RarePlanes, DOTA, and XView [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Example of ground-truth polygons for Burned Area Mapping: red bounding boxes drawn around the burned area polygons [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Examples of rasters to be downloaded for Burned Area Mapping. Each orange square represents a raster. [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Example chips used for training Burned Area Mapping models [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]
Figure 5
Figure 5. Figure 5: The Amazon Biome (top) is outlined by the yellow boundary and the conservation units are highlighted in red. Color-shifted infrared from chips for [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: System Overview for Overhead Detection with Transformers [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: A simplified overview of the ChangeFormer architecture, showing its three main components: a siamese hierarchical transformer encoder, four [PITH_FULL_IMAGE:figures/full_fig_p010_7.png]
Figure 8
Figure 8. Figure 8: Three image samples with corresponding predicted and ground truth deforestation maps. The first two columns show images from 2020 and 2021, [PITH_FULL_IMAGE:figures/full_fig_p011_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

42 extracted references · 33 canonical work pages

  1. [42]

    Deforestation Detection with Fully Convolutional Networks in the Amazon Forest from Landsat-8 and Sentinel-2 Images,

    Daliana Lobo Torres, Javier Noa Turnes, Pedro Juan Soto Vega, Raul Queiroz Feitosa, Daniel E. Silva, Jose Marcato Junior, and Claudio Almeida, “Deforestation Detection with Fully Convolutional Networks in the Amazon Forest from Landsat-8 and Sentinel-2 Images,” Remote Sensing , vol. 13, no. 24, pp. 5084, Jan. 2021

  2. [1]

    Training deep convolutional neural networks for land-cover classification of high-resolution imagery,

    G. J. Scott, M. R. England, W. A. Starms, R. A. Marcum, and C. H. Davis, “Training deep convolutional neural networks for land-cover classification of high-resolution imagery,” IEEE GRSL, vol. 14, no. 4, pp. 549–553, 2017

  3. [2]

    Fusion of deep convolutional neural networks for land cover classification of high-resolution imagery,

    G. J. Scott, R. A. Marcum, C. H. Davis, and T. W. Nivin, “Fusion of deep convolutional neural networks for land cover classification of high-resolution imagery,” IEEE GRSL, vol. 14, no. 9, 2017

  4. [3]

    Enhanced fusion of deep neural networks for classification of benchmark high-resolution image data sets,

    Grant J Scott, Kyle C Hagan, Richard A Marcum, James Alex Hurt, Derek T Anderson, and Curt H Davis, “Enhanced fusion of deep neural networks for classification of benchmark high-resolution image data sets,” IEEE GRSL, vol. 15, no. 9, pp. 1451–1455, 2018

  5. [4]

    Fuzzy choquet integration of deep convolutional neural networks for remote sensing,

    D.T. Anderson, G.J Scott, M. Islam, B. Murray, and R. Marcum, “Fuzzy choquet integration of deep convolutional neural networks for remote sensing,” in Computational Intelligence for Pattern Recognition , Witold and Shyi-Ming, Eds., p. TBD. Springer Berlin Heidelberg, 2018

  6. [5]

    Rapid broad area search and detection of chinese surface-to-air missile sites using deep convolutional neural networks,

    Richard A Marcum, Curt H Davis, Grant J Scott, and Tyler W Nivin, “Rapid broad area search and detection of chinese surface-to-air missile sites using deep convolutional neural networks,” Journal of Applied Remote Sensing , vol. 11, no. 4, pp. 11–31, 2017

  7. [6]

    Improved search and detection of surface-to-air missile sites using spatial fusion of component object detections from deep neural networks,

    Alan B Cannaday, Curt H Davis, and Grant J Scott, “Improved search and detection of surface-to-air missile sites using spatial fusion of component object detections from deep neural networks,” in IGARSS 2019-2019 IEEE International Geoscience and Remote Sensing Symposium . IEEE, 2019, pp. 9811–9814

  8. [7]

    Aggregating deep convolutional neural network scans of broad-area high-resolution remote sensing imagery,

    Grant J Scott, J Alex Hurt, Richard A Marcum, Derek T Anderson, and Curt H Davis, “Aggregating deep convolutional neural network scans of broad-area high-resolution remote sensing imagery,” in IGARSS 2018-2018 IEEE International Geoscience and Remote Sensing Symposium . IEEE, 2018, pp. 665–668

Show all 42 references
  1. [8]

    A comparison of deep learning vehicle group detection in satellite imagery,

    J Alex Hurt, David Huangal, Curt H Davis, and Grant J Scott, “A comparison of deep learning vehicle group detection in satellite imagery,” in 2019 IEEE International Conference on Big Data (Big Data) . IEEE, 2019, pp. 5419–5427

  2. [9]

    Maneuverability hazard detection and localization in low-altitude uas imagery,

    J Alex Hurt, David Huangal, Jeffrey Dale, Trevor M Bajkowski, James M Keller, Grant J Scott, and Stanton R Price, “Maneuverability hazard detection and localization in low-altitude uas imagery,” in Artificial Intelligence and Machine Learning for Multi-Domain Operations Applic...

  3. [10]

    Differential morphological profile neural network for object detection in overhead imagery,

    G. J. Scott et al., “Differential morphological profile neural network for object detection in overhead imagery,” in IJCNN, 2020, pp. 1–7

  4. [11]

    Improved classification of high resolution remote sensing imagery with differential morphological profile neural network,

    J. Alex Hurt, Trevor Bajkowski, and Grant J. Scott, “Improved classification of high resolution remote sensing imagery with differential morphological profile neural network,” in IGARSS, 2021, pp. 2823–2826

  5. [12]

    Imagenet classification with deep convolutional neural networks,

    Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton, “Imagenet classification with deep convolutional neural networks,” Communications of the ACM, vol. 60, no. 6, pp. 84–90, 2017

  6. [13]

    Microsoft coco: Common objects in context,

    Tsung-Yi Lin et al., “Microsoft coco: Common objects in context,” in European conference on computer vision . Springer, 2014, pp. 740–755

  7. [14]

    Faster R-CNN: Towards real-time object detection with region proposal networks,

    S. Ren et al., “Faster R-CNN: Towards real-time object detection with region proposal networks,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 39, no. 6, pp. 1137–1149, 2017

  8. [15]

    A convnet for the 2020s,

    Zhuang Liu, Hanzi Mao, Chao-Yuan Wu, Christoph Feichtenhofer, Trevor Darrell, and Saining Xie, “A convnet for the 2020s,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2022, pp. 11976–11986

  9. [16]

    SSD: Single shot multibox detector,

    Wei Liu et al., “SSD: Single shot multibox detector,” in Computer Vision – ECCV 2016 , Cham, 2016, pp. 21–37, Springer International Publishing

  10. [17]

    Focal loss for dense object detection,

    Tsung-Yi Lin, Priya Goyal, Ross Girshick, Kaiming He, and Piotr Doll ´ar, “Focal loss for dense object detection,” in Proceedings of the IEEE international conference on computer vision , 2017, pp. 2980–2988

  11. [18]

    Fcos: Fully convolutional one-stage object detection,

    Zhi Tian, Chunhua Shen, Hao Chen, and Tong He, “Fcos: Fully convolutional one-stage object detection,” in Proceedings of the IEEE/CVF international conference on computer vision , 2019, pp. 9627–9636

  12. [19]

    Yolox: Exceeding yolo series in 2021,

    Zheng Ge, Songtao Liu, Feng Wang, Zeming Li, and Jian Sun, “Yolox: Exceeding yolo series in 2021,” arXiv preprint arXiv:2107.08430 , 2021

  13. [20]

    Very deep convolutional networks for large-scale image recognition,

    Karen Simonyan and Andrew Zisserman, “Very deep convolutional networks for large-scale image recognition,” arXiv preprint arXiv:1409.1556, 2014

  14. [21]

    Aggregated residual transformations for deep neural networks,

    Saining Xie, Ross Girshick, Piotr Doll ´ar, Zhuowen Tu, and Kaiming He, “Aggregated residual transformations for deep neural networks,” in Proceedings of the IEEE conference on computer vision and pattern recognition , 2017, pp. 1492–1500

  15. [22]

    Deep residual learning for image recognition,

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, “Deep residual learning for image recognition,” arXiv preprint arXiv:1512.03385 , 2015

  16. [23]

    An image is worth 16x16 words: Transformers for image recognition at scale,

    Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, et al., “An image is worth 16x16 words: Transformers for image recognition at scale,” arXiv preprint ar...

  17. [24]

    End-to-end object detection with transformers,

    Nicolas Carion, Francisco Massa, Gabriel Synnaeve, Nicolas Usunier, Alexander Kirillov, and Sergey Zagoruyko, “End-to-end object detection with transformers,” in Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part I 16 . Spri...

  18. [25]

    Deformable detr: Deformable transformers for end-to-end object detection,

    Xizhou Zhu, Weijie Su, Lewei Lu, Bin Li, Xiaogang Wang, and Jifeng Dai, “Deformable detr: Deformable transformers for end-to-end object detection,” arXiv preprint arXiv:2010.04159 , 2020

  19. [26]

    Swin transformer: Hierarchical vision transformer using shifted windows,

    Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo, “Swin transformer: Hierarchical vision transformer using shifted windows,” in Proceedings of the IEEE/CVF international conference on computer vision , 2021, pp. 10012–10022

  20. [27]

    Rareplanes: Synthetic data takes flight,

    Jacob Shermeyer et. al, “Rareplanes: Synthetic data takes flight,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2021, pp. 207–217

  21. [28]

    Dota: A large-scale dataset for object detection in aerial images,

    Gui-Song Xia et. al, “Dota: A large-scale dataset for object detection in aerial images,” in CVPR, 2018, pp. 3974–3983

  22. [29]

    Forest burned area detection using a novel spectral index based on multi-objective optimization,

    Bo Wu, He Zheng, Zelong Xu, Zhiwei Wu, and Yindi Zhao, “Forest burned area detection using a novel spectral index based on multi-objective optimization,” Forests, vol. 13, no. 11, pp. 1787, 2022

  23. [30]

    Landsat-8 and sentinel-2 burned area mapping-a combined sensor multi-temporal change detection approach,

    David P Roy, Haiyan Huang, Luigi Boschetti, Louis Giglio, Lin Yan, Hankui H Zhang, and Zhongbin Li, “Landsat-8 and sentinel-2 burned area mapping-a combined sensor multi-temporal change detection approach,” Remote Sensing of Environment , vol. 231, pp. 111254, 2019

  24. [31]

    Deep-learning-based burned area mapping using the synergy of sentinel-1&2 data,

    Qi Zhang, Linlin Ge, Ruiheng Zhang, Graciela Isabel Metternicht, Zheyuan Du, Jianming Kuang, and Min Xu, “Deep-learning-based burned area mapping using the synergy of sentinel-1&2 data,” Remote Sensing of Environment , vol. 264, pp. 112575, 2021

  25. [32]

    A deep learning approach for burned area segmentation with sentinel-2 data,

    Lisa Knopp, Marc Wieland, Michaela R ¨attich, and Sandro Martinis, “A deep learning approach for burned area segmentation with sentinel-2 data,” Remote Sensing, vol. 12, no. 15, pp. 2422, 2020

  26. [33]

    Fully convolutional networks for semantic segmentation,

    Jonathan Long, Evan Shelhamer, and Trevor Darrell, “Fully convolutional networks for semantic segmentation,” pp. 3431–3440, 2015

  27. [34]

    U-net: Convolutional networks for biomedical image segmentation,

    Olaf Ronneberger, Philipp Fischer, and Thomas Brox, “U-net: Convolutional networks for biomedical image segmentation,” in Medical Image Computing and Computer-Assisted Intervention – MICCAI 2015 , Nassir Navab, Joachim Hornegger, William M. Wells, and Alejandro F. Frangi, Eds....

  28. [35]

    Unet++: A nested u-net architecture for medical image segmentation,

    Zongwei Zhou, Md Mahfuzur Rahman Siddiquee, Nima Tajbakhsh, and Jianming Liang, “Unet++: A nested u-net architecture for medical image segmentation,” in Deep learning in medical image analysis and multimodal learning for clinical decision support , pp. 3–11. Springer, 2018. 13

  29. [36]

    Rethinking atrous convolution for semantic image segmentation,

    Liang-Chieh Chen, George Papandreou, Florian Schroff, and Hartwig Adam, “Rethinking atrous convolution for semantic image segmentation,” arXiv preprint arXiv:1706.05587, 2017

  30. [37]

    Encoder-decoder with atrous separable convolution for semantic image segmentation,

    Liang-Chieh Chen, Yukun Zhu, George Papandreou, Florian Schroff, and Hartwig Adam, “Encoder-decoder with atrous separable convolution for semantic image segmentation,” in Proceedings of the European conference on computer vision (ECCV) , 2018, pp. 801–818

  31. [38]

    Change Detection of Deforestation in the Brazilian Amazon Using Landsat Data and Convolutional Neural Networks,

    Pablo Pozzobon de Bem, Osmar Ab ´ılio de Carvalho Junior, Renato Fontes Guimar ˜aes, and Roberto Arnaldo Trancoso Gomes, “Change Detection of Deforestation in the Brazilian Amazon Using Landsat Data and Convolutional Neural Networks,” Remote Sensing, vol. 12, no. 6, pp. 901, Jan. 2020

  32. [39]

    Decoupled weight decay regularization,

    Ilya Loshchilov and Frank Hutter, “Decoupled weight decay regularization,” arXiv preprint arXiv:1711.05101 , 2017

  33. [40]

    MMDetection: Open mmlab detection toolbox and benchmark,

    Kai Chen, Jiaqi Wang, Jiangmiao Pang, Yuhang Cao, Yu Xiong, Xiaoxiao Li, Shuyang Sun, Wansen Feng, Ziwei Liu, Jiarui Xu, Zheng Zhang, Dazhi Cheng, Chenchen Zhu, Tianheng Cheng, Qijie Zhao, Buyu Li, Xin Lu, Rui Zhu, Yue Wu, Jifeng Dai, Jingdong Wang, Jianping Shi, Wanli Ouyang,...

  34. [41]

    A Transformer-Based Siamese Network for Change Detection,

    Wele Gedara Chaminda Bandara and Vishal M. Patel, “A Transformer-Based Siamese Network for Change Detection,” in IGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium , July 2022, pp. 207–210

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.