paper-with-me

Papers

ConvTransformer: A Convolutional Transformer Network for Video Frame Synthesis

2020-11-20 · Zhouyong Liu, Shun Luo, Wubin Li, Jingben Lu, Yufan Wu, Shilei Sun, ChunGuo Li, Luxi Yang

Deep Convolutional Neural Networks (CNNs) are powerful models that have achieved excellent performance on difficult computer vision tasks. Although CNNs perform well whenever large labeled training samples are available, they work badly on video frame synthesis due to objects deforming and moving, scene lighting changes, and cameras moving in video sequence. In this paper, we present a novel and general end-to-end architecture, called convolutional Transformer or ConvTransformer, for video frame sequence learning and video frame synthesis. The core ingredient of ConvTransformer is the proposed attention layer, i.e., multi-head convolutional self-attention layer, that learns the sequential dependence of video sequence. ConvTransformer uses an encoder, built upon multi-head convolutional self-attention layer, to encode the sequential dependence between the input frames, and then a decoder decodes the long-term dependence between the target synthesized frames and the input frames. Experiments on video future frame extrapolation task show ConvTransformer to be superior in quality while being more parallelizable to recent approaches built upon convolutional LSTM (ConvLSTM). To the best of our knowledge, this is the first time that ConvTransformer architecture is proposed and applied to video frame synthesis.

📄 PDF Abstract BibTeX arXiv:2011.10185

Code (2)

harryzhu123/ConvTransformer pytorch
wyzjack/mrmga4vad pytorch

Tasks

Decoder

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

MS-TCT: Multi-Scale Temporal ConvTransformer for Action Detection

2021-12-07 · CVPR 2022 1 · Rui Dai, Srijan Das, Kumara Kahatapitiya, Michael S. Ryoo 외

Action detection is an essential and challenging task, especially for densely labelled datasets of untrimmed videos. The temporal relation is complex in those datasets, including challenges like composite action, and co-…

Action DetectionTemporal Action Localization

MethConvTransformer: A Deep Learning Framework for Cross-Tissue Alzheimer's Disease Detection

2026-01-01 · Gang Qu, Guanghao Li, Zhongming Zhao arxiv

Alzheimer's disease (AD) is a multifactorial neurodegenerative disorder characterized by progressive cognitive decline and widespread epigenetic dysregulation in the brain. DNA methylation, as a stable yet dynamic epigen…

Alzheimer's Disease Detection

EEG-ConvTransformer for Single-Trial EEG based Visual Stimuli Classification

2021-07-08 · Subhranil Bagchi, Deepti R. Bathula

Different categories of visual stimuli activate different responses in the human brain. These signals can be captured with EEG for utilization in applications such as Brain-Computer Interface (BCI). However, accurate cla…

Brain Computer InterfaceClassificationDiversityEEG+1

Characterization of anomalous diffusion through convolutional transformers

2022-10-10 · Nicolás Firbas, Òscar Garibo-i-Orts, Miguel Ángel Garcia-March, J. Alberto Conejero

The results of the Anomalous Diffusion Challenge (AnDi Challenge) have shown that machine learning methods can outperform classical statistical methodology at the characterization of anomalous diffusion in both the infer…

SentenceTask 2

Deepfake Video Detection Using Convolutional Vision Transformer

2021-02-22 · Deressa Wodajo, Solomon Atnafu

The rapid advancement of deep learning models that can generate and synthesis hyper-realistic videos known as Deepfakes and their ease of access to the general public have raised concern from all concerned bodies to thei…

DeepFake DetectionFace Swapping