paper-with-me

Papers

Separable Convolutional LSTMs for Faster Video Segmentation

2019-07-16 · Andreas Pfeuffer, Klaus Dietmayer

Semantic Segmentation is an important module for autonomous robots such as self-driving cars. The advantage of video segmentation approaches compared to single image segmentation is that temporal image information is considered, and their performance increases due to this. Hence, single image segmentation approaches are extended by recurrent units such as convolutional LSTM (convLSTM) cells, which are placed at suitable positions in the basic network architecture. However, a major critique of video segmentation approaches based on recurrent neural networks is their large parameter count and their computational complexity, and so, their inference time of one video frame takes up to 66 percent longer than their basic version. Inspired by the success of the spatial and depthwise separable convolutional neural networks, we generalize these techniques for convLSTMs in this work, so that the number of parameters and the required FLOPs are reduced significantly. Experiments on different datasets show that the segmentation approaches using the proposed, modified convLSTM cells achieve similar or slightly worse accuracy, but are up to 15 percent faster on a GPU than the ones using the standard convLSTM cells. Furthermore, a new evaluation metric is introduced, which measures the amount of flickering pixels in the segmented video sequence.

📄 PDF Abstract BibTeX arXiv:1907.06876

Code (1)

Andreas-Pfeuffer/LSTM-ICNet tf

Tasks

GPUImage SegmentationSegmentationSelf-Driving CarsSemantic SegmentationVideo SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Noisy-LSTM: Improving Temporal Awareness for Video Semantic Segmentation

2020-10-19 · Bowen Wang, Liangzhi Li, Yuta Nakashima, Ryo Kawasaki 외

Semantic video segmentation is a key challenge for various applications. This paper presents a new model named Noisy-LSTM, which is trainable in an end-to-end manner, with convolutional LSTMs (ConvLSTMs) to leverage the …

Semantic SegmentationVideo SegmentationVideo Semantic Segmentation

Mobile Video Object Detection with Temporally-Aware Feature Maps

2017-11-17 · CVPR 2018 6 · Mason Liu, Menglong Zhu

This paper introduces an online model for object detection in videos designed to run in real-time on low-powered mobile and embedded devices. Our approach combines fast single-image object detection with convolutional lo…

CPUObjectobject-detectionObject Detection+1

Semantic Segmentation of Video Sequences with Convolutional LSTMs

2019-05-03 · Andreas Pfeuffer, Karina Schulz, Klaus Dietmayer

Most of the semantic segmentation approaches have been developed for single image segmentation, and hence, video sequences are currently segmented by processing each frame of the video sequence separately. The disadvanta…

DecoderImage SegmentationPositionSegmentation+3

Detecting Deepfake-Forged Contents with Separable Convolutional Neural Network and Image Segmentation

2019-12-21 · Chia-Mu Yu, Ching-Tang Chang, Yen-Wu Ti

Recent advances in AI technology have made the forgery of digital images and videos easier, and it has become significantly more difficult to identify such forgeries. These forgeries, if disseminated with malicious inten…

Face SwappingImage SegmentationSemantic Segmentation

An Efficient 3D CNN for Action/Object Segmentation in Video

2019-07-21 · Rui Hou, Chen Chen, Rahul Sukthankar, Mubarak Shah

Convolutional Neural Network (CNN) based image segmentation has made great progress in recent years. However, video object segmentation remains a challenging task due to its high computational complexity. Most of the pre…

Action SegmentationDecoderImage SegmentationObject+6