paper-with-me

Papers

Enhancing High-Resolution 3D Generation through Pixel-wise Gradient Clipping

2023-10-19 · Zijie Pan, Jiachen Lu, Xiatian Zhu, Li Zhang

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.

📄 PDF Abstract BibTeX arXiv:2310.12474

Code (1)

fudan-zvg/pgc-3d 공식 구현 pytorch

Tasks

3D GenerationTransfer Learning

Methods 이 논문이 사용한 방법론

Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Gradient Clipping One difficulty that arises with optimization of deep neural networks is that large parameter gradients can lead an SGD optimizer to update…

Similar Papers 제목 키워드 기반

FacEnhance: Facial Expression Enhancing with Recurrent DDPMs

2024-06-13 · Hamza Bouzid, Lahoucine Ballihi

Facial expressions, vital in non-verbal human communication, have found applications in various computer vision fields like virtual reality, gaming, and emotional AI assistants. Despite advancements, many facial expressi…

Computational EfficiencyDenoisingFacial expression generation

UltraPixel: Advancing Ultra-High-Resolution Image Synthesis to New Peaks

2024-07-02 · Jingjing Ren, Wenbo Li, Haoyu Chen, Renjing Pei 외

Ultra-high-resolution image generation poses great challenges, such as increased semantic planning complexity and detail synthesis difficulties, alongside substantial training resource demands. We present UltraPixel, a n…

Computational EfficiencyDenoisingImage Generation

AP-LDM: Attentive and Progressive Latent Diffusion Model for Training-Free High-Resolution Image Generation

2024-10-08 · Boyuan Cao, Jiaxin Ye, Yujie Wei, Hongming Shan

Latent diffusion models (LDMs), such as Stable Diffusion, often experience significant structural distortions when directly generating high-resolution (HR) images that exceed their original training resolutions. A straig…

DenoisingImage Generation

Enhancing the Spatial Resolution of Stereo Images Using a Parallax Prior

2018-06-01 · CVPR 2018 6 · Daniel S. Jeon, Seung-Hwan Baek, Inchang Choi, Min H. Kim

We present a novel method that can enhance the spatial resolution of stereo images using a parallax prior. While traditional stereo imaging has focused on estimating depth from stereo images, our method utilizes stereo i…

Image Super-ResolutionStereo Image Super-ResolutionSuper-Resolution

Pixel Recursive Super Resolution

2017-02-02 · ICCV 2017 10 · Ryan Dahl, Mohammad Norouzi, Jonathon Shlens

We present a pixel recursive super resolution model that synthesizes realistic details into images while enhancing their resolution. A low resolution image may correspond to multiple plausible high resolution images, thu…

regressionSuper-Resolution