节点文献

融合姿态扩散先验与多视图一致性的着装人体生成

Clothed human generation via pose diffusion priors and multiview consistency

  • 推荐 CAJ下载
  • PDF下载
  • 不支持迅雷等下载工具,请取消加速工具后下载。

【作者】 张渊杭刘骊付晓东刘利军彭玮

【Author】 Zhang Yuanhang;Liu Li;Fu Xiaodong;Liu Lijun;Peng Wei;Faculty of Information Engineering and Automation,Kunming University of Science and Technology;Computer Technology Application Key Laboratory of Yunnan Province;

【通讯作者】 刘骊;

【机构】 昆明理工大学信息工程与自动化学院云南省计算机技术应用重点实验室

【摘要】 目的 针对单视图着装人体生成中不可见区域纹理缺失、局部细节模糊以及宽松服装几何生成困难等关键问题,提出一种融合姿态扩散先验与多视图一致性的生成方法。方法 首先,采用人体姿态估计算法提取25个关键点并将其编码为高斯热图,结合人体掩码与UV映射构建姿态特征向量,指导潜在扩散模型生成不可见视角的二维扩散图像;其次,将SMPLX(skinned multi-person linear model expressive)模板的法线信息与输入图像和生成的扩散图像进行对应视角的特征融合,并输入跨视角法线一致性网络,通过多视图一致性约束机制提取跨视角的三维空间特征;最后,融合SMPLX人体模板的体素化特征,输入分布预测网络进行空间占用概率估计,并在学习的概率分布中采样,将三维特征、体素化特征与采样结果输入占用预测网络,实现三维着装人体生成。结果 在THuman2.0(Tsinghua human 2.0 dataset)与CAPE(clothed auto-person encoding)公开基准数据集上的定量评估表明,所提方法的倒角距离(chamfer distance)和点到面距离(point-to-surface distance)在THuman2.0数据集上较最优对比方法分别降低6.27%和5.74%,在CAPE数据集上平均降低8.67%和2.38%。结论 本文提出的融合姿态扩散先验与多视图一致性的单视图三维着装人体生成方法,能够有效恢复局部纹理,并准确生成褶皱细节丰富和宽松服装等复杂拓扑结构的着装人体模型。

