Hugging Face Daily PapersYibo Zhang, Ze Yuan, Nan Cao1 min readpaperadvanced
UltraTex: Unleashing 2K Multi-View Diffusion for 3D Texturing
Summary
UltraTex proposes an efficient pipeline for 2K multi‑view diffusion‑based 3D texturing by dropping background tokens, using block‑sparse attention, and a foreground‑aware VAE decoder. The method yields 20‑91× training and 22‑75× inference speedups while preserving fine‑grained texture detail.
- Background Token Dropping removes background pixels before the DiT backbone, cutting token count dramatically.
- Block‑Sparse Attention limits attention computation to foreground tokens, further reducing memory and latency.
- Foreground‑Aware VAE Decoding reconstructs high‑resolution views without artifacts despite foreground‑only processing.
- TexVerse dataset provides 268k ultra‑high‑resolution multi‑view renders to train 2K diffusion models.
Graphics engineers and diffusion researchers should care because it makes high‑resolution 3D texturing practical at scale.
8/10
