Learned rate-distortion cost prediction for ultrafast screen content intra coding

Abstract

As online collaborations become more prevalent, screen content has become increasingly important in real-time video communications. To reduce communication costs, the H.265/HEVC standard introduced the Screen Content Coding (SCC) extension, which achieves significant bits savings but comes with a higher encoding complexity. There is a need for ultrafast SCC encoding to meet the demands of real-time applications. Our key idea is to predict the rate-distortion (RD) cost of each possible coding unit under each possible mode, rather than performing actual coding to obtain the RD cost. Specifically, we construct neural networks to predict RD costs for intra prediction, palette, and normal intra block copy (IBC) modes. For IBC merge mode, we conduct motion compensation trials and use a linear regression network for prediction. Using the predicted RD costs, we create a partition-mode map set that …

Publication
IEEE Transactions on Circuits and Systems for Video Technology 34(3)

本文面向实时屏幕内容通信中的超快编码需求,提出基于学习的率失真代价预测方法。该方法不再通过实际编码计算RD代价,而是构建神经网络分别预测帧内预测、调色板及普通IBC模式的RD代价,并对IBC merge模式结合运动补偿与线性回归进行预测。利用预测结果生成分区-模式映射集,从而显著降低H.265/HEVC SCC扩展的编码复杂度,在保持编码效率的同时实现超快屏幕内容帧内编码。