Pith. sign in

REVIEW 4 major objections 6 minor 1 cited by

Deep Learning-Based Image Compression for Wireless Communications: Impacts on Reliability,Throughput, and Latency

T0 review · 4 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read Progressive-hyperprior posts lowest latency on fading channels, and progressive learned codecs keep weak wireless links usable where Adaptive WebP fails.

desk verdict A sensible but thinly validated application of progressive LIC to wireless links; the reliability claims rest on an unmodeled error-free bit pipe. read the letter →

arxiv 2411.10650 v1 pith:4BYRQKFL submitted 2024-11-16 eess.SP cs.LGcs.NI

classification eess.SPcs.LGcs.NI
keywords learnedimagecompressionprogressivetransmissionhyperpriormodelVQGANwirelessRayleighfadingreliabilitythroughputlatencyKodakdataset
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

When a wireless channel fluctuates, transmitting an image as one fixed packet means waiting for the worst conditions and losing everything if a deep fade hits. This paper argues that learned image compression models can be made progressive: send the most important part of the compressed image first, then refine, so the receiver always has something usable and the waiting time drops. The authors demonstrate this for two learned codecs, a hyperprior autoencoder whose latent channels are ranked by importance, and a VQGAN whose token indices are sent coarse-to-fine through residual quantization. Over simulated Rayleigh fading channels, the progressive-hyperprior model achieves the lowest 99.9th-percentile waiting time at every SNR tested and the highest throughput at low SNR, while Adaptive WebP stops transmitting at the lowest SNRs. The practical stake is that IoT and task-oriented systems, which can act on a coarse image immediately, would get lower latency without giving up the ability to refine quality later.

What carries the argument

The central mechanism for the hyperprior model is channel-importance ranking of the latent feature maps: each of the 192 bottleneck channels is scored by the average MSE degradation when it is masked, and transmission sends the most important channels first, with the receiver padding the absent channels with zeros and arithmetic-decoding only the received bytes. For VQGAN, the central mechanism is residual vector quantization: a large codebook is clustered into codebooks of increasing bits-per-index, and progressive decoding sums residual codewords stage by stage, so early stages give a coarse image and later stages refine it. Both mechanisms are driven by a bit budget $N_{\text{bits}}$ computed from the Rayleigh channel's current achievable rate, so the amount of data transmitted adapts to the channel in each slot.

What would settle it

Re-run the same Kodak experiment but inject bit errors into the arithmetic-coded hyperprior stream and the VQGAN codebook indices at the bit error rates implied by the Rayleigh channel's SNR, without adding channel coding; if even modest error rates stop the hyperprior decoder or erase its latency and throughput edge over VQGAN, the central reliability claim is refuted.

Watch

Extended reading notes

Core claim

The paper claims that progressive, channel-adaptive transmission turns learned image compression into a practical wireless scheme. Instead of shipping the entire bitstream and hoping the channel holds, the system computes a per-slot bit budget from the current SNR and sends only what fits, starting with the most informative portion: for the hyperprior model, that means sorting the latent feature maps by how much reconstruction quality is lost when they are masked, then sending the top fraction; for VQGAN, it means sending indices from a coarse codebook first and then residual codebooks that progressively refine the image. On the Kodak benchmark across 1,000 Rayleigh fading realizations, progressive-hyperprior yields the lowest average and 99.9th-percentile waiting times from -10 to 5 dB, and higher throughput than progressive-VQGAN and Adaptive WebP at low and moderate SNR, while progressive-VQGAN gives the best PSNR and SSIM among the learned models under poor channel conditions, and Adaptive WebP produces the best image quality and throughput only at favorable SNR.

Load-bearing premise

The reliability ordering rests on the assumption that, once the channel has set the per-slot bit budget, the transmitted compressed bytes arrive without bit errors; if they were actually corrupted, the hyperprior's lossless entropy decoder could fail and the VQGAN-versus-hyperprior reliability ranking would need to be tested directly.

Editorial extensions

If this is right

  • A receiver using progressive-hyperprior always has a decodable image within a couple of slots, even at -10 dB, because the most important channels arrive first and decode independently of the rest.
  • At -10 and -5 dB, progressive-hyperprior transmits roughly 18 and 66 megapixels per second respectively, while Adaptive WebP transmits zero, so the progressive learned schemes extend usable coverage to very low SNR.
  • The 99.9th-percentile waiting time of progressive-hyperprior is lower than both baselines at every SNR in the study, which matters for delay-sensitive applications that must meet a deadline almost always.
  • Setting the hyperprior parameter $N_{\max}$ to 96 instead of 192 meets the same PSNR and SSIM targets at higher throughput, giving a practical knob for trading image quality against latency.
  • Progressive-VQGAN's decoder reconstructs images without relying on lossless compression or channel coding, so it can serve applications where computational simplicity and robustness under poor channels matter more than peak fidelity.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper's latency metric counts transmission slots, not encode and decode wall-clock time; an editorial next step is an end-to-end latency budget that includes those compute times, where VQGAN's avoidance of channel coding might change the ranking.
  • Because the simulation does not inject bit errors inside the transmitted streams, a direct extension is to re-run the comparison with actual bit errors and no error correction, testing whether the hyperprior's lossless arithmetic decoding stays reliable or whether VQGAN's codebook robustness wins.
  • The sorting-by-importance principle for hyperprior channels is not limited to the two codecs tested; the same budget-driven, most-important-first policy could be applied to other learned image codecs with structured latent spaces.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. This manuscript proposes an adaptive and progressive transmission pipeline for learned image compression (LIC) over a simulated Rayleigh fading channel. Two LIC models are adapted: a hyperprior model whose feature maps are masked and progressively transmitted, and a VQGAN model using residual vector quantization with codebook clustering. The channel simulation determines a per-slot bit budget from the current SNR and modulation scheme, and the receiver progressively decodes as more feature maps or residual codebooks arrive. Experiments on the Kodak dataset compare progressive-hyperprior, progressive-VQGAN, and adaptive WebP in terms of PSNR, SSIM, throughput (Mpps), and latency (Tavg and T99.9%). The paper claims that progressive-hyperprior achieves the lowest latency across all SNRs and higher throughput at low SNR, that progressive-VQGAN provides robustness without channel coding, and that adaptive WebP performs best at high SNR.

Significance. The paper addresses a relevant problem: low-latency and reliable image delivery over dynamic wireless channels using learned compression. The use of pretrained models, a publicly available code repository, and a transparent progressive-masking mechanism are strengths that facilitate reproducibility. However, the current evidence does not support the central reliability claims because the channel model only sets a bit budget and never injects bit errors, and the claimed improvement over non-progressive LIC baselines is not measured. The latency and throughput results are also largely a direct consequence of the chosen metric definitions. If the authors add a realistic bit-error model and direct non-progressive baselines, the framework could still be a valuable contribution to the field.

major comments (4)
  1. [V.F and Eqs. (16)-(18), (23)-(24)] The transmission simulation never injects bit errors: Nbits is computed from the current SNR and modulation scheme, but the receiver decodes exactly the bytes and indices that were encoded. As a result, the reported PSNR/SSIM values measure loss due to truncation and masking, not resilience to channel noise. The abstract's claim that VQGAN is 'robust ... even in the absence of channel coding' and the conclusion that progressive-VQGAN operates 'without the need for channel coding' are therefore not tested. I request an experiment that actually corrupts bits in the ybytes/zbytes streams and in the VQGAN indices, or an equivalent error-sensitivity analysis, so that the reliability claims are directly evidenced.
  2. [Abstract and Section VI.A (Table II)] The abstract states that the progressive transmission framework maintains or improves throughput 'compared to non-progressive counterparts,' but Table II contains no non-progressive LIC baselines. It only compares progressive-hyperprior, progressive-VQGAN, and adaptive WebP. Without evaluations of the non-progressive hyperprior and non-progressive VQGAN under identical channel conditions, the claimed improvement over non-progressive LIC models is not established. Please add those baselines or explicitly restrict the claim to the three compared methods.
  3. [V.D and VI.B] Because latency is measured in transmission slots and throughput counts each pixel exactly once, any scheme that transmits fewer bits per image will necessarily appear faster and achieve higher pixel throughput. The latency advantage of progressive-hyperprior at low SNR is thus a direct consequence of transmitting fewer feature maps within the bit budget, and the explanation in Section VI.B that 'compact feature maps' cause the advantage is circular. Please report these metrics as functions of the actual compressed size, or reframe the conclusions in terms of a rate-quality-latency trade-off.
  4. [VI.B] The text says Adaptive WebP 'cannot transmit at -10, -5, and 0 dB due to channel capacity constraints,' but Table II reports a nonzero throughput and PSNR/SSIM values for Adaptive WebP at 0 dB. This contradiction needs to be corrected and the exact failure condition of WebP clarified.
minor comments (6)
  1. [Abstract] The final sentence 'where Adaptive WebP fails.' is a sentence fragment attached to the preceding text; please merge it into the previous sentence or remove it.
  2. [V.A.2.a] The hyperprior model description contains an incomplete sentence: 'and is trained using rate-distortion parameter λ = 0.1, and for using 0-100 % of the channels. This particular model is' — please complete the description.
  3. [Table II] The numeric formatting is inconsistent (e.g., '272 .00', '26 .20', '34 .00'); please use uniform spacing and define the dash used for missing values.
  4. [Figure 3] The caption refers to 'observer-based feature masking' while the text describes importance-based sorting; please align the terminology.
  5. [V.E.1] The word 'Untimately' should be 'Ultimately'.
  6. [V.D] The unit 'Mpps' is not defined in the notation table; please specify that it means megapixels per second.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: latency and throughput are direct measurements of compressed bit counts over a rate-limited channel, not predictions derived from the quantities they claim to establish.

full rationale

I found no load-bearing circular step in the manuscript. The latency result is computed from the number of transmission slots needed to deliver the measured compressed bitstream at the channel-limited bit budget (Section V.F), and PSNR/SSIM are reported separately as compression-reconstruction quality. Thus lower bitrate producing lower latency and higher pixel throughput is an empirical consequence of the measured compressed sizes, not a fitted parameter renamed as a prediction. The hyperprior feature-ordering is derived from MSE degradation measured on ImageNet and then applied to Kodak, which is an external transfer rather than a self-defined target. The VQGAN residual-quantization method is taken from external prior work (Zhu et al. and Flowers & Dey), and the progressive-decoding sorting mechanism is attributed to Hojjat et al., none of which are self-citations by the present authors. No uniqueness theorem, ansatz, or central premise is imported from the authors' own prior work. The main weakness is a validity limitation rather than circularity: Section V.F determines Nbits from SNR but never injects actual bit errors, so the claimed robustness of VQGAN 'even in the absence of channel coding' and the low-SNR latency/throughput ordering are not tested against real channel noise. That is missing evidence, not a derivation equivalent to its inputs by construction.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The central claims depend on several hand-chosen hyperparameters and on an unverified assumption of error-free transmission within a computed bit budget. No new physical entities are introduced.

free parameters (4)
  • Nmax for progressive-hyperprior = 32 feature maps
    Chosen in Section VI.A to balance resolution and latency; all latency and throughput figures for the hyperprior model depend on this choice.
  • Mstages for progressive-VQGAN = 10 residual codebooks
    Set in Section V.E.1 to support progressive transmission; determines the depth of residual refinement and thus the transmitted bits and quality.
  • bpi for residual codebooks = 8 bits per index (256 codewords)
    Selected in Section V.E.1 for the residual quantizer stages; affects rate and quality for VQGAN.
  • Importance ordering for feature maps = derived from averaged MSE degradation over 100 ImageNet batches (batch size 8)
    Section IV.B.2.a uses this data-derived ranking to choose which feature maps to transmit first; the paper does not provide a closed-form importance formula.
