# D3D: Distilled 3D Networks for Video Action Recognition

**Authors:** Jonathan C. Stroud, David A. Ross, Chen Sun, Jia Deng, and Rahul, Sukthankar

arXiv: 1812.08249 · 2019-02-07

## TL;DR

This paper introduces D3D, a distilled 3D network for video action recognition that combines spatial and temporal information into a single model, eliminating the need for optical flow computation while maintaining high accuracy.

## Contribution

The paper proposes a novel distillation method to enhance the spatial stream of 3D CNNs, enabling a single model to match two-stream performance without optical flow.

## Key findings

- D3D achieves comparable accuracy to two-stream models.
- Distillation improves motion representation in the spatial stream.
- Single-model approach reduces computational complexity.

## Abstract

State-of-the-art methods for video action recognition commonly use an ensemble of two networks: the spatial stream, which takes RGB frames as input, and the temporal stream, which takes optical flow as input. In recent work, both of these streams consist of 3D Convolutional Neural Networks, which apply spatiotemporal filters to the video clip before performing classification. Conceptually, the temporal filters should allow the spatial stream to learn motion representations, making the temporal stream redundant. However, we still see significant benefits in action recognition performance by including an entirely separate temporal stream, indicating that the spatial stream is "missing" some of the signal captured by the temporal stream. In this work, we first investigate whether motion representations are indeed missing in the spatial stream of 3D CNNs. Second, we demonstrate that these motion representations can be improved by distillation, by tuning the spatial stream to predict the outputs of the temporal stream, effectively combining both models into a single stream. Finally, we show that our Distilled 3D Network (D3D) achieves performance on par with two-stream approaches, using only a single model and with no need to compute optical flow.

## Full text

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

## Figures

22 figures with captions in the complete paper: https://tomesphere.com/paper/1812.08249/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1812.08249/full.md

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