Goto

Collaborating Authors

 product categorization


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

arXiv.org Artificial Intelligence

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.


Uncovering the Promise of Artificial Intelligence

#artificialintelligence

Because manufacturers are constantly pressured to increase productivity, deliver quality products, delight customers and achieve greater profitability and sustainability, they are turning to new technologies such as artificial intelligence. To remain competitive, the time for such digital transformation is now. However, barriers continue to exist and technology is not always being used to its full potential, as we learn in a recent article, "How to Outsmart AI Business Challenges" in SCM Now Magazine from the Association for Supply Chain Management. In his white paper, "No Matter What You Call It: Industry 4.0 Means Manufacturing in Transition", QAD's Glenn Graney, director for the Industrial and High Tech markets, reflects on artificial intelligence: "Artificial Intelligence (AI) is already transitioning from an academic exercise to an impactful business proposition. The practical adoption of AI through machine learning results directly from enhanced connectivity, smarter sensors, advanced analytics and super scalable systems."


Why Product Attribute Mining is necessary for E-commerce

#artificialintelligence

Machine Learning and Artificial intelligence (AI) has drastically changed the world of online shopping. It provides services to customers in many ways from ensuring security to providing assistance and making things in a more proper and easy manner. It helps the Retail/ e-commerce space to provide services to their customers on the next level and create satisfactory online shopping experiences. AI is one of the fastest technological successes due to intelligent solutions that are helping to change the e-commerce industry. AI and Machine Learning are helping to deliver the best and most secure shopping experience with the help of data annotation and labeling services provided by Data Labeling companies that make complicated tasks easier.


5 Real Ways To Start Implementing AI in Your Ecommerce Stores - Liwaiwai

#artificialintelligence

The implementation of AI in ecommerce should come as no surprise. Online businesses have always been quick to adopt new technologies, and this is how the industry thrives; enhancing the customer experience, discovering new markets, and driving further sales. And with the continued development of AI technology like chatbots, visual search, and personalized recommendations, the world of ecommerce is transforming again. But just how effective and useful is AI-powered tech? Where is it being used?


Introduction 5 Different Types of Text Annotation in NLP

#artificialintelligence

Natural language processing (NLP) is one of the biggest fields of AI development. Numerous NLP solutions like chatbots, automatic speech recognition, and sentiment analysis programs can improve efficiency and productivity in various businesses around the world.ย 


5 AI/ML Research Papers on Product Categorization You Must Read

#artificialintelligence

Conventional methods for product categorization are typically based on machine learning classification algorithms. These algorithms take product information as input (e.g., titles and descriptions) to classify a product into a leaf category. In this paper, we propose a new paradigm based on machine translation. In our approach, we translate a product's natural language description into a sequence of tokens representing a root-to-leaf path in a product taxonomy. In our experiments on two large real-world datasets, we show that our approach achieves better predictive accuracy than a state-of-the-art classification system for product categorization.


5 Strategic Uses for AI in Ecommerce Lionbridge AI

#artificialintelligence

The implementation of AI in ecommerce should come as no surprise. Online businesses have always been quick to adopt new technologies, and this is how the industry thrives; enhancing the customer experience, discovering new markets, and driving further sales. And with the continued development of AI technology like chatbots, visual search, and personalized recommendations, the world of ecommerce is transforming again. But just how effective and useful is AI-powered tech? Where is it being used? In this article, we'll look at the most popular implementations of AI in ecommerce to determine what they do, how they are being used, and first steps for practical application.


Atlas: A Dataset and Benchmark for E-commerce Clothing Product Categorization

arXiv.org Machine Learning

In E-commerce, it is a common practice to organize the product catalog using product taxonomy. This enables the buyer to easily locate the item they are looking for and also to explore various items available under a category. Product taxonomy is a tree structure with 3 or more levels of depth and several leaf nodes. Product categorization is a large scale classification task that assigns a category path to a particular product. Research in this area is restricted by the unavailability of good real-world datasets and the variations in taxonomy due to the absence of a standard across the different e-commerce stores. In this paper, we introduce a high-quality product taxonomy dataset focusing on clothing products which contain 186,150 images under clothing category with 3 levels and 52 leaf nodes in the taxonomy. We explain the methodology used to collect and label this dataset. Further, we establish the benchmark by comparing image classification and Attention based Sequence models for predicting the category path. Our benchmark model reaches a micro f-score of 0.92 on the test set. The dataset, code and pre-trained models are publicly available at \url{https://github.com/vumaasha/atlas}. We invite the community to improve upon these baselines.


Boosting Product Categorization with Machine Learning

#artificialintelligence

Product categories are the structural backbone of every online shop, but it can be quite a nightmare for e-commerce managers to make sure that all products are assigned to the correct categories. The set of available categories is typically large (Amazon has listed over 50000), changes constantly, and new products have to be added on a daily basis. Mistakes can be costly, because miscategorized products not only look confusing and unprofessional, they also cannot be sold when customers are not able to find them. To improve the process of product categorization, we looked into methods from machine learning. Our goal was to develop a machine learning system that can predict which categories fit best to a given product, in order to make the whole process easier, faster and less error-prone. In this blog post, I am going to walk you through the problems we faced on the way and how we decided to solve them.