In-Loop Filtering Using Learned Look-Up Tables for Video Coding

📅 2025-09-11
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address the high computational cost and strong hardware dependency of deep neural network (DNN)-based in-loop filtering (ILF) in video coding, this paper proposes a lightweight learning-based lookup table (LUT) ILF method. The approach trains a restricted-receptive-field DNN offline and caches its outputs to construct multiple specialized LUTs; during online inference, filtering is performed via efficient index lookup and bilinear interpolation. Key innovations include cross-component joint indexing, multi-LUT collaborative filtering, and structured LUT pruning for compression. Integrated into the VVC reference software (VTM), the method achieves average bitrate savings of 0.85%/4.11%/2.06% and 0.82%/2.97%/1.63% under AI/RA configurations, respectively. It accelerates inference by one to two orders of magnitude and reduces storage overhead by over 90%, significantly outperforming existing DNN-based ILF approaches.

Technology Category

Application Category

📝 Abstract
In-loop filtering (ILF) is a key technology in video coding standards to reduce artifacts and enhance visual quality. Recently, neural network-based ILF schemes have achieved remarkable coding gains, emerging as a powerful candidate for next-generation video coding standards. However, the use of deep neural networks (DNN) brings significant computational and time complexity or high demands for dedicated hardware, making it challenging for general use. To address this limitation, we study a practical ILF solution by adopting look-up tables (LUTs). After training a DNN with a restricted reference range for ILF, all possible inputs are traversed, and the output values of the DNN are cached into LUTs. During the coding process, the filtering process is performed by simply retrieving the filtered pixel through locating the input pixels and interpolating between the cached values, instead of relying on heavy inference computations. In this paper, we propose a universal LUT-based ILF framework, termed LUT-ILF++. First, we introduce the cooperation of multiple kinds of filtering LUTs and propose a series of customized indexing mechanisms to enable better filtering reference perception with limited storage consumption. Second, we propose the cross-component indexing mechanism to enable the filtering of different color components jointly. Third, in order to make our solution practical for coding uses, we propose the LUT compaction scheme to enable the LUT pruning, achieving a lower storage cost of the entire solution. The proposed framework is implemented in the VVC reference software. Experimental results show that the proposed framework achieves on average 0.82%/2.97%/1.63% and 0.85%/4.11%/2.06% bitrate reduction for common test sequences, under the AI and RA configurations, respectively. Compared to DNN-based solutions, our proposed solution has much lower time complexity and storage cost.
Problem

Research questions and friction points this paper is trying to address.

Reducing computational complexity of neural network-based in-loop filtering
Enabling efficient video coding with low storage requirements
Achieving high compression without dedicated hardware demands
Innovation

Methods, ideas, or system contributions that make the work stand out.

Using look-up tables for video filtering
Cross-component indexing for color processing
LUT compaction to reduce storage cost
🔎 Similar Papers
No similar papers found.
Zhuoyuan Li
Zhuoyuan Li
University of Science and Technology of China (USTC)
Video CodingInter/Intra PredictionIn-Loop FilteringLearned Compression
J
Jiacheng Li
MOE Key Laboratory of Brain-Inspired Intelligent Perception and Cognition, University of Science and Technology of China, Hefei 230093, China
Y
Yao Li
MOE Key Laboratory of Brain-Inspired Intelligent Perception and Cognition, University of Science and Technology of China, Hefei 230093, China
J
Jialin Li
MOE Key Laboratory of Brain-Inspired Intelligent Perception and Cognition, University of Science and Technology of China, Hefei 230093, China
L
Li Li
MOE Key Laboratory of Brain-Inspired Intelligent Perception and Cognition, University of Science and Technology of China, Hefei 230093, China
D
Dong Liu
MOE Key Laboratory of Brain-Inspired Intelligent Perception and Cognition, University of Science and Technology of China, Hefei 230093, China
Feng Wu
Feng Wu
National University of Singapore
Mechine LearningMedical Time Series