• Title/Summary/Keyword: Learning with AI

Search Result 856, Processing Time 0.028 seconds

A Design of AI Cloud Platform for Safety Management on High-risk Environment (고위험 현장의 안전관리를 위한 AI 클라우드 플랫폼 설계)

  • Ki-Bong, Kim
    • Journal of Advanced Technology Convergence
    • /
    • v.1 no.2
    • /
    • pp.01-09
    • /
    • 2022
  • Recently, safety issues in companies and public institutions are no longer a task that can be postponed, and when a major safety accident occurs, not only direct financial loss, but also indirect loss of social trust in the company and public institution is greatly increased. In particular, in the case of a fatal accident, the damage is even more serious. Accordingly, as companies and public institutions expand their investments in industrial safety education and prevention, open AI learning model creation technology that enables safety management services without being affected by user behavior in industrial sites where high-risk situations exist, edge terminals System development using inter-AI collaboration technology, cloud-edge terminal linkage technology, multi-modal risk situation determination technology, and AI model learning support technology is underway. In particular, with the development and spread of artificial intelligence technology, research to apply the technology to safety issues is becoming active. Therefore, in this paper, an open cloud platform design method that can support AI model learning for high-risk site safety management is presented.

Research on Developing a Conversational AI Callbot Solution for Medical Counselling

  • Won Ro LEE;Jeong Hyon CHOI;Min Soo KANG
    • Korean Journal of Artificial Intelligence
    • /
    • v.11 no.4
    • /
    • pp.9-13
    • /
    • 2023
  • In this study, we explored the potential of integrating interactive AI callbot technology into the medical consultation domain as part of a broader service development initiative. Aimed at enhancing patient satisfaction, the AI callbot was designed to efficiently address queries from hospitals' primary users, especially the elderly and those using phone services. By incorporating an AI-driven callbot into the hospital's customer service center, routine tasks such as appointment modifications and cancellations were efficiently managed by the AI Callbot Agent. On the other hand, tasks requiring more detailed attention or specialization were addressed by Human Agents, ensuring a balanced and collaborative approach. The deep learning model for voice recognition for this study was based on the Transformer model and fine-tuned to fit the medical field using a pre-trained model. Existing recording files were converted into learning data to perform SSL(self-supervised learning) Model was implemented. The ANN (Artificial neural network) neural network model was used to analyze voice signals and interpret them as text, and after actual application, the intent was enriched through reinforcement learning to continuously improve accuracy. In the case of TTS(Text To Speech), the Transformer model was applied to Text Analysis, Acoustic model, and Vocoder, and Google's Natural Language API was applied to recognize intent. As the research progresses, there are challenges to solve, such as interconnection issues between various EMR providers, problems with doctor's time slots, problems with two or more hospital appointments, and problems with patient use. However, there are specialized problems that are easy to make reservations. Implementation of the callbot service in hospitals appears to be applicable immediately.

Case Analysis on AI-Based Learning Assistance Systems (인공지능 기반 학습 지원 시스템에 관한 사례 분석)

  • Chee, Hyunkyung;Kim, Minji;Lee, Gayoung;Huh, Sunyoung;Kim, Myung sun
    • Journal of Engineering Education Research
    • /
    • v.27 no.4
    • /
    • pp.3-11
    • /
    • 2024
  • This study classified domestic and international systems by type, presenting their key features and examples, with the aim of outlining future directions for system development and research. AI-based learning assistance systems can be categorized into instructional-learning evaluation types and academic recommendation types, depending on their purpose. Instructional-learning evaluation types measure learners' levels through initial diagnostic assessments, provide customized learning, and offer adaptive feedback visualized based on learners' misconceptions identified through learning data. Academic recommendation types provide personalized academic pathways and a variety of information and functions to assist with overall school life, based on the big data held by schools. Based on these characteristics, future system development should clearly define the development purpose from the planning stage, considering data ethics and stability, and should not only approach from a technological perspective but also sufficiently reflect educational contexts.

