# Interpretable 3D Human Action Analysis with Temporal Convolutional   Networks

**Authors:** Tae Soo Kim, Austin Reiter

arXiv: 1704.04516 · 2017-04-18

## TL;DR

This paper introduces Res-TCN, an interpretable Temporal Convolutional Network for 3D human action recognition, achieving state-of-the-art results while providing transparent spatio-temporal representations.

## Contribution

It redesigns TCNs for interpretability in 3D action recognition, making models more understandable without sacrificing performance.

## Key findings

- Res-TCN achieves state-of-the-art accuracy on NTU-RGBD dataset.
- The model provides interpretable spatio-temporal features.
- Enhanced interpretability facilitates understanding of 3D action recognition processes.

## Abstract

The discriminative power of modern deep learning models for 3D human action recognition is growing ever so potent. In conjunction with the recent resurgence of 3D human action representation with 3D skeletons, the quality and the pace of recent progress have been significant. However, the inner workings of state-of-the-art learning based methods in 3D human action recognition still remain mostly black-box. In this work, we propose to use a new class of models known as Temporal Convolutional Neural Networks (TCN) for 3D human action recognition. Compared to popular LSTM-based Recurrent Neural Network models, given interpretable input such as 3D skeletons, TCN provides us a way to explicitly learn readily interpretable spatio-temporal representations for 3D human action recognition. We provide our strategy in re-designing the TCN with interpretability in mind and how such characteristics of the model is leveraged to construct a powerful 3D activity recognition method. Through this work, we wish to take a step towards a spatio-temporal model that is easier to understand, explain and interpret. The resulting model, Res-TCN, achieves state-of-the-art results on the largest 3D human action recognition dataset, NTU-RGBD.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.04516/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1704.04516/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1704.04516/full.md

---
Source: https://tomesphere.com/paper/1704.04516