• 제목/요약/키워드: Interface Manager

검색결과 141건 처리시간 0.023초

마르코프 의사결정 과정에 기반한 대화 관리자 설계 (Design of Markov Decision Process Based Dialogue Manager)

  • 최준기;은지현;장두성;김현정;구명완
    • 대한음성학회:학술대회논문집
    • /
    • 대한음성학회 2006년도 추계학술대회 발표논문집
    • /
    • pp.14-18
    • /
    • 2006
  • The role of dialogue manager is to select proper actions based on observed environment and inferred user intention. This paper presents stochastic model for dialogue manager based on Markov decision process. To build a mixed initiative dialogue manager, we used accumulated user utterance, previous act of dialogue manager, and domain dependent knowledge as the input to the MDP. We also used dialogue corpus to train the automatically optimized policy of MDP with reinforcement learning algorithm. The states which have unique and intuitive actions were removed from the design of MDP by using the domain knowledge. The design of dialogue manager included the usage of natural language understanding and response generator to build short message based remote control of home networked appliances.

  • PDF

실내 환경에서의 이동로봇 제어를 위한 유비쿼터스 인터페이스 시스템 (A Ubiquitous Interface System for Mobile Robot Control in Indoor Environment)

  • 안현식;송재성
    • 제어로봇시스템학회논문지
    • /
    • 제12궈1호
    • /
    • pp.66-71
    • /
    • 2006
  • Recently, there are lots of concerning on ubiquitous environment of robots and URC (Ubiquitous Robotic Companion). In this paper, a practical ubiquitous interface system far controlling mobile robots in indoor environments was proposed. The interface system was designed as a manager-agent model including a PC manager, a mobile manager, and robot agents for being able to be accessed by any network. In the system, the PC manager has a 3D virtual environment and shows real images for a human-friendly interface, and share the computation load of the robot such as path planning and managing geographical information. It also contains Hybrid Format Manager(HFM) working for transforming the image, position, and control data and interchanging them between the robots and the managers. Mobile manager working in the minimized computing condition of handsets has a mobile interface environment displaying the real images and the position of the robot and being able to control the robots by pressing keys. Experimental results showed the proposed system was able to control robots rising wired and wireless LAN and mobile Internet.

통합 서비스 로봇을 위한 MS 로보틱스 스튜디오 기반 대화 인터페이스 플랫폼 구축 (Development of Conversational Interface Platform Based on MS Robotics Studio for Integrated Service Robots)

  • 임성수;조성배
    • 로봇학회논문지
    • /
    • 제4권1호
    • /
    • pp.49-55
    • /
    • 2009
  • The development of IT technology makes the functions and services of robots be integrated, and thus the robots become more intelligent and useful. As sophisticated usage of robots has evolved, direct communication by human language is necessary to increase the efficiency of their usage. In this paper, we propose a conversational interface platform for integrated service robots using MS Robotics Studio. The proposed platform consists of three types of components: a conversation manager to control the flows of the integrated service robots, a user interface to interact with users, and multiple service robots to perform actions or services. For a test-bed of the proposed platform, we build a schedule manager system and confirm the usability through SUS subject test by comparing the schedule manager system with MS Outlook.

  • PDF

실시간 모바일 GIS 응용 구축을 위한 주기억장치 데이터베이스 시스템 설계 및 구현 (Design and Implementation of a Main-Memory Database System for Real-time Mobile GIS Application)

  • 강은호;윤석우;김경창
    • 정보처리학회논문지D
    • /
    • 제11D권1호
    • /
    • pp.11-22
    • /
    • 2004
  • 최근 들어 계속되는 램 가격 하락으로 인해 대용량의 램을 사용하는 주기억장치 데이터베이스 시스템의 구축이 실현 가능하게 되었다. 주기억장치 데이터베이스는 여러 다양한 실시간 응용 분야를 위해 사용되며, 매년 CPU 속도가 60% 정도 증가되고, 메모리 속도가 10% 증가되는 현실에서, 케쉬 미스(Cache miss)를 얼마나 줄이느냐 하는 문제가 주기억장치 데이터베이스의 검색 성능 측면에서 가장 중요한 문제로 대두되고 있다. 본 논문에서는 이러한 환경을 고려한 실시간 모바일 GIS응용을 위한 주기억장치 데이터베이스 시스템을 설계 및 구현한다. 본 시스템은 크게 PDA를 사용하는 모바일 사용자를 위한 인터페이스 관리기와 가상 메모리 기법을 사용해 전체 데이터를 주기억장치에 상주시키며 관리하는 주기억 데이터 관리기, 공간 및 비 공간 질의를 처리하는 질의처리기, 새롭게 제시하는 공간 데이터를 위한 MR-트리 인덱스와 비 공간 데이터를 위한 T-트리 인덱스 구조를 관리하는 인덱스 관리기, 데이터를 디스크에 저장하기 위한 GIS 서버 인터페이스로 구성된다. 새롭게 제시하는 공간 인덱싱을 위한 MR-트리는 노트 분할이 발생될 경우, 입력 경로 상에 하나 이상의 빈 엔트리를 지니는 노드가 존재할 경우에만, 노드 분할을 상위로 전송한다. 그러므로 중간 노드들은 항상 100%에 가깝게 채워져 있게 된다. 본 논문의 실험 결과, 2차원의 MR-트리는 기존의 R-트리에 비해 2.4배 이상의 빠른 검색 속도를 나타냈다. 한편, 주 기억 데이터 관리기는 가상 메모리 제공을 위해 전체 벡터 데이터 및 MR-트리, T-트리, 데이터 객체 텍스트 정보를 페이지 단위로 분할하여 관리하고, 간접 주소 기법을 사용하여 디스크로부터의 재 로딩시 발생할 수 있는 문제점을 제거하였다.

