PulseAugur
EN
LIVE 09:20:25

New convolutions improve neural networks for solving PDEs on surfaces

Researchers have identified and addressed smoothness errors in neural network models used for solving partial differential equations over surfaces. Traditional graph neural networks can suffer from oversmoothing, where node features become too similar, hindering performance in tasks like diffusion processes. While unitary graph convolutions were proposed to mitigate this, they can be overly restrictive for systems that naturally smooth over time. The paper introduces relaxed unitary convolutions, which balance smoothness preservation with the necessary natural smoothing for physical systems, and extends these concepts to meshes. Experiments show this new method outperforms existing baselines on tasks including the heat and wave equations and weather forecasting. AI

IMPACT Introduces a novel convolution method that enhances the accuracy of neural networks for modeling physical systems and solving complex equations.

RANK_REASON The cluster contains a research paper detailing a new method for improving neural network performance on specific tasks. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Edward Berman, Luisa Li, Jung Yeon Park, Robin Walters ·

    Smoothness Errors in Dynamics Models and How to Avoid Them

    arXiv:2602.05352v3 Announce Type: replace Abstract: Modern neural networks have shown promise for solving partial differential equations over surfaces, often by discretizing the surface as a mesh and learning with a mesh-aware graph neural network. However, graph neural networks …