paper-with-me

홈 › Papers

Zebra: In-Context and Generative Pretraining for Solving Parametric PDEs

2024-10-04 · Louis Serrano, Armand Kassaï Koupaï, Thomas X Wang, Pierre Erbacher, Patrick Gallinari

Solving time-dependent parametric partial differential equations (PDEs) is challenging, as models must adapt to variations in parameters such as coefficients, forcing terms, and boundary conditions. Data-driven neural solvers either train on data sampled from the PDE parameters distribution in the hope that the model generalizes to new instances or rely on gradient-based adaptation and meta-learning to implicitly encode the dynamics from observations. This often comes with increased inference complexity. Inspired by the in-context learning capabilities of large language models (LLMs), we introduce Zebra, a novel generative auto-regressive transformer designed to solve parametric PDEs without requiring gradient adaptation at inference. By leveraging in-context information during both pre-training and inference, Zebra dynamically adapts to new tasks by conditioning on input sequences that incorporate context trajectories or preceding states. This approach enables Zebra to flexibly handle arbitrarily sized context inputs and supports uncertainty quantification through the sampling of multiple solution trajectories. We evaluate Zebra across a variety of challenging PDE scenarios, demonstrating its adaptability, robustness, and superior performance compared to existing approaches.

📄 PDF Abstract BibTeX arXiv:2410.03437

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningMeta-LearningUncertainty Quantification

Similar Papers 제목 키워드 기반

Zebra: Extending Context Window with Layerwise Grouped Local-Global Attention

2023-12-14 · Kaiqiang Song, Xiaoyang Wang, Sangwoo Cho, Xiaoman Pan 외

This paper introduces a novel approach to enhance the capabilities of Large Language Models (LLMs) in processing and understanding extensive text sequences, a critical aspect in applications requiring deep comprehension …

CAD-Llama: Leveraging Large Language Models for Computer-Aided Design Parametric 3D Model Generation

2025-05-07 · CVPR 2025 1 · Jiahao Li, Weijian Ma, Xueyang Li, Yunzhong Lou 외

Recently, Large Language Models (LLMs) have achieved significant success, prompting increased interest in expanding their generative capabilities beyond general text into domain-specific areas. This study investigates th…

Zebra-Llama: A Context-Aware Large Language Model for Democratizing Rare Disease Knowledge

2024-11-04 · Karthik Soman, Andrew Langdon, Catalina Villouta, Chinmay Agrawal 외

Rare diseases present unique challenges in healthcare, often suffering from delayed diagnosis and fragmented information landscapes. The scarcity of reliable knowledge in these conditions poses a distinct challenge for L…

DiagnosticLanguage ModelingLanguage ModellingLarge Language Model+4

Zebra-CoT: A Dataset for Interleaved Vision Language Reasoning

2025-07-22 · Ang Li, Charles Wang, Deqing Fu, Kaiyu Yue 외 arxiv

Humans often use visual aids, for example diagrams or sketches, when solving complex problems. Training multimodal models to do the same, known as Visual Chain of Thought (Visual CoT), is challenging due to: (1) poor off…

Reinforcement LearningMultimodal ReasoningVisual Reasoning

Efficient and Minimax Optimal In-context Nonparametric Regression with Transformers

2026-01-21 · Michelle Ching, Ioana Popescu, Nico Smith, Tianyi Ma 외 arxiv

We study in-context learning for nonparametric regression with $α$-Hölder smooth regression functions, for some $α>0$. We prove that, with $n$ in-context examples and $d$-dimensional regression covariates, a pretrained t…