Papers for

simulation software developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Adaptive neural operators improve computation and interaction for solving PDEs

Where to Compute and How to Interact: Operator-Readable Adaptation with Gauge-Aware Transport

Abstract: Adaptive meshes enable neural operators for partial differential equations (PDEs) to allocate spatial samples and computation according to local physical structures. Existing approaches, however, mainly address where to compute, with less attention to how information should interact after node relocation. Mesh adaptation changes local sampling scales, neighborhood structures, and geometric contexts, so representations formed at different nodes may not be directly comparable. Direct aggregation can therefore entangle physical variation with discretization-induced representation variation. Because allocation and interaction are jointly optimized through the same output objective, their individual roles are also difficult to distinguish from final errors alone. We introduce operator readability, requiring an adaptive operator to account for and test why computation is allocated to particular locations and how representations interact under the resulting nonuniform discretization. Based on this principle, we propose the Gauge-Aware Adaptive Mesh Neural Operator (GA-AMNO). Physics-informed adaptive allocation answers where to compute, while geometry-conditioned low-rank Gauge transport maps source features into target representation contexts before aggregation, answering how to interact. This makes mesh-to-solver information exchange inspectable and intervenable. We establish sufficient conditions for representation-consistent aggregation and analyze approximate transport errors and continuity under topology-preserving mesh deformations. Experiments on five PDE benchmarks demonstrate improved predictive accuracy, while controlled interventions and geometric-mismatch analyses verify the roles of allocation and interaction and show that Gauge transport improves cross-discretization representation compatibility under strong geometric mismatch.

Mon 14 SeptMachine Learning
The gist
Partial differential equations (PDEs) model many physical systems, but solving them efficiently is hard. The authors study adaptive methods that decide where to focus computation on a mesh and how to combine information from different parts. They show that simply changing where computation happens can cause confusion between physical changes and changes from the mesh itself. Their new method, called GA-AMNO, not only picks where to compute but also carefully adjusts how information interacts across the mesh, making the whole process clearer and more accurate. Tests on various PDEs show better results and the ability to check how each part contributes.
Open 2609.15620v1

Zeroth-order optimization improves using adaptive directional hints

Adaptively Incorporating Directional Hints into Zeroth-Order Optimization

Abstract: We study zeroth-order optimization of non-convex functions with the aid of directional hints, which are cheap but potentially inaccurate approximations of the true gradient direction, given by linear subspaces at each iteration. To leverage these hints adaptively while maintaining robustness to their quality, we introduce Control-Variate Zeroth-Order Descent (CV-ZOD), a new framework that refines the classical zeroth-order gradient estimator with a control variate that can be set based on the directional hints. We first show that the oracle algorithm that optimally sets the reference vector and step size at each iteration achieves a convergence rate that interpolates between the first-order $O(1/T)$ rate and the zeroth-order $O(d/T)$ rate, depending on the quality of the hints along the trajectory. We then develop a practical variant of CV-ZOD that achieves the same oracle guarantee up to logarithmic factors, without any prior knowledge of the hint quality. We validate the method empirically on simulation-based scientific optimization tasks, demonstrating sustained progress on non-convex landscapes where zeroth-order descent is slower and existing guided methods stall as guidance deteriorates.

Tue 8 SeptMachine Learning
The gist
Optimizing complicated functions without direct information about their slope is hard and slow. The authors study a way to speed this up by using approximate directional hints that suggest good directions to move. They develop a method called CV-ZOD that combines these hints with existing techniques, adjusting how much it trusts the hints based on their quality. Their approach works well in practice, maintaining steady progress even when the hints get worse, unlike previous methods that struggle when guidance is inaccurate.
Open 2609.08277v1