AICVLGNov 23, 2020

Large Scale Multimodal Classification Using an Ensemble of Transformer Models and Co-Attention

arXiv:2011.11735v10.007 citations
AI Analysis35

This work provides an incremental improvement for e-commerce platforms needing more accurate product classification.

This paper addresses product classification in e-commerce by combining textual and visual information. The authors applied a dual attention technique, previously used for Visual Question Answering, to multimodal classification, achieving improved performance by leveraging pretrained language and image embeddings.

Accurate and efficient product classification is significant for E-commerce applications, as it enables various downstream tasks such as recommendation, retrieval, and pricing. Items often contain textual and visual information, and utilizing both modalities usually outperforms classification utilizing either mode alone. In this paper we describe our methodology and results for the SIGIR eCom Rakuten Data Challenge. We employ a dual attention technique to model image-text relationships using pretrained language and image embeddings. While dual attention has been widely used for Visual Question Answering(VQA) tasks, ours is the first attempt to apply the concept for multimodal classification.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes