MeshPriorDiT: Hierarchical Modeling for Action-Conditioned Cloth Dynamics

📅 2026-08-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
MeshPriorDiT通过结合网格GNN和残差DiT,解决了动作条件下布料动力学预测中的局部变形与长程协调问题。
📝 Abstract
Action-conditioned cloth dynamics prediction requires both locally plausible deformation and long-range coordination. Existing approaches largely follow two paradigms. Mesh-based GNNs capture local physical responses through material connectivity. However, their finite message-passing range limits coordination between topologically distant regions, while autoregressive rollouts tend to accumulate prediction errors. Transformer-based dynamics models capture long-range interactions through global attention, but often operate without explicit material connectivity and must learn local topological responses directly from data. We propose MeshPriorDiT, a hierarchical dynamics model that decomposes future cloth motion into a structured mesh prior and a generative residual. An action-conditioned mesh GNN first predicts multi-step vertex displacements, yielding a reference trajectory that respects material topology and grasp constraints. Conditioned on historical states, planned actions, and the mesh prior, a Residual DiT then uses conditional flow matching to jointly generate the residual motion not captured by the prior. The generated residual is further rescaled and decoded using material adjacency to coordinate corrections across neighboring vertices. We evaluate MeshPriorDiT on 15-step autoregressive rollouts across three cloth manipulation tasks. Averaged over the three tasks, MeshPriorDiT reduces average Global MSE by 43.42% relative to the GNN-Only baseline and by 75.03% relative to the DiT-DDPM baseline, while maintaining a favorable Edge-strain MSE comparable to that of GNN-Only.
Problem

Research questions and friction points this paper is trying to address.

Action-Conditioned Cloth Dynamics
Local Deformation
Long-Range Coordination
Innovation

Methods, ideas, or system contributions that make the work stand out.

Hierarchical Modeling
Action-Conditioned Cloth Dynamics
Residual DiT
Conditional Flow Matching
Material Adjacency
🔎 Similar Papers
No similar papers found.