Deep Learning Multimodal Fashion Product Recommendation via Transfer Learning of VGG19
摘要
In the dynamic realm of e-commerce, delivering efficient and accurate product recommendations is essential for enhancing user experience. This paper introduces a multimodal fashion product recommendation system that leverages both text and image inputs for improved relevance and personalization. Visual features are extracted using the VGG19 model, while textual features are processed using LSTM networks. To manage high-dimensional data, dimensionality reduction techniques PCA is employed, followed by similarity computation using KNN and Annoy. The proposed system achieves a notable accuracy of 92.2% with PCA and Annoy, significantly outperforming the benchmark accuracy of 89.3%. Furthermore, the system is almost eleven times faster compared to KNN, enabling real-time performance in large-scale e-Commerce environments compared to other recommendation techniques. By combining multimodal inputs and advanced algorithms, this work establishes a scalable, dynamic approach to intelligent product recommendations.