• Title/Summary/Keyword: 상위문제

Search Result 527, Processing Time 0.022 seconds

Fast PU Decision Method Using Sub-CBF in HEVC (Sub-CBF를 이용한 HEVC의 고속 PU 결정 기법)

  • Jang, Jae-Kyu;Choi, Ho-Youl;Kim, Jae-Gon
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2014.11a
    • /
    • pp.194-196
    • /
    • 2014
  • HEVC(High Efficiency Video Coding)는 재귀적 쿼드트리 분할 구조의 부호화단위(CU: Coding Unit)와 각 CU에서 다양한 예측단위(PU: Prediction Unit)를 제공하고, 율-왜곡 기반으로 최적의 CU와 PU를 결정함으로써 높은 부호화 효율을 얻을 수 있는 반면 부호화 복잡도 또한 크게 증가하는 문제가 있다. 본 논문에서는 부호화기의 복잡도를 감소시키기 위해 상위깊이의 부호화 정보를 이용한 고속 부호화 기법을 제안한다. 제안기법은 상위깊이 CU의 Sub-CBF(coded block flag)를 이용하여 현재깊이 CU에서의 PU를 조기 결정하여 PU 탐색을 고속화 한다. 또한 화면내(Intra) 예측 고속화를 위하여 현재 CU의 sub-CBF를 함께 사용하여 하위깊이에서의 화면내 예측을 생략한다. 실험결과 제안기법은 HM 14.0 대비 1.2%의 BD-rate 증가에 31.4%의 부호화 시간 감소 효과를 얻을 수 있었다.

  • PDF

Game Development Using Script Language (스크립트 언어를 이용한 게임 개발)

  • Choi, Han-Yong;Jung, Jin-Young
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.05b
    • /
    • pp.975-978
    • /
    • 2003
  • 엔진을 도입하여 개발할 경우 단지 하부 구조를 구현하지 않았을 뿐, 엔진 내용을 이해할 정도의 수준이 되어야 한다는 것이다. 그러므로 게임 업계에서는 양질의 게임을 개발하기 위해서 여전히 고급 프로그래머를 필요로 하고 있으며, 이러한 부분은 여전히 개발비 상승에 영향을 미치고 있다. 그러므로 프로그램을 이해하는 기획자 수준에서도 게임을 개발할 수 있는 좀 더 상위 개념의 개발 방법의 필요성이 대두되고 있다. 본 논문에서는 이러한 문제를 해결하기 위해 스크립트를 이용하여 게임게임 전체 관리 부분, 모델의 AI부분 카메라 조작 부분으로 게임을 구성할 수 있도록 하였다. 그리고 스크립트 언어는 2 계층의 구조를 갖고 있으며, 하부 계층은 직접적으로 엔진을 제어하게 되어있다. 그러나 스크립트의 목표는 직접적인 엔진 제어를 줄이는 추상화작업을 목표로 하기 때문에 이를 추상화한 상부계층의 스처립트 언어를 설계하여 하부계층의 엔진제어 모듈로 변환하도록 하였다. 따라서 본 논문에서는 게임엔진을 직접적으로 모델링 하지 않고 개발하기 위한 추상화된 상위 단계의 스크립트 언어를 이용하여 기획단계예서 게임을 구성해 볼 수 있으며, 직접적으로 하부구조의 엔진 구현 및 엔진의 내용을 잘 이해할 정도의 수준이 아니더라도 스크립트언어를 이용하여 게임을 개발할 수 있다.

  • PDF

Study on The RBAC Protocol of Medical Information System (의료정보시스템의 RBAC 프로토콜 연구)

  • Lim, Kyeong Suk;Kim, Jeom Goo
    • Convergence Security Journal
    • /
    • v.16 no.7
    • /
    • pp.77-84
    • /
    • 2016
  • In general RBAC(Role-Based-Access Control) model, senior role has junior role's permissions by virtue of role hierarchy. But although the opposite case is needed partially in medical institutions, such case cannot be performed in medical information systems. This is because inheritances of permissions in role hierarchies are static. In order to tackle this problem, this paper defined a dynamic role assignment, thereby proposed the way for the junior temporarily to be able to perform the permissions of the senior, and showed the applications of medical information systems.

