PulseAugur
实时 19:55:18
English(EN) Lossless Tensor Compression as Program Synthesis

Brevis系统为无损张量压缩合成程序

研究人员开发了Brevis,一个将无损张量压缩视为程序合成问题的创新系统。Brevis利用具有可逆运算符的领域特定语言(DSL)来捕获张量结构,从而能够合成紧凑的、可执行的重构程序。该方法在10个大型模型检查点上实现了33.93%的存储空间缩减,优于Zstandard和GZIP等通用压缩器以及ZipNN和DFloat11等张量特定方法。Brevis还展示了高速的压缩和解压缩速率,同时确保了比特精确重构。 AI

影响 这种新的张量压缩方法可以显著降低大型AI模型检查点的存储和传输成本。

排序理由 该集群描述了一篇关于一种新颖张量压缩方法的最新研究论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Brevis系统为无损张量压缩合成程序

报道来源 [1]

  1. Hugging Face Daily Papers TIER_1 English(EN) ·

    无损张量压缩作为程序合成

    Model checkpoints are growing in both number and size, which makes archival, transfer, and deployment increasingly costly. General-purpose compressors can reduce storage requirements but ignore tensor structure, whereas existing tensor-specific compressors rely on fixed and forma…