🤖 AI Summary
Traditional differentiable fluid adjoint solvers rely on intermediate variable storage or numerical differentiation, incurring high memory overhead and low gradient accuracy. This paper proposes a differentiable fluid adjoint solver based on bidirectional flow graphs. We first observe that the forward flow graph can be directly reused for adjoint equation solving, eliminating the need for intermediate state storage. We design a long- and short-term sparse flow graph data structure, reducing GPU memory consumption to only 6.53 GB at 192³ resolution. Integrated with the incompressible Navier–Stokes equations, our method enables high-fidelity vorticity tracking and long-horizon gradient computation. Experimental results demonstrate significant improvements in both gradient accuracy and computational efficiency. The approach supports novel downstream tasks including vortex identification, prediction, and control—enabling physics-informed learning and optimization in fluid dynamics.
📝 Abstract
This paper presents a novel adjoint solver for differentiable fluid simulation based on bidirectional flow maps. Our key observation is that the forward fluid solver and its corresponding backward, adjoint solver share the same flow map as the forward simulation. In the forward pass, this map transports fluid impulse variables from the initial frame to the current frame to simulate vortical dynamics. In the backward pass, the same map propagates adjoint variables from the current frame back to the initial frame to compute gradients. This shared long-range map allows the accuracy of gradient computation to benefit directly from improvements in flow map construction. Building on this insight, we introduce a novel adjoint solver that solves the adjoint equations directly on the flow map, enabling long-range and accurate differentiation of incompressible flows without differentiating intermediate numerical steps or storing intermediate variables, as required in conventional adjoint methods. To further improve efficiency, we propose a long-short time-sparse flow map representation for evolving adjoint variables. Our approach has low memory usage, requiring only 6.53GB of data at a resolution of $192^3$ while preserving high accuracy in tracking vorticity, enabling new differentiable simulation tasks that require precise identification, prediction, and control of vortex dynamics.