• Title/Summary/Keyword: AI character

Search Result 75, Processing Time 0.027 seconds

A Design of Effective NPC AI Patterns Using the Theory of 'Flow' and FSM in the Adventure Game (어드벤처 게임에서 몰입이론과 FSM을 이용한 효과적인 NPC AI 패턴 설계)

  • Oh, Se-Woong;Kang, Hee-Min;Cho, Young-Jin;Lim, Man-Sik;Kim, Sang-Muk;Lee, Jong-Beom;Sin, Ko-Eun;Lee, Ji-Hoon;Kang, Myung-Ju;Park, Chan-Il;Lee, Jong-Won;Oh, Hyoun-Ju;Kim, Sang-Jung
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2014.07a
    • /
    • pp.297-301
    • /
    • 2014
  • 게임에는 많은 종류의 장르가 있다. 어떤 장르의 게임이 되었건 플레이어와 많은 상호작용을 하는 A.I는 게임에 있어 중요한 요소 이며 어드벤처 게임(Adventure Game) 장르도 예외는 아니다. A.I(Artificial Intelligence)I의 행동이나 상황에 따른 플레이어와의 상호작용은 게임에 있어 플레이어에게 몰입감을 주며 게임을 좀 더 현실감 있게 해주는 게임의 수많은 요소 중 하나다. 본 논문에서는 FSM(Finite-State Machine) 기법을 사용하여 어드벤처 게임에서플레이어에게 '몰입'을 유발 시키는 방법으로 FSM 기법의 NPC(None-Player Character) A.I 패턴을 디자인을 통해 플레이어의 '몰입'을 유발 하였다.

  • PDF

Game Elements Balancing using Deep Learning in Artificial Neural Network (딥러닝이 적용된 게임 밸런스에 관한 연구 게임 기획 방법론의 관점으로)

  • Jeon, Joonhyun
    • Journal of the HCI Society of Korea
    • /
    • v.13 no.3
    • /
    • pp.65-73
    • /
    • 2018
  • Game balance settings are crucial to game design. Game balancing must take into account a large amount of numerical values, configuration data, and the relationship between elements. Once released and served, a game - even for a balanced game - often requires calibration according to the game player's preference. To achieve sustainability, game balance needs adjustment while allowing for small changes. In fact, from the producers' standpoint, game balance issue is a critical success factor in game production. Therefore, they often invest much time and capital in game design. However, if such a costly game cannot provide players with an appropriate level of difficulty, the game is more likely to fail. On the contrary, if the game successfully identifies the game players' propensity and performs self-balancing to provide appropriate difficulty levels, this will significantly reduce the likelihood of game failure, while at the same time increasing the lifecycle of the game. Accordingly, if a novel technology for game balancing is developed using artificial intelligence (AI) that offers personalized, intelligent, and customized service to individual game players, it would bring significant changes to the game production system.

  • PDF

Image Super-Resolution for Improving Object Recognition Accuracy (객체 인식 정확도 개선을 위한 이미지 초해상도 기술)

  • Lee, Sung-Jin;Kim, Tae-Jun;Lee, Chung-Heon;Yoo, Seok Bong
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.25 no.6
    • /
    • pp.774-784
    • /
    • 2021
  • The object detection and recognition process is a very important task in the field of computer vision, and related research is actively being conducted. However, in the actual object recognition process, the recognition accuracy is often degraded due to the resolution mismatch between the training image data and the test image data. To solve this problem, in this paper, we designed and developed an integrated object recognition and super-resolution framework by proposing an image super-resolution technique to improve object recognition accuracy. In detail, 11,231 license plate training images were built by ourselves through web-crawling and artificial-data-generation, and the image super-resolution artificial neural network was trained by defining an objective function to be robust to the image flip. To verify the performance of the proposed algorithm, we experimented with the trained image super-resolution and recognition on 1,999 test images, and it was confirmed that the proposed super-resolution technique has the effect of improving the accuracy of character recognition.

