Continual 3D Convolutional Neural Networks for Real-time Processing of Videos
Lukas Hedegaard, Alexandros Iosifidis

TL;DR
This paper presents Continual 3D CNNs (Co3D CNNs), a novel approach that processes videos frame-by-frame to reduce computational costs while maintaining accuracy, enabling efficient real-time video analysis.
Contribution
It introduces Co3D CNNs, which reuse existing 3D CNN weights for efficient frame-wise video processing, significantly reducing FLOPs and memory usage without sacrificing accuracy.
Findings
Achieves 12.1-15.3x FLOP reduction on Kinetics-400
Improves accuracy by 2.3-3.8% over regular X3D models
Reduces peak memory consumption by up to 48%
Abstract
We introduce Continual 3D Convolutional Neural Networks (Co3D CNNs), a new computational formulation of spatio-temporal 3D CNNs, in which videos are processed frame-by-frame rather than by clip. In online tasks demanding frame-wise predictions, Co3D CNNs dispense with the computational redundancies of regular 3D CNNs, namely the repeated convolutions over frames, which appear in overlapping clips. We show that Continual 3D CNNs can reuse preexisting 3D-CNN weights to reduce the per-prediction floating point operations (FLOPs) in proportion to the temporal receptive field while retaining similar memory requirements and accuracy. This is validated with multiple models on Kinetics-400 and Charades with remarkable results: CoX3D models attain state-of-the-art complexity/accuracy trade-offs on Kinetics-400 with 12.1-15.3x reductions of FLOPs and 2.3-3.8% improvements in accuracy compared to…
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
TopicsAdvanced Neural Network Applications · Human Pose and Action Recognition · Advanced Vision and Imaging
