All Projects → j-min → Adversarial_video_summary

j-min / Adversarial_video_summary

Unofficial PyTorch Implementation of SUM-GAN from "Unsupervised Video Summarization with Adversarial LSTM Networks" (CVPR 2017)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Adversarial video summary

Pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Stars: ✭ 356 (+90.37%)
Mutual labels:  gan, vae
Tensorflow Vae Gan Draw
A collection of generative methods implemented with TensorFlow (Deep Convolutional Generative Adversarial Networks (DCGAN), Variational Autoencoder (VAE) and DRAW: A Recurrent Neural Network For Image Generation).
Stars: ✭ 577 (+208.56%)
Mutual labels:  gan, vae
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+1924.06%)
Mutual labels:  gan, vae
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+110.7%)
Mutual labels:  gan, vae
Generative Models
Comparison of Generative Models in Tensorflow
Stars: ✭ 96 (-48.66%)
Mutual labels:  gan, vae
Copycat-abstractive-opinion-summarizer
ACL 2020 Unsupervised Opinion Summarization as Copycat-Review Generation
Stars: ✭ 76 (-59.36%)
Mutual labels:  vae, summarization
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+134.22%)
Mutual labels:  gan, vae
Video prediction
Stochastic Adversarial Video Prediction
Stars: ✭ 247 (+32.09%)
Mutual labels:  gan, vae
Text Generation Papers
Paper collection of Neural Text Generation
Stars: ✭ 46 (-75.4%)
Mutual labels:  gan, vae
Advanced Deep Learning With Keras
Advanced Deep Learning with Keras, published by Packt
Stars: ✭ 917 (+390.37%)
Mutual labels:  gan, vae
Generative Models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
Stars: ✭ 6,701 (+3483.42%)
Mutual labels:  gan, vae
O Gan
O-GAN: Extremely Concise Approach for Auto-Encoding Generative Adversarial Networks
Stars: ✭ 117 (-37.43%)
Mutual labels:  gan, vae
What I Have Read
Paper Lists, Notes and Slides, Focus on NLP. For summarization, please refer to https://github.com/xcfcode/Summarization-Papers
Stars: ✭ 110 (-41.18%)
Mutual labels:  gan, summarization
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-28.34%)
Mutual labels:  gan, vae
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (-7.49%)
Mutual labels:  gan
Distancegan
Pytorch implementation of "One-Sided Unsupervised Domain Mapping" NIPS 2017
Stars: ✭ 180 (-3.74%)
Mutual labels:  gan
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (-7.49%)
Mutual labels:  gan
Gannotation
GANnotation (PyTorch): Landmark-guided face to face synthesis using GANs (And a triple consistency loss!)
Stars: ✭ 167 (-10.7%)
Mutual labels:  gan
Id Cgan
Image De-raining Using a Conditional Generative Adversarial Network
Stars: ✭ 184 (-1.6%)
Mutual labels:  gan
Optimus
Optimus: the first large-scale pre-trained VAE language model
Stars: ✭ 180 (-3.74%)
Mutual labels:  vae

Adversarial_Video_Summary

PyTorch Implementation of SUM-GAN

Changes from Original paper

  • Video feature extractor
    • GoogleNet pool5 (1024) => ResNet-101 pool5 (2048)
    • Followed by linear projection to 500-dim
  • Stable GAN Training
    • Discriminator's learning rate: 1e-5 (Others: 1e-4)
    • Fix Discriminators' parameters for first 15 steps at every epoch.

Model figures

Model figure 1

Model figure 2

Model figure 3

Algorithm

Algorithm figure

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].