Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
---
|
| 4 |
license: mit
|
|
|
|
| 1 |
+
<p align="center">
|
| 2 |
+
<h1 align="center">HiAR</h1>
|
| 3 |
+
<h3 align="center">Hierarchical Autoregressive Video Generation with Pipelined Parallel Inference</h3>
|
| 4 |
+
</p>
|
| 5 |
+
<p align="center">
|
| 6 |
+
<h3 align="center"><a href="#">Paper</a> | <a href="#">Website</a> | <a href="#">Models (HuggingFace)</a></h3>
|
| 7 |
+
</p>
|
| 8 |
+
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
HiAR proposes **hierarchical denoising** for autoregressive video diffusion models, a paradigm shift from conventional block-first to **step-first** denoising order. By conditioning each block on context at a matched noise level, HiAR maximally attenuates error propagation while preserving temporal causality, achieving **state-of-the-art long video generation** (20s+) with significantly reduced quality drift.
|
| 12 |
+
|
| 13 |
+
Key features:
|
| 14 |
+
- **Hierarchical Denoising**: Step-first denoising order with noisy context conditioning at matched noise levels
|
| 15 |
+
- **Pipelined Parallel Inference**: Exploits the hierarchical structure for wall-clock speedup via multi-GPU pipeline parallelism
|
| 16 |
+
- **Forward-KL Regularization**: Prevents low-motion shortcuts in reverse-KL distillation
|
| 17 |
+
- **4-step generation**: Real-time streaming video generation on a single GPU
|
| 18 |
|
| 19 |
---
|
| 20 |
license: mit
|