ResiComp: Loss-Resilient Image Compression via Dual-Functional Masked Visual Token Modeling
Sixian Wang, Jincheng Dai, Xiaoqi Qin, Ke Yang, Kai Niu, Ping Zhang
TL;DR
ResiComp addresses the vulnerability of neural image codecs to packet loss in real-time communications by unifying entropy modeling and latent space packet loss concealment within a single dual-functional MVTM Transformer. By partitioning latents into packet-aligned slices and training with masked token prediction, it achieves adjustable efficiency-resilience trade-offs through context-mode scheduling and QLDS-based slice partitioning. The approach demonstrates stronger resilience than VTM+FEC across diverse packet-loss scenarios while maintaining competitive compression efficiency, and supports progressive decoding and robust operation under variable network conditions. The work advances practical NIC deployment for RTC and lays groundwork for deeper integration with inter-frame coding and physical-layer techniques.
Abstract
Recent advancements in neural image codecs (NICs) are of significant compression performance, but limited attention has been paid to their error resilience. These resulting NICs tend to be sensitive to packet losses, which are prevalent in real-time communications. In this paper, we investigate how to elevate the resilience ability of NICs to combat packet losses. We propose ResiComp, a pioneering neural image compression framework with feature-domain packet loss concealment (PLC). Motivated by the inherent consistency between generation and compression, we advocate merging the tasks of entropy modeling and PLC into a unified framework focused on latent space context modeling. To this end, we take inspiration from the impressive generative capabilities of large language models (LLMs), particularly the recent advances of masked visual token modeling (MVTM). During training, we integrate MVTM to mirror the effects of packet loss, enabling a dual-functional Transformer to restore the masked latents by predicting their missing values and conditional probability mass functions. Our ResiComp jointly optimizes compression efficiency and loss resilience. Moreover, ResiComp provides flexible coding modes, allowing for explicitly adjusting the efficiency-resilience trade-off in response to varying Internet or wireless network conditions. Extensive experiments demonstrate that ResiComp can significantly enhance the NIC's resilience against packet losses, while exhibits a worthy trade-off between compression efficiency and packet loss resilience.
