Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (5)

Search Parameters:
Keywords = SKU110K

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
36 pages, 9689 KiB  
Article
A Novel Autoencoder-Integrated Clustering Methodology for Inventory Classification: A Real Case Study for White Goods Industry
by Sena Keskin and Alev Taskin
Sustainability 2024, 16(21), 9244; https://doi.org/10.3390/su16219244 - 24 Oct 2024
Cited by 1 | Viewed by 1452
Abstract
This article presents an inventory classification method that provides more accurate results in the white goods factory, which will contribute to sustainability, sustainability economics, and supply chain management targets. A novel inventory classification application is presented with real-world data. Two different datasets are [...] Read more.
This article presents an inventory classification method that provides more accurate results in the white goods factory, which will contribute to sustainability, sustainability economics, and supply chain management targets. A novel inventory classification application is presented with real-world data. Two different datasets are used, and these datasets are compared to each other. These larger dataset is Stock Keeping Unit (SKU)-based (6.032 SKUs), and the smaller one is product-group-based (270 product groups). In the first phase, Artificial Intelligence (AI) clustering methods that have not been used in the field of inventory classification, to our knowledge, are applied to these datasets; the results are obtained and compared using K-Means, Gaussian mixture, agglomerative clustering, and spectral clustering methods. In the second stage, an autoencoder is separately hybridized with the AI clustering methods to develop a novel approach to inventory classification. Fuzzy C-Means (FCM) is used in the third step to classify inventories. At the end of the study, these nine different methodologies (“K-Means, Gaussian mixture, agglomerative clustering, spectral clustering” with and without the autoencoder and Fuzzy C-Means) are compared using two different datasets. It is shown that the proposed new hybrid method gives much better results than classical AI methods. Full article
Show Figures

Figure 1

17 pages, 1082 KiB  
Article
AutoML Approach to Stock Keeping Units Segmentation
by Ilya Jackson
J. Theor. Appl. Electron. Commer. Res. 2022, 17(4), 1512-1528; https://doi.org/10.3390/jtaer17040076 - 15 Nov 2022
Cited by 2 | Viewed by 4023
Abstract
A typical retailer carries 10,000 stock-keeping units (SKUs). However, these numbers may exceed hundreds of millions for giants such as Walmart and Amazon. Besides the volume, SKU data can also be high-dimensional, which means that SKUs can be segmented on the basis of [...] Read more.
A typical retailer carries 10,000 stock-keeping units (SKUs). However, these numbers may exceed hundreds of millions for giants such as Walmart and Amazon. Besides the volume, SKU data can also be high-dimensional, which means that SKUs can be segmented on the basis of various attributes. Given the data volumes and the multitude of potentially important dimensions to consider, it becomes computationally impossible to individually manage each SKU. Even though the application of clustering for SKU segmentation is common, previous studies do not address the problem of parametrization and model finetuning, which may be extremely tedious and time-consuming in real-world applications. Our work closes the research gap by proposing a solution that leverages automated machine learning for the automated cluster analysis of SKUs. The proposed framework for automated SKU segmentation incorporates minibatch K-means clustering, principal component analysis, and grid search for parameter tuning. It operates on top of the Apache Parquet file format, an efficient, structured, compressed, column-oriented, and big-data-friendly format. The proposed solution was tested on the basis of a real-world dataset that contained data at the pallet level. Full article
Show Figures

Figure 1

16 pages, 13796 KiB  
Article
BIoU: An Improved Bounding Box Regression for Object Detection
by Niranjan Ravi, Sami Naqvi and Mohamed El-Sharkawy
J. Low Power Electron. Appl. 2022, 12(4), 51; https://doi.org/10.3390/jlpea12040051 - 28 Sep 2022
Cited by 11 | Viewed by 6227
Abstract
Object detection is a predominant challenge in computer vision and image processing to detect instances of objects of various classes within an image or video. Recently, a new domain of vehicular platforms, e-scooters, has been widely used across domestic and urban environments. The [...] Read more.
Object detection is a predominant challenge in computer vision and image processing to detect instances of objects of various classes within an image or video. Recently, a new domain of vehicular platforms, e-scooters, has been widely used across domestic and urban environments. The driving behavior of e-scooter users significantly differs from other vehicles on the road, and their interactions with pedestrians are also increasing. To ensure pedestrian safety and develop an efficient traffic monitoring system, a reliable object detection system for e-scooters is required. However, existing object detectors based on IoU loss functions suffer various drawbacks when dealing with densely packed objects or inaccurate predictions. To address this problem, a new loss function, balanced-IoU (BIoU), is proposed in this article. This loss function considers the parameterized distance between the centers and the minimum and maximum edges of the bounding boxes to address the localization problem. With the help of synthetic data, a simulation experiment was carried out to analyze the bounding box regression of various losses. Extensive experiments have been carried out on a two-stage object detector, MASK_RCNN, and single-stage object detectors such as YOLOv5n6, YOLOv5x on Microsoft Common Objects in Context, SKU110k, and our custom e-scooter dataset. The proposed loss function demonstrated an increment of 3.70% at APS on the COCO dataset, 6.20% at AP55 on SKU110k, and 9.03% at AP80 of the custom e-scooter dataset. Full article
(This article belongs to the Special Issue Advances in Embedded Artificial Intelligence and Internet-of-Things)
Show Figures

