English

MINSU (Mobile Inventory And Scanning Unit):Computer Vision and AI

Computer Vision and Pattern Recognition 2022-07-28 v3 Artificial Intelligence

Abstract

The MINSU(Mobile Inventory and Scanning Unit) algorithm uses the computational vision analysis method to record the residual quantity/fullness of the cabinet. To do so, it goes through a five-step method: object detection, foreground subtraction, K-means clustering, percentage estimation, and counting. The input image goes through the object detection method to analyze the specific position of the cabinets in terms of coordinates. After doing so, it goes through the foreground subtraction method to make the image more focus-able to the cabinet itself by removing the background (some manual work may have to be done such as selecting the parts that were not grab cut by the algorithm). In the K-means clustering method, the multi-colored image turns into a 3 colored monotonous image for quicker and more accurate analysis. At last, the image goes through percentage estimation and counting. In these two methods, the proportion that the material inside the cabinet is found in percentage which then is used to approximate the number of materials inside. Had this project been successful, the residual quantity management could solve the problem addressed earlier in the introduction.

Keywords

Cite

@article{arxiv.2204.06681,
  title  = {MINSU (Mobile Inventory And Scanning Unit):Computer Vision and AI},
  author = {Jihoon Ryoo and Byungkon Kang and Dongyeob Lee and Seunghyeon Kim and Youngho Kim},
  journal= {arXiv preprint arXiv:2204.06681},
  year   = {2022}
}

Comments

Needs to be updated

R2 v1 2026-06-24T10:47:36.964Z