JNI의 Native영역에서 처리하는 렌더링 기법 (Rendering Technology Processing on Native Space of JNI)

  • 신용경;박지현;김미영;정재일;이현주;김상욱
    • 한국멀티미디어학회:학술대회논문집
    • /
    • 한국멀티미디어학회 2001년도 추계학술발표논문집
    • /
    • pp.182-186
    • /
    • 2001
  • 효율적인 스트리밍을 지원하기 위하여 JNI(Java Native Interface)를 이용한 플레이어를 구현한다. 미디어 플레이어는 전달 관리기, A/V 디코더, 렌더링 모듈, 자바 그래픽 라이브러리로 구성하고, 렌더링 모듈은 JNI Export Manager, Java Scene Manager, Drawing Manager,NJI API로 구성한다. 디코딩 된 스트림은 자바가 읽어들일 수 있는 객체 타입으로 변환하는 JNI Export Manager와 장면 구성하는 Java Scene Manager, 자바 그래픽 라이브러리를 이용하여 실제 화면에 드로잉하는 Drawing Manager를 통하여 재생한다. 본 논문은 Java Scene Manager를 Native 영역에서 처리하여 디코딩 된 스트림 객체를 전달받아 RGB변환하고, 장면 구성정보를 이용하여 장면을 구성하여 최종적으로 JNI Export Manager에게 전달한다. 따라서 장면을 구성하기 위한 정보를 JNI API를 통하여 전달할 필요가 없으므로 그 만큼의 성능 향상을 보이고, Native 영역에서 처리하므로 자바 언어에서 처리하는 것보다 효율적이다. 이는 성능 비교표를 통하여 재생시간 향상을 보인다.

  • PDF

구조적 기술에 의한 전문가 시스템의 사용자 인터페이스 개발 방법 (A Development Method of User Interface Using a Structural Description Schema in an Expert System)

  • 김상길;김성훈;박충식;김재희
    • 전자공학회논문지B
    • /
    • 제32B권1호
    • /
    • pp.161-170
    • /
    • 1995
  • 본 논문에서는 전문가 시스템의 사용자 인터페이스 모듈을 구현하기 위하여 사용자 인터페이스의 구조적 스키마(description schema)로서 수트(SUIT : Schematic User Interface Tasks)를 정의하였으며, 이를 관리하는 '수트관리기'(SUIMAN : SUIT Manager)를 구현하였다. 수트는 전문가 시스템의 사용자 인터페이스 설계 초기 단계에서, 수트를 사용하여 사용자 인터페이스 구현을 위해 이루어져야 할 행위를 개념적인 상위 수준에서 기술한다. 수트관리기는 수트에서 기술된 것이 언제 실행될지 결정한다. 그래픽 사용자 인터페이스의 실현은 X-윈도우의 MOTIF 라이브러리에 의해 제공되는 함수들을 실행함으로써 이루어진다. 즉, 수트관리기는 수트에 기술된 사용자 인터페이스 명세를 해석하여 실제 그래픽 사용자 인터페이스를 자동으로 실현시킨다. 수트와 수트관리기를 사용함으로써 전문가 시스템 개발에서 사용자 인터페이스 모듈의 보다 신속한 개발이 가능하다. 본 논문의 사용자 인터페이스 기술 방법은 `자동 회전 구성 전문가 시스템`의 사용자 인터페이스에 사용되었다.

  • PDF

