What is: TSRUs?
Source | Transformation-based Adversarial Video Prediction on Large-Scale Data |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
TSRUs, or Transformation-based Spatial Recurrent Unit p, is a modification of a ConvGRU used in the TriVD-GAN architecture for video generation.
It largely follows TSRUc, but computes each intermediate output in a fully sequential manner: like in TSRUc, is given access to , but additionally, is given access to both outputs and , so as to make an informed decision prior to mixing. This yields the following replacement for :
In these equations and are the elementwise sigmoid and ReLU functions respectively and the represents a convolution with a kernel of size . Brackets are used to represent a feature concatenation.