I am reading about Product Quantization, from section II.A page 3 of PQ for NNS, that says:
..all subquantizers have the same finite number k* of reproduction values. In that case the number of centroids is (k*)^m
where m
is the number of subvectors.
However, I do not get k* at all! I mean in vector quantization we assign every vector to k centroids. In produce quantization, we assign every subvector to k centroids. How did k* come into play?