2024/12/07 by Andrea Avogaro, Avogaro, Andrea, Luigi Capogrosso +5
Decision Sciences · #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Forecasting Techniques and Applications #Machine Learning (cs.LG)
paper · pdf · doi:10.48550/arxiv.2412.06840
openalex publication_date 2024/12/07 · openalex created_date 2024/12/12 · openalex updated_date 2026/07/28
The fast fashion industry suffers from significant environmental impacts due to overproduction and unsold inventory. Accurately predicting sales volumes for unreleased products could significantly improve efficiency and resource utilization. However, predicting performance for entirely new items is challenging due to the lack of historical data and rapidly changing trends, and existing deterministic models often struggle with domain shifts when encountering items outside the training data distribution. The recently proposed diffusion models address this issue using a continuous-time diffusion process. This allows us to simulate how new items are adopted, reducing the impact of domain shift challenges faced by deterministic models. As a result, in this paper, we propose MDiFF: a novel two-step multimodal diffusion models-based pipeline for New Fashion Product Performance Forecasting (NFPPF). First, we use a score-based diffusion model to predict multiple future sales for different clothes over time. Then, we refine these multiple predictions with a lightweight Multi-layer Perceptron (MLP) to get the final forecast. MDiFF leverages the strengths of both architectures, resulting in the most accurate and efficient forecasting system for the fast-fashion industry at the state-of-the-art. The code can be found at https://github.com/intelligolabs/MDiFF.