paper-with-me

Papers

Multi-Label Product Categorization Using Multi-Modal Fusion Models

2019-06-30 · Pasawee Wirojwatanakul, Artit Wangperawong

In this study, we investigated multi-modal approaches using images, descriptions, and titles to categorize e-commerce products on Amazon. Specifically, we examined late fusion models, where the modalities are fused at the decision level. Products were each assigned multiple labels, and the hierarchy in the labels were flattened and filtered. For our individual baseline models, we modified a CNN architecture to classify the description and title, and then modified Keras' ResNet-50 to classify the images, achieving $F_1$ scores of 77.0%, 82.7%, and 61.0%, respectively. In comparison, our tri-modal late fusion model can classify products more effectively than single modal models can, improving the $F_1$ score to 88.2%. Each modality complemented the shortcomings of the other modalities, demonstrating that increasing the number of modalities can be an effective method for improving the performance of multi-label classification problems.

📄 PDF Abstract BibTeX arXiv:1907.00420

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONProduct Categorization

Similar Papers 제목 키워드 기반

Multi-modal Extreme Classification

2023-09-10 · CVPR 2022 1 · Anshul Mittal, Kunal Dahiya, Shreya Malani, Janani Ramaswamy 외

This paper develops the MUFIN technique for extreme classification (XC) tasks with millions of labels where datapoints and labels are endowed with visual and textual descriptors. Applications of MUFIN to product-to-produ…

ClassificationProduct Recommendation

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

2025-08-27 · Lotte Gross, Rebecca Walter, Nicole Zoppi, Adrien Justus 외 arxiv

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 hier…

Product Categorization

Consistent Text Categorization using Data Augmentation in e-Commerce

2023-05-09 · Guy Horowitz, Stav Yanovsky Daye, Noa Avigdor-Elgrabli, Ariel Raviv

The categorization of massive e-Commerce data is a crucial, well-studied task, which is prevalent in industrial settings. In this work, we aim to improve an existing product categorization model that is already in use by…

Data AugmentationProduct CategorizationText Categorizationtext-classification+1

Multimodal Item Categorization Fully Based on Transformer

2021-08-01 · ACL (ECNLP) 2021 8 · Lei Chen, Houwei Chou, Yandi Xia, Hirokazu Miyake

The Transformer has proven to be a powerful feature extraction method and has gained widespread adoption in natural language processing (NLP). In this paper we propose a multimodal item categorization (MIC) system solely…

image-classificationImage Classification

Utilizing Cross-Modal Contrastive Learning to Improve Item Categorization BERT Model

2022-05-01 · ECNLP (ACL) 2022 5 · Lei Chen, Hou Wei Chou

Item categorization (IC) is a core natural language processing (NLP) task in e-commerce. As a special text classification task, fine-tuning pre-trained models, e.g., BERT, has become a mainstream solution. To improve IC …

Contrastive LearningSelf-Supervised Learningtext-classificationText Classification