Dif4FF: Leveraging Multimodal Diffusion Models and Graph Neural Networks for Accurate New Fashion Product Performance Forecasting
Andrea Avogaro, Luigi Capogrosso, Franco Fummi, Marco Cristani
TL;DR
NFPPF faces severe domain shifts when forecasting sales for entirely new fashion items. This paper introduces Dif4FF, a two-stage pipeline that first uses a multimodal score-based diffusion model conditioned on image, release date, and Google Trends to generate multiple sales trajectories, then refines these outputs with a two-graph GCN to produce a final forecast. The diffusion stage captures uncertainty and distributional structure for unseen items, while the GCN refinement aligns predictions with temporal and prediction-space relationships, yielding robust, accurate forecasts. On the VISUELLE dataset, Dif4FF achieves state-of-the-art results with improved MAE and WAPE and demonstrates resilience to domain shift, suggesting practical benefits for reducing overproduction and waste in fast fashion. Future work includes adding more data sources and moving toward an end-to-end system, potentially enhancing real-world NFPPF applications.
Abstract
In the fast-fashion industry, overproduction and unsold inventory create significant environmental problems. Precise sales forecasts for unreleased items could drastically improve the efficiency and profits of industries. However, predicting the success of entirely new styles is difficult due to the absence of past data and ever-changing trends. Specifically, currently used deterministic models struggle with domain shifts when encountering items outside their training data. The recently proposed diffusion models address this issue using a continuous-time diffusion process. Specifically, these models enable us to predict the sales of new items, mitigating the domain shift challenges encountered by deterministic models. As a result, this paper proposes Dif4FF, a novel two-stage pipeline for New Fashion Product Performance Forecasting (NFPPF) that leverages the power of diffusion models conditioned on multimodal data related to specific clothes. Dif4FF first utilizes a multimodal score-based diffusion model to forecast multiple sales trajectories for various garments over time. The forecasts are refined using a powerful Graph Convolutional Network (GCN) architecture. By leveraging the GCN's capability to capture long-range dependencies within both the temporal and spatial data and seeking the optimal solution between these two dimensions, Dif4FF offers the most accurate and efficient forecasting system available in the literature for predicting the sales of new items. We tested Dif4FF on VISUELLE, the de facto standard for NFPPF, achieving new state-of-the-art results.
