UltraTex: Unleashing 2K Multi-View Diffusion for 3D Texturing
Summary
UltraTex is an efficient framework for high-resolution multi-view diffusion-based 3D texturing, introducing techniques to reduce redundancy and achieve significant speedups in training and inference.
View Cached Full Text
Cached at: 09/22/26, 03:27 PM
Paper page - UltraTex: Unleashing 2K Multi-View Diffusion for 3D Texturing
Source: https://huggingface.co/papers/2609.23169
Abstract
High-qualitytexturegenerationisessentialforcreatingrealisticandproduction-ready3Dassets.Recentmulti-viewdiffusionmethodshaveshownpromisingresultsforimage-guided3Dtexturing,buttheyaretypicallyconstrainedtolowoperatingresolutionssuchas512or768,makingitdifficulttopreservehigh-frequencydetailsfromhigh-resolutionreferenceimages.Scalingthisparadigmto2048resolutioniscomputationallyprohibitive,astheunifiedmulti-viewsequenceexceeds212Ktokensandincursexcessivememoryandlatency.Inthispaper,wepresentUltraTex,anefficientend-to-endframeworkforhigh-resolutionmulti-viewdiffusion-based3Dtexturing.Ourkeyobservationisthatobject-centricmulti-viewrenderingscontaintwomajorsourcesofredundancy:background-inducedsequenceredundancyandsparsetokeninteractionswithintheforeground.Toaddressthem,weintroduceBackgroundTokenDropping,whichremovesbackgroundtokensbeforetheDiTbackbone,andBlock-SparseAttention,whichreducesattentioncomputationovertheretainedforegroundsequence.Toenableefficientforeground-onlyinferencewhileavoidingreconstructionartifacts,wefurtherdesignForeground-AwareVAEDecodingtoensurethequalityofthefinalhigh-resolutionviews.Tosatisfythedemandingdatarequirementsof2K-resolutionmulti-viewdiffusiontraining,weconstructG-bufferTexVerse,alarge-scale,ultra-high-resolutionmulti-viewrenderingdatasetcoveringover268,0003Dassets.ExtensiveexperimentsshowthatUltraTexgeneratesvisuallyfaithfultextureswithrichfine-graineddetails,whilesubstantiallyimprovingefficiency,achieving20.6times--91.1timestrainingspeedupand22.3times--74.6timesend-to-endinferencespeedupoverthebaselineoncommonsamplesinourdataset.Codeanddataisathttps://yiboz2001.github.io/UltraTex.
View arXiv pageView PDFProject pageGitHub2Add to collection
Get this paper in your agent:
hf papers read 2609\.23169
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.23169 in a model README.md to link it from this page.
Datasets citing this paper1
#### YiboZhang2001/G-buffer-TexVerse Updatedabout 7 hours ago • 21
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.23169 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation
Hunyuan3D 2.0 is a scalable flow-based diffusion transformer system for high-resolution textured 3D asset generation, outperforming state-of-the-art models and publicly released with code and weights.
UltraFlux: Data-Model Co-Design for High-quality Native 4K Text-to-Image Generation across Diverse Aspect Ratios
UltraFlux introduces a data-model co-design approach for native 4K text-to-image generation across diverse aspect ratios, addressing positional encoding, VAE compression, and optimization challenges. It outperforms existing open-source baselines and matches proprietary models like Seedream 4.0.
Block3D: Efficient Text-to-3D Generation via Block-Wise Diffusion
Block3D accelerates text-to-3D generation by using block-wise diffusion with confidence-guided correction to reduce inference time while preserving geometric fidelity, achieving a 5.15x speedup.
UniDDT: Unifying Multimodal Understanding and Generation with Decoupled Diffusion Transformer
UniDDT proposes a decoupled diffusion transformer framework that unifies multimodal understanding and generation by leveraging a Noisy ViT encoder and LLM for semantic encoding, achieving strong performance on both tasks.
UltraX: Refining Pre-Training Data at Scale with Adaptive Programmatic Editing
UltraX proposes a function-calling refinement framework for large-scale pre-training data that introduces insertion alongside deletion and modification, enabling fine-grained instance-level editing. It builds a reliable program-supervision generation pipeline and demonstrates improved data efficiency and model performance when pretraining 1B models from scratch.