HMD-former: a Transformer-based Human Mesh Deformer with Inter-layer Semantic Consistency
Siyu Zou, Sheng Liu, Chaonan Li, Lu Yao, Shengyong Chen
Abstract
We present a transformer-based network, Human Mesh Deformer (HMD-former), to tackle the problem of 3D human mesh reconstruction from a single RGB image. HMD-former applies a pre-trained CNN to extract image grid features and a transformer decoder to gradually warp the template 3D mesh to the deformed mesh. On each decoder layer, the fine-grained local information of grid features is well utilized using cross-attention by softly and content-dependently transforming the grid features to vertex embeddings. Auxiliary losses and proposed bi-directional mapping layers inherently ensure semantic consistency throughout the whole decoder, which free the network from learning unnecessary embedding transformation between layers. This further induces each layer of the decoder to focus on refining vertex embeddings and makes the whole network work in a progressively refining manner. Experiments on different public datasets Human3.6M and 3DPW show better reconstruction accuracy and faster inference speed than previous state-of-the-art methods, demonstrating the effectiveness and generalizability of HMD-former. Code is publicly available at https://github.com/siyuzou/HMD-former.
BibTeX
@inproceedings{icra2022_hmdformeratransf,
title = {HMD-former: a Transformer-based Human Mesh Deformer with Inter-layer Semantic Consistency},
author = {Siyu Zou and Sheng Liu and Chaonan Li and Lu Yao and Shengyong Chen},
booktitle = {ICRA 2022},
year = {2022}
}