Skip to content

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

Notifications You must be signed in to change notification settings

ledduy610/Adversarial_Video_Summary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%