Digital Library[ Search Result ]
Drug Toxicity Prediction Using Integrated Graph Neural Networks and Attention-Based Random Walk Algorithm
Jong-Hoon Park, Jae-Woo Chu, Young-Rae Cho
http://doi.org/10.5626/JOK.2025.52.3.234
The traditional drug development process is often burdened by high costs and lengthy timelines, leading to increasing interest in AI-based drug development. In particular, the importance of AI models for preemptively evaluating drug toxicity is being emphasized. In this study, we propose a novel drug toxicity prediction model, named Integrated GNNs and Attention Randon Walk (IG-ARW). The proposed method integrates various Graph Neural Network (GNN) models and uses attention mechanisms to compute random walk transition probabilities, extracting graph features precisely. The model then conducts random walks to extract node features and graph features, ultimately predicting drug toxicity. IG-ARW was evaluated on three different datasets, demonstrating strong performances with AUC scores of 0.8315, 0.8894, and 0.7476, respectively. Notably, the model was proven to be highly effective not only in toxicity prediction, but also in predicting other drug characteristics.
IDFusion: Joint Angle Measurement Method through Fusion of Inertial Measurement Sensor and Depth Camera
Juyeon Park, Mingyu Park, Gyumin Park, Hyun Lee
http://doi.org/10.5626/JOK.2025.52.3.208
Recent advancements in human and object recognition technologies are increasingly applied across various fields, particularly in motion detection research utilizing inertial measurement sensors and depth cameras in areas such as gaming, healthcare, and security. However, challenges such as cumulative errors and variable measurement accuracies depending on the environment persist. This study proposed IDFusion, a method that could integrate inertial measurement sensors and depth cameras for joint angle measurement, distinguishing itself through data transformation and joint angle conversion stages before fusion. Comparative analysis against using inertial measurement sensors and depth cameras individually demonstrated a superior performance of IDFusion. This technique holds promise for applications in healthcare, sports science, and human-computer interaction.
Font Generation System Development based on Few-shot Font Generation Model
Yeongjin Jo, Shinjin Kang, Beomjoo Seo, Sunyoung Kim
http://doi.org/10.5626/JOK.2025.52.1.77
As the demand for personalized font generation continues to rise, the need for a customized font generation system has become increasingly important. In this study, we designed and implemented a font generation system using VQ-Font, a AI-based model in the field of Few-Shot Font Generation. This system can produce complete font files from just a few input images, making it ideal for personalized font generation. We adapted the original Chinese-centric font generation model to fit the structural characteristics of Korean and collected a Korean font dataset to fine-tune the model. As a result, our proposed model outperformed existing Korean font generation models, as confirmed by comparative experiments. We also assessed the font generation speed of the enhanced model, demonstrating its potential for practical applications.
LLMEE: Enhancing Explainability and Evaluation of Large Language Models through Visual Token Attribution
Yunsu Kim, Minchan Kim, Jinwoo Choi, Youngseok Hwang, Hyunwoo Park
http://doi.org/10.5626/JOK.2024.51.12.1104
Large Language Models (LLMs) have made significant advancements in Natural Language Processing (NLP) and generative AI. However, their complex structure poses challenges in terms of interpretability and reliability. To address this issue, this study proposed LLMEE, a tool designed to visually explain and evaluate the prediction process of LLMs. LLMEE visually represents the impact of each input token on the output, enhancing model transparency and providing insights into various NLP tasks such as Summarization, Question Answering, Text Generation. Additionally, it integrates evaluation metrics such as ROUGE, BLEU, and BLEURTScore, offering both quantitative and qualitative assessments of LLM outputs. LLMEE is expected to contribute to more reliable evaluation and improvement of LLMs in both academic and industrial contexts by facilitating a better understanding of their complex workings and by providing enhanced output quality assessments.
Optimizing Throughput Prediction Models Based on Feature Category Contribution in 4G/5G Network Environments
http://doi.org/10.5626/JOK.2024.51.11.961
The acceleration in 5G technology adoption due to increased network data consumption and limitations of 4G has led to the establishment of a heterogeneous network environment comprising both 4G and limited 5G. Consequently, this highlights the importance of throughput prediction for network service quality (QoS) and resource optimization. Traditional throughput prediction research mainly relies on the use of single attributes or extraction of attributes through correlation analysis. However, these approaches have limitations, including potential exclusion of variables with nonlinear relationships with arbitrariness and inconsistency of correlation coefficient thresholds. To overcome these limitations, this paper proposed a new approach based on Feature Importance. This method could calculate the relative importance of features used in the network and assign contribution scores to attribute categories. By utilizing these scores, throughput prediction was enhanced. This approach was applied and tested on four open network datasets. Experiments demonstrated that the proposed method successfully derived an optimal category combination for throughput prediction, reduced model complexity, and improved prediction accuracy compared to using all categories.
Analysis of Vulnerabilities in Autonomous Driving Environments through Physical Adversarial Attacks Incorporating Natural Elements
Kyuchan Cho, Woosang Im, Sooyong Jeong, Hyunil Kim, Changho Seo
http://doi.org/10.5626/JOK.2024.51.10.935
Advancements in artificial intelligence technology have significantly impacted the field of computer vision. Concurrently, numerous vulnerabilities related to adversarial attacks, which are techniques designed to force models into misclassification, have been discovered. In particular, adversarial attacks such as physical adversarial attacks in the real world, pose a serious threat to autonomous vehicle systems. These attacks include artificially created attacks such as adversarial patches and attacks that exploit natural elements to cause misclassification. A common scenario in autonomous driving environments involves obstruction of traffic signs by natural elements such as fallen leaves or snow. These elements do not remain stationary. They can cause misclassification even in fleeting moments, highlighting a critical vulnerability. Therefore, this study investigated adversarial patch attacks based on natural elements, proposing fallen leaves as a natural adversarial element. Specifically, it reviewed current trends in adversarial attack research, presented an experimental environment based on natural elements, and analyzed experimental results to assess vulnerabilities posed by fallen leaves in physical environments to autonomous vehicles.
Adaptation of A Hierarchical Cumulative Prompting with Generative Large-scale Language Models in the Legal Domain
Yeenheui Yeen, HaeIn Jung, MinJu Kim, Jeong Yang, Minhye Kim, Hyunji Jang, Myoung-Wan Koo
http://doi.org/10.5626/JOK.2024.51.7.592
This study introduces a stepwise hierarchical prompting method suitable for large-scale generative language models in complex legal reasoning tasks. Complex logical problems are decomposed into multiple steps, accumulating results from each step to set prompts for subsequent ones. It was confirmed that when this method was applied to the evaluation process of the Korean bar exam's essay-type questions, it achieved better results than fine-tuning with original data. Notably, in the final evaluation by legal experts, both tasks showed a human precision of over 0.70, indicating its capability to produce interpretations based on accurate evidence. This prompting technique suggests a solution to the hallucination issue in large language models and demonstrates its effective application. Future research will consider the introduction of a specialized retriever to reflect more accurate legal knowledge in the large language model, aiming to incorporate more precise evidence into prompts. While the current research applied the prompting method only to the legal field, it is expected to be applicable to other complex logical reasoning tasks that rely on specialized knowledge.
Transformer-Based Head Motion Prediction Algorithm Using Image Generation Model
Hyogeun Byun, Moonsoo Jeong, Sungkil Lee
http://doi.org/10.5626/JOK.2024.51.7.601
Motion-to-photon latency in virtual reality based on head-mounted display can cause discomfort such as cyber sickness due to a lag between a user's physical movement and the image output, potentially disrupting users’ immersion. Traditional methods to reduce this latency involve manually analyzing head motion trends or predicting head motion with recurrent neural networks. However, these models faced long-term dependency issues in remembering information over sequences and limitations in parallel processing. In this paper, images are also used in the decoding process through an image generation model. A deep learning model used in natural language processing is highly scalable when using it as a prediction model. Accordingly, the model proposed in this study could use additional data to predict the user’s head motion and thereby, outperforms the existing models.
SASRec vs. BERT4Rec: Performance Analysis of Transformer-based Sequential Recommendation Models
Hye-young Kim, Mincheol Yoon, Jongwuk Lee
http://doi.org/10.5626/JOK.2024.51.4.352
Sequential recommender systems extract interests from user logs and use them to recommend items the user might like next. SASRec and BERT4Rec are widely used as representative sequential recommendation models. Existing studies have utilized these two models as baselines in various studies, but their performance is not consistent due to differences in experimental environments. This research compares and analyzes the performance of SASRec and BERT4Rec on six representative sequential recommendation datasets. The experimental result shows that the number of user-item interactions has the largest impact on BERT4Rec training, which in turn leads to the performance difference between the two models. Furthermore, this research finds that the two learning methods, which are widely utilized in sequential recommendation settings, can also have different effects depending on the popularity bias and sequence length. This shows that considering dataset characteristics is essential for improving recommendation performance.
Explainable Artificial Intelligence in Molecular Graph Classification
Yeongyeong Son, Yewon Shin, Sunyoung Kwon
http://doi.org/10.5626/JOK.2024.51.2.157
With the advancement of artificial intelligence (AI), there is a growing need for explainable artificial intelligence (XAI). Recently, Graph neural network-based XAI research has been actively conducted, but it mainly focuses on generic graphs. Due to the distinctive characteristics relying on the chemical properties of molecular graphs, we emphasize the necessity for research to investigate whether existing XAI techniques can provide interpretability in molecular graphs. In this paper, we employ existing XAI techniques to molecular graphs and assess them quantitatively and qualitatively to see their interpretability. Furthermore, we examine the outcomes after standardizing the significance ratio of essential features, highlighting the significance of sparsity as one of the XAI evaluation metrics.
Search

Journal of KIISE
- ISSN : 2383-630X(Print)
- ISSN : 2383-6296(Electronic)
- KCI Accredited Journal
Editorial Office
- Tel. +82-2-588-9240
- Fax. +82-2-521-1352
- E-mail. chwoo@kiise.or.kr