ReBotNet: Fast Real-Time Video Enhancement

Jeya Maria Jose Valanarasu, Rahul Garg, Andeep Toor, Xin Tong, Weijuan Xi, Andreas Lugmayr, Vishal M. Patel, Anne Menini; Proceedings of the Winter Conference on Applications of Computer Vision (WACV), 2025, pp. 1424-1435

Abstract


Most video restoration networks are slow have high computational load and can't be used for real-time video enhancement. In this work we design an efficient and fast framework to perform real-time video enhancement for practical use-cases like live video calls and video streams. Our proposed method called Recurrent Bottleneck Mixer Network (ReBotNet) employs a dual-branch framework. The first branch learns spatio-temporal features by tokenizing the input frames along the spatial and temporal dimensions using a ConvNext-based encoder and processing these abstract tokens using a bottleneck mixer. To further improve temporal consistency the second branch employs a mixer directly on tokens extracted from individual frames. A common decoder then merges the features form the two branches to predict the enhanced frame. In addition we use a recurrent training approach where the last frame's prediction is leveraged to efficiently enhance the current frame while improving temporal consistency. To evaluate our method we curate two new datasets that emulate real-world video call and streaming scenarios and show extensive results on multiple datasets where ReBotNet outperforms existing approaches with lower computations reduced memory requirements and faster inference time. Code: https://github.com/jeya-mariajose/rebot-net.

Related Material


[pdf] [supp] [arXiv]
[bibtex]
@InProceedings{Valanarasu_2025_WACV, author = {Valanarasu, Jeya Maria Jose and Garg, Rahul and Toor, Andeep and Tong, Xin and Xi, Weijuan and Lugmayr, Andreas and Patel, Vishal M. and Menini, Anne}, title = {ReBotNet: Fast Real-Time Video Enhancement}, booktitle = {Proceedings of the Winter Conference on Applications of Computer Vision (WACV)}, month = {February}, year = {2025}, pages = {1424-1435} }