纺织学报 ›› 2026, Vol. 47 ›› Issue (04): 215-224.doi: 10.13475/j.fzxb.20250603501

• 服装工程 • 上一篇    下一篇

基于多视图的三维人体重建

李宇彤1, 于施佳2, 韩曙光3()   

  1. 1 浙江理工大学 服装学院, 浙江 杭州 310018
    2 浙江机电职业技术学院 创业学院, 浙江 杭州 310053
    3 浙江理工大学 理学院, 浙江 杭州 310018
  • 收稿日期:2025-06-17 修回日期:2026-02-07 出版日期:2026-04-15 发布日期:2026-04-15
  • 通讯作者: 韩曙光(1977—),男,教授,博士。主要研究方向为服装智能制造、物流系统优化、数学建模及应用。E-mail:dawn1024@zstu.edu.cn
  • 作者简介:李宇彤(2000—),女,硕士生。主要研究方向为服装数字化技术。
  • 基金资助:
    国家自然科学基金项目(12471304)

Multi-view 3-D human body reconstruction

LI Yutong1, YU Shijia2, HAN Shuguang3()   

  1. 1 School of Fashion Design & Engineering, Zhejiang Sci-Tech University, Hangzhou, Zhejiang 310018, China
    2 Entrepreneurship Institute, Zhejiang Polytechnic University of Mechanical and Electrical Engineering, Hangzhou, Zhejiang 310053, China
    3 School of Science, Zhejiang Sci-Tech University, Hangzhou, Zhejiang 310018, China
  • Received:2025-06-17 Revised:2026-02-07 Published:2026-04-15 Online:2026-04-15

摘要:

针对多视图三维人体重建中缺少特征融合的问题,提出一种结合卷积神经网络与图卷积神经网络的重建模型。通过采集人体水平旋转360°的视频序列,提取出包含人体不同视图信息的关键帧,利用主成分分析将三维人体模型压缩为k维系数表征。在此基础上,通过改进的ResNet-50网络提取多视图特征,并引入卷积块注意力模块强化“空间-通道”特征选择能力。将不同视图特征定义为图节点,利用图卷积层捕获多视图间拓扑关系,实现特征信息的跨视图传播,提升多视图特征融合能力。实验结果表明:该方法提取的平均顶点误差均小于0.5 cm;人体基本围度的误差百分比均小于5%;消融实验验证了图卷积网络结构拥有更高的重建准确率。该网络可有效刻画多视图间的几何约束关系,为虚拟试衣系统提供高精度的人体重建解决方法。

关键词: 三维人体重建, 参数化人体模型, 图卷积神经网络, 注意力机制

Abstract:

Objective In virtual try-on and garment customization, the traditional 3-D human reconstruction method faces limitations, where the single-view methods yield inaccuracies due to depth ambiguity/occlusion while multi-view approaches ignore topological correlations. This study aims to overcome these by innovatively integrating CNNs and GCNs to develop an accurate video-frame-to-3-D-body mapping, and to establish a framework capable of solving nonlinear multi-view feature aggregation which enables efficient reconstruction using consumer-grade video inputs instead of professional scanners.

Method This study proposes a novel 3-D human body reconstruction framework that integrates Convolutional Neural Networks (CNN) with Graph Convolutional Neural Networks (GCN). To address the challenge of sparse view reconstruction, multi-view binary masks are extracted from a 360° rotating video and the 3-D human shape is compressed into a 25-dimensional PCA parameter space. The core architecture employs a modified ResNet-50 embedded with 3-D convolutional layers and Convolutional Block Attention Modules (CBAM) to capture spatiotemporal features and enhance structural discriminability. Furthermore, a two-layer GCN is utilized to model the spatial correlations between different viewpoints via an adjacency matrix. By modeling the multi-view inputs as nodes in a graph structure, the GCN dynamically aggregates spatial context, enabling the network to learn the geometric relationship between viewpoints and resolve occlusion ambiguities inherent in individual projections. This integration enables precise regression of PCA coefficients for high-fidelity mesh generation. Experimental results on the SPRING dataset demonstrate that the proposed method effectively recovers complex body geometries with high computational efficiency and robustness.

Results The proposed method leads to significant improvements in both accuracy and efficiency for 3-D human body reconstruction. The proposed method achieves a Chamfer Distance (CD) of 1.12 cm, outperforming existing methods. Furthermore, the reconstruction precision is demonstrated by an average per-vertex error of less than 0.5 cm, with relative errors for all primary human body parameters maintained below 5%, confirming the high geometric fidelity of the reconstructed model. The ablation study confirmed the critical contribution of the GCN module: the exclusion of this component resulted in a significant increase in both the average per-vertex error and the maximum error, demonstrating the module's effectiveness in capturing complex inter-view relationships. Visual comparisons between reconstructed models and ground-truth meshes validated the method's capability for recovering fine-grained anatomical details. Practical utility was demonstrated in apparel customization scenarios, where virtual try-on applications leveraging the precise body models significantly reduced costs associated with physical garment trials. Although the GCN component introduced additional computational overhead during training, the achieved reconstruction quality substantially surpassed traditional CNN cascade strategies.

Conclusion This study proposes an innovative CNN-GCN fusion framework that effectively addresses the core challenge of insufficient view-correlation modeling in multi-view human body reconstruction. By integrating locally extracted CNN features with topological relationships among views captured by the GCN, the approach significantly enhances reconstruction accuracy. The method provides an efficient solution for virtual try-on and personalized garment customization scenarios, achieving high-precision modeling using only video captured by ordinary cameras, thereby substantially reducing the cost barrier associated with traditional 3-D scanning equipment. However, training efficiency requires further optimization due to computational overhead from sparse matrix operations in the GCN. Future work will focus on developing lightweight graph network architectures to accelerate inference while extending the framework to dynamic reconstruction applications.

Key words: 3-D human reconstruction, parametric human model, graph neural network, attention mechanism

中图分类号: 

  • TP391.41

图1

肘部法则图"

图2

帧间余弦相似度热力图"

图3

所提取的人体关键帧"

图4

结合CBAM的ResNet-50中的残差块结构"

图5

图卷积层"

图6

ResNetGCN模型网络"

表1

模型性能评估"

人体部位 均方根误差/cm 平均绝对误差/cm 相关系数
颈围 0.14 0.15 0.88
肩宽 0.08 0.07 0.79
胸围 0.12 0.14 0.91
腰围 0.08 0.07 0.93
臀围 0.09 0.08 0.87
大腿围 0.15 0.14 0.85
小腿围 0.33 0.35 0.83

图7

误差热力图"

表2

人体重建围度误差"

人体部位 女性误差/cm 男性误差/cm
颈围 1.03 1.08
肩宽 0.44 0.43
胸围 0.78 0.83
腰围 0.82 0.77
臀围 0.91 0.88
大腿围 0.86 0.89
小腿围 1.15 1.17

表3

不同方法对比"

方法 倒角距离/cm
Dibra等[7] 3.12
Liu等[9] 1.65
PIFu[20] 2.54
ECON[10] 1.98
MultiGO[11] 1.53
ResNetGCN 1.12

图8

真实人体与重建人体正、侧面图像"

表4

真实人体上的重建围度误差"

人体部位 误差/cm
受试者1 受试者2 受试者3 受试者4
颈围 1.83 1.46 1.98 1.72
肩宽 0.98 1.03 1.12 1.09
胸围 1.43 1.58 1.49 1.93
腰围 1.52 1.65 1.25 1.87
臀围 1.41 1.37 1.44 1.75
大腿围 1.35 1.40 1.69 1.95
小腿围 1.87 1.77 1.86 1.92

图9

逐点误差分布"

图10

逐点误差累积分布函数"

[1] 程碧莲, 蒋高明, 李炳贤. 三维服装虚拟展示技术的研究进展[J]. 纺织学报, 2024, 45(5): 248-257.
CHENG Bilian, JIANG Gaoming, LI Bingxian. Research progress in three-dimensional garment virtual display technology[J]. Journal of Textile Research, 2024, 45(5): 248-257.
[2] ZENG Y H, FU J L, CHAO H Y. 3D human body reshaping withAnthropometric modeling[C]// Internet Multimedia Computing and Service. Singapore: Springer, 2018: 96-107.
[3] ZHAO T H, LI S N, NGAN K N, et al. 3-D reconstruction of human body shape from a single commodity depth camera[J]. IEEE Transactions on Multimedia, 2019, 21(1): 114-123.
doi: 10.1109/TMM.2018.2844087
[4] 季勇, 蒋高明. 基于学习功能的人体模型表达与实现[J]. 纺织学报, 2021, 42(10): 146-149, 156.
doi: 10.13475/j.fzxb.20200802605
JI Yong, JIANG Gaoming. Expression and realization of human body model based on learning model[J]. Journal of Textile Research, 2021, 42(10): 146-149, 156.
doi: 10.13475/j.fzxb.20200802605
[5] VAROL G, CEYLAN D, RUSSELL B, et al. BodyNet: volumetric inference of 3D human body shapes[C]//Computer Vision - ECCV 2018. Cham: Springer, 2018: 20-38.
[6] BOGO F, KANAZAWA A, LASSNER C, et al. Keep it SMPL: automatic estimation of 3D human pose and shape from a single image[C]//Computer Vision - ECCV 2016. Cham: Springer, 2016: 561-578.
[7] DIBRA E, JAIN H, ÖZTIRELI C, et al. HS-nets:estimating human body shape from silhouettes with convolutional neural networks[C]//2016 Fourth International Conference on 3D Vision (3DV). New York: IEEE, 2016: 108-117.
[8] 王婷, 顾冰菲. 基于图像的人体颈肩部三维模型构建[J]. 纺织学报, 2021, 42(1): 125-132.
WANG Ting, GU Bingfei. 3-D modeling of neck-shoulder part based on human photos[J]. Journal of Textile Research, 2021, 42(1): 125-132.
doi: 10.1177/004051757204200210
[9] LIU B, LIU X P, YANG Z X, et al. Concise and effective network for 3D human modeling from orthogonal silhouettes[EB/OL]. 2019: arXiv: 1912.11616. https://arxiv.org/abs/1912.11616.
[10] XIU Y L, YANG J L, CAO X, et al. ECON:explicit Clothed humans Optimized via Normal integra-tion[C]//2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). New York: IEEE, 2023: 512-523.
[11] ZHANG G J, YAO N J, ZHANG S S, et al.MultiGO:towards multi-level geometry learning for monocular 3D textured human reconstruction[C]//2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). New York: IEEE, 2025: 338-347.
[12] SU H, MAJI S, KALOGERAKIS E, et al.Multi-view convolutional neural networks for 3-D shape recognition[C]//2015 IEEE International Conference on Computer Vision (ICCV). New York: IEEE, 2016: 945-953.
[13] CHEN X Z, MA H M, WAN J, et al.Multi-view 3D object detection network for autonomous driving[C]//2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). New York: IEEE, 2017: 6526-6534.
[14] WEI X, YU R X, SUN J.View-GCN:view-based graph convolutional network for 3D shape analy-sis[C]//2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). New York: IEEE, 2020: 1847-1856.
[15] ALLEN B, CURLESS B, POPOVIĆ Z. The space of human body shapes: reconstruction and parameterization from range scans[J]. ACM Transactions on Graphics, 2003, 22(3): 587-594.
[16] ANGUELOV D, SRINIVASAN P, KOLLER D, et al. SCAPE: shape completion and animation of peo-ple[M]// Seminal graphics papers:pushing the boundaries, volume 2. New York, NY, USA: ACM, 2023: 819-827.
[17] LOPER M, MAHMOOD N, ROMERO J, et al. SMPL: a skinned multi-person linear model[M]// Seminal graphics papers:pushing the boundaries, volume 2. New York, NY, USA: ACM, 2023: 851-866.
[18] YANG Y P, YU Y, ZHOU Y, et al. Semantic parametric reshaping of human body models[C]// 2014 2nd International Conference on 3D Vision. New York: IEEE, 2015: 41-48.
[19] WOO S, PARK J, LEE J Y, et al. CBAM: convolutional block attention module[C]//Computer Vision - ECCV 2018. Cham: Springer, 2018: 3-19.
[20] SAITO S, HUANG Z, NATSUME R, et al. PIFu:pixel-aligned implicit function for high-resolution clothed human digitization[C]//2019 IEEE/CVF International Conference on Computer Vision (ICCV). New York: IEEE, 2020: 2304-2314.
[21] ALLDIECK T, MAGNOR M, XU W P, et al. Video based reconstruction of 3D people models[C]// 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition. New York: IEEE, 2018: 8387-8397.
[1] 都晓广, 景军锋, 王永波. 基于改进YOLOv9s的轻量级蕾丝织物表面缺陷检测方法研究[J]. 纺织学报, 2026, 47(04): 145-153.
[2] 吕泽彬, 李子印, 汪小东, 叶飞, 刘伟红. 基于三阶段残差动态聚焦网络的羽绒图像分类[J]. 纺织学报, 2026, 47(02): 73-83.
[3] 冯峥嵘, 刘贝芬, 陈孟元. 基于多尺度特征融合的花卉类印花图案风格迁移模型[J]. 纺织学报, 2026, 47(02): 264-272.
[4] 冯采伶, 于施佳, 韩曙光. 基于深度学习的服装关键点实时检测模型[J]. 纺织学报, 2026, 47(01): 196-206.
[5] 张晓婷, 赵鹏宇, 潘如如, 高卫东. 基于深度特征融合的格子织物图像检索方法[J]. 纺织学报, 2025, 46(08): 89-95.
[6] 罗瑞奇, 常大顺, 胡新荣, 梁金星, 彭涛, 陈佳, 李丽. 基于改进外观流网络的跨体态虚拟试衣[J]. 纺织学报, 2025, 46(06): 203-211.
[7] 陆寅雯, 侯珏, 杨阳, 顾冰菲, 张宏伟, 刘正. 基于姿态嵌入机制和多尺度注意力的单张着装图像视频合成[J]. 纺织学报, 2024, 45(07): 165-172.
[8] 胡旭东, 汤炜, 曾志发, 汝欣, 彭来湖, 李建强, 王博平. 基于轻量化卷积神经网络的纬编针织物组织结构分类[J]. 纺织学报, 2024, 45(05): 60-69.
[9] 顾梅花, 花玮, 董晓晓, 张晓丹. 基于上下文提取与注意力融合的遮挡服装图像分割[J]. 纺织学报, 2024, 45(05): 155-164.
[10] 师红宇, 位营杰, 管声启, 李怡. 基于残差结构的棉花异性纤维检测算法[J]. 纺织学报, 2023, 44(12): 35-42.
[11] 马创佳, 齐立哲, 高晓飞, 王子恒, 孙云权. 基于改进YOLOv4-Tiny的缝纫线迹质量检测方法[J]. 纺织学报, 2023, 44(08): 181-188.
[12] 袁甜甜, 王鑫, 罗炜豪, 梅琛楠, 韦京艳, 钟跃崎. 基于注意力机制和视觉转换器的三维虚拟试衣网络[J]. 纺织学报, 2023, 44(07): 192-198.
[13] 付晗, 胡峰, 龚杰, 余联庆. 面向织物疵点检测的缺陷重构方法[J]. 纺织学报, 2023, 44(07): 103-109.
[14] 陈佳, 杨聪聪, 刘军平, 何儒汉, 梁金星. 手绘草图到服装图像的跨域生成[J]. 纺织学报, 2023, 44(01): 171-178.
[15] 顾梅花, 刘杰, 李立瑶, 崔琳. 结合特征学习与注意力机制的服装图像分割[J]. 纺织学报, 2022, 43(11): 163-171.
Viewed
Full text


Abstract

Cited

  Shared   
  Discussed   
No Suggested Reading articles found!