Figure 1

17 pages, 4690 KiB  
Technical Note
Smart Count System Based on Object Detection Using Deep Learning
by Jiwon Moon, Sangkyu Lim, Hakjun Lee, Seungbum Yu and Ki-Baek Lee
Remote Sens. 2022, 14(15), 3761; https://doi.org/10.3390/rs14153761 - 5 Aug 2022
Cited by 10 | Viewed by 8315
Abstract
Object counting is an indispensable task in manufacturing and management. Recently, the development of image-processing techniques and deep learning object detection has achieved excellent performance in object-counting tasks. Accordingly, we propose a novel small-size smart counting system composed of a low-cost hardware device [...] Read more.
Object counting is an indispensable task in manufacturing and management. Recently, the development of image-processing techniques and deep learning object detection has achieved excellent performance in object-counting tasks. Accordingly, we propose a novel small-size smart counting system composed of a low-cost hardware device and a cloud-based object-counting software server to implement an accurate counting function and overcome the trade-off presented by the computing power of local hardware. The cloud-based object-counting software consists of a model adapted to the object-counting task through a novel DBC-NMS (our own technique) and hyperparameter tuning of deep-learning-based object-detection methods. With the power of DBC-NMS and hyperparameter tuning, the performance of the cloud-based object-counting software is competitive over commonly used public datasets (CARPK and SKU110K) and our custom dataset of small pills. Our cloud-based object-counting software achieves an mean absolute error (MAE) of 1.03 and a root mean squared error (RMSE) of 1.20 on the Pill dataset. These results demonstrate that the proposed smart counting system accurately detects and counts densely distributed object scenes. In addition, the proposed system shows a reasonable and efficient cost–performance ratio by converging low-cost hardware and cloud-based software. Full article
(This article belongs to the Special Issue Convolutional Neural Networks for Object Detection)
Show Figures

Figure 1

20 pages, 16720 KiB  
Article
Intelligent Detection of Parcels Based on Improved Faster R-CNN
by Ke Zhao, Yaonan Wang, Qing Zhu and Yi Zuo
Appl. Sci. 2022, 12(14), 7158; https://doi.org/10.3390/app12147158 - 15 Jul 2022
Cited by 10 | Viewed by 3524
Abstract
Parcel detection is crucial to achieving automatic sorting in intelligent logistics systems. Most parcels in logistics centers are currently detected manually, imposing low efficiency and high error rate, severely limiting logistics transportation efficiency. Therefore, there is an urgent need for automated parcel detection. [...] Read more.
Parcel detection is crucial to achieving automatic sorting in intelligent logistics systems. Most parcels in logistics centers are currently detected manually, imposing low efficiency and high error rate, severely limiting logistics transportation efficiency. Therefore, there is an urgent need for automated parcel detection. However, parcels in logistics centers have challenges such as dense stacking, occlusion and background interference, making it difficult for existing methods to detect parcels accurately. To address the above problem, we developed an improved Faster R-CNN-based parcel detection model spurred by current deep-learning-based object detection trends. The proposed method first solves the false detection problem due to parcel mutual occlusion by augmenting Faster R-CNN with an edge detection branch and adding object edge loss to the loss function. Furthermore, the self-attention ROI Align module is proposed to address the problem of feature misalignment caused by the quantization rounding operation in the ROI Pooling module. The module uses an attention mechanism to filter and enhance the features and uses bilinear interpolation to calculate the feature pixel values, improving detection accuracy. The implementation of the proposed method was validated using parcel images collected in the field and the public dataset SKU110K and compared with four existing parcel detection methods. The results show that our method’s Recall, Precision, map@0.5 and Fps are 96.89%, 98.76%, 98.42% and 22.83%, respectively, which significantly improves the parcel detection accuracy. Full article
Show Figures

Figure 1

Back to TopTop