Taming Vertex Data

  • Iain Cantlay
    • Digital Contents
    • /
    • no.11 s.126
    • /
    • pp.144-151
    • /
    • 2003
  • 문제점: 하위 수준 D3D 지원_ 버텍스 버퍼를 만들기 위해 코어 Direct3D(D3D)는 하위 수준의 메모리 관리만 지원한다. 버텍스 버퍼 데이터는 void* 포인터를 사용해 액세스 된다. 코어 D3D에서 하위 수준의 지원은 매우 적절하다. D3DX는 전체 메시 클래스로서 포함한 상위 수준도 지원한다. 이 상위 수준과 하위 수준 사이에는 아무 것도 없다. 하위 수준의 버텍스 버퍼(VB)를 사용하기 위해서는 먼저 버텍스데이터 구조를 만들고 크기에 맞는 VB를 만든 후 이를 데이터로 채우고(void* 포인터 배치) 마지막으로 필요한 버텍스 선언을 한다. 애플리케이션 코드는 D3D 없이도 스스로 일관성을 가져야 하며 몇몇 하위 수준 에러가 발생할 수도 있다. 기껏해야 에러는 실행하면서 D3D의 디버그 버전으로 잡아낼 수 있다. 최악의 경우, 애플리케이션 문제를 발생시킬 수 있는데 이럴 경우 종종 디버그가 어려울 수도 있다.

  • PDF

Pivot-based Bilingual Lexicon Extraction Using Word2Vec and CCA (중간언어 기반의 Word2Vec와 CCA를 이용한 이중언어 사전 추출)

  • Kim, Jeong-Tae;Kim, Chang-Hyun;Cheon, Min-Ah;Kim, Jae-Hoon;Kim, Jae-Hwan
    • Annual Conference on Human and Language Technology
    • /
    • 2016.10a
    • /
    • pp.307-309
    • /
    • 2016
  • 이중언어 사전은 자연어처리 분야에서 매우 유용한 자원으로 사용되고 있다. 그러나 초기사전이나 병렬말뭉치 등 자원이 부족한 언어 쌍에 대해서 이중언어 사전을 추출하는 것은 쉽지 않다. 이러한 문제를 해결하기 위해 본 논문에서는 중간 언어 기반으로 Word2Vec와 CCA를 이용하여 이중언어 사전을 추출하는 방법을 제안한다. 본 논문에서 제안하는 방법의 성능을 평가하기 위해서 중간언어로 영어를 사용하여 스페인어-한국어에 대한 이중언어 사전을 추출하는 실험을 하였다. 무작위로 뽑은 200개의 단어에 대한 번역 정확도를 구하였다. 그 결과 최상위에서 37.5%, 상위 10위에서 63%, 그리고 상위 20위에서는 69.5%의 정확도를 얻을 수 있었다.

  • PDF

A Scheduling System for Panel Block Assembly Shop in Shipbuilding using Genetic Algorithms (유전알고즘을 이용한 판넬블럭조립공장의 일정계획시스템)

  • 최형림;류광렬;조규갑;임호섭;황준하
    • Journal of Intelligence and Information Systems
    • /
    • v.2 no.2
    • /
    • pp.29-42
    • /
    • 1996
  • 본 논문은 조선업에서 평블럭을 생산하는 패널블럭조립공장의 일정계획 문제를 해결하기 위한 유전알고리즘의 적용 방안을 제시하고 있다. 패널불럭조립공장의 일정계획은 작업장별 평준화와 각 작업장내에서의 일자별 부하 평준화라는 두가지 목표를 가지고 있다. 이러한 목표를 달성하기 위해 본 논문에서는 유전알고리즘을 계층적으로 나누어 적용하였다. 상위단계 유전알고리즘은 작업장별 부하 평준화를 담당하며 하위단계 유전알고리즘은 상위단계 유전알고리즘의 결과를 바탕으로 각 작업장내에서 일자별 부하 평준화의 최적화를 담당한다. 실험 결과, 유전알고리즘에 의한 일정계획이 수작업에 의한 방법보다 처리시간이 짧게 소요되고 부하 평준화의 측면에서 더 좋은 해를 얻을 수 있음을 확인하였다.

  • PDF

Development of Longitudinal Algorithm to Improve Speed Control and Inter-vehicle Distance Control Acceptability (속도 제어와 차간거리 제어 수용성 개선을 위한 종방향 알고리즘 개발)

  • Kim, Jae-lee;Park, Man-bok
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.21 no.3
    • /
    • pp.73-82
    • /
    • 2022
  • Driver acceptance of autonomous driving is very important. The autonomous driving longitudinal controller, which is one of the factors affecting acceptability, consists of a high-level controller and a low-level controller. The host controller decides the cruise control and the space control according to the situation and creates the required target speed. The sub-controller performs control by creating an acceleration signal to follow the target speed. In this paper, we propose an algorithm to improve the inter-vehicle distance fluctuations that occur in the cruise control and space control switching problems in the host controller. The proposed method is to add an approach algorithm to the cruise control at the time of switching from cruise control to space control so that it is switched to space control at the correct switching distance. Through this, the error was improved from 12m error to 4m, and actual vehicle verification was performed.

Analysis of the Effectiveness of Liberal SW Education focused on Developing Computational Thinking and Creative Problem Solving Ability (컴퓨팅사고력, 창의적 문제해결력 신장을 위한 대학 교양 SW 기초 교육의 효과 분석)

  • Jiyae Noh
    • Journal of Industrial Convergence
    • /
    • v.21 no.1
    • /
    • pp.123-135
    • /
    • 2023
  • In liberal SW education, nurturing student with creative problem-solving ability based on SW is considered important. The purpose of this study is to design SW education and to investigate the effects on students' computational thinking and creative problem solving abilities. This study designed classes in accordance with convergent project and the CT-CPS model and 38 undergraduate students have participated this study. The questionnaire survey was given to students and analyzed the effectiveness of class. The results of this study were as follows: Fitst, SW education significantly improved computational thinking and creative problem solving ability. Second, computational thinking improve significantly in high and low initial score group and creative problem solving improve significantly in low initial score group. However, creative problem solving ability did not improve significantly in high initial score group. Third, computational thinking improve significantly in all majors and creative problem solving improve significantly in college of natural science. However, creative problem solving ability did not improve significantly in college of humanities and social science. In examining the effects on students' computational thinking and creative problem-solving abilities and verify differences by pre-test and major, this study provides significance in expanding the understanding about the nature liberal SW education.

Teachers' Recognition and Teaching Strategies for the Behavioral Problems of Young Children according to Their Demographic Characteristics and Ego-resiliency (유아교사의 사회 인구학적 요인 및 자아탄력성 수준에 따른 유아 문제행동 인식과 지도전략)

  • Jung, Ho Kyung;Lee, Si Ja
    • Korean Journal of Childcare and Education
    • /
    • v.10 no.6
    • /
    • pp.347-368
    • /
    • 2014
  • The purpose of this study was to examine whether there was a difference in the recognition and teaching strategies for the young child's behavioral problems according to teachers' socio-demographic variables and ego-resiliency level by analyzing survey responses from 238 teachers of 3, 4, and 5-year-old children. This study found that the group of teachers with the education level of junior college graduation or higher showed higher degree of recognition of children's behavioral problems than the group of teachers with a lower level of education. And the group of teachers at kindergartens showed a higher degree of recognition of children's behavioral problems than the group of teachers at day care centers. Regarding the difference according to the level of ego-resiliency, the group of higher ego-resiliency showed higher degree of recognition of children's behavioral problems than the group of lower ego-resiliency. In terms of teachers' teaching strategies for the behavioral problems, differences were recognized at sub-categories. To explain, differences were recognized in accordance with the teachers' age and career as well as their education level and work place; the higher the teachers' age, career, and education the more often they used the positive prevention strategy I. And teachers at kindergartens resorted to the negative response strategies more often than those at day care centers. Finally, the teaching strategies for the behavioral problems according to the teachers' ego-resiliency, group differences were seen in all the sub categories. The result of this study suggested that the need to develop and apply such programs for pre-service teachers and for teacher reeducation reflect those variables.

Development and Application of a Collaborative-Reflection Instructional Model by using Meta-Cognition in Computer Skill Education (컴퓨터 기능 교육에서 초인지를 이용한 협력적 성찰 수업모형의 개발 및 적용)

  • Kim, Kap-Su;Lee, Mi-Sook
    • Journal of The Korean Association of Information Education
    • /
    • v.9 no.2
    • /
    • pp.339-348
    • /
    • 2005
  • The trend of the computer education is shifting from problem-solving in the real world and using functions for it to behavioristic perspectives which encourage people to acquire the functions simply according to the applying programs of well-known companies. Thus, this research studies the computer instructional model which emphasizes the basic computer education and connections to the real world at the same time. In the constructivistic perspectives, this model emphasizes the learners activities, their using of meta-cognitive strategies to reflect their level of the lesson and collaborative-reflective learning of problem-solving. The research applied in the real computer skill education and according to the result of the research, I could find the experimental group got high level of learning achievement and this benefits to the high level group rather than low and middle group.

  • PDF