Fixed weight ternary polynomial vector sampler randomly selects a polynomial from ${R_q[x]}/{(x^n+1)}$ with coefficients $-1,1,0$. Notable KEMs that uses fixed weight ternary samplers include NTRU, LIZARD SMAUG-T etc.
On the other hand, KEMs such as KYBER, SABER, NEW-HOPE uses Centered Binomial Distribution (CBD). The sampling technique of $CBD_\eta$ is given below. If we set $\eta=1$, it becomes a ternary polynomial sampler with hamming weight 0.5.
Is there any specific advantage of using fixed weight ternary sampler with respect to CBD with $\eta=1$. One advantage fixed weight ternary sampler provides that it gives a freedom to set a hamming weight value as compared to $CBD_1$ where hamming weight is always equal to $0.5$
On the other hand, we noticed that CBD requires fewer hash calls (for random number generation) as compared to fixed weight ternary sampler.
It would be grateful if someone could provide more insight on this.
