paper-with-me

Papers

3D$^2$-Actor: Learning Pose-Conditioned 3D-Aware Denoiser for Realistic Gaussian Avatar Modeling

2024-12-16 · Zichen Tang, Hongyu Yang, Hanchen Zhang, Jiaxin Chen, Di Huang

Advancements in neural implicit representations and differentiable rendering have markedly improved the ability to learn animatable 3D avatars from sparse multi-view RGB videos. However, current methods that map observation space to canonical space often face challenges in capturing pose-dependent details and generalizing to novel poses. While diffusion models have demonstrated remarkable zero-shot capabilities in 2D image generation, their potential for creating animatable 3D avatars from 2D inputs remains underexplored. In this work, we introduce 3D$^2$-Actor, a novel approach featuring a pose-conditioned 3D-aware human modeling pipeline that integrates iterative 2D denoising and 3D rectifying steps. The 2D denoiser, guided by pose cues, generates detailed multi-view images that provide the rich feature set necessary for high-fidelity 3D reconstruction and pose rendering. Complementing this, our Gaussian-based 3D rectifier renders images with enhanced 3D consistency through a two-stage projection strategy and a novel local coordinate representation. Additionally, we propose an innovative sampling strategy to ensure smooth temporal continuity across frames in video synthesis. Our method effectively addresses the limitations of traditional numerical solutions in handling ill-posed mappings, producing realistic and animatable 3D human avatars. Experimental results demonstrate that 3D$^2$-Actor excels in high-fidelity avatar modeling and robustly generalizes to novel poses. Code is available at: https://github.com/silence-tang/GaussianActor.

📄 PDF Abstract BibTeX arXiv:2412.11599

Code (1)

silence-tang/gaussianactor 공식 구현 pytorch

Tasks

3D ReconstructionDenoisingImage Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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…

Similar Papers 제목 키워드 기반

Diffusion Models, Denoiser Architecture and Creativity

2026-05-13 · Itamar Levine, Yair Weiss arxiv

The creativity of diffusion models refers to their ability to generate highly realistic images that are different from their training data. Creativity is somewhat surprising since it is known that if the denoiser used in…

Pseudo-ISP: Learning Pseudo In-camera Signal Processing Pipeline from A Color Image Denoiser

2021-03-18 · Yue Cao, Xiaohe Wu, Shuran Qi, Xiao Liu 외

The success of deep denoisers on real-world color photographs usually relies on the modeling of sensor noise and in-camera signal processing (ISP) pipeline. Performance drop will inevitably happen when the sensor and ISP…

Denoising

Noise2NoiseFlow: Realistic Camera Noise Modeling without Clean Images

2022-06-02 · CVPR 2022 1 · Ali Maleky, Shayan Kousha, Michael S. Brown, Marcus A. Brubaker

Image noise modeling is a long-standing problem with many applications in computer vision. Early attempts that propose simple models, such as signal-independent additive white Gaussian noise or the heteroscedastic Gaussi…

DenoisingDensity Estimation

Preconditioned Plug-and-Play ADMM with Locally Adjustable Denoiser for Image Restoration

2021-10-01 · Mikael Le Pendu, Christine Guillemot

Plug-and-Play optimization recently emerged as a powerful technique for solving inverse problems by plugging a denoiser into a classical optimization algorithm. The denoiser accounts for the regularization and therefore …

DemosaickingDenoisingImage DenoisingImage Restoration

Learning to Generate Realistic Noisy Images via Pixel-level Noise-aware Adversarial Training

2022-04-06 · NeurIPS 2021 12 · Yuanhao Cai, Xiaowan Hu, Haoqian Wang, Yulun Zhang 외

Existing deep learning real denoising methods require a large amount of noisy-clean image pairs for supervision. Nonetheless, capturing a real noisy-clean dataset is an unacceptable expensive and cumbersome procedure. To…

DenoisingGenerative Adversarial NetworkImage DenoisingImage Generation+1