Claim Missing Document
Check
Articles

Found 12 Documents
Search

Optimized Yolov8 to identify people with disabilities Wulanningrum, Resty; Handayani, Anik Nur; Herwanto, Heru Wahyu; Arai, Kohei
International Journal of Advances in Intelligent Informatics Vol 11, No 4 (2025): November 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i4.1977

Abstract

This research aims to develop an object detection model that can distinguish between the gait of people with and without disabilities with high accuracy. Object detection is currently designed to detect people and is used in both normal and gender-based gait recognition. Gait recognition, if further examined, encompasses recognition of both non-disabled and disabled individuals. Every day, people walk like most, but people with disabilities have different gaits from those of normal people. Some use walking aids, whereas others walk without them. YOLOv8 is a platform for detecting people. This research proposes an object detection for normal people and people with disabilities, both those who use assistive devices and those who do not. The dataset used is Disabled gait, comprising 6500 images, and will be divided into 3 data splits: 70% for training, 20% for validation, and 10% for testing. Model evaluation is based on precision, recall, mAP50, and mAP50-90. The test results for three classifications, namely assistive, non-assistive, and normal, show the highest value in the assistive class with an mAP50 value of 0.98 and an mAP50-95 value of 0.996. This study advances gait recognition by extending object detection to accurately differentiate normal and disabled walking patterns, including both assistive and non-assistive gaits, thereby enriching inclusive human-movement analysis. Beyond computer vision, the findings benefit healthcare, rehabilitation, and smart surveillance systems by enabling more accurate mobility assessment and accessibility-aware applications.
Centronit: Initial Centroid Designation Algorithm for K-Means Clustering Barakbah, Ali Ridho; Arai, Kohei
EMITTER International Journal of Engineering Technology Vol 2 No 1 (2014)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24003/emitter.v2i1.17

Abstract

Clustering performance of the K-means highly depends on the correctness of initial centroids. Usually initial centroids for the K- means clustering are determined randomly so that the determined initial centers may cause to reach the nearest local minima, not the global optimum. In this paper, we propose an algorithm, called as Centronit, for designation of initial centroidoptimization of K-means clustering. The proposed algorithm is based on the calculation of the average distance of the nearest data inside region of the minimum distance. The initial centroids can be designated by the lowest average distance of each data. The minimum distance is set by calculating the average distance between the data. This method is also robust from outliers of data. The experimental results show effectiveness of the proposed method to improve the clustering results with the K-means clustering.Keywords: K-means clustering, initial centroids, Kmeansoptimization.