当前位置:网站首页>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
边栏推荐
猜你喜欢

【原创】VMware Workstation实现Openwrt软路由功能,非ESXI,内容非常详细!

相伴成长,彼此成就 用友U9 cloud做好制造业数智化升级的同路人

Probably 95% of the people are still making PyTorch mistakes

多商户商城系统功能拆解26讲-平台端分销设置

BERT预训练模型(Bidirectional Encoder Representations from Transformers)-原理详解
一天半的结果——xmms on E2

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

笔记本电脑使用常见问题,持续更新

机器学习--线性回归(Linear Regression)

The common problems in laptops, continuously updated
随机推荐
深度学习--生成对抗网络(Generative Adversarial Nets)
Restful WebServices 学习笔记
Database connection operations for MySQL and MyEclipse
unix环境编程 第十五章 15.5FIFO
numpy库中的函数 bincount() where() diag() all()
VBA实战(11) - 工作表(Sheet) 操作汇总
json库的dumps()方法和loads()方法
中断系统结构及中断控制
cesium加载地图
Multi-merchant mall system function disassembly 26 lectures - platform-side distribution settings
linux mysql操作的相关命令
torch.cat()函数的官方解释,详解以及例子
faster-rcnn学习
Shell script combat (2nd edition) / People's Posts and Telecommunications Press Script 2 Validate input: letters and numbers only
Unix Environment Programming Chapter 14 14.4 I/O Multiplexing
faster-rcnn中的RPN原理
人物 | 从程序员到架构师,我是如何快速成长的?
BERT预训练模型(Bidirectional Encoder Representations from Transformers)-原理详解
[Error record] Solve the problem that ASRock J3455-ITX cannot be turned on without a monitor plugged in
爬虫实例,获取豆瓣上某部电影的评论