• Title/Summary/Keyword: 적응적 게임활용

Search Result 24, Processing Time 0.021 seconds

Learning by combining Genetic Algorithm and Cellular Automata to plan Master ADU Strategy (Master ADU 전략 수립을 위한 유전자 알고리즘과 셀룰라 오토마타 혼합 학습)

  • 윤효근;이상용
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 2004.04a
    • /
    • pp.261-264
    • /
    • 2004
  • 컴퓨터 전략 시뮬레이션 게임 설계에서는 Master ADU(Artificial Decision Unit)의 전략 수립을 위한 방법으로 다양한 기법들이 연구되고 있다. 특히 한정된 자원 하에서 게임을 사실적이고 지적인 기능을 구현하기 위해 치팅(Cheating)을 활용하거나 간단한 인공지능 기법이 적용되고 있다. 하지만 이 기법들은 사용자 적응성 및 전략 수립의 단순성을 야기하는 단점을 가지고 있다. 본 연구에서는 전략 시뮬레이션 게임의 전략 수립 에이전트인 Master ADU(Artificial Decision Unit)를 위하여 셀룰라 오토마타의 초기 규칙 생성에 유전자 알고리즘의 교배 및 돌연변이, 적합도 평가를 거친 유전자 형을 적용한 혼합형 전략 수립 기법을 제안한다 이 기법은 ADU가 적합한 유전자 형을 생산 및 선택하여 사용자에 대해 적극적으로 학습할 수 있었다.

  • PDF

Robust Hand Region Extraction Using a Joint-based Model (관절 기반의 모델을 활용한 강인한 손 영역 추출)

  • Jang, Seok-Woo;Kim, Sul-Ho;Kim, Gye-Young
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.20 no.9
    • /
    • pp.525-531
    • /
    • 2019
  • Efforts to utilize human gestures to effectively implement a more natural and interactive interface between humans and computers have been ongoing in recent years. In this paper, we propose a new algorithm that accepts consecutive three-dimensional (3D) depth images, defines a hand model, and robustly extracts the human hand region based on six palm joints and 15 finger joints. Then, the 3D depth images are adaptively binarized to exclude non-interest areas, such as the background, and accurately extracts only the hand of the person, which is the area of interest. Experimental results show that the presented algorithm detects only the human hand region 2.4% more accurately than the existing method. The hand region extraction algorithm proposed in this paper is expected to be useful in various practical applications related to computer vision and image processing, such as gesture recognition, virtual reality implementation, 3D motion games, and sign recognition.

A study on the impact of smartphone addiction on adolescents' school adaptation - Focusing on students attending middle schools in Gwangju Metropolitan City

  • Gull Lim
    • Journal of the Korea Society of Computer and Information
    • /
    • v.29 no.1
    • /
    • pp.231-239
    • /
    • 2024
  • This study was conducted with the purpose of understanding the factors that influence smartphone addiction on adolescents' school adaptation. The subjects were examined with a focus on students currently attending middle schools in Gwangju Metropolitan City, and data analysis was conducted using SPSS 26.0 to examine the factors influencing school adaptation, focusing on the inducements and forced inducements that lead teenagers to fall into smartphone addiction. As a result of the analysis, it was found that anonymity and desire satisfaction among the attractive factors leading to smartphone addiction have a negative impact on school adaptation, and the forcing factors that cause adolescents to become overly dependent on smartphones include online games, online chatting, online addiction, and social interaction. It was analyzed that both action and information search had a negative impact on adolescents' school adaptation. Based on the above results, policy recommendations were presented by considering the points pointed out by the two discovered factors.

User-oriented Adaptive English Typing Program Implementation using Python (파이썬을 이용한 사용자 중심의 적응적 영문 타이핑 프로그램 구현)

  • Kim, Hye-Suk;Lee, Ho-Jun;Tak, Dong-Kil
    • Journal of Digital Contents Society
    • /
    • v.19 no.8
    • /
    • pp.1575-1584
    • /
    • 2018
  • In this paper, we implemented a user - oriented adaptive English typing program using class and function structure provided by Python to get English learning effect while effectively typing English on PC. The user of the implemented English typing program creates a text file of required English example sentences and links them to use it for direct English typing exercise. In addition, based on the English sentence used in the English typing exercise, it is possible to obtain the English learning effect by providing the ability to perform the memorization test. The interface of the program is structured in the form of a game so that it can be accessed interestingly, and the ranking among the users is disclosed to provide a positive function. We expect that the implemented program will improve the user's English typing speed and improve the English learning effect.

Real-Time Hierarchical Techniques for Rendering of Translucent Materials and Screen-Space Interpolation (반투명 재질의 렌더링과 화면 보간을 위한 실시간 계층화 알고리즘)

  • Ki, Hyun-Woo;Oh, Kyoung-Su
    • Journal of Korea Game Society
    • /
    • v.7 no.1
    • /
    • pp.31-42
    • /
    • 2007
  • In the natural world, most materials such as skin, marble and cloth are translucent. Their appearance is smooth and soft compared with metals or mirrors. In this paper, we propose a new GPU based hierarchical rendering technique for translucent materials, based on the dipole diffusion approximation, at interactive rates. Information of incident light, position, normal, and irradiance, on the surfaces are stored into 2D textures by rendering from a primary light view. Huge numbers of pixel photons are clustered into quad-tree image pyramids. Each pixel, we select clusters (sets of photons), and then we approximate multiple subsurface scattering term with the clusters. We also introduce a novel hierarchical screen-space interpolation technique by exploiting spatial coherence with early-z culling on the GPU. We also build image pyramids of the screen using mipmap and pixel shader. Each pixel of the pyramids is stores position, normal and spatial similarity of children pixels. If a pixel's the similarity is high, we render the pixel and interpolate the pixel to multiple pixels. Result images show that our method can interactively render deformable translucent objects by approximating hundreds of thousand photons with only hundreds clusters without any preprocessing. We use an image-space approach for entire process on the GPU, thus our method is less dependent to scene complexity.

  • PDF

