Overview of SmoothNet
mainSmoothNet is a plug-and-play temporal refinement network designed to mitigate jitter in human pose estimation from videos. It functions as a dedicated temporal-only refinement layer that can be attached to existing pose estimators (2D, 3D, or SMPL body recovery) to improve temporal smoothness and accuracy, especially in challenging or occluded frames.
Key characteristics:
- Temporal-only model: It learns long-range temporal relations for every joint without relying on noisy inter-joint correlations, making it highly transferable across different estimators and datasets.
- Plug-and-Play: It can be used as a smoothing strategy for various backbones.
- Supported Tasks: 2D human pose estimation, 3D human pose estimation, and SMPL body recovery.
- Integration: SmoothNet is supported as a smoothing strategy in MMPose (v0.25.0+) and MMHuman3D.