assumptions (4)
  • standard math Shannon capacity and finite block length approximations (Eqs. 2, 3) describe the achievable transmission rate.
    Used in Section III.A.2 to justify the rate model that feeds the bit budget.
  • domain assumption Rayleigh fading channel model with sum-of-sinusoids generation approximates real wireless dynamics.
    Section V.C specifies fd=10 Hz, Ts=1 ms, B=100 kHz, and 1000 realizations; the realism of this model is assumed.
  • ad hoc to paper The bit budget Nbits per slot is determined by current SNR and a selected modulation scheme, and transmission within that budget is error-free.
    This assumption is the weakest load-bearing premise; it is introduced in Section IV.B.1 and Section V.F but the modulation and coding details are never given, and no bit errors are injected.
  • domain assumption Pretrained hyperprior and VQGAN models from prior work perform adequately on the Kodak dataset for transmission evaluation.
    The paper uses pretrained models from [24] and [31] with no additional training, as stated in Section V.A.2.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Deep Learning-Based Image Compression for Wireless Communications: Impacts on Reliability,Throughput, and Latency." pith.science (2026). https://pith.science/paper/4BYRQKFL

@misc{pith2026241110650,
  author       = {Pith},
  title        = {Pith review of: Deep Learning-Based Image Compression for Wireless Communications: Impacts on Reliability,Throughput, and Latency},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4BYRQKFL}},
  note         = {Machine review of arXiv:2411.10650}
}
read the original abstract

In wireless communications, efficient image transmission must balance reliability, throughput, and latency, especially under dynamic channel conditions. This paper presents an adaptive and progressive pipeline for learned image compression (LIC)-based architectures tailored to such environments. We investigate two state-of-the-art learning-based models: the hyperprior model and Vector Quantized Generative Adversarial Network (VQGAN). The hyperprior model achieves superior compression performance through lossless compression in the bottleneck but is susceptible to bit errors, necessitating the use of error correction or retransmission mechanisms. In contrast, the VQGAN decoder demonstrates robust image reconstruction capabilities even in the absence of channel coding, enhancing reliability in challenging transmission scenarios. We propose progressive versions of both models, enabling partial image transmission and decoding under imperfect channel conditions. This progressive approach not only maintains image integrity under poor channel conditions but also significantly reduces latency by allowing immediate partial image availability. We evaluate our pipeline using the Kodak high-resolution image dataset under a Rayleigh fading wireless channel model simulating dynamic conditions. The results indicate that the progressive transmission framework enhances reliability and latency while maintaining or improving throughput compared to non-progressive counterparts across various Signal-to-Noise Ratio (SNR) levels. Specifically, the progressive-hyperprior model consistently outperforms others in latency metrics, particularly in the 99.9th percentile waiting time-a measure indicating the maximum waiting time experienced by 99.9% of transmission instances-across all SNRs, and achieves higher throughput in low SNR scenarios. where Adaptive WebP fails.

Figures

Figures reproduced from arXiv: 2411.10650 by the authors.

