paper-with-me

홈 › Papers

Convolutional Transformer based Dual Discriminator Generative Adversarial Networks for Video Anomaly Detection

2021-07-29 · Xinyang Feng, Dongjin Song, Yuncong Chen, Zhengzhang Chen, Jingchao Ni, Haifeng Chen

Detecting abnormal activities in real-world surveillance videos is an important yet challenging task as the prior knowledge about video anomalies is usually limited or unavailable. Despite that many approaches have been developed to resolve this problem, few of them can capture the normal spatio-temporal patterns effectively and efficiently. Moreover, existing works seldom explicitly consider the local consistency at frame level and global coherence of temporal dynamics in video sequences. To this end, we propose Convolutional Transformer based Dual Discriminator Generative Adversarial Networks (CT-D2GAN) to perform unsupervised video anomaly detection. Specifically, we first present a convolutional transformer to perform future frame prediction. It contains three key components, i.e., a convolutional encoder to capture the spatial information of the input video clips, a temporal self-attention module to encode the temporal dynamics, and a convolutional decoder to integrate spatio-temporal features and predict the future frame. Next, a dual discriminator based adversarial training procedure, which jointly considers an image discriminator that can maintain the local consistency at frame-level and a video discriminator that can enforce the global coherence of temporal dynamics, is employed to enhance the future frame prediction. Finally, the prediction error is used to identify abnormal video frames. Thoroughly empirical studies on three public video anomaly detection datasets, i.e., UCSD Ped2, CUHK Avenue, and Shanghai Tech Campus, demonstrate the effectiveness of the proposed adversarial spatio-temporal modeling framework.

📄 PDF Abstract BibTeX arXiv:2107.13720

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionVideo Anomaly Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Xiaoicesing 2: A High-Fidelity Singing Voice Synthesizer Based on Generative Adversarial Network

2022-10-26 · Interspeech 2023 8 · Chunhui Wang, Chang Zeng, Xing He

XiaoiceSing is a singing voice synthesis (SVS) system that aims at generating 48kHz singing voices. However, the mel-spectrogram generated by it is over-smoothing in middle- and high-frequency areas due to no special des…

Generative Adversarial NetworkSinging Voice Synthesis

The Nuts and Bolts of Adopting Transformer in GANs

2021-10-25 · Rui Xu, Xiangyu Xu, Kai Chen, Bolei Zhou 외

Transformer becomes prevalent in computer vision, especially for high-level vision tasks. However, adopting Transformer in the generative adversarial network (GAN) framework is still an open yet challenging problem. In t…

Generative Adversarial NetworkImage Generation

GRIG: Few-Shot Generative Residual Image Inpainting

2023-04-24 · Wanglong Lu, Xianta Jiang, Xiaogang Jin, Yong-Liang Yang 외

Image inpainting is the task of filling in missing or masked region of an image with semantically meaningful contents. Recent methods have shown significant improvement in dealing with large-scale missing regions. Howeve…

Image Inpainting

Retinal Image Restoration using Transformer and Cycle-Consistent Generative Adversarial Network

2023-03-03 · Alnur Alimanov, Md Baharul Islam

Medical imaging plays a significant role in detecting and treating various diseases. However, these images often happen to be of too poor quality, leading to decreased efficiency, extra expenses, and even incorrect diagn…

DecoderGenerative Adversarial NetworkImage EnhancementImage Restoration+1

Combining Transformer Generators with Convolutional Discriminators

2021-05-21 · Ricard Durall, Stanislav Frolov, Jörn Hees, Federico Raue 외

Transformer models have recently attracted much interest from computer vision researchers and have since been successfully employed for several problems traditionally addressed with convolutional neural networks. At the …

Data AugmentationImage GenerationSuper-Resolution