Vector Quantization

Vector Quantization

Quantization(量化)

Definition:

  • a process of representing a large–possibly infinite – set of values with a much smaller set.
  • Widely Used in Lossy Compression
  • Represent certain image components with fewer bits (compression)
  • With unavoidable distortions (lossy)

Design:
Find the best tradeoff between maximal compression <---> minimal distortion

Scalar quantization (标量量化)

  • A mapping of an input value x into a finite number of output values,y:

    Q:x>y

Vector Quantization (VQ)

  • Vector Quantization is used in many applications such as data compression, data correction, and pattern recognition.
  • Vector quantization is a lossy data compression method.
  • It works by dividing a large set of vectors into groups having approximately the same number of points closest to them.
  • Each group is represented by its centroid point, as in k-means and some other clustering algorithms

posted on   Ultraman_X  阅读(13)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 通过 API 将Deepseek响应流式内容输出到前端
· AI Agent开发,如何调用三方的API Function,是通过提示词来发起调用的吗
点击右上角即可分享
微信分享提示