We thank the reviewer for their feedback and for their very useful comments.
> The theory of this paper is not solidly developed enough. The conclusion of the paper, says spectral shift, is drawn from observations of several specific types of PDEs, can be empiricism, and may not be generalizable enough for other PDEs. In addition, justifying whether a PDE will suffer from an extrapolation failure using WWF can be difficult in practice.
In this paper, we focused primarily on putting forth evidence supporting the novel hypothesis that spectral shifts could be responsible for the poor extrapolation behavior of PINNs. We certainly welcome a more thorough theoretical investigation of this phenomenon, but we chose to leave that to future work.
We would also like to point out that our focus here is not on practical applications just yet, but on acquiring a basic understanding of what can make PINNs fail to extrapolate. Future work should extend our analysis to state-of-the-art PINN models and, as the reviewer pointed out, investigate if the WWF can be used in practical applications.
> Leveraging the concept of spectral bias for extrapolation as a hypothesis is problematic. The spectral bias states that NN tends to learn low-frequency components more easily and faster than high-dimensional components during training [1]. While extrapolation is a validation/testing process. Thus, one should not explain a phenomenon in testing with a theory for training, or use it as a hypothesis (despite that the paper beats the hypothesis to the end).
We thank the reviewer for voicing their concern. The issue with the citation pointed out by the reviewer has been fixed. By spectral bias, we indeed mean PINNs tendency to learn lower frequencies better and faster in interpolation. However, prior work has also studied the connections between NTK theory, spectral bias, and extrapolation, for example [1]. Following this, we would expect most of the extrapolation error to come from the higher frequencies (the predicted function might become smooth or flat, as in [2]). Our Fourier-based results in section 3 show that this is not the case: a large share of the error seems to come from the lower frequencies.
> The presentation of the paper can be improved, say most figures can be denser to save space, and most tables can have nicer borders, etc.
We have generally made the representation a bit denser and have also moved some additional figures from the appendix to the main text.
> For the proposed transfer learning method, what is the benefit of transfer learning rather than directly learning new PINNs over the full domain? As shown by massive previous works, PINNs can easily learn accurate solutions for Burger's equation, as showcased in this work.
We agree that it is generally possible to train a new model on a larger domain (assuming that domain isn’t too large) to get accurate solutions. This is, however, based on the fact that PINNs can perform well in interpolation.
As recent works have argued [3], models that can extrapolate well are generally desirable, for example because extrapolation failures indicate that the model hasn’t correctly learned the underlying physical laws [4], which are the reason for using PINNs in the first place.
Simply training a new model (on a larger domain) does not address this issue as the new model will still suffer from poor extrapolation outside of its training domain.
Transfer learning is interesting in this regard in that it seems to encourage inductive biases in the model that improve extrapolation performance (see our discussion in section 4) without training on a larger domain with the target PDE.
[1] Xu, Keyulu, Mozhi Zhang, Jingling Li, Simon S. Du, Ken-ichi Kawarabayashi, and Stefanie Jegelka. "How neural networks extrapolate: From feedforward to graph neural networks." arXiv preprint arXiv:2009.11848 (2020).
[2] Andrea Bonfanti, Roberto Santana, Marco Ellero, and Babak Gholami. On the hyperparameters influencing a pinn’s generalization beyond the training domain, 2023.
[3] Taniya Kapoor, Abhishek Chandra, Daniel M Tartakovsky, Hongrui Wang, Alfredo Nunez, and Rolf Dollevoet. Neural oscillators for generalization of physics-informed machine learning. arXiv preprint arXiv:2308.08989, 2023.
[4] Jungeun Kim, Kookjin Lee, Dongeun Lee, Sheo Yon Jin, and Noseong Park. Dpm: A novel training method for physics-informed neural networks in extrapolation, 2020.