Papers

See Google Scholar for a full list of publications.

See Riss for a full list of publications.

Research Article 1 - 2025. 8(SCI)
Analysis of OpenCV Security Vulnerabilities in YOLO v10-Based IP Camera Image Processing Systems for Disaster Safety Management
Do-Yoon Jung, Nam-Ho Kim*
Department of Computer Engineering, Honam University, Gwangju 62299, Korea
SCI paper 1
Abstract
This paper systematically analyzes security vulnerabilities that may occur during the OpenCV library and IP camera linkage process for the YOLO v10-based IP camera image processing system used in the disaster safety management field. Recently, the use of AI-based real-time image analysis technology in disaster response and safety management systems has been increasing, but it has been confirmed that open source-based object detection frameworks and security vulnerabilities in IP cameras can pose serious threats to the reliability and safety of actual systems. In this study, the structure of an image processing system that applies the latest YOLO v10 algorithm was analyzed, and major security threats (e.g., remote code execution, denial of service, data tampering, authentication bypass, etc.) that might occur during the IP camera image collection and processing process using OpenCV were identified. In particular, the possibility of attacks due to insufficient verification of external inputs (model files, configuration files, image data, etc.), failure to set an initial password, and insufficient encryption of network communication sections were presented with cases. These problems could lead to more serious results in mission-critical environments such as disaster safety management.
Research Article 2 - 2024. 7(SCI)
A Study on GAN-Based Car Body Part Defect Detection Process and Comparative Analysis of YOLO v7 and YOLO v8 Object Detection Performance
1. Do-Yoon Jung, 2. Yeon-Jae Oh, 1. Nam-Ho Kim*
1. Department of Computer Engineering, Honam University, Gwangju 62299, Korea
2. Department of Cultural Contents, Chonnam National University, Yeosu 59626, Republic of Korea
SCI paper 2
Abstract
The main purpose of this study is to generate defect images of body parts using a GAN (generative adversarial network) and compare and analyze the performance of the YOLO (You Only Look Once) v7 and v8 object detection models. The goal is to accurately judge good and defective products. Quality control is very important in the automobile industry, and defects in body parts directly affect vehicle safety, so the development of highly accurate defect detection technology is essential. This study ensures data diversity by generating defect images of car body parts using a GAN and through this, compares and analyzes the object detection performance of the YOLO v7 and v8 models to present an optimal solution for detecting defects in car parts. Through experiments, the dataset was expanded by adding fake defect images generated by the GAN. The performance experiments of the YOLO v7 and v8 models based on the data obtained through this approach demonstrated that YOLO v8 effectively identifies objects even with a smaller amount of data. It was confirmed that defects could be detected. The readout of the detection system can be improved through software calibration.
Research Article 3 - 2025. 8(KCI)
A Study on the Development of a Career aptitude Test System in the Form of a Customized Multi-Layer Questionnaire Using sLLM
Do-Yoon Jung, Nam-Ho Kim*
Department of Computer Engineering, Honam University, Gwangju 62299, Korea
KCI paper 1
Abstract
This paper aims to build an evaluation result production system that integrates career aptitude tests, customized multi-job aptitude questionnaires, and NCS (National Competency Standards) using sLLM (small Large Language Model). This study enables more accurate career aptitude evaluation by automatically generating questions that fit the characteristics of respondents through natural language processing technology using web-based applications and open source LLaMa3 Instruct models. To measure the performance of natural language processing, Jaccard similarity, Cosine similarity, and SequenceMatcher similarity analysis were used to compare the performance of career aptitude-related data sets. As a result of the experiment, among 2,051 data sets, 2,049, 1,962, and 1,963 SequenceMatcher, Jaccard, and Cosine similarities exceeding 0 were counted, respectively, and the average similarities were 44.3% for SequenceMatcher, 30.9% for Jaccard, and 52.4% for Cosine. Additionally, the average similarity rates of the dataset were calculated as 99.9% for SequenceMatcher, 95.6% for Jaccard, and 95.7% for Cosine.