Articles | Volume 11, issue 8
https://doi.org/10.5194/wes-11-2869-2026
© Author(s) 2026. This work is distributed under the Creative Commons Attribution 4.0 License.
Convolutional versus graph-based surrogate models for inter-farm wake prediction using multi-fidelity transfer learning
Download
- Final revised paper (published on 11 Aug 2026)
- Preprint (discussion started on 30 Mar 2026)
Interactive discussion
Status: closed
Comment types: AC – author | RC – referee | CC – community | EC – editor | CEC – chief editor
| : Report abuse
-
RC1: 'Comment on wes-2026-54', Anonymous Referee #1, 21 Apr 2026
- AC1: 'Comment on wes-2026-54', Jens Peter Schøler, 06 Jun 2026
-
RC2: 'Comment on wes-2026-54', Anonymous Referee #2, 21 Apr 2026
- AC1: 'Comment on wes-2026-54', Jens Peter Schøler, 06 Jun 2026
- AC1: 'Comment on wes-2026-54', Jens Peter Schøler, 06 Jun 2026
Peer review completion
AR – Author's response | RR – Referee report | ED – Editor decision | EF – Editorial file upload
AR by Jens Peter Schøler on behalf of the Authors (06 Jun 2026)
Author's response
Author's tracked changes
Manuscript
ED: Referee Nomination & Report Request started (22 Jun 2026) by Xiaolei Yang
RR by Anonymous Referee #1 (22 Jun 2026)
RR by Anonymous Referee #2 (23 Jun 2026)
ED: Publish as is (06 Jul 2026) by Xiaolei Yang
ED: Publish as is (07 Jul 2026) by Sandrine Aubrun (Chief editor)
AR by Jens Peter Schøler on behalf of the Authors (08 Jul 2026)
This manuscript presents a rigorous and timely comparison of ARU-Net and GNO surrogate models for inter-farm wake prediction using multi-fidelity transfer learning. The study addresses a critical challenge in offshore wind energy as farm clusters become denser. The key findings offer valuable and actionable insights for surrogate model selection in wind energy applications. The paper is well-structured and the experiments are reproducible. Addressing the requested clarifications on computational efficiency, out-of-distribution robustness, and certain methodological details will further strengthen this solid contribution. I recommend acceptance pending major revisions.
1. Introduction:
- The transition from the motivation for multi-fidelity transfer learning to the side-by-side introduction of CNN and GNN architectures (Page 3, Line 80) is somewhat disjointed. It would be helpful to state that CNNs and GNNs represent the two principal architectural paradigms currently being explored for implementing such multi-fidelity surrogates.
- The topic about inter-farm wake interaction for the wind farm clusters should be reviewed deeply, such as the literature reported in Journal of Cleaner Production 2023, 396: 136529 and Energy Conversion and Management 2022, 267, 115897.
- Please ensure that all abbreviations are expanded upon first use. For instance, "SciML" in Section 2.1 should be written as "Scientific Machine Learning (SciML)" on its first occurrence.
2. Methodology:
- The manuscript states that PLayGen generates four distinct layout types for the low-fidelity dataset. However, it appears that the high-fidelity RANS-AWF dataset is restricted predominantly or exclusively to cluster layouts. Could the authors clarify the rationale for this restriction? Is it due to computational constraints, or is the cluster layout considered sufficiently representative for the physics corrections targeted by the high-fidelity data? This clarification is important for understanding the generalizability of the fine-tuned models.
- The ARU-Net is implemented in PyTorch, whereas the GNO is built on JAX/Jraph. Could the authors comment on whether this difference in underlying frameworks could introduce any biases in the reported wall-clock training times (Table 4)? For instance, data loading overhead or graph construction routines may differ in efficiency, potentially affecting the comparison of LoRA versus full fine-tuning efficiency.
- The authors clamp velocities exceeding U∞ to U∞ prior to the log-deficit transformation for the ARU-Net. This effectively forces the ARU-Net to ignore regions of flow acceleration caused by blockage effects. Could this design choice partially explain the observed differences in F1 scores and RMSE between the two models? A brief discussion of whether the GNO's ability (or inability) to predict such speed-ups affects the practical utility of the respective models would be insightful.
3. Results and Discussion:
- The manuscript states that the GNO benefits "only marginally" from transfer learning. While the relative improvement is indeed smaller than that observed for the ARU-Net, Table 4 shows a reduction in RMSE from 0.00696 (trained from scratch) to 0.00558 (LoRA fine-tuned), which represents a ~20% relative improvement. In the context of wind farm energy yield assessment, this may not be negligible. The authors should consider softening the language to reflect that while the relative gain is modest compared to the ARU-Net, pre-training still yields the best absolute performance for the GNO.
- The observation that LoRA fine-tuning offered no significant wall-clock time savings despite the substantial reduction in trainable parameters is counterintuitive. Could the authors elaborate on the likely bottleneck? Was the training time dominated by data loading, graph construction, or the forward pass through frozen layers?
- The ARU-Net performance degrades noticeably when interpolated from the CNN grid to the GNN grid. Please specify the interpolation method used (e.g., bilinear, bicubic). Additionally, comment on whether this sensitivity to grid resolution poses a practical concern for deployment scenarios where query points may not align with the training raster.
4. Conclusion: Further research directions are suggested.
Recommendation:
1. Ensure all acronyms (e.g., SciML, PEFT, FiLM, SE, AG) are spelled out upon first occurrence in the main text.
2. The description of the connection between CNNs and GNNs in Section 2.1, while mathematically rigorous, is somewhat verbose. Consider condensing the high-level analogy to improve the pacing of the methodology section.
3. The manuscript would benefit from a schematic diagram in the Introduction illustrating the overall multi-fidelity transfer learning workflow. This would enhance the structural clarity for the reader.