What is: TSRUc?
Source | Transformation-based Adversarial Video Prediction on Large-Scale Data |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
TSRUc, or Transformation-based Spatial Recurrent Unit c, is a modification of a ConvGRU used in the TriVD-GAN architecture for video generation.
Instead of computing the reset gate and resetting , the TSRUc computes the parameters of a transformation , which we use to warp . The rest of our model is unchanged (with playing the role of in ’s update equation from ConvGRU. The TSRUc module is described by the following equations:
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.