Views
No views yet
| checkpoint | bits | size | vs bf16 | drone AbsRel↓ | drone δ1↑ |
|---|---|---|---|---|---|
| (bf16 reference) | 16 | 2.84 GB | 1.0× | — | — |
dvd_dit_awq_w8g128.safetensors | W8A16 | 1.49 GB | 1.9× smaller | 0.011 | 0.988 |
dvd_dit_awq_w4g128.safetensors | W4A16 | 0.79 GB | 3.6× smaller | 0.082 | 0.953 |
dvd_dit_awq_w8g128.safetensors, dvd_dit_awq_w4g128.safetensors — packed
low-bit DiT weights (nibble-packed int4 / int8 + per-group scales/zeros).awq_results_w8g128.pt, awq_results_w4g128_div.pt — the AWQ scale/clip search
results, for re-packing or re-application.quant_script/load_awq.py, --awq_ckpt flag on the inference script):
https://github.com/yihao-liang/DVD (branch awq-quant-squashed). See
quant_script/README.md there for the full reproduction and inference commands.1@article{zhang2026dvd,
2 title={DVD: Deterministic Video Depth Estimation with Generative Priors},
3 author={Zhang, Hongfei and Chen, Harold Haodong and Liao, Chenfei and He, Jing and Zhang, Zixin and Li, Haodong and Liang, Yihao and others},
4 journal={arXiv preprint arXiv:2603.12250},
5 year={2026}
6}