A Hierarchical Bayesian Model for Size Recommendation in Fashion
Neural Collaborative Filtering approach
Collaborative filtering uses customer-product interactions and is based on the assumption that customers buying similar products have similar tastes. This principle naturally translates into the size and fit domain as "customers with similar body shapes tend to buy clothes in similar sizes".
Transfer from Brand to Product
Model of product-size combinations instead of just products => product-size interaction matrix ~10 times sparser than for product recommendations
Impacts
Goal: Reduce noise in recommendations
Process
Run the GMM to detect λ personas within Hu
Calculating the silhouette score sλ associated with that mixture
When the iterative process is finished, if λ > 1 that customer is identified as buying for multiple personas.
Accounts with multiple personas are removed from training and testing sets for size recommendations.