CVGRMay 1, 2023

Generating Texture for 3D Human Avatar from a Single Image using Sampling and Refinement Networks

arXiv:2305.00936v111 citations
Originality Incremental advance
AI Analysis

This addresses a specific problem in computer vision for creating realistic 3D human models, but it is incremental as it builds on existing avatar generation techniques.

The paper tackles the problem of generating texture for 3D human avatars from a single image, which is challenging due to occluded regions, and proposes a method using sampling and refinement networks with geometry information, achieving superior qualitative and quantitative results compared to previous methods.

There has been significant progress in generating an animatable 3D human avatar from a single image. However, recovering texture for the 3D human avatar from a single image has been relatively less addressed. Because the generated 3D human avatar reveals the occluded texture of the given image as it moves, it is critical to synthesize the occluded texture pattern that is unseen from the source image. To generate a plausible texture map for 3D human avatars, the occluded texture pattern needs to be synthesized with respect to the visible texture from the given image. Moreover, the generated texture should align with the surface of the target 3D mesh. In this paper, we propose a texture synthesis method for a 3D human avatar that incorporates geometry information. The proposed method consists of two convolutional networks for the sampling and refining process. The sampler network fills in the occluded regions of the source image and aligns the texture with the surface of the target 3D mesh using the geometry information. The sampled texture is further refined and adjusted by the refiner network. To maintain the clear details in the given image, both sampled and refined texture is blended to produce the final texture map. To effectively guide the sampler network to achieve its goal, we designed a curriculum learning scheme that starts from a simple sampling task and gradually progresses to the task where the alignment needs to be considered. We conducted experiments to show that our method outperforms previous methods qualitatively and quantitatively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes