Stable and Efficient One-Way Modelling of Convective Disturbances in Laminar Boundary Layers: OWNS-Summation
arXiv:2608.01155
2026
Architecture
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper isolates a broadly useful numerical principle: evaluate a high-order rational spectral filter as an additive partial-fraction sum rather than as a recursive product. Although the target application is one-way fluid marching, the same distinction applies to neural spectral layers, graph filters, implicit networks, and differentiable projectors, where products of poorly conditioned factors can amplify roundoff and gradient errors. Each resolvent term uses the same input and can be computed independently, making the method both numerically safer and naturally parallel. The most direct ML experiment is a rational graph spectral layer whose filter is evaluated by parallel shifted linear solves and compared against recursive factor evaluation at equal approximation order.
Ideas from this paper
Unverified
2026
Replace a recursive product implementation of a rational spectral filter with an additive sum of independently evaluated resolvents. Use the layer on a graph Laplacian, token-similarity operator, or other sparse feature operator to obtain a high-order filter without multiplicative roundoff and gradient amplification; the independent solves can also be batched or distributed across devices.
Useful6/10
Difficulty6/10
Novelty6/10