Nothing here yet
Physics-informed neural networks typically enforce boundary conditions via penalty terms, leading to approximate satisfaction and training pathologies. This paper proposes a systematic method to enforce Dirichlet, Neumann, and Robin conditions exactly on curved quadrilateral domains using Theory of Functional Connections (TFC) combined with transfinite interpolation. The key innovation is handling compatibility constraints at vertices where mixed boundary conditions meet, particularly when two Neumann/Robin boundaries intersect, by decomposing the problem into a four-step procedure.
Physics-informed neural operators enable rapid surrogate modeling of PDEs but incur substantial energy costs during repeated inference, limiting deployment on edge devices. This paper proposes SPINONet, which embeds Variable Spiking Neurons (VSNs) into the branch network of a separable DeepONet architecture to enable sparse, event-driven computation while preserving continuous coordinate pathways for derivative calculation. The core insight is that structural decoupling—spiking for input encoding and dense differentiability for coordinate encoding—allows physics-informed training without redundant multiply-accumulate operations.
This paper proposes a training-free conditional diffusion model for Bayesian filtering in data assimilation. Instead of learning the score function via neural networks, the authors leverage kernel density estimation (KDE) to represent the joint distribution of states and measurements, yielding a closed-form expression for the score that enables analytical sampling from the posterior. The method targets nonlinear, non-Gaussian filtering problems where traditional ensemble Kalman filters (EnKF) make restrictive Gaussian approximations and particle filters suffer from weight degeneracy in small-ensemble regimes.