What is: FiLM Module?
Source | WaveGrad: Estimating Gradients for Waveform Generation |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
The Feature-wise linear modulation (FiLM) module combines information from both noisy waveform and input mel-spectrogram. It is used in the WaveGrad model. The authors also added iteration index which indicates the noise level of the input waveform by using the Transformer sinusoidal positional embedding. To condition on the noise level directly, is replaced by and a linear scale is applied. The FiLM module produces both scale and bias vectors given inputs, which are used in a UBlock for feature-wise affine transformation as:
where and correspond to the scaling and shift vectors from the FiLM module, is the output from corresponding DBlock, is an intermediate output in the UBlock.