Summary
Designing architectures for processing the weights of neural networks is an exciting and relatively new area with great implications. This paper proposes a novel, attention-based architecture for processing NN weights. The proposed architecture is equivariant to the permutation symmetries of neural weight spaces. Furthermore, the authors propose INR2Array, a method for learning an invariant latent space for INR weights.
Strengths
1. The paper is generally well-structured and well-written.
1. The authors propose a novel architecture for processing the weights of neural networks. The new attention-based architecture achieves comparable or superior results compared to baseline methods.
1. This is a natural and necessary extension of previous work on linear equivariant weight space layers.
Weaknesses
My main concerns are the limited novelty w.r.t prior works and the missing/unfair evaluation results, which makes it difficult to assess the performance of the proposed approach w.r.t to prior work, and the effect of the different part of the proposed method (e.g., INR2Array^NFT vs. NFT).
1. While attention-based equivariant layers are a natural extension, the technical novelty of the paper is somewhat limited with respect to prior works ([1], [2], [3]).
1. Missing results for NFT without INR2Array for the INR classification task in Table 1. This is a necessary comparison for evaluating the effect of the main contributions of the paper, attention-based base layers for weight spaces, and INR2Array.
1. The evaluation against DWS in Table 1 is flawed and unfair: The results for DWS are taken from [1], which uses a single INR copy for each image. The results for other baselines and the proposed method use 10 INR copies. As discussed in Section 7 of [1], additional INR copies can significantly improve the performance. Also, a more direct evaluation should use the same INR dataset, as choices of the INR arch., hyperparameters, and training procedure can affect the results of methods trained using this INR dataset. Using different INR datasets can potentially greatly vary the results. Finally, the augmentation scheme used in this paper is different than the one used in [1].
1. Line 120: Need to provide an explanation/intuition for the provided claim.
1. The equivariance proof provided for Theorem 3.1 is insufficient. While I believe the results are valid, the claim (“To show this, we can expand the left hand side term-by-term using the definition of SA.”) should be extended, and more details are needed. Also, it would be beneficial to provide a concrete example (using a specific layer) to show equivariance.
1. As stated by the authors, the proposed layers are computationally expensive. Please provide runtime (or complexity) comparisons w.r.t linear equivariant weight-space layers.
1. Additional comments on experiments:
- Please report the number of parameters for each method (In Table 1).
- What is the NFN (and INR2Array^NFN) variant used in Table 1 (NP or HNP)?
- It would be beneficial to include ablation on design choices, specifically the use of Random Fourier features and the use of Layer norm.
- Please provide more details on the use of mixup augmentations: are you performing the mixup in weight space?
- Also, it would be beneficial to compare the results of NFT with/without mixup augmentation.
Minor:
1. In Sec. 2, it would be clearer if the authors explicitly state that elements from the NP group, generally do not preserve the function defined by the set of weights.
[1] Navon et al., Equivariant architectures for learning in deep weight spaces, ICML 2023.
[2] Zhou et al., Permutation Equivariant Neural Functionals, 2023.
[3] Luigi et al., Deep Learning on Implicit Neural Representations of Shapes, ICLR 2023.
Questions
1. Can the proposed Arch. be easily extended to the HNP design and setup? From Table 3 it appears this could be very beneficial for some tasks.
1. The authors stated the difficulty of training large NFT architectures stably as a limitation of the method (Section 7). Since learning over weight spaces is a relatively novel task, it would be very beneficial if the authors could elaborate on any limitations/findings/failure cases from their experiments in the Appendix.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
Addressed, although more details would be beneficial, see Questions.