Fixed-Rate Compressed Floating-Point Arrays

论文链接: Fixed-Rate Compressed Floating-Point Arrays

Notes

Main

Contribution

Details

主要流程

  1. (指数对齐)align the values in a block to a common exponent
  2. (浮点——>定点)convert the floating-point values to a fixed-point representation
  3. (正交块变换,减少相关性)apply an orthogonal block transform to decorrelate the values
  4. (相关系数排序)order the transform coefficients by expected magnitude
  5. (“位平面编码”)encode the resulting coefficients one “bit plane” at a time

笔记Fixed-Rate Compressed Floating-Point Arrays|400

Memo


© 2024 LiQ :) 由 Obsidian&Github 强力驱动