Efficient Controlling Trajectory of NPC with Accumulation Map based on Path of User and NavMesh in Unity3D

  • Kim, Jong-Hyun
    • Journal of the Korea Society of Computer and Information
    • /
    • v.25 no.4
    • /
    • pp.55-61
    • /
    • 2020
  • In this paper, we present a novel approach to efficiently control the location of NPC(Non-playable characters) in the interactive virtual world such as game, virtual reality. To control the NPC's movement path, we first calculate the main trajectory based on the user's path, and then move the NPC based on the weight map. Our method constructs automatically a navigation mesh that provides new paths for NPC by referencing the user trajectories. Our method enables adaptive changes to the virtual world over time and provides user-preferred path weights for smartagent path planning. We have tested the usefulness of our algorithm with several example scenarios from interactive worlds such as video games, virtual reality. In practice, our framework can be applied easily to any type of navigation in an interactive world.

The new paths of user interface #1 - The non-verbal communication for the interactive media - (사용자 인터페이스의 새로운 길 #1 - 인터렉티브 미디어를 위한 비언어적 의사소통 방법 -)

  • 류제성
    • Archives of design research
    • /
    • v.13 no.3
    • /
    • pp.49-58
    • /
    • 2000
  • We commonly use the computer interface a generalized form. However, the requirement of the user various and some users cannot apply the general circumstance. For these requirements, this research suggests the non-verbal communication. The suggestion is that Mewing with the mouth in human behavior applies to the interaction of the computer This was offered in three forms. First, drawing application: second, the arcade game: third, the interactive book. in condusion, we confirmed that the suggestion of this research could be effectively used for the development of the human computer interface.

  • PDF

Behavior Generation System of Context-aware Augmented Reality Agent for Realistic Activation of agent's behavior (사실적 행동 활성화를 위한 컨텍스트 인식 증강현실 에이전트의 행동생성 시스템)

  • Shin, Hun-Yong;Woo, Woon-Tack
    • 한국HCI학회:학술대회논문집
    • /
    • 2009.02a
    • /
    • pp.579-582
    • /
    • 2009
  • With the aid of the increasing interests of Context-aware Augmented Reality Agent (AR Agent), various researches of AR Agent have been performed to explore the possibility of the agent as novel interface and the entity responding autonomously by user's input. However, in previous works, AR Agents are lack of specific method for using various contextual information. To revolve around those problems, we propose the Behavior Generation System for Context-aware AR Agent using layered architecture. Based on Belief-Desire-Intention (BDI) model and Hierarchical Task Network (HTN) searching, the sequence of agent behavior has been selected in behavior planning layer. Then, the agent evaluates appropriateness of behaviors using previous behavior and the type of input before activation. This behavior generation system can be applied for edutainment, game, and assistant agent, which need intuitive and effective behaviors to convey information. Through this research, we expect that the Context-aware AR Agent could support for not only information delivery, but also the capability of effective communication for user.

  • PDF

The Case Study of SW Education for Slow Youth Learners (느린 학습자 청년 대상 소프트웨어교육 사례연구)

  • Ryoo Eunjin;Park juyeon
    • The Journal of the Convergence on Culture Technology
    • /
    • v.10 no.2
    • /
    • pp.127-131
    • /
    • 2024
  • SW education was conducted for slow youth learners. 6 learners participatd in 8 sessions of an introductory course using several plays and 3 learners who more interested in introductory course participated in deeper course using normal method. After education, we survey and interview from learners, instructors and heads of welfare organizations. Learners showed interest and participated in the fact that they were participating in SW education, which was widely talked about. Learners were found to be more satisfied with introductory course education using play such as board games, and although they initially appeared to participate in unfamiliar learning content with low efficacy, it was observed that their efficacy increased with repetition. Additionally, it was observed that young people with an IQ of 80 or higher had a higher level of interest or interest in SW education than those with an IQ of 80 or lower. we discussed that there were not many opportunities to directly use the SW education content for youth who are slow learners in work or real life. We suggest this should be a focus education on the use of digital media - online meeting apps, office SW etc.- to improve digital literacy for life and work and that research on this should continue.

CIVE: Context-based Interactive System for Heterogeneous Distributed Virtual Environments (이기종 분산 가상 환경을 위한 컨텍스트 기반 상호작용 시스템)

  • Jang, Sei-Ie;Lee, Young-Ho;Woo, Woon-Tack
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.32 no.5
    • /
    • pp.209-218
    • /
    • 2005
  • In this paper, we propose CIVE, context-based interactive system for heterogeneous distributed virtual environments that delivers contexts irom real world to virtual environment and vice versa. The proposed system ronsists of obi-UCAM for generating user's contexts, NAVER for managing virtual environment, and Interface for linking obi-UCAM with NAVER. The connection between real and virtual worid through context is brneficial in following ways. Firstly. CIVE Provides a personalized user interface for virtual environment according to a user profile such as identity, age and vernacular. Secondly, translating all input signals into context, it guarantees adaptive access that enables a user to exploit unencumbered input devices controlling a shared object in virtual environment even if he moves with his own device from a virtual system to another. Finally, it provides a mechanism for synchronizing distributed virtual systems that share context representing changes at remote nodes. The context reduces the inconsistency of representing the same data among heterogeneous systems. Therefore, CIVE plays an important role in implementing VR applications such as teleconference, game and entertainment.