Figure 1
Figure 1. System model for transmission based on the hyperprior model, illustrating the retention of k% of feature maps while masking the remainder in Y and Z at the transmitter, and the reconstruction by padding zeroes in the masked 100 − k% feature maps at the receiver. The selection of k is based on channel conditions and service requirements. Z˜masked = ArithmeticDecode(zbytes), (16) σˆ = hs(Z˜masked), (17) Y˜masked = Ari… view at source ↗
Figure 2
Figure 2. System model for VQGAN-based image transmission, illustrating the generation of feature maps (Y ) and token maps (Z) during the encoding and decoding process. This mechanism is integral to both the hyperprior-based and VQGAN-based models, enabling them to balance reliability, throughput, and latency effectively. 1) Adaptive Pipeline Design: Rather than redesigning the communication system [6], our approach leverages… view at source ↗
Figure 3
Figure 3. PSNR degradation versus the percentage of masked bot￾tleneck channels for the image kodim05. The solid line represents unsorted masking, while the dashed line corresponds to observer￾based feature masking. The codebook selection process is formalized as an opti￾mization problem: CB∗ = arg max B bpi s.t. nbits ≤ Nbits, (26) where the number of bits nbits is defined as: nbits =  W 8  H 8  bpi, (27) with B∗ being t… view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: A 300 ms snapshot of the fading channel magnitude |h|, PSNR of the transmitted images for the three models, and waiting time T of the image transmission system for progressive-hyperprior, progressive VQGAN, and adaptive WebP models over the snapshot. A snapshot of the …
Figure 5
Figure 5. Figure 5: Visualization of Tavg (ms) and performance metrics for the hyperprior model: (a) PSNR (dB) and (b) SSIM. The size of the circles represents throughput, with annotations on the circles indicating the channel SNR. By adjusting Nmax, which determines the number of feature…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Semantic-Aware Visual Information Transmission With Key Information Extraction Over Wireless Networks

    cs.CV 2025-06 reject novelty 3.0 of 10

    A foreground-cropping, background-library image transmission system reports PSNR gains over direct deep JSCC, but the gains are confounded by an unequal transmission workload.

Reference graph

Works this paper leans on

35 extracted references · 25 canonical work pages · cited by 1 Pith paper

  1. [1]

    Generative AI-driven semantic communication networks: Architecture, technologies and applications,

    C. Liang, H. Du, Y . Sun, D. Niyato, J. Kang, D. Zhao, and M. A. Imran, “Generative AI-driven semantic communication networks: Architecture, technologies and applications,” IEEE Transactions on Cognitive Com- munications and Networking , pp. 1–1, 2024

  2. [2]

    Exploiting Inter-Image Similarity Prior for Low-Bitrate Remote Sensing Image Compression

    J. Li and X. Hou, “Exploiting inter-image similarity prior for low-bitrate remote sensing image compression,” arXiv preprint arXiv:2407.12295 , 2024

  3. [3]

    The JPEG 2000 still image compression standard,

    A. Skodras, C. Christopoulos, and T. Ebrahimi, “The JPEG 2000 still image compression standard,” IEEE Signal Processing Magazine , vol. 18, no. 5, pp. 36–58, 2001

  4. [4]

    Google Developers, “WebP,” https://developers.google.com/speed/webp/ docs/compression, accessed: 2023-02-14

  5. [5]

    BPG Image Format,

    Fabrice Bellard, “BPG Image Format,” https://bellard.org/bpg/, accessed: 2023-02-14

  6. [6]

    Deep joint source- channel coding for wireless image transmission,

    E. Bourtsoulatze, D. B. Kurka, and D. G ¨und¨uz, “Deep joint source- channel coding for wireless image transmission,” IEEE Transactions on Cognitive Communications and Networking , vol. 5, no. 3, pp. 567–579, 2019

  7. [7]

    Extreme image compression using fine-tuned VQGANs,

    Q. Mao, T. Yang, Y . Zhang, Z. Wang, M. Wang, S. Wang, L. Jin, and S. Ma, “Extreme image compression using fine-tuned VQGANs,” in Proceedings ot the IEEE Data Compression Conference (DCC) , 2024, pp. 203–212

  8. [8]

    Learned image com- pression with discretized gaussian mixture likelihoods and attention modules,

    Z. Cheng, H. Sun, M. Takeuchi, and J. Katto, “Learned image com- pression with discretized gaussian mixture likelihoods and attention modules,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2020, pp. 7939–7948

Show all 35 references
  1. [9]

    Vari- ational image compression with a scale hyperprior,

    J. Ball ´e, D. Minnen, S. Singh, S. J. Hwang, and N. Johnston, “Vari- ational image compression with a scale hyperprior,” arXiv preprint arXiv:1802.01436, 2018

  2. [10]

    Learned image compression with mixed transformer-CNN architectures,

    J. Liu, H. Sun, and J. Katto, “Learned image compression with mixed transformer-CNN architectures,” in Proceedings of the IEEE/CVF con- ference on computer vision and pattern recognition , 2023, pp. 14 388– 14 397

  3. [11]

    Taming transformers for high- resolution image synthesis,

    P. Esser, R. Rombach, and B. Ommer, “Taming transformers for high- resolution image synthesis,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2021, pp. 12 873–12 883

  4. [12]

    SwinJSCC: Taming swin transformer for deep joint source-channel coding,

    K. Yang, S. Wang, J. Dai, X. Qin, K. Niu, and P. Zhang, “SwinJSCC: Taming swin transformer for deep joint source-channel coding,” IEEE Transactions on Cognitive Communications and Networking , 2024

  5. [13]

    Transformer-aided wireless image transmission with channel feedback,

    H. Wu, Y . Shao, E. Ozfatura, K. Mikolajczyk, and D. G ¨und¨uz, “Transformer-aided wireless image transmission with channel feedback,” IEEE Transactions on Wireless Communications , 2024

  6. [14]

    The JPEG still picture compression standard,

    G. Wallace, “The JPEG still picture compression standard,” IEEE Transactions on Consumer Electronics , vol. 38, no. 1, pp. xviii–xxxiv, 1992

  7. [15]

    Overview of the high efficiency video coding (HEVC) standard,

    G. J. Sullivan, J.-R. Ohm, W.-J. Han, and T. Wiegand, “Overview of the high efficiency video coding (HEVC) standard,” IEEE Transactions on circuits and systems for video technology , vol. 22, no. 12, pp. 1649– 1668, 2012

  8. [16]

    Towards flexible blind JPEG artifacts removal,

    J. Jiang, K. Zhang, and R. Timofte, “Towards flexible blind JPEG artifacts removal,” in Proceedings of the IEEE/CVF International Con- ference on Computer Vision , 2021, pp. 4997–5006

  9. [17]

    Variational autoencoder for low bit-rate image compression,

    L. Zhou, C. Cai, Y . Gao, S. Su, and J. Wu, “Variational autoencoder for low bit-rate image compression,” in Proceedings of the IEEE conference on computer vision and pattern recognition workshops , 2018, pp. 2617– 2620

  10. [18]

    Generative adversarial networks for extreme learned image compres- sion,

    E. Agustsson, M. Tschannen, F. Mentzer, R. Timofte, and L. V . Gool, “Generative adversarial networks for extreme learned image compres- sion,” in Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019, pp. 221–231

  11. [19]

    A framework for efficient progressive fine granularity scalable video coding,

    F. Wu, S. Li, and Y .-Q. Zhang, “A framework for efficient progressive fine granularity scalable video coding,” IEEE Transactions on Circuits and Systems for Video Technology , vol. 11, no. 3, pp. 332–344, 2001

  12. [20]

    Layered image com- pression using scalable auto-encoder,

    C. Jia, Z. Liu, Y . Wang, S. Ma, and W. Gao, “Layered image com- pression using scalable auto-encoder,” in 2019 IEEE Conference on Multimedia Information Processing and Retrieval (MIPR) . IEEE, 2019, pp. 431–436

  13. [21]

    Progressive feature transmission for split classification at the wireless edge,

    Q. Lan, Q. Zeng, P. Popovski, D. G ¨und¨uz, and K. Huang, “Progressive feature transmission for split classification at the wireless edge,” IEEE Transactions on Wireless Communications , vol. 22, no. 6, pp. 3837– 3852, 2022

  14. [22]

    Unequal error protection: An information-theoretic perspective,

    S. Borade, B. Nakibo ˘glu, and L. Zheng, “Unequal error protection: An information-theoretic perspective,” IEEE Transactions on Information Theory, vol. 55, no. 12, pp. 5511–5539, 2009

  15. [23]

    Goldsmith, Adaptive Modulation and Coding

    A. Goldsmith, Adaptive Modulation and Coding . Cambridge University Press, 2005, p. 283–320

  16. [24]

    ProgDTD: Progressive learned image compression with double-tail-drop training,

    A. Hojjat, J. Haberer, and O. Landsiedel, “ProgDTD: Progressive learned image compression with double-tail-drop training,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2023, pp. 1130–1139

  17. [25]

    BRIC: Bottom-up residual vector quantization for learned image compression,

    B. Flowers and S. Dey, “BRIC: Bottom-up residual vector quantization for learned image compression,” IEEE Access , 2024

  18. [26]

    Adaptive finite blocklength for ultra-low latency in wireless communications,

    W. Cheng, Y . Xiao, S. Zhang, and J. Wang, “Adaptive finite blocklength for ultra-low latency in wireless communications,” IEEE Transactions on Wireless Communications , vol. 21, no. 6, pp. 4450–4463, 2022

  19. [27]

    A mathematical theory of communication,

    C. E. Shannon, “A mathematical theory of communication,” The Bell system technical journal , vol. 27, no. 3, pp. 379–423, 1948

  20. [28]

    Conditional probability models for deep image compression,

    F. Mentzer, E. Agustsson, M. Tschannen, R. Timofte, and L. Van Gool, “Conditional probability models for deep image compression,” in Pro- ceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2018, pp. 4394–4402

  21. [29]

    Learning a deep vector quantization network for image compression,

    X. Lu, H. Wang, W. Dong, F. Wu, Z. Zheng, and G. Shi, “Learning a deep vector quantization network for image compression,” IEEE Access, vol. 7, pp. 118 815–118 825, 2019

  22. [30]

    Vector quantisation for robust segmentation,

    A. Santhirasekaram, A. Kori, M. Winkler, A. Rockall, and B. Glocker, “Vector quantisation for robust segmentation,” in International Confer- ence on Medical Image Computing and Computer-Assisted Intervention . Springer, 2022, pp. 663–672

  23. [31]

    Scaling the codebook size of VQGAN to 100,000 with a utilization rate of 99%,

    L. Zhu, F. Wei, Y . Lu, and D. Chen, “Scaling the codebook size of VQGAN to 100,000 with a utilization rate of 99%,” arXiv preprint arXiv:2406.11837, 2024

  24. [32]

    The faiss library,

    M. Douze, A. Guzhva, C. Deng, J. Johnson, G. Szilvasy, P.-E. Mazar ´e, M. Lomeli, L. Hosseini, and H. J´egou, “The faiss library,” arXiv preprint arXiv:2401.08281, 2024

  25. [33]

    Kodak lossless true color image suite,

    “Kodak lossless true color image suite,” http://r0k.us/graphics/kodak/, 1993, accessed: 2024-10-30

  26. [34]

    Imagenet: A large-scale hierarchical image database,

    J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, and L. Fei-Fei, “Imagenet: A large-scale hierarchical image database,” in Proceedings of the IEEE conference on computer vision and pattern recognition , 2009, pp. 248– 255

  27. [35]

    Novel sum-of-sinusoids simulation models for Rayleigh and Rician fading channels,

    C. Xiao, Y . R. Zheng, and N. C. Beaulieu, “Novel sum-of-sinusoids simulation models for Rayleigh and Rician fading channels,” IEEE Transactions on Wireless Communications , vol. 5, no. 12, pp. 3667– 3679, 2006

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.