【Abstract】 Objective Clothed human generation,which aims to recover the 3D geometry and texture of the human body from input data to generate accurate 3D human models,is a challenging problem in the fields of computer vision and computer graphics.The need for high-quality generations has become increasingly critical with the growing demand for realistic 3D human models in applications such as virtual reality and augmented reality.Traditional multiview generation methods,which are often expensive and impractical for everyday use,typically require specialized equipment to capture images from multiple viewpoints.By contrast,obtaining single-view images from the web is much easier than obtaining multiview images.Thus,single-view generation methods become more cost-effective than multiview generation methods,and the model creation process becomes simple.Given these advantages,we consider using a single view as input to recover the 3D model of a clothed human.However,single-view images lack comprehensive spatial information and structural details of occluded regions.Thus,recovering a complete 3D shape becomes difficult.As a result,existing methods based on implicit functions struggle to learn rear-view information effectively,thereby leading to overly smooth and unrealistic back regions in the generated 3D human model.Methods combining diffusion models show some potential in enhancing texture detail performance.However,most of these methods lack view consistency constraints,thereby making the full recovery of the local texture details of the human body difficult.Additionally,the absence of precise geometric constraints during the diffusion process causes discrepancies between the generated models and the true geometry,particularly when handling complex 3D structures.Existing methods typically assume a uniform point distribution across spatial regions by ignoring variations in the distribution of query points caused by differences in distance from the human body surface.This assumption makes adapting to the geometric complexity differences across various regions of the body difficult for these methods.As a result,these methods face limitations when generating the surfaces of loose clothing,which have complex and variable geometries.This study addresses these challenges by combining three mechanisms:pose diffusion priors generation,multiview consistency constraints,and adaptive geometry generation.This approach not only preserves the generative capabilities of the diffusion model but also introduces geometric constraints to ensure the accuracy of the generation.Furthermore,this method can generate high-quality 3D human models by incorporating the probability distribution of human body structure.This study proposes a generation method that integrates pose diffusion priors with multiview consistency.Method This study constructs a method for single-view clothed human generation.First,a human pose estimation algorithm is used to extract 25 key points,which are encoded into Gaussian heatmaps to achieve spatial continuity modeling.This approach enables the model to understand the spatial relationships around the key points.The Gaussian heatmaps,combined with the human mask and UV mapping,are used to construct a pose feature vector.This feature vector guides the denoising process of the latent diffusion model and generates 2D diffusion images for unseen viewpoints through an adaptive crossattention mechanism.Second,after the normal information of the(skinned multi-person linear model expressive,SMPLX) human template estimated from the input image and the 2D diffusion image are fused,they are input into the cross-view normal consistency network,where the multiview consistency mechanism extracts the corresponding 3D spatial features for each viewpoint.Finally,the voxelized features of the SMPLX human template and the 3D spatial features are fused and input into the distribution prediction network for spatial occupancy probability estimation.The model can express geometric uncertainty at different spatial locations and sample from the learned probability distribution by learning the distribution parameters of each point.Then,the 3D features,voxelized features,and sampling results are input into the occupancy prediction network to achieve 3D clothed human generation.Our entire model is trained on the THuman2.0(Tsinghua human 2.0 dataset) dataset,with 490 images being used for training and 21 images being used for testing.We tested the model on the CAPE(clothed auto-person encoding) dataset to evaluate the generalization ability of the model further.This dataset is divided into two subsets:CAPE fitted poses(CAPE-FP),which contains 75 images used to assess the geometric generation accuracy of the method under simple poses,and CAPE nonfitted poses(CAPE-NFP),which contains 75 images and focuses on evaluating the method’s adaptability to complex poses.The experiments are conducted on an NVIDIA Ge Force RTX 3090 GPU,with a learning rate being set to 1 × 10-4 and a batch size of 2.Result We conducted experiments on the THuman2.0 and CAPE datasets and compared the single-view clothed human generation results with the results of six other methods.Chamfer distance(CD) is used to evaluate the overall geometric similarity of the 3D human body,and point-tosurface distance(P2S) is used to assess the geometric accuracy of the reconstructed surface.Both metrics perform well when their values are small.On the THuman2.0 dataset,the CD and P2S metrics of the single-view clothed human generation method were reduced by 6.27% and 5.74%,respectively,compared with those of the best-performing method.On the CAPE-FP and CAPE-NFP subsets,the CD and P2S of the single-view clothed human generation method performed better than those of the other comparison methods.On the entire CAPE dataset,the CD metric of the single-view clothed human generation method decreased by an average of 8.67%,and the P2S metric decreased by an average of 2.38%.Quantitative experiments show that our method has good generalization ability for unseen data and can effectively handle human generation tasks in complex poses.Inference efficiency comparison results show that the computational complexity of our method is lower than that of similar diffusion model methods.Experimental results indicate that combining pose diffusion priors and multiview consistency helps recover the texture details of the 3D human body,and adaptive geometry generation enables accurate recovery of complex clothing topologies.Conclusion The single-view 3D clothed human generation method proposed in this paper,which combines pose diffusion priors and multiview consistency,effectively recovers the local details of the clothed human and accurately generates 3D human models with complex topological structures,such as rich wrinkle details and loose clothing.

【基金】 国家自然科学基金项目(62262036,62362043);兴滇英才支持计划项目(KKXY202203008);云南省科技计划项目(202503AA080013,202502AD080003)~~
  • 【文献出处】 中国图象图形学报 ,Journal of Image and Graphics , 编辑部邮箱 ,2026年04期
  • 【分类号】TP391.41
  • 【下载频次】14
节点文献中: 

本文链接的文献网络图示:

本文的引文网络