오픈액세스 학술출판 지원 인터페이스 사용성 평가 및 개선안 사례 연구 (Case Study of Usability Evaluation and Improvement Plan for Open Access Academic Publishing Support Interface)

  • 이정미;황혜경
    • 한국비블리아학회지
    • /
    • 제32권4호
    • /
    • pp.47-66
    • /
    • 2021
  • 본 연구는 오픈액세스 출판지원 서비스 플랫폼인 AccessON 학술지 리포지터리 인터페이스 중 관리자 인터페이스의 사용성 평가를 통해 오픈액세스 출판지원 서비스 플랫폼의 개선방안을 모색하고자 하는 연구이다. 인터페이스의 사용경험 응답 수집, 이를 통한 이슈 및 개선점 도출, 타 오픈액세스 출판지원 서비스 플랫폼을 위한 제안사항 분석 및 도출이라는 세 가지 연구 질문에 대한 응답을 위해 오픈액세스 출판 및 사용성 평가에 관련된 각종 문헌과 사례같은 선행연구를 검토하였으며, 설문조사와 포커스그룹 인터뷰를 통해 관리자 인터페이스 사용경험에 대한 응답을 수집하였다. 이를 종합하여 AccessON 학술지 리포지터리 인터페이스의 사용성 평가 결과를 각종 수치정보를 통해 제시할 수 있었다. 사용성 평가의 결과는 AccessON 학술지 리포지터리 관리자 인터페이스의 이슈 및 개선점을 제안가능하게 하였으며 최종적으로 이후 개발될 오픈액세스 학술출판지원 서비스 플랫폼을 위한 제안사항을 도출할 수 있었다.

객체지향 질의처리를 위한 객체관리기 인터페이스 (An Object Manager Interface for Object-Oriented Query Processing)

  • 이연식;전병실;류근호
    • 한국정보처리학회논문지
    • /
    • 제2권1호
    • /
    • pp.1-11
    • /
    • 1995
  • 현실세계의 복잡한 데이타모델을 표현하고 관리하는 객체지향 데이타베이스 관리 시스템에서는 모든 객체들에 대한 접근과 조작이 객체관리기에 의해 처리된다. 본 논 문에서는 객체지향 질의처리를 위한 객체관리기의 호출함수와 의미를 규정하는 객체 관리기 인터페이스의 설계 원칙을 제안하고, 이에 따라 객체관리기 인터페이스를 구현 한다. 구현된 객체관리기 인터페이스는 질의처리부와 객체관리부를 서로 독립적으로 개발할 수 있는 환경을 할 뿐만 아니라, 다양한 응용의 적용을 가능하게 하며, 사용자 에게 효율적 접근 방법을 제공한다.

  • PDF

A Navigation Algorithm using Locomotion Interface with Two 6-DOF Robotic Manipulators (ICCAS 2005)

  • Yoon, Jung-Won;Ryu, Je-Ha
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2005년도 ICCAS
    • /
    • pp.2211-2216
    • /
    • 2005
  • This paper describes a novel navigation algorithm using a locomotion interface with two 6-DOF parallel robotic manipulators. The suggested novel navigation system can induce user's real walking and generate realistic visual feedback during navigation, using robotic manipulators. For realistic visual feedback, the virtual environment is designed with three components; 3D object modeler for buildings and terrains, scene manager and communication manager component. The walking velocity of the user is directly translated to VR actions for navigation. Finally, the functions of the RPC interface are utilized for each interaction mode. The suggested navigation system can allow a user to explore into various virtual terrains with real walking and realistic visual feedback.

  • PDF

모바일 로봇 제어를 위한 3D 인터페이스 시스템의 구현 (Implementation of a 3D Interface System for controlling Mobile Robot)

  • 강창훈;이종진;안현식
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2001년도 합동 추계학술대회 논문집 정보 및 제어부문
    • /
    • pp.107-110
    • /
    • 2001
  • Recently, there are lots of concerning on robot agent system working for itself with the trends of the research of bio-mimetic system and intelligent robot. In this paper, a virtual 3D interface system is proposed based on Internet for remote controlling and monitoring of mobile robot. The proposed system is constructed as manager-agent model. A worker can order the robot agent move to a new position by clicking the destination on virtual space of 3D graphic interface in manager. Then the robot agent move to the position automatically with avoiding collision by using range finding and autonomous control algorithm. The proposed robot agent system lets us control the mobile robot remotely located more conveniently.

  • PDF