← Search

Yuezhou Ma

7 accepted papers

2026

Brep2Shape: Boundary and Shape Representation Alignment via Self-supervised Transformers

ICML 2026poster

Boundary representation (B-rep) is the industry standard for computer-aided design (CAD). While deep learning shows promise in processing B-rep models, existing methods suffer from a representation gap: continuous approaches offer analytical precision but are visually abstract, whereas discrete meth…

Cited by 0SourceScholar
2026

Transolver-3: Scaling Up Transformer Solvers to Industrial-Scale Geometries

ICML 2026poster

Deep learning has emerged as a transformative tool for the neural surrogate modeling of partial differential equations (PDEs), known as neural PDE solvers. However, scaling these solvers to industrial-scale geometries with over $10^8$ cells remains a fundamental challenge due to the prohibitive memo…

Cited by 0SourceScholar
2025

FlashBias: Fast Computation of Attention with Bias

NeurIPS 2025poster

Attention with bias, which extends standard attention by introducing prior knowledge as an additive bias matrix to the query-key scores, has been widely deployed in vision, language, protein-folding and other advanced scientific models, underscoring its status as a key evolution of this foundational…

Cited by 0SourcecodeScholar
2025

PhySense: Sensor Placement Optimization for Accurate Physics Sensing

NeurIPS 2025oral

Physics sensing plays a central role in many scientific and engineering domains, which inherently involves two coupled tasks: reconstructing dense physical fields from sparse observations and optimizing scattered sensor placements to observe maximum information. While deep learning has made rapid ad…

Cited by 0SourcecodeScholar
2025

Unisolver: PDE-Conditional Transformers Towards Universal Neural PDE Solvers

ICML 2025poster

Deep models have recently emerged as promising tools to solve partial differential equations (PDEs), known as neural PDE solvers. While neural solvers trained from either simulation data or physics-informed loss can solve PDEs reasonably well, they are mainly restricted to a few instances of PDEs, e…

2024

HelmFluid: Learning Helmholtz Dynamics for Interpretable Fluid Prediction

ICML 2024poster

Fluid prediction is a long-standing challenge due to the intrinsic high-dimensional non-linear dynamics. Previous methods usually utilize the non-linear modeling capability of deep models to directly estimate velocity fields for future prediction. However, skipping over inherent physical properties…

2024

RoPINN: Region Optimized Physics-Informed Neural Networks

NeurIPS 2024poster

Physics-informed neural networks (PINNs) have been widely applied to solve partial differential equations (PDEs) by enforcing outputs and gradients of deep models to satisfy target equations. Due to the limitation of numerical computation, PINNs are conventionally optimized on finite selected points…