From Masked Reconstructions to Disease Diagnostics: A Vision Transformer Approach for Fundus Images (마스크된 복원에서 질병 진단까지: 안저 영상을 위한 비전 트랜스포머 접근법)

  • Toan Duc Nguyen;Gyurin Byun;Hyunseung Choo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2023.11a
    • /
    • pp.557-560
    • /
    • 2023
  • In this paper, we introduce a pre-training method leveraging the capabilities of the Vision Transformer (ViT) for disease diagnosis in conventional Fundus images. Recognizing the need for effective representation learning in medical images, our method combines the Vision Transformer with a Masked Autoencoder to generate meaningful and pertinent image augmentations. During pre-training, the Masked Autoencoder produces an altered version of the original image, which serves as a positive pair. The Vision Transformer then employs contrastive learning techniques with this image pair to refine its weight parameters. Our experiments demonstrate that this dual-model approach harnesses the strengths of both the ViT and the Masked Autoencoder, resulting in robust and clinically relevant feature embeddings. Preliminary results suggest significant improvements in diagnostic accuracy, underscoring the potential of our methodology in enhancing automated disease diagnosis in fundus imaging.

Audio Generative AI Usage Pattern Analysis by the Exploratory Study on the Participatory Assessment Process

  • Hanjin Lee;Yeeun Lee
    • Journal of the Korea Society of Computer and Information
    • /
    • v.29 no.4
    • /
    • pp.47-54
    • /
    • 2024
  • The importance of cultural arts education utilizing digital tools is increasing in terms of enhancing tech literacy, self-expression, and developing convergent capabilities. The creation process and evaluation of innovative multi-modal AI, provides expanded creative audio-visual experiences in users. In particular, the process of creating music with AI provides innovative experiences in all areas, from musical ideas to improving lyrics, editing and variations. In this study, we attempted to empirically analyze the process of performing tasks using an Audio and Music Generative AI platform and discussing with fellow learners. As a result, 12 services and 10 types of evaluation criteria were collected through voluntary participation, and divided into usage patterns and purposes. The academic, technological, and policy implications were presented for AI-powered liberal arts education with learners' perspectives.

Design and Implementation of a Lightweight On-Device AI-Based Real-time Fault Diagnosis System using Continual Learning (연속학습을 활용한 경량 온-디바이스 AI 기반 실시간 기계 결함 진단 시스템 설계 및 구현)

  • Youngjun Kim;Taewan Kim;Suhyun Kim;Seongjae Lee;Taehyoun Kim
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.19 no.3
    • /
    • pp.151-158
    • /
    • 2024
  • Although on-device artificial intelligence (AI) has gained attention to diagnosing machine faults in real time, most previous studies did not consider the model retraining and redeployment processes that must be performed in real-world industrial environments. Our study addresses this challenge by proposing an on-device AI-based real-time machine fault diagnosis system that utilizes continual learning. Our proposed system includes a lightweight convolutional neural network (CNN) model, a continual learning algorithm, and a real-time monitoring service. First, we developed a lightweight 1D CNN model to reduce the cost of model deployment and enable real-time inference on the target edge device with limited computing resources. We then compared the performance of five continual learning algorithms with three public bearing fault datasets and selected the most effective algorithm for our system. Finally, we implemented a real-time monitoring service using an open-source data visualization framework. In the performance comparison results between continual learning algorithms, we found that the replay-based algorithms outperformed the regularization-based algorithms, and the experience replay (ER) algorithm had the best diagnostic accuracy. We further tuned the number and length of data samples used for a memory buffer of the ER algorithm to maximize its performance. We confirmed that the performance of the ER algorithm becomes higher when a longer data length is used. Consequently, the proposed system showed an accuracy of 98.7%, while only 16.5% of the previous data was stored in memory buffer. Our lightweight CNN model was also able to diagnose a fault type of one data sample within 3.76 ms on the Raspberry Pi 4B device.

