What is: FLAVR?
Source | FLAVR: Flow-Agnostic Video Representations for Fast Frame Interpolation |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
FLAVR is an architecture for video frame interpolation. It uses 3D space-time convolutions to enable end-to-end learning and inference for video frame interpolation. Overall, it consists of a U-Net style architecture with 3D space-time convolutions and deconvolutions (yellow blocks). Channel gating is used after all (de-)convolution layers (blue blocks). The final prediction layer (the purple block) is implemented as a convolution layer to project the 3D feature maps into frame predictions. This design allows FLAVR to predict multiple frames in one inference forward pass.