A Study on the Usability of Digital Humans in New Media Contents

  • Jihan Kim;Jeanhun Chung
    • International journal of advanced smart convergence
    • /
    • v.12 no.4
    • /
    • pp.300-305
    • /
    • 2023
  • This thesis is a study of content development utilizing media outlets to date through digital humans. The trend of global content is that the video content industry, including the character business, is growing. Lil Michela, who was selected as one of the 25 most influential people on the Internet by Time magazine in 2018, Nasua, who appeared in a SK Telecom commercial, and Rosie, who appeared in a Shinhan Bank commercial, are representative. Digital humans, which are driving new content, are computer-generated human characters with various characteristics and are referred to as virtual humans, metahumans, and cyber humans. With the rise of the metaverse after COVID-19, digital humans are being utilized in various forms such as media and marketing as an element of visual content. In the form of media, we can see that the boundaries between the offline and digital worlds are converging, and in the form of marketing, we can see that digital humans connect consumers and products more naturally. In the form of interaction, it is possible to achieve two-way communication through various methods of operation, and through these factors, it is possible to go beyond behavioral communication in the form of memorialization to emotional communication through AI technology. What can be seen through these processes is that through the currently developing digital human production methods and AI functions, not only experts but also non-experts can create quality contents, and new directions of contents will appear, and contents that can provide immediate feedback by bringing consumers and creators closer together have been studied.

Implementation of NPC Artificial Intelligence Using Agonistic Behavior of Animals (동물의 세력 투쟁 행동을 이용한 게임 인공 지능 구현)

  • Lee, MyounJae
    • Journal of Digital Convergence
    • /
    • v.12 no.1
    • /
    • pp.555-561
    • /
    • 2014
  • Artificial intelligence in the game is mainly used to determine patterns of behavior of NPC (Non Player Character) and the enemy, path finding. These artificial intelligence is implemented by FSM (Finite State Machine) or Flocking method. The number of NPC behavior in FSM method is limited by the number of FSM states. If the number of states is too small, then NPC player can know the behavior patterns easily. On the other hand, too many implementation cases make it complicated. The NPC behaviors in Flocking method are determined by the leader's decision. Therefore, players can know easily direction of movement patterns or attack pattern of NPCs. To overcome these problem, this paper proposes agonistic behaviors(attacks, threats, showing courtesy, avoidance, submission)in animals to apply for the NPC, and implements agonistic behaviors using Unity3D engine. This paper can help developing a real sense of the NPC artificial intelligence.

Implementation of Adaptive Navigation for NPCs in Computer Games (컴퓨터 게임의 NPC를 위한 적응적 경로 이동의 구현)

  • Kim, Eunsol;Kim, Hyeyeon;Yu, Kyeonah
    • Journal of KIISE
    • /
    • v.43 no.2
    • /
    • pp.222-228
    • /
    • 2016
  • Uniform navigation of NPCs in computer games is an important factor that can decrease the interest of game players. This problem is particularly noticeable in pathfinding when using a waypoint graph because the NPCs navigate using only predefined locations. In this paper we propose a method that enables adaptive navigations of NPCs by observing player movements. The proposed method involves modification of waypoints dynamically by observing the player's point designation and use of the modified waypoints for NPC's pathfinding. Also, we propose an algorithm to find the NPC-specific path by learning the landform preferences of players. We simulate the implemented algorithm in an RPG game made with Unity 4.0 and confirm that NPC navigations had more variety and improved according to player navigations.

Development of An Interactive System Prototype Using Imitation Learning to Induce Positive Emotion (긍정감정을 유도하기 위한 모방학습을 이용한 상호작용 시스템 프로토타입 개발)

  • Oh, Chanhae;Kang, Changgu
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.14 no.4
    • /
    • pp.239-246
    • /
    • 2021
  • In the field of computer graphics and HCI, there are many studies on systems that create characters and interact naturally. Such studies have focused on the user's response to the user's behavior, and the study of the character's behavior to elicit positive emotions from the user remains a difficult problem. In this paper, we develop a prototype of an interaction system to elicit positive emotions from users according to the movement of virtual characters using artificial intelligence technology. The proposed system is divided into face recognition and motion generation of a virtual character. A depth camera is used for face recognition, and the recognized data is transferred to motion generation. We use imitation learning as a learning model. In motion generation, random actions are performed according to the first user's facial expression data, and actions that the user can elicit positive emotions are learned through continuous imitation learning.

Analysis of YouTube Viewers' Characteristics and Responses to Virtual Idols (버추얼 아이돌에 대한 유튜브 시청자 특성과 반응 분석)

  • JeongYoon Kang;Choonsung Shin;Hieyong Jeong
    • Journal of Information Technology Services
    • /
    • v.23 no.3
    • /
    • pp.103-118
    • /
    • 2024
  • Due to the advancement of virtual reality technology, virtual idols are widely used in industrial and cultural content industries. However, it is difficult to utilize virtual idols' social perceptions because they are not properly understood. Therefore, this paper collected and analyzed YouTube comments to identify differences about social perception through comparative analysis between virtual idols and general idols. The dataset was constructed by crawling comments from music videos with more than 10 million views of virtual idols and more than 10,000 comments. Keyword frequency and TF-IDF values were derived from the collected dataset, and the connection centrality CONCOR cluster was analyzed with a semantic network using the UCINET program. As a result of the analysis, it was found that virtual idols frequently used keywords such as "person," "quality," "character," "reality," "animation," while reactions and perceptions were derived from general idols. Based on the results of this analysis, it was found that while general idols are mainly evaluated with their appearance and cultural factors, social perceptions of virtual idols' values are mixed with evaluations of cultural factors such as "song," "voice," and "choreography," focusing on technical factors such as "people," "quality," "character," and "animation." However, keywords such as "song," "voice," "choreography," and "music" are included in the top 30 like regular idols and appear in the same cluster, suggesting that virtual idols are gradually shifting away from minority tastes to mainstream culture. This study aims to provide academic and practical implications for the future expansion of the industry and cultural content industry of virtual idols by grasping the social perception of virtual idols.

A Study on Chatbot Profile Images Depending on the Purpose of Use (사용 목적에 따른 챗봇의 프로필 이미지 연구)

  • Kang, Minjeong
    • The Journal of the Korea Contents Association
    • /
    • v.18 no.12
    • /
    • pp.118-129
    • /
    • 2018
  • In AI chatbot service via a messenger, a profile image of the chatbot is the first thing that users see to communicate with the chatbot. This profile image not only manages an impression about the profile owner in SNS on followers, but also makes an important impression about chatbot services on users. Thus motivated, this study investigates proper profile images tailored for the types of chatbot services and users. Specifically, I reviewed the preferred images and expressions of chatbots for each purpose of chatbot service. Then, in a case study, I collected and analyzed the representative chatbot profile images for the purpose of fun and counseling. The profile images are categorized as robot, human, animal, and abstract images. Based on these categories, I surveyed the preferred profile image of the chatbot service in either the text type or image type alternatives. For the purpose of fun, in the text version, I found that both men and women preferred a human image to others. However, in the image version, men preferred woman and robot images while women preferred cute animation character and robot images. For counseling services, both men and women preferred woman and animal images most, which is similar to the results of the text version of questionnaires as well. While both genders consistently preferred real photo images, women tend to like abstract images more than men do. I expect that the results of this study would be useful to develop the proper profile images of AI chatbot for each service purpose.

The Transformation of Norms and Social Problems: Focusing on the COVID-19 Pandemic (규범의 전환과 사회문제: 코로나를 중심으로)

  • Lee, Jangju
    • Korean Journal of Culture and Social Issue
    • /
    • v.28 no.3
    • /
    • pp.513-527
    • /
    • 2022
  • This study was conducted to examining the socio-cultural impact of the COVID-19 pandemic that swept the world around 2020, and the transformation of norms and social problems due to COVID-19. For this, the characteristics of changes in the socio-cultural norms of the 14th century European Black Death, a representative example of the pandemic, were derived, and based on this, the COVID-19 pandemic was analyzed. The Black Death served as an opportunity to change social norms based on the existing religious authority and the power of the feudal system to the Enlightenment. The population declination and labor shortage also promoted commercialization and mechanization. Printing, which spread during this period, led to the popularization of knowledge, which raised the level of thinking and led to epochal scientific development. This became the foundation of the Industrial Revolution. Like the recent Black Death, COVID-19 has triggered changes in social norms. The technological environment of metaverse, a mixture of virtual and reality, has changed the norm of a consistent identity into free and open identities exerting various potentials through alternate characters. In addition, meme, which are about people being friendly to those with the same worldview as him on the metaverse, weakened the sense of isolation in non-face-to-face situations. Artificial intelligence (AI), which developed during the COVID-19 pandemic, has entered the stage of being used for creative activities beyond the function of assisting humans. Discussions were held on what new social problems would be created by the social norms changed due to the COVID-19 pandemic.