Summary
In this paper, the authors propose adaptive tokenization that could set different token sizes based on different local physical features, and decouple the spatial and temporal dimensions to do attention for relatively long-range sequences to solve physical representations. The authors have evaluated the proposed method on the colliding thermals dataset. Further experiments of fine-tuning the pretrained models on the different physical properties show the generalization and expressibility of the pretrained model.
Strengths
- It is interesting to apply adaptive tokenization to attention, especially with long sequences. This could also be applied to problems other than physical science.
- The paper is easy to understand and has relatively well-organized arguments.
- The analysis and the experiments on different physical problems show good performance, and the generalization of the proposed method.
Weaknesses
- How does this adaptive tokenization compare to simple coarse-to-fine tokenization? Some ablation studies could be conducted to verify the necessity of adaptive tokenization.
- The proposed method does not seem to have an advantage in computation, including time and memory consumption compared to the recent arts.
- Although the authors have shown that the pretrained model showed better performance with limited fine-tuning with quantitative results, there are no relatively large statistical results showing the benefits of the pretrained model.
- According to the paper, the proposed method should be able to handle long-range correlations, which refer to long sequences. However, the experimented sequence length is still limited, which I think might not be very suitable to emphasize the advantage of the proposed method.
- Also, the authors could provide the results of even finer path size to compare the proposed method with “definite good performance” to highlight the effectiveness of the adaptive tokenization.
- What is the metric to decide the choice of the patch size? The authors mentioned local physical features, but how specifically do the authors form this problem? It could be made clearer in the method section.
- Naming the model foundation model for spatiotemporal physical systems, however, the experiments and the datasets are limited.
Questions
I think the idea of adaptive tokenization is interesting and can be applied to many other fields. However, I think the authors did not emphasize the importance and the generalization of the application of the proposed tokenization, which is, according to the paper, the most important part that contributed to the performance of the proposed method.
Also, experiments and analysis should focus on long sequences and large-scale datasets.
Please see my detailed comments above.