Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

A Simple and Efficient Approach for Extracting Object Hierarchy in Image Data

Author 1: Saravit Soeng Author 2: Vungsovanreach Kong Author 3: Munirot Thon Author 4: Wan-Sup Cho Author 5: Tae-Kyung Kim
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 15, No. 8 · Published 2024

DOI: https://doi.org/10.14569/IJACSA.2024.01508120

Abstract

An object hierarchy in images refers to the structured relationship between objects, where parent objects have one or more child objects. This hierarchical structure is useful in various computer vision applications, such as detecting motorcycle riders without helmets or identifying individuals carrying illegal items in restricted areas. However, extracting object hierarchies from images is challenging without advanced techniques like machine learning or deep learning. In this paper, a simple and efficient method is proposed for extracting object hierarchies in images based on object detection results. This method is implemented in a standalone package compatible with both Python and C++ programming languages. The package generates object hierarchies from detection results by using bounding box overlap to identify parent-child relationships. Experimental results show that the proposed method accurately extracts object hierarchies from images, providing a practical tool to enhance object detection capabilities. The source code for this approach is available at https://github.com/saravit-soeng/HiExtract.

Keywords

How to Cite this Article

Soeng, S., Kong, V., Thon, M., Cho, W., & Kim, T. (2024). A Simple and Efficient Approach for Extracting Object Hierarchy in Image Data. International Journal of Advanced Computer Science and Applications, 15(8). https://doi.org/10.14569/IJACSA.2024.01508120

Soeng, Saravit, et al.. "A Simple and Efficient Approach for Extracting Object Hierarchy in Image Data." International Journal of Advanced Computer Science and Applications, vol. 15, no. 8, 2024, https://doi.org/10.14569/IJACSA.2024.01508120.

@article{Soeng2024,
  title     = {A Simple and Efficient Approach for Extracting Object Hierarchy in Image Data},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {15},
  number    = {8},
  year      = {2024},
  publisher = {The Science and Information Organization},
  author    = {Saravit Soeng and Vungsovanreach Kong and Munirot Thon and Wan-Sup Cho and Tae-Kyung Kim},
  doi       = {10.14569/IJACSA.2024.01508120},
  url       = {https://doi.org/10.14569/IJACSA.2024.01508120}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.