FeatER: An Efficient Network for Human Reconstruction via Feature Map-Based TransformER
Ce Zheng, Matias Mendieta, Taojiannan Yang, Guo-Jun Qi, Chen Chen

TL;DR
FeatER introduces a novel transformer architecture that efficiently processes feature map representations for human reconstruction tasks, achieving state-of-the-art performance with reduced computational costs.
Contribution
The paper proposes FeatER, a transformer design that preserves feature map structure and reduces memory and computation for human pose and mesh estimation.
Findings
Outperforms MeshGraphormer with 95% fewer parameters
Requires only 16% of MACs compared to SOTA methods
Demonstrates effectiveness across multiple human reconstruction datasets
Abstract
Recently, vision transformers have shown great success in a set of human reconstruction tasks such as 2D human pose estimation (2D HPE), 3D human pose estimation (3D HPE), and human mesh reconstruction (HMR) tasks. In these tasks, feature map representations of the human structural information are often extracted first from the image by a CNN (such as HRNet), and then further processed by transformer to predict the heatmaps (encodes each joint's location into a feature map with a Gaussian distribution) for HPE or HMR. However, existing transformer architectures are not able to process these feature map inputs directly, forcing an unnatural flattening of the location-sensitive human structural information. Furthermore, much of the performance benefit in recent HPE and HMR methods has come at the cost of ever-increasing computation and memory needs. Therefore, to simultaneously address…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Video Surveillance and Tracking Methods · Advanced Neural Network Applications
MethodsHeatmap
