Response to Reviewer CY8h (Part 2/2)
> What's the relationship between the 'PINN for ED' and the 'adaptive-sampling PINN for inverse problem'?
We would like to clarify that on their own, PINNs cannot be used for experimental design (ED) problems, where the goal is to optimize for observation points that yield the most informative measurements for estimating the unknown inverse parameters. Our PIED framework makes use of PINNs, which can be used both as forward simulators and inverse solvers, to solve the ED problem efficiently given the various advantages of PINNs as outlined in our main paper.
Our framework also focuses on the non-adaptive setting (Lines 127-134, Sec. 2) where the observation points need to be selected up-front for one-shot deployment of sensors. This is unlike the adaptive setting, where multiple rounds of observations are allowed and the design parameter can be adjusted between each round based on observed data. In the same section, we also described several realistic scenarios where observation selection under non-adaptive settings are more practical than the adaptive methods.
On the other hand, 'adaptive-sampling PINN for inverse problem' as the reviewer described, has several key differences:
1. In inverse problems, the PINNs are used as inverse solvers, and the goal is to estimate unknown PDE parameters from given observed data. This is distinct from the ED problem as described above, which focuses on effectively optimizing the observation points for the inverse problem.
2. Sampling in this case usually refers to sampling methods for PINNs training, where most works focus on the selection of what are known as PDE residual or collocation points that enforces the PDE and IC/BC constraints in the PINN loss function [3], even when the PINNs are used for solving inverse problems. Instead, our work focuses on optimizing for the most informative observational data.
3. The only adaptive PINNs points selection work that considers the selection of observational points, as far as we are aware, is [4]. However, [4] focuses on the adaptive setting that involves choosing different observation points during the PINNs training process. Instead, our work focuses on the one-shot deployment setting where such frequent adjustments of sensor locations and observation points are impractical.
[3] Wu et al. A comprehensive study of non-adaptive and residual-based adaptive sampling for physics-informed neural networks.
[4] Lau et al. PINNACLE: PINN Adaptive ColLocation and Experimental points selection.
---
> Can a trained PINN generalize to a new ED problem with new $\beta$? Can the model (including the meta-learning part) generalize to a new distribution of $\beta$?
We would first like to clarify that the experimental design (ED) problem is defined over a given PDE system (Eq. 1 in the main paper) for a range of possible associated PDE parameter $\beta$ values, where the range is typically informed by domain knowledge. For the ED problem, we do not know what the true $\beta_0$ value is but want to find the most informative observation points (given budget constraint) such that we can best solve the inverse problem of estimating $\beta_0$.
A PINN by itself, as mentioned earlier, cannot be used alone to tackle ED problems, but may be used as an inverse solver to estimate $\beta_0$. A trained PINN that was previously trained with another $\beta$ value could take in observation data and be re-trained to act as an inverse solver to estimate $\beta_0$ -- the original 'trained PINN' will essentially be the initialization for a newly trained PINN with the observation data.
Regarding the selected observation points (i.e., ED solutions from the PIED methods) and whether they could be used on a new distribution of $\beta$, we would like to refer the reviewer to Fig. 11 in the Appendix, where we presented results for experiments where there is a mismatch in the distribution of the $\beta$ used during the ED stage and those during the testing stage. From the results we see that unlike other methods, PIED suffers little degradation in the predictive performances when the distribution of $\beta$ changes, suggesting that this generalization behavior is possible with PIED.
---
Thank you once again for reviewing our work. We hope that our responses and clarifications will improve your evaluation of our paper.