yrtf89 commited on
Commit
bdfcb07
·
verified ·
1 Parent(s): aaa71fb

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -3
index.html CHANGED
@@ -69,9 +69,17 @@
69
 
70
  <div class="container">
71
  <h1>ManifoldCache: Training-Free Diffusion Acceleration via Constraint Manifold Caching</h1>
72
- <p>
73
- ManifoldCache is a training-free, data-free accelerator for Constraint-Manifold Diffusion Models (CMDMs) that boosts inference speed up to 1.84× by employing a sharp, safe-caching boundary and depth-monotone block-skipping. By decomposing the conditional score function into normal and tangential components, the method maintains generation quality across various scientific domains.
74
- </p>
 
 
 
 
 
 
 
 
75
 
76
  <div class="links-bar">
77
  <a href="https://openreview.net/forum?id=4P0EjrDCr1" target="_blank" class="btn btn-primary">📄 Read Paper (OpenReview)</a>
 
69
 
70
  <div class="container">
71
  <h1>ManifoldCache: Training-Free Diffusion Acceleration via Constraint Manifold Caching</h1>
72
+ <!-- <p>
73
+ </p> -->
74
+ <p class="project-description">
75
+ <strong>ManifoldCache</strong> delivers acceleration for scientific diffusion models through:
76
+ <strong>(a)</strong> a unified CMDM abstraction covering several models across five domains, including brain MRI, molecules, proteins, crystals, and 4D scenes spanning radically different ambient spaces from voxel grids to motif token graphs to crystal lattices to 4D video latents under one closed-form schedule;
77
+ <strong>(b)</strong> true backbone-agnosticism across fundamentally different families, including volumetric 3D ConvNets, SE(3)/E(3)-equivariant networks, graph diffusion transformers, and multi-view video DiTs including discrete diffusion;
78
+ <strong>(c)</strong> systematic failure analysis showing quantization causes OOM, pruning breaks constraints, fast ODE solvers drift off the manifold, and standard caching induces mode confusion;
79
+ <strong>(d)</strong> a provably sharp safe-caching threshold T* with both bounded-error and guaranteed-confusion regimes confirmed by ablations;
80
+ <strong>(e)</strong> depth-adaptive caching from Jacobian decomposition, where deeper blocks get larger strides with bounded and competitive VRAM overhead; and
81
+ <strong>(f)</strong> completely training-free and data-free with zero calibration, zero retraining, working out-of-the-box on existing pretrained checkpoints while delivering consistent joint dominance on both speed and quality across all models.
82
+ </p>
83
 
84
  <div class="links-bar">
85
  <a href="https://openreview.net/forum?id=4P0EjrDCr1" target="_blank" class="btn btn-primary">📄 Read Paper (OpenReview)</a>