Enhancing High-Resolution 3D Generation through Pixel-wise Gradient Clipping
Zijie Pan, Jiachen Lu, Xiatian Zhu, Li Zhang
TL;DR
This work tackles the challenge of high-resolution 3D texture synthesis when annotated data are scarce, identifying unregulated pixel-wise gradients from the latent image pathway as a key bottleneck. It introduces Pixel-wise Gradient Clipping (PGC), a lightweight, plug-in technique that regulates the magnitude of pixel-wise gradients while preserving texture-relevant directions, and integrates seamlessly with Score Distillation Sampling and Latent Diffusion Model frameworks. The authors also propose PNGD as a complementary gradient-regulation strategy, along with a noise-bounded assumption and a controllable latent-gradient mechanism using depth/normal guidance. Empirical results across mesh optimization tasks and multiple SDS/LDM pipelines demonstrate consistent texture-quality improvements and robust performance, supported by a user preference study that favors the proposed approach. The method offers practical impact by enabling higher-fidelity 3D texture synthesis with minimal computational overhead and broad compatibility with existing high-resolution 3D generation pipelines.
Abstract
High-resolution 3D object generation remains a challenging task primarily due to the limited availability of comprehensive annotated training data. Recent advancements have aimed to overcome this constraint by harnessing image generative models, pretrained on extensive curated web datasets, using knowledge transfer techniques like Score Distillation Sampling (SDS). Efficiently addressing the requirements of high-resolution rendering often necessitates the adoption of latent representation-based models, such as the Latent Diffusion Model (LDM). In this framework, a significant challenge arises: To compute gradients for individual image pixels, it is necessary to backpropagate gradients from the designated latent space through the frozen components of the image model, such as the VAE encoder used within LDM. However, this gradient propagation pathway has never been optimized, remaining uncontrolled during training. We find that the unregulated gradients adversely affect the 3D model's capacity in acquiring texture-related information from the image generative model, leading to poor quality appearance synthesis. To address this overarching challenge, we propose an innovative operation termed Pixel-wise Gradient Clipping (PGC) designed for seamless integration into existing 3D generative models, thereby enhancing their synthesis quality. Specifically, we control the magnitude of stochastic gradients by clipping the pixel-wise gradients efficiently, while preserving crucial texture-related gradient directions. Despite this simplicity and minimal extra cost, extensive experiments demonstrate the efficacy of our PGC in enhancing the performance of existing 3D generative models for high-resolution object rendering.
