From CNN to CNN + RNN: Adapting Visualization Techniques for Time-Series Anomaly Detection
Fabien Poirier

TL;DR
This paper adapts visualization techniques like saliency maps and Grad-CAM to CNN + RNN models for video anomaly detection, enhancing interpretability in temporal deep learning models.
Contribution
It introduces methods to visualize and interpret CNN + RNN models for video data, addressing challenges in gradient propagation and temporal information visualization.
Findings
Adapted saliency maps for recurrent architectures
Demonstrated visualization of temporal features in videos
Highlighted challenges in interpreting video-based models
Abstract
Deep neural networks are highly effective in solving complex problems but are often viewed as "black boxes," limiting their adoption in contexts where transparency and explainability are essential. This lack of visibility raises ethical and legal concerns, particularly in critical areas like security, where automated decisions can have significant consequences. The General Data Protection Regulation (GDPR) underscores the importance of justifying these decisions. In this work, we explore visualization techniques to improve the understanding of anomaly detection models based on convolutional recurrent neural networks (CNN + RNN) with a TimeDistributed layer. Our model combines VGG19 for convolutional feature extraction and a GRU layer for sequential analysis of real-time video data. While suitable for temporal data, this structure complicates gradient propagation, as sequence elements…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Time Series Analysis and Forecasting · Computational Physics and Python Applications
MethodsGated Recurrent Unit · Focus
