paper-with-me

홈 › Papers

Deep Wave Network for Modeling Multi-Scale Physical Dynamics

2026-05-05 · Alexander I. Khrabry, Edward A. Startsev, Andrew T. Powis, Igor D. Kaganovich arxiv

Performance of deep learning models is strongly governed by architectural capacity, with width and depth as primary controls. However, in physical-science applications, models are often compared at a single fixed size or by separating accuracy and computational cost, which can be misleading since architectures exhibit different accuracy-cost scaling as width and depth vary. This issue is particularly relevant for U-Net-type encoder-decoder models, widely used for multi-scale gas, fluid, and plasma dynamics due to their ability to represent features across spatial scales. A U-Net constructs a multi-resolution representation via an encoder that progressively reduces spatial resolution, followed by a decoder that restores it for prediction. Skip connections link corresponding encoder and decoder features, preserving fine-scale information and improving optimization. In practice, U-Net width is routinely tuned, while depth is typically kept fixed (a set number of down/up-sampling stages with few convolutions per stage), limiting systematic exploration of depth for improving the accuracy-cost trade-off. We address this limitation by increasing effective depth through stacking multiple encoder-decoder "waves" in series, with skip connections both within and across waves to enable progressive cross-scale refinement. We call this architecture a Deep Wave Network (DW-Net). Training data, optimization, and schedules are kept identical across models. Instead of evaluating single configurations, we train multiple width variants of each architecture and compare accuracy vs. GPU time Pareto fronts. Across several 2D and 3D flow benchmarks, DW-Net models consistently improve the Pareto frontier over single-wave U-Nets, achieving higher accuracy at matched cost or similar accuracy at reduced cost, and reaching low-error regimes with up to 3x less training time under identical training settings.

📄 PDF Abstract BibTeX arXiv:2605.04198

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dreaming of Electrical Waves: Generative Modeling of Cardiac Excitation Waves using Diffusion Models

2023-12-22 · Tanish Baranwal, Jan Lebert, Jan Christoph

Electrical waves in the heart form rotating spiral or scroll waves during life-threatening arrhythmias such as atrial or ventricular fibrillation. The wave dynamics are typically modeled using coupled partial differentia…

Denoising

Wavelet Flow Matching for Multi-Scale Physics Emulation

2026-05-15 · Gabriele Accarino, Juan Nathaniel, Carla Roesch, Pierre Gentine 외 arxiv

Accurate emulation of multi-scale physical systems governed by PDEs demands models that remain stable over long autoregressive rollouts while preserving fine-scale structures. Deterministic emulators produce overly-smoot…

Improving Significant Wave Height Prediction Using Chronos Models

2025-04-23 · Yilin Zhai, Hongyuan Shi, Chao Zhan, Qing Wang 외

Accurate wave height prediction is critical for maritime safety and coastal resilience, yet conventional physics-based models and traditional machine learning methods face challenges in computational efficiency and nonli…

Computational EfficiencyLanguage ModelingLanguage ModellingLarge Language Model+1

A Deep Learning Approach for Predicting Spatiotemporal Dynamics From Sparsely Observed Data

2020-11-30 · Priyabrata Saha, Saibal Mukhopadhyay

In this paper, we consider the problem of learning prediction models for spatiotemporal physical processes driven by unknown partial differential equations (PDEs). We propose a deep learning framework that learns the und…

Deep Learning

Spectral Generative Flow Models: A Physics-Inspired Replacement for Vectorized Large Language Models

2026-01-13 · Andrew Kiruluta arxiv

We introduce Spectral Generative Flow Models (SGFMs), a physics-inspired alternative to transformer-based large language models. Instead of representing text or video as sequences of discrete tokens processed by attentio…

Computational Efficiency