# Cross-Platform E-Commerce Product Categorization and Recategorization: A Multimodal Hierarchical Classification Approach

**Authors:** Lotte Gross, Rebecca Walter, Nicole Zoppi, Adrien Justus, Alessandro Gambetti, Qiwei Han, Maximilian Kaiser

arXiv: 2508.20013 · 2025-11-11

## TL;DR

This paper presents a multimodal hierarchical classification framework for e-commerce product categorization that integrates textual, visual, and joint features, achieving high accuracy and scalability across diverse platforms.

## Contribution

It introduces a novel multimodal hierarchical classification approach with fusion strategies and a self-supervised recategorization pipeline, addressing platform heterogeneity and taxonomy limitations.

## Key findings

- CLIP embeddings with late fusion achieve 98.59% F1 score.
- Self-supervised recategorization discovers fine-grained categories with >86% purity.
- The framework demonstrates scalable deployment in industrial settings.

## Abstract

This study addresses critical industrial challenges in e-commerce product categorization, namely platform heterogeneity and the structural limitations of existing taxonomies, by developing and deploying a multimodal hierarchical classification framework. Using a dataset of 271,700 products from 40 international fashion e-commerce platforms, we integrate textual features (RoBERTa), visual features (ViT), and joint vision-language representations (CLIP). We investigate fusion strategies, including early, late, and attention-based fusion within a hierarchical architecture enhanced by dynamic masking to ensure taxonomic consistency. Results show that CLIP embeddings combined via an MLP-based late-fusion strategy achieve the highest hierarchical F1 (98.59%), outperforming unimodal baselines. To address shallow or inconsistent categories, we further introduce a self-supervised "product recategorization" pipeline using SimCLR, UMAP, and cascade clustering, which discovered new, fine-grained categories (for example, subtypes of "Shoes") with cluster purities above 86%. Cross-platform experiments reveal a deployment-relevant trade-off: complex late-fusion methods maximize accuracy with diverse training data, while simpler early-fusion methods generalize more effectively to unseen platforms. Finally, we demonstrate the framework's industrial scalability through deployment in EURWEB's commercial transaction intelligence platform via a two-stage inference pipeline, combining a lightweight RoBERTa stage with a GPU-accelerated multimodal stage to balance cost and accuracy.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2508.20013/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/2508.20013/full.md

---
Source: https://tomesphere.com/paper/2508.20013