Development of self-expression activity class program for elementary school students to cultivate AI literacy

  • LEE, DoeYean;KIM, Yong
    • Fourth Industrial Review
    • /
    • v.2 no.1
    • /
    • pp.9-17
    • /
    • 2022
  • Purpose -In general, elementary school is the time to take the first social step away from family relationships with parents or siblings. Recently, AI technology has been widely used in everyday life and society. The purpose of this study is to propose a program that can cultivate AI literacy and self-expression for elementary school students according to the trend of the times. Research design, data, and methodology - In this study, prior to developing a self-expression class program for cultivating AI literacy, we looked at the related literature on what AI literacy is. In addition, the digital learning program was analyzed considering that the current AI literacy is based on the cutting edge of digital technology and is located in the same area as digital literacy. Result -This study developed a curriculum for self-expression and AI literacy cultivation. The main feature of this study is that the education program of this study allows 3rd, 4th, and 5th graders of elementary school to express themselves and to express their career problems by combining culture and art with AI programs. Conclusion -Self-expression activity education for cultivating AI literacy should be oriented toward holistic education and should be education as a way to express oneself in order to improve the quality of life of learners

Effect Analysis of a Deep Learning-Based Attention Redirection Compensation Strategy System on the Data Labeling Work Productivity of Individuals with Developmental Disabilities (딥러닝 기반의 주의환기 보상전략 시스템이 발달장애인의 데이터 라벨링 작업 생산성에 미치는 효과분석)

  • Yong-Man Ha;Jong-Wook Jang
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.24 no.1
    • /
    • pp.175-180
    • /
    • 2024
  • This paper investigates the effect of a deep learning-based system on data labeling task productivity by individuals with developmental disabilities. It was found that interventions, particularly those using AI, significantly improved productivity compared to self-serving task. AI interventions were notably more effective than job coach-led approaches. This research underscores the positive role of AI in enhancing task efficiency for those with developmental disabilities. This study is the first to apply AI technology to the data labeling tasks of individuals with developmental disabilities and highlighting deep learning's potential in vocational training and productivity enhancement for this group.

Verification of the effectiveness of AI education for Non-majors through PJBL-based data analysis (PJBL기반 데이터 분석을 통한 비전공자의 AI 교육 효과성 검증)

  • Baek, Su-Jin;Park, So-Hyun
    • Journal of Digital Convergence
    • /
    • v.19 no.9
    • /
    • pp.201-207
    • /
    • 2021
  • As artificial intelligence gradually expands into jobs, iIt is necessary to nurture talents with AI literacy capabilities required for non-majors. Therefore, in this study, based on the necessity and current status of AI education, AI literacy competency improvement education was conducted for non-majors so that AI learning could be sustainable in relation to future majors. For non-majors at University D, problem-solving solutions through project-based data analysis and visualization were applied over 15 weeks, and the AI ability improvement and effectiveness of learners before and after education were analyzed and verified. As a result, it was possible to confirm a statistically significant level of positive change in the learners' data analysis and utilization ability, AI literacy ability, and AI self-efficacy. In particular, it not only improved the learners' ability to directly utilize public data to analyze and visualize it, but also improved their self-efficacy to solve problems by linking this with the use of AI.

An Analysis Study on Collaborative AI for the Jewelry Business (주얼리 비즈니스를 위한 협업형 AI의 분석 연구)

  • Hye-Rim Kang
    • The Journal of the Convergence on Culture Technology
    • /
    • v.10 no.4
    • /
    • pp.305-310
    • /
    • 2024
  • With the emergence of generative AI, a new era of coexistence with humanity has begun. The vast data-driven learning capabilities of AI are being utilized in various industries to achieve a level of productivity distinct from human learning. However, AI also manifests societal phenomena such as technophobia. This study aims to analyze collaborative AI models based on an understanding of AI and identify areas within the jewelry industry where these models can be applied. The utilization of collaborative AI models can lead to the acceleration of idea development, enhancement of design capabilities, increased productivity, and the internalization of multimodal functions. Ultimately, AI should be used as a collaborative tool from a utilitarian perspective, which requires a proactive, human-centric mindset. This research proposes collaborative AI strategies for the jewelry business, hoping to enhance the industry's competitiveness.