Dear Reviewer vGZT,
Thank you for your constructive feedback highlighting areas for improvement in our manuscript. Below, we address your comments point by point:
1. To the best of our knowledge FNO and its derivatives, such as [Transform Once: Efficient Operator Learning in Frequency Domain | OpenReview](https://openreview.net/forum?id=B2PpZyAAEgV), represent the primary operator networks that explicitly incorporate training in the frequency domain. FNO embeds the Fourier transform directly into its architecture, leveraging the ability to efficiently compute convolutions and capture global patterns. However, FNO also applies a linear transformation to the raw input, where parameters are learned outside of the Fourier-transformed space.
This is different from RBON, which does not have an embedded Fourier transform. We are simply demonstrating RBONs ability to learn on data that is already in the frequency domain for the purposes of applications in the world of PDEs. Spectral methods tend to be more accurate than finite difference methods and can easily compute derivatives and convolutions in the frequency domain. Spectral methods also pick up on non-local interactions well. In contrast, operator learning in the time domain, such as in DeepONet, provides a localized perspective (like FDM), making it better suited for capturing fine-grained details and handling discontinuities or transient responses, but RBON can learn in either setting, and should thus be able to be used in either situation.
2. This is quite an interesting point. Combining operators learned separately in the time and frequency domains could indeed enhance approximation by leveraging both global and local patterns. This is a promising direction for future research and experimentation, and we appreciate your suggestion.
In this work, our primary motivation was to address applications in the realm of PDEs, where operators often deal with functions represented in either the frequency domain or the time domain. Our goal was to demonstrate the flexibility and capability of RBONs to effectively learn in either setting, providing a foundation for incorporating RBONs in numerical computing models.
3. Certainly, this was a massive oversight on our part, and the revised methodology section is a much-improved description in comparison to the first version.
4. We used the validation sets to select the optimal M and N across a very limited range (2-15) for the PDE problems to restrict the size of the network While larger networks yield better predictions, our aim was to demonstrate the accuracy achievable with smaller network configurations. Additionally, the validation sets were used to optimize hyperparameters for the other networks, ensuring a fair comparison.
5. The performance differences can be attributed to the specific characteristics of the tasks. The Burgers equation, for example, involves smooth solutions with sharp gradients, making it well-suited to networks that excel at capturing global features (LNO, FNO, F-RBON). On the other hand, RBON and NRBON are better equipped to handle localized or transient behaviors, as seen in their performance on tasks with highly localized features or irregularities. Instability in certain networks may arise from their predisposition to either global or local patterns, which can affect their generalization, especially on OOD data. We have revised the manuscript to contain better explanations of the performance on the various PDE examples.
Thank you for your insights and recommendations. They were helpful in producing a much-improved version of the paper that we hope addresses your concerns.