paper-with-me

Papers

Predictive Coding Based Multiscale Network with Encoder-Decoder LSTM for Video Prediction

2022-12-22 · Chaofan Ling, Junpei Zhong, Weihua Li

We present a multi-scale predictive coding model for future video frames prediction. Drawing inspiration on the ``Predictive Coding" theories in cognitive science, it is updated by a combination of bottom-up and top-down information flows, which can enhance the interaction between different network levels. However, traditional predictive coding models only predict what is happening hierarchically rather than predicting the future. To address the problem, our model employs a multi-scale approach (Coarse to Fine), where the higher level neurons generate coarser predictions (lower resolution), while the lower level generate finer predictions (higher resolution). In terms of network architecture, we directly incorporate the encoder-decoder network within the LSTM module and share the final encoded high-level semantic information across different network levels. This enables comprehensive interaction between the current input and the historical states of LSTM compared with the traditional Encoder-LSTM-Decoder architecture, thus learning more believable temporal and spatial dependencies. Furthermore, to tackle the instability in adversarial training and mitigate the accumulation of prediction errors in long-term prediction, we propose several improvements to the training strategy. Our approach achieves good performance on datasets such as KTH, Moving MNIST and Caltech Pedestrian. Code is available at https://github.com/Ling-CF/MSPN.

📄 PDF Abstract BibTeX arXiv:2212.11642

Code (1)

ling-cf/mspn 공식 구현 pytorch

Tasks

DecoderVideo Prediction

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

HashEncoding: Autoencoding with Multiscale Coordinate Hashing

2022-11-29 · Lukas Zhornyak, Zhengjie Xu, Haoran Tang, Jianbo Shi

We present HashEncoding, a novel autoencoding architecture that leverages a non-parametric multiscale coordinate hash function to facilitate a per-pixel decoder without convolutions. By leveraging the space-folding behav…

DecoderOptical Flow Estimation

MED-VT++: Unifying Multimodal Learning with a Multiscale Encoder-Decoder Video Transformer

2023-04-12 · CVPR 2023 1 · Rezaul Karim, He Zhao, Richard P. Wildes, Mennatullah Siam

In this paper, we present an end-to-end trainable unified multiscale encoder-decoder transformer that is focused on dense prediction tasks in video. The presented Multiscale Encoder-Decoder Video Transformer (MED-VT) use…

Action SegmentationDecoderOptical Flow EstimationSegmentation+5

FusionCount: Efficient Crowd Counting via Multiscale Feature Fusion

2022-02-28 · Yiming Ma, Victor Sanchez, Tanaya Guha

State-of-the-art crowd counting models follow an encoder-decoder approach. Images are first processed by the encoder to extract features. Then, to account for perspective distortion, the highest-level feature map is fed …

Crowd CountingDecoder

Improved Variational Autoencoders for Text Modeling using Dilated Convolutions

2017-02-27 · ICML 2017 8 · Zichao Yang, Zhiting Hu, Ruslan Salakhutdinov, Taylor Berg-Kirkpatrick

Recent work on generative modeling of text has found that variational auto-encoders (VAE) incorporating LSTM decoders perform worse than simpler LSTM language models (Bowman et al., 2015). This negative result is so far …

DecoderText Generation

Deep Hierarchical Video Compression

2023-12-12 · Ming Lu, Zhihao Duan, Fengqing Zhu, Zhan Ma

Recently, probabilistic predictive coding that directly models the conditional distribution of latent features across successive frames for temporal redundancy removal has yielded promising results. Existing methods usin…

Video Compression