All Projects → alexandrosstergiou → Saliency-Tubes-Visual-Explanations-for-Spatio-Temporal-Convolutions

alexandrosstergiou / Saliency-Tubes-Visual-Explanations-for-Spatio-Temporal-Convolutions

Licence: MIT License
[ICIP 2019] Implementation of Saliency Tubes for 3D Convolutions in Pytoch and Keras to localise the focus spatio-temporal regions of 3D CNNs.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Saliency-Tubes-Visual-Explanations-for-Spatio-Temporal-Convolutions

HyperDenseNet pytorch
Pytorch version of the HyperDenseNet deep neural network for multi-modal image segmentation
Stars: ✭ 58 (+34.88%)
Mutual labels:  3d-convolutional-network, 3d-cnn
3d-convolutional-network
Alzheimer disease diagnosis by Deeply Supervised 3D Convolutional Network
Stars: ✭ 66 (+53.49%)
Mutual labels:  3d-convolutional-network
whatlies
Toolkit to help understand "what lies" in word embeddings. Also benchmarking!
Stars: ✭ 351 (+716.28%)
Mutual labels:  visualisations
MinkLoc3D
MinkLoc3D: Point Cloud Based Large-Scale Place Recognition
Stars: ✭ 83 (+93.02%)
Mutual labels:  3d-convolutional-network
deeprank
Deep learning framework for data mining protein-protein interactions using CNN
Stars: ✭ 99 (+130.23%)
Mutual labels:  3d-cnn
Squeeze-and-Recursion-Temporal-Gates
Code for : [Pattern Recognit. Lett. 2021] "Learn to cycle: Time-consistent feature discovery for action recognition" and [IJCNN 2021] "Multi-Temporal Convolutions for Human Action Recognition in Videos".
Stars: ✭ 62 (+44.19%)
Mutual labels:  3d-cnn
uniformer-pytorch
Implementation of Uniformer, a simple attention and 3d convolutional net that achieved SOTA in a number of video classification tasks, debuted in ICLR 2022
Stars: ✭ 90 (+109.3%)
Mutual labels:  3d-convolutional-network
Coronary-Artery-Tracking-via-3D-CNN-Classification
The PyTorch re-implement of a 3D CNN Tracker to extract coronary artery centerlines with state-of-the-art (SOTA) performance. (paper: 'Coronary artery centerline extraction in cardiac CT angiography using a CNN-based orientation classifier')
Stars: ✭ 136 (+216.28%)
Mutual labels:  3d-cnn
stconvs2s
Code for the paper "STConvS2S: Spatiotemporal Convolutional Sequence to Sequence Network for Weather Forecasting" (Neurocomputing, Elsevier)
Stars: ✭ 40 (-6.98%)
Mutual labels:  3d-convolutional-network
MinkLocMultimodal
MinkLoc++: Lidar and Monocular Image Fusion for Place Recognition
Stars: ✭ 65 (+51.16%)
Mutual labels:  3d-convolutional-network
Lip Reading Deeplearning
🔓 Lip Reading - Cross Audio-Visual Recognition using 3D Architectures
Stars: ✭ 1,641 (+3716.28%)
Mutual labels:  3d-convolutional-network

Saliency Tubes: Visual Explanations for Spatio-Temporal Convolutions

supported versions Bugzilla bug status license GitHub language count

Introduction

Deep learning approaches have been established as the main methodology for video classification and recognition. Recently, 3-dimensional convolutions have been used to achieve state-of-the-art performance in many challenging video datasets. Because of the high level of complexity of these methods, as the convolution operations are also extended to additional dimension in order to extract features from them as well, providing a visualization for the signals that the network interpret as informative, is a challenging task. An effective notion of understanding the network's inner-workings would be to isolate the spatio-temporal regions on the video that the network finds most informative. We propose a method called Saliency Tubes which demonstrate the foremost points and regions in both frame level and over time that are found to be the main focus points of the network. We demonstrate our findings on widely used datasets for third-person and egocentric action classification and enhance the set of methods and visualizations that improve 3D Convolutional Neural Networks (CNNs) intelligibility.

To appear in IEEE International Conference on Image Processing (ICIP) 2019    
[arXiv preprint]     [IEEE Xplore]     [video presentation]

For videos, these frames can be turned to video/GIFs with tools such as ImageMagic or imageio.

Installation

Please make sure, Git is installed in your machine:

$ sudo apt-get update
$ sudo apt-get install git
$ git clone https://github.com/alexandrosstergiou/Saliency-Tubes-Visual-Explanations-for-Spatio-Temporal-Convolutions.git

Dependencies

Currently the repository supports either Keras or Pytorch models. OpenCV was used for processes in the frame level. For resizing the to the original video dimensions we used scipy.ndimage.

$ pip install opencv-python
$ pip install scipy

License

MIT

Citing Saliency Tubes

If you use our code in your research, please use the following BibTeX entry:

@inproceedings{stergiou2019saliency,
title={Saliency tubes: Visual explanations for spatio-temporal convolutions},
author={Stergiou, Alexandros and Kapidis, Georgios and Kalliatakis, Grigorios and Chrysoulas, Christos and Veltkamp, Remco and Poppe, Ronald},
booktitle={2019 IEEE International Conference on Image Processing (ICIP)},
pages={1830--1834},
year={2019},
organization={IEEE}
}

Contact

Alexandros Stergiou

a.g.stergiou at uu.nl

Any queries or suggestions are much appreciated!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].