DANIEL.OS
PROFILE / ONLINE

DANIEL OS / PROFILE

Lightweight 3D Human Pose Estimation Network Training Using Teacher-Student Learning

Review of paper named ‘Lightweight 3D Human Pose Estimation Network Training Using Teacher-Student Learning’

This paper presenting MoVNect which is a lightweight deep neural network(DNN) with teacher-student learning to capture 3D human pose in mobile devices.

There are several way to lightwieghting the models. Most of the neural network such as ResNet, DenseNet, and GoogleNet have so many layers contained itself, so it takes alot of time and calculation for each processes. This large amount of model size is not compatible to real world.

MovNect_Figure

Handling jitter problem

By adding 1 euro filter

a

Basic Architecture of CNN

CNN

This architecture shows diverse concepts

Reference

https://arxiv.org/pdf/2001.05097.pdf

https://post.naver.com/viewer/postView.nhn?volumeNo=20748771&memberNo=36733075

https://arxiv.org/pdf/1705.01583.pdf

https://www.youtube.com/watch?v=7UoOFKcyIvM&feature=youtu.be

https://gaussian37.github.io/dl-concept-mobilenet_v2/

https://hal.inria.fr/hal-00670496/document

Github