Adaptive High-Pass Kernel Prediction for Efficient Video Deblurring
Bo Ji, Angela Yao
TL;DR
This paper tackles video deblurring by addressing the loss of high-frequency details caused by blur and neural spectral bias. It introduces AHFNet, which explicitly extracts high-frequency information using a dynamic combination of fixed high-pass basis kernels, guided by a coefficient generator, and integrates these HF features into a bidirectional, lightweight deblurring pipeline. Key contributions include a provably HF-preserving kernel combination, the use of rotated basis kernels to capture multi-directional HF content, and demonstrated state-of-the-art performance under low memory budgets with notable inference efficiency. The approach offers practical benefits for hardware-constrained settings, enabling sharper video deblurring without exorbitant memory or compute demands.
Abstract
State-of-the-art video deblurring methods use deep network architectures to recover sharpened video frames. Blurring especially degrades high-frequency (HF) information, yet this aspect is often overlooked by recent models that focus more on enhancing architectural design. Recovering these fine details is challenging, partly due to the spectral bias of neural networks, which are inclined towards learning low-frequency functions. To address this, we enforce explicit network structures to capture the fine details and edges. We dynamically predict adaptive high-pass kernels from a linear combination of high-pass basis kernels to extract high-frequency features. This strategy is highly efficient, resulting in low-memory footprints for training and fast run times for inference, all while achieving state-of-the-art when compared to low-budget models. The code is available at https://github.com/jibo27/AHFNet.
