paper-with-me

홈 › Papers

BCAT: A Block Causal Transformer for PDE Foundation Models for Fluid Dynamics

2025-01-31 · Yuxuan Liu, Jingmin Sun, Hayden Schaeffer

We introduce BCAT, a PDE foundation model designed for autoregressive prediction of solutions to two dimensional fluid dynamics problems. Our approach uses a block causal transformer architecture to model next frame predictions, leveraging previous frames as contextual priors rather than relying solely on sub-frames or pixel-based inputs commonly used in image generation methods. This block causal framework more effectively captures the spatial dependencies inherent in nonlinear spatiotemporal dynamics and physical phenomena. In an ablation study, next frame prediction demonstrated a 3.5x accuracy improvement over next token prediction. BCAT is trained on a diverse range of fluid dynamics datasets, including incompressible and compressible Navier-Stokes equations across various geometries and parameter regimes, as well as the shallow-water equations. The model's performance was evaluated on 6 distinct downstream prediction tasks and tested on about 8K trajectories to measure robustness on a variety of fluid dynamics simulations. BCAT achieved an average relative error of 1.18% across all evaluation tasks, outperforming prior approaches on standard benchmarks. With fine-tuning on a turbulence dataset, we show that the method adapts to new settings with more than 40% better accuracy over prior methods.

📄 PDF Abstract BibTeX arXiv:2501.18972

Code (0)

등록된 구현이 없습니다.

Tasks

8kImage GenerationPrediction

Similar Papers 제목 키워드 기반

SwinVFTR: A Novel Volumetric Feature-learning Transformer for 3D OCT Fluid Segmentation

2023-03-16 · Khondker Fariha Hossain, Sharif Amit Kamran, Alireza Tavakkoli, George Bebis 외

Accurately segmenting fluid in 3D optical coherence tomography (OCT) images is critical for detecting eye diseases but remains challenging. Traditional autoencoder-based methods struggle with resolution loss and informat…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

From AR to Diffusion: Efficiently Adapting Large Language Models with Strictly Causal and Elastic Horizons

2026-04-11 · Xiangyu Ma, Teng Xiao, Zuchao Li, Lefei Zhang arxiv

Diffusion models promise efficient parallel text generation but rely on bidirectional attention, creating a structural mismatch with pre-trained Autoregressive (AR) models. This incompatibility precludes reusing robust A…

Text Generation

DAG-FM: A Foundation Model for Causal Discovery under Heterogeneous Causal Mechanisms

2026-07-13 · Yikang Chen, Zhengkang Guan, Haoyuan Qian, Xingxuan Zhang 외 arxiv

Causal discovery from observational tabular data remains fundamentally challenging, primarily due to the heterogeneity of underlying causal mechanisms and the high-dimensional combinatorial search space of Directed Acycl…

CausalFSFG: Rethinking Few-Shot Fine-Grained Visual Categorization from Causal Perspective

2025-12-25 · Zhiwen Yang, Jinglin Xu, Yuxin Pen arxiv

Few-shot fine-grained visual categorization (FS-FGVC) focuses on identifying various subcategories within a common superclass given just one or few support examples. Most existing methods aim to boost classification accu…

Causal Inference

FluidFormer: Transformer with Continuous Convolution for Particle-based Fluid Simulation

2025-08-03 · Nianyi Wang, Yu Chen, Shuai Zheng arxiv

Learning-based fluid simulation networks have been proven as viable alternatives to traditional numerical solvers for the Navier-Stokes equations. Existing neural methods follow Smoothed Particle Hydrodynamics (SPH) fram…