## Addressing Weakness:
Thank you for highlighting this aspect. We acknowledge the need for a discussion on limitations or drawbacks in our concluding remarks section. Accordingly,
we incorporate a discussion on the limitations or drawbacks there. One limitation of the current implementation of MgNO is its restriction to inputs
and outputs on uniform meshes; otherwise, mesh data has to be integrated into the input such that the input is akin to pixel grids in image data. To address this, we plan to integrate ideas from algebraic multigrid methods to
enhance our current MgNO framework. This enhancement will enable it to handle inputs and outputs on more
general meshes, and even extend to arbitrary sampling data points or point clouds.
## Response to questions
**Question 1**:
We thank the reviewer for raising concerns regarding the scalability of our proposed method. The MgNO architecture, central to our approach, is specifically tailored for efficient parameterization of linear operators within function spaces. This is achieved through a multigrid structure and multi-channel convolutional form, enabling scalability to high-resolution inputs typically encountered in complex problems.
Importantly, the multigrid structure of MgNO is recognized for its effectiveness in handling large-scale problems, particularly in numerical solutions to PDEs. This aspect of our architecture underpins our confidence in its scalability.
Empirically, MgNO has demonstrated superior performance in both accuracy and efficiency, as evidenced in our results. Notably, it features the smallest number of parameters as shown in Table 1 of our paper. To directly address the scalability concern, we conducted additional experiments to assess MgNO's performance at various input resolutions -- $64 \times 64$, $128 \times 128$, $256 \times 256$, and $512 \times 512$ -- while monitoring memory usage during both forward and backward passes. For MgNO, the recorded memory usages were 145.04 MB, 574.16 MB, 2290.66 MB, and 9156.64 MB, respectively. In comparison, for the Fourier Neural Operator (FNO), the memory usage were 184.25 MB, 630.16 MB, 2342.80 MB, and 9051.43 MB at the same resolutions. These results indicate a near-linear relationship between memory usage and the square of the resolution $(n^2)$, where $ n$ represents the resolution. This linear trend in resource usage, coupled with the comparative efficiency over FNO, further substantiates our method's scalability.
In conclusion, both the architectural design of MgNO and the empirical evidence from our experiments reinforce our confidence in its scalability to more demanding scenarios, thereby addressing the concerns raised.
**Question 2**:
Thank you for the insightful point. Indeed, we can extend the universal approximation theorem to encompass more general Banach or Hilbert spaces, which may not necessarily be spaces of functions. As evident from the neural operator architecture in Equation (1), the definitions of $\mathcal W_i$, $\mathcal B_i$, and $\mathcal A_i$ are independent of the structures of $\mathcal{X}$ and $\mathcal{Y}$. This allows for a direct extension to abstract Banach spaces.
However, there are two critical aspects to consider. Firstly, we must assume the existence of at least one Schauder basis, enabling the uniform approximation of $\mathcal{X}$ by finite-dimensional spaces. This assumption is crucial for achieving the approximation rate as outlined in the second step of the original proof in Appendix A.
Secondly, the definition of the activation function needs attention. In the initial version of our manuscript, we proposed a property for the nonlinear activation operator ($\widetilde{\sigma}: \mathcal{Y} \rightarrow \mathcal{Y}$): there exist two elements $\xi, \zeta \in \mathcal{Y}$ such that $\widetilde{\sigma}(a \xi) = \sigma(a) \zeta$, where $\sigma: \mathbb{R} \rightarrow \mathbb{R}$ is a real, non-polynomial function. This approach facilitates a proof analogous to the third step in Appendix A.
With these assumptions for $\mathcal{X}$, $\mathcal{Y}$, and the activation operator $\widetilde{\sigma}$, we can replicate the proof in Appendix A to achieve similar universal approximation results for highly general or abstract Banach spaces $\mathcal{X}$ and $\mathcal{Y}$. In the initial version of our manuscript, we included this result. However, we later decided to omit it, concerned that its generality might lead to misunderstandings among readers.