Search papers, labs, and topics across Lattice.
This paper introduces an optimized adaptive loop filter (ALF) framework for the Versatile Video Coding (VVC) standard, addressing the high coding complexity and excessive memory access associated with existing ALF methods. By implementing a parallel design for Geometry transformation-based ALF (GALF) and Cross Component ALF (CCALF), along with an adaptive parameter decision mechanism and a one-pass CCALF scheme, the authors significantly reduce picture buffer accesses from 152 to just 1. The proposed optimizations yield approximately 25% time savings in the ALF module while maintaining negligible changes in coding performance, with some methods already integrated into VVC reference software.
Reducing picture buffer access from 152 to 1 could revolutionize the efficiency of video encoding in VVC.
In the Versatile Video Coding~(VVC) standard, adaptive loop filter~(ALF), including Geometry transformation-based Adaptive Loop Filter~(GALF) and Cross Component Adaptive Loop Filter~(CCALF), plays an essential role in reducing compression artifacts. However, it also has high coding complexity and requires many picture buffer accesses in the encoder that will increase external memory access and is unfriendly to the software and hardware design. Therefore, we propose an optimized ALF framework, including the parallel design of GALF and CCALF, the adaptive parameter decision of GALF, and one-pass CCALF scheme by effectively estimating the CCALF filtering distortion without conducting filter operation. Compared to VTM-8.0, the proposed method can reduce the picture buffer access from 152 to 1 and achieve roughly 25\% time-savings of the ALF module with negligible coding performance change under RA configuration. Some of the proposed methods have been adopted in the VVC reference software.