arXiv:2609.03641cs.CV2026-09

提出树形向量量化框架,实现可渐进解码的高效图像压缩。

Tree-Structured Vector Quantization For Efficient And Progressive Image Compression

论文配图:Tree-Structured Vector Quantization For Efficient And Progressive Image Compression
图 1 · 摘自论文原文
  • 用层级二叉树组织码本,路径前缀即为可用的粗略重建码
  • 在相同参数量下,比现有方法感知质量更高且延迟更低
  • 适合需要灵活比特率调整的应用,如流媒体或低带宽传输

基于向量量化的图像压缩虽已取得优异的率失真性能,但多数方法仍为每个目标码率生成独立压缩表示。这虽支持多速率运行,却不具备渐进式比特流特性——即前缀本身可解码并可通过后续添加比特逐步优化。本文提出树形向量量化(Tree-VQ),将离散码字组织为层级二叉树,每个潜在编码通过根到叶的路径表示。关键在于,路径的任意前缀均对应一个有效量化表示:浅层内部节点提供粗粒度重构,深层节点则逐级细化。因此,图像可从早期前缀解码,并随接收更多分支符号逐步改善,无需为不同码率重新编码。为使结构实用,引入前缀兼容的树熵模型,仅依赖已解码上下文对渐进续传决策和路径细化进行建模。同时采用率感知细化调度策略,在给定前缀预算下决定哪些空间块应接收额外树比特,并通过分层前缀监督确保内部节点在低码率下可直接解码。实验表明,Tree-VQ 在性能-效率权衡上表现更优,以更少参数和更低延迟获得最佳感知压缩效果。

原文摘要 · Abstract (English)

Vector-quantization based image compression has achieved strong rate--distortion performance, yet most of them still produce a separate compressed representation for each target bitrate. Such variable-rate behavior allows one model to operate at multiple rates, but it does not necessarily provide a progressive bitstream whose prefixes are themselves decodable and can be refined by appending additional bits. We propose \textbf{Tree-VQ}, a progressive tree-structured vector quantization framework for learned image compression. Tree-VQ organizes discrete codewords as a hierarchical binary tree and represents each latent token by a routed root-to-leaf path. Crucially, every prefix of this path corresponds to a valid quantized representation, so shallow internal nodes serve as coarse reconstruction codes and deeper nodes provide successive refinements. This allows a compressed image to be decoded from an early prefix and progressively improved as more branch symbols are received, rather than being re-encoded for different target rates. To make this structure practical for compression, we introduce a prefix-compatible tree entropy model that codes progressive continuation decisions and routed branch refinements using only causally available decoded contexts. We further use rate-aware refinement scheduling to decide which spatial blocks should receive additional tree bits under a given prefix budget, and hierarchical prefix supervision to ensure that internal nodes are directly decodable at low rates. Experiments show that Tree-VQ achieves a superior performance--efficiency trade-off, delivering the best perceptual compression results with much fewer parameters and lower latency than competing methods.

图像压缩向量量化渐进传输

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。