Mob-FGSR: Frame Generation and Super Resolution for Mobile Real-Time Rendering

Sipeng Yang,Qingchuan Zhu,Junhao Zhuge,Qiang Qiu,Chen Li,Yuzhong Yan,Huihui Xu,Ling-Qi Yan,Xiaogang Jin
DOI: https://doi.org/10.1145/3641519.3657424
2024-01-01
Abstract:Recent advances in supersampling for frame generation and superresolution improve real-time rendering performance significantly. However, because these methods rely heavily on the most recent features of high-end GPUs, they are impractical for mobile platforms, which are limited by lower GPU capabilities and a lack of dedicated optical flow estimation hardware. We propose Mob-FGSR, a novel lightweight supersampling framework tailored for mobile devices that integrates frame generation with super resolution to effectively improve real-time rendering performance. Our method introduces a splat-based motion vectors reconstruction method, which allows for accurate pixel-level motion estimation for both interpolation and extrapolation at desired times without the need for high-end GPUs or rendering data from generated frames. Subsequently, fast image generation models are designed to construct interpolated or extrapolated frames and improve resolution, providing users with a plethora of options. Our runtime models operate without the use of neural networks, ensuring their applicability to mobile devices. Extensive testing shows that our framework outperforms other lightweight solutions and rivals the performance of algorithms designed specifically for high-end GPUs. Our model's minimal runtime is confirmed by on-device testing, demonstrating its potential to benefit a wide range of mobile real-time rendering applications. More information and an Android demo can be found at: https://mob-fgsr.github.
What problem does this paper attempt to address?