LGNANAJun 3

MeshTok: Efficient Multi-Scale Tokenization for Scalable PDE Transformers

arXiv:2606.0436645.4Has Code
AI Analysis

For researchers in neural PDE modeling, MeshTok provides a scalable tokenization method that enhances computational resource allocation without requiring specialized architectures.

MeshTok introduces an adaptive mesh refinement-inspired tokenization for Transformers that selectively refines spatial regions with sharp gradients or multiscale structures, improving the efficiency-accuracy trade-off across multiple PDE benchmarks compared to uniform-grid baselines.

Conventional patchified Transformers operate on uniform spatial partitions, distributing computational effort evenly across the domain irrespective of local features. This inflexible tokenization scheme is inherently limited in its ability to efficiently represent and process solutions to complex PDEs. To address this, we propose MeshTok, an adaptive mesh refinement (AMR)-inspired tokenization and sequence modeling framework. This method selectively refines spatial regions exhibiting sharp gradients, transient features, or multiscale structures, generating a heterogeneous set of multiscale tokens defined on a fixed simulation grid. These tokens are processed within a unified Transformer sequence, enabling the model to simultaneously capture coarse-grained global context and fine-grained local details without requiring specialized architectural components. Although adaptive refinement moderately increases token count, it promotes a more targeted allocation of computational resources to physically informative regions, which we view as a practical inductive bias rather than a formal optimality guarantee. Experimental evaluations across multiple PDE families and benchmark datasets demonstrate that MeshTok consistently improves the efficiency-accuracy trade-off compared to uniform-grid baselines. This suggests adaptive multiscale tokenization as a scalable and generalizable design principle for neural PDE modeling. Code is available at https://github.com/SCAILab-USTC/MeshTok.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes