当前位置:网站首页>Product Quantization (PQ)
Product Quantization (PQ)
2022-08-09 10:47:00 【qq_26391203】
How product quantization is used in image retrieval:
"' After quantitative learning, for a given query sample, the query sample and library can be calculated by looking up a tableAsymmetric distance of the samples in"'
A brief description of product quantization: The typical representative of vector quantization methods is the product quantization (PQ, Product
Quantization) method, which decomposes the feature space into Cartesian products of multiple low-dimensional subspaces, and then quantize each subspace individually.In the training phase, each subspace is clustered to obtain kk centroids (ie quantizers), and the Cartesian product of all these centroids constitutes a dense division of the whole space, and can ensure that the quantization error is relatively small;After quantitative learning, for a given query sample, the asymmetric distance between the query sample and the sample in the library can be calculated by looking up the table.Approximate Nearest Neighbor Search- K-means clustering algorithm: Clustering belongs to unsupervised learning, the previous regression, Naive Bayes, SVM, etc. all have the category label y, that is to say, the classification of the sample has been given in the sample.However, there is no y given in the clustered samples, only the feature x. For example, it is assumed that the stars in the universe can be represented as the point set clip_image002 [10] in the three-dimensional space.The purpose of clustering is to find the latent class y of each sample x and put together samples x of the same class y.For example, for the stars above, after clustering, the result is a cluster of stars. The points in the cluster are relatively close to each other, and the distance between the stars in the cluster is relatively far.
- Product quantization process idea: https://www.cnblogs.com/mafuqiang/p/7161592.html
边栏推荐
猜你喜欢

shell脚本实战(第2版)/人民邮电出版社 脚本1 在PATH中查找程序

Netscope:神经网络结构在线可视化工具

Since I use the HiFlow scene connector, I don't have to worry about becoming a "dropper" anymore

编解码(seq2seq)+注意机制(attention) 详细讲解

activemq message persistence

商业技术解决方案与高阶技术专题 - 数据可视化专题

Cpolar内网穿透的面板功能介绍

【报错记录】解决华擎J3455-ITX不插显示器无法开机的问题

Electron application development best practices

Oracle数据库常用函数总结
随机推荐
对话跨国消费品牌DPO:数据安全合规从何做起?8.11直播见!
numpy的ndarray取数操作
机器学习--线性回归(Linear Regression)
单元测试1之单元测试的引用
autogluon安装,使用指南,代码
[华为云在线课程][SQL语法分类][数据操作][学习笔记]
numpy库中的函数 bincount() where() diag() all()
pytorch widedeep文档
一键完成物联网产品注册,快速体验在线调试设备
1002 写出这个数 (20 分)
【原创】VMware Workstation实现Openwrt软路由功能,非ESXI,内容非常详细!
遇到恶意退款不用怕,App 内购买项目的退款通知现已可用
UNIX Environment Programming Chapter 15 15.6 XSI IPC
TELNET协议相关RFC
BERT预训练模型(Bidirectional Encoder Representations from Transformers)-原理详解
pip common commands and changing source files
使用pip成功安装某个库,但pycharm中找不到,此问题的解决方案
15.10 the POSIX semaphore Unix environment programming chapter 15
Pyhton实战汇总篇
深度学习--神经网络(基础讲解)