paper-with-me

Papers

Garment4D: Garment Reconstruction from Point Cloud Sequences

2021-12-08 · NeurIPS 2021 12 · Fangzhou Hong, Liang Pan, Zhongang Cai, Ziwei Liu

Learning to reconstruct 3D garments is important for dressing 3D human bodies of different shapes in different poses. Previous works typically rely on 2D images as input, which however suffer from the scale and pose ambiguities. To circumvent the problems caused by 2D images, we propose a principled framework, Garment4D, that uses 3D point cloud sequences of dressed humans for garment reconstruction. Garment4D has three dedicated steps: sequential garments registration, canonical garment estimation, and posed garment reconstruction. The main challenges are two-fold: 1) effective 3D feature learning for fine details, and 2) capture of garment dynamics caused by the interaction between garments and the human body, especially for loose garments like skirts. To unravel these problems, we introduce a novel Proposal-Guided Hierarchical Feature Network and Iterative Graph Convolution Network, which integrate both high-level semantic features and low-level geometric features for fine details reconstruction. Furthermore, we propose a Temporal Transformer for smooth garment motions capture. Unlike non-parametric methods, the reconstructed garment meshes by our method are separable from the human body and have strong interpretability, which is desirable for downstream tasks. As the first attempt at this task, high-quality reconstruction results are qualitatively and quantitatively illustrated through extensive experiments. Codes are available at https://github.com/hongfz16/Garment4D.

📄 PDF Abstract BibTeX arXiv:2112.04159

Code (1)

hongfz16/garment4d 공식 구현 pytorch

Tasks

Garment Reconstruction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

GarmentGS: Point-Cloud Guided Gaussian Splatting for High-Fidelity Non-Watertight 3D Garment Reconstruction

2025-05-04 · Zhihao Tang, Shenghao Yang, Hongtao Zhang, Mingbo Zhao

Traditional 3D garment creation requires extensive manual operations, resulting in time and labor costs. Recently, 3D Gaussian Splatting has achieved breakthrough progress in 3D scene reconstruction and rendering, attrac…

3D Scene ReconstructionGarment ReconstructionPoint cloud reconstruction

GaPT-DAR: Category-level Garments Pose Tracking via Integrated 2D Deformation and 3D Reconstruction

2025-01-01 · CVPR 2025 1 · Li Zhang, Mingliang Xu, Jianan Wang, Qiaojun Yu 외

Garments are common in daily life and are important for embodied intelligence community. Current category-level garments pose tracking works focus on predicting point-wise canonical correspondence and learning a shap…

3D ReconstructionPose Tracking

Reconstruction of Manipulated Garment with Guided Deformation Prior

2024-05-17 · Ren Li, Corentin Dumery, Zhantao Deng, Pascal Fua

Modeling the shape of garments has received much attention, but most existing approaches assume the garments to be worn by someone, which constrains the range of shapes they can assume. In this work, we address shape rec…

Garment Particles: A 2D--3D Symmetric Garment Representation for Generation and Editing

2026-05-25 · Kiyohiro Nakayama, I-Chao Shen, Ruofan Liu, Yiming Wang 외 arxiv

Practical garment design spans two modes: intuitive creation from high-level intent, such as a reference image or text description, and complex low-level editing across 2D sewing patterns and 3D draped geometry, which re…

NeuralTailor: Reconstructing Sewing Pattern Structures from 3D Point Clouds of Garments

2022-01-31 · Maria Korosteleva, Sung-Hee Lee

The fields of SocialVR, performance capture, and virtual try-on are often faced with a need to faithfully reproduce real garments in the virtual world. One critical task is the disentanglement of the intrinsic garment sh…

3D Shape Recognition3D Shape ReconstructionDiversityStructured Prediction+1