paper-with-me

홈 › Papers

Vectorized Conditional Neural Fields: A Framework for Solving Time-dependent Parametric Partial Differential Equations

2024-06-06 · Jan Hagnberger, Marimuthu Kalimuthu, Daniel Musekamp, Mathias Niepert

Transformer models are increasingly used for solving Partial Differential Equations (PDEs). Several adaptations have been proposed, all of which suffer from the typical problems of Transformers, such as quadratic memory and time complexity. Furthermore, all prevalent architectures for PDE solving lack at least one of several desirable properties of an ideal surrogate model, such as (i) generalization to PDE parameters not seen during training, (ii) spatial and temporal zero-shot super-resolution, (iii) continuous temporal extrapolation, (iv) support for 1D, 2D, and 3D PDEs, and (v) efficient inference for longer temporal rollouts. To address these limitations, we propose Vectorized Conditional Neural Fields (VCNeFs), which represent the solution of time-dependent PDEs as neural fields. Contrary to prior methods, however, VCNeFs compute, for a set of multiple spatio-temporal query points, their solutions in parallel and model their dependencies through attention mechanisms. Moreover, VCNeF can condition the neural field on both the initial conditions and the parameters of the PDEs. An extensive set of experiments demonstrates that VCNeFs are competitive with and often outperform existing ML-based surrogate models.

📄 PDF Abstract BibTeX arXiv:2406.03919

Code (1)

jhagnberger/vcnef 공식 구현 pytorch

Tasks

Super-Resolution

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Stroke Modeling Enables Vectorized Character Generation with Large Vectorized Glyph Model

2025-11-14 · Xinyue Zhang, Haolong Li, Jiawei Ma, Chen Ye arxiv

Vectorized glyphs are widely used in poster design, network animation, art display, and various other fields due to their scalability and flexibility. In typography, they are often seen as special sequences composed of o…

Space-Time Continuous PDE Forecasting using Equivariant Neural Fields

2024-06-10 · David M. Knigge, David R. Wessels, Riccardo Valperga, Samuele Papa 외

Recently, Conditional Neural Fields (NeFs) have emerged as a powerful modelling paradigm for PDEs, by learning solutions as flows in the latent space of the Conditional NeF. Although benefiting from favourable properties…

Conditional Goal-oriented Trajectory Prediction for Interacting Vehicles with Vectorized Representation

2022-10-19 · Ding Li, Qichao Zhang, Shuai Lu, Yifeng Pan 외

This paper aims to tackle the interactive behavior prediction task, and proposes a novel Conditional Goal-oriented Trajectory Prediction (CGTP) framework to jointly generate scene-compliant trajectories of two interactin…

Motion ForecastingPredictionTrajectory ForecastingTrajectory Prediction

Vectorized Sparse Second-Order Forward Automatic Differentiation for Optimal Control Direct Methods

2025-06-13 · Yilin Zou, Fanghua Jiang

Direct collocation methods are widely used numerical techniques for solving optimal control problems. The discretization of continuous-time optimal control problems transforms them into large-scale nonlinear programming …

Computational Efficiency

Train a Real-world Local Path Planner in One Hour via Partially Decoupled Reinforcement Learning and Vectorized Diversity

2023-05-07 · Jinghao Xin, Jinwoo Kim, Zhi Li, Ning li

Deep Reinforcement Learning (DRL) has exhibited efficacy in resolving the Local Path Planning (LPP) problem. However, such application in the real world is immensely limited due to the deficient training efficiency and g…

Atari GamesDeep Reinforcement LearningDiversityRobot Navigation