VLDB 2026 Research / reviewers in the wild / expert
Wei Jiang 0031
dblp:21/3839-31
· DBLP profile ↗
5ranked-venue papers in the field
0as first author
5since 2021 · last 2025
0000-0001-9169-1924ORCID · conflict
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 5
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | DeepFGS: Fine-Grained Scalable Coding for Learned Image CompressionabstractScalable coding, which can adapt to channel bandwidth variation, performs well in today's complex network environment. However, most existing scalable compression methods face two challenges: reduced compression performance and insufficient scalability. To overcome the above problems, this paper proposes a learned fine-grained scalable image compression framework, namely DeepFGS. Specifically, we introduce a feature separation backbone to divide the image information into basic and scalable features, then redistribute the features channel by channel through an information rearrangement strategy. In this way, we can generate a continuously scalable bitstream via one-pass encoding. For entropy coding, we design a mutual entropy model to fully explore the correlation between the basic and scalable features. In addition, we reuse the decoder to reduce the parameters and computational complexity. Experiments demonstrate that our proposed DeepFGS outperforms previous learning-based scalable image compression models and traditional scalable image codecs in both PSNR and MS-SSIM metrics. Yongqi Zhai, Luyang Tang, Wei Jiang 0031, Ronggang Wang |
DCC | 4 |
| 2025 | L-LBVC: Long-Term Motion Estimation and Prediction for Learned Bi-Directional Video CompressionabstractRecently, learned video compression (LVC) has shown superior performance under lowdelay configuration. However, the performance of learned bi-directional video compression (LBVC) still lags behind traditional bi-directional coding. The performance gap mainly arises from inaccurate long-term motion estimation and prediction of distant frames, especially in large motion scenes. To solve these two critical problems, this paper proposes a novel LBVC framework, namely L-LBVC. Firstly, we propose an adaptive motion estimation module that can handle both short-term and long-term motions. Specifically, we directly estimate the optical flows for adjacent frames and non-adjacent frames with small motions. For non-adjacent frames with large motions, we recursively accumulate local flows between adjacent frames to estimate long-term flows. Secondly, we propose an adaptive motion prediction module that can largely reduce the bit cost for motion coding. To improve the accuracy of long-term motion prediction, we adaptively downsample reference frames during testing to match the motion ranges observed during training. Experiments show that our L-LBVC significantly outperforms previous state-of-the-art LVC methods and even surpasses VVC (VTM) on some test datasets under random access configuration. Yongqi Zhai, Luyang Tang, Wei Jiang 0031, Ronggang Wang |
DCC | 3 |
| 2025 | MLIIC: Meta-Learned Implicit Image Codec with 15× Faster Encoding Speed and Higher PerformanceabstractImplicit Neural Representation (INR) has introduced a novel paradigm for image compression, achieving competitive Rate-Distortion (RD) performance with low decoding complexity. Existing INR-based codecs typically comprise three core components: (1) Multilayer Perceptron (MLP) networks, (2) an entropy coding module, and (3) a set of latent grids. Encoding a specific image involves overfitting these components to the image. However, current approaches often initiate overfitting from scratch, utilizing random or zero-initialized parameters. This approach necessitates tens of minutes to several hours for full overfitting, rendering it highly inefficient and impractical. To address this limitation, we propose MLIIC: a Meta-Learned Implicit Image Codec built upon the state-of-the-art INR-based image codec. Our enhanced meta-learning methodology provides a generalizable initialization that reduces baseline encoding time by an order of magnitude. Empirical results demonstrate that MLIIC not only achieves more than 15 × faster encoding speed but also exhibits superior RD performance compared to baseline initialized with random or zero parameters. Wei Jiang 0031, Yongqi Zhai, Ronggang Wang |
DCC | 3 |
| 2024 | UCVC: A Unified Contextual Video Compression Framework with Joint P-frame and B-frame CodingabstractThis paper presents a learned video compression method in response to video compression track of the 6th Challenge on Learned Image Compression (CLIC), at DCC 2024. Specifically, we propose a unified contextual video compression framework (UCVC) for joint Pframe and B-frame coding. Each non-intra frame refers to two neighboring decoded frames, which can be either both from the past for P-frame compression, or one from the past and one from the future for B-frame compression. In training stage, the model parameters are jointly optimized with both P-frames and B-frames. Benefiting from the designs, the framework can support both P-frame and B-frame coding and achieve comparable compression efficiency with that specifically designed for P-frame or B-frame. As for challenge submission, we report the optimal compression efficiency by selecting appropriate frame types for each test sequence. Our team name is PKUSZ-LVC. Wei Jiang 0031, Yongqi Zhai, Chunhui Yang, Ronggang Wang |
DCC | 2 |
| 2024 | Hybrid Local-Global Context Learning for Neural Video CompressionabstractIn neural video codecs, current state-of-the-art methods typically adopt multi-scale motion compensation to handle diverse motions. These methods estimate and compress either optical flow or deformable offsets to reduce inter-frame redundancy. However, flow-based methods often suffer from inaccurate motion estimation in complicated scenes. Deformable convolution-based methods are more robust but have a higher bit cost for motion coding. In this paper, we propose a hybrid context generation module, which combines the advantages of the above methods in an optimal way and achieves accurate compensation at a low bit cost. Specifically, considering the characteristics of features at different scales, we adopt flow-guided deformable compensation at largest-scale to produce accurate alignment in de-tailed regions. For smaller-scale features, we perform flow-based warping to save the bit cost for motion coding. Furthermore, we design a local-global context enhancement module to fully explore the local-global information of previous reconstructed signals. Experimental results demonstrate that our proposed Hybrid Local-Global Context learning (HLGC) method can significantly enhance the state-of-the-art methods on standard test datasets. Yongqi Zhai, Wei Jiang 0031, Chunhui Yang, Luyang Tang, Ronggang Wang |
DCC | 3 |