RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 원문제공처
          펼치기
        • 등재정보
          펼치기
        • 학술지명
          펼치기
        • 주제분류
          펼치기
        • 발행연도
          펼치기
        • 작성언어
        • 저자
          펼치기

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 딥러닝과 영상처리 기법을 사용한 통합 지능형 주차 관제 시스템 개발

        이영지(Young-Ji Lee),이희열(Hee-Yeol Lee),고태영(Tae-Young Ko),곽동훈(Dong-Hoon Kwak),김재형(Jae-Hyung Kim),김주호(Joo-Ho Kim),오승진(Seung-Jin Oh),이승호(Seung-Ho Lee) 대한전자공학회 2019 대한전자공학회 학술대회 Vol.2019 No.11

        In this paper, we propose the development of an integrated intelligent parking control system using a 360° camera that has overcome the shortcomings of the existing parking control system. The system proposed in this paper consists of six items as follows. First, license plate recognition software when entering the vehicle, second, real-time parking space identification software using 360° image, third, real-time precision parking guidance software based on deep learning vehicle motion recognition, fourth, multi-license-plate recognition software using 360° image, fifth, real-time parking position identification software using 360° image, sixth, database server etc. Performance evaluation results were high in both recognition rate and time spent, and efficiency was confirmed.

      • EJB에서의 멀티 쓰레드 디자인

        이영지(Young-Ji Lee),김태윤(Tae-Yoon Kim) 한국정보과학회 2001 한국정보과학회 학술발표논문집 Vol.28 No.2Ⅲ

        EJB는 Sun사에서 발표한 분산 객체 구조에 맞는 서버쪽 컴포넌트 아키텍쳐이다. EJB를 사용하면 다중네트워크 환경에서 애플리케이션의 디자인과 개발, 배포가 쉬워진다. 개발자는 하부 사항에 대해 신경쓰지 않고 상위 레벨에서 애플리케이션을 설계할 수 있다. EJB 1.I 명세서는 그러한 내용을 나타내고 있는 명세서이다. 하지만 이 명세에서는 멀티 스레드를 허용하지 않는다. 멀티 스레드는 프로그래밍에서 상당히 유용한 것으로 멀티 스레드를 사용하면 다른 오브젝트에 영향을 주지 않으면서 작업을 수행할 수 있는 등 여러 가지 이점이 많다. 본 논문에서는 이러한 이점을 살려서 명세서에 따르면서 멀티 스레드를 생성하는 방법에 대해 알아보고자 한다. 본 논문에서 제시하는 방법은 3가지이고 각각 장단점이 따른다.

      • KCI등재

        IPSec에서 안전한 IV 전송을 위한 메커니즘

        이영지(Young-Ji Lee),박남섭(Nam-Sup Park),김태윤(Tai-Yun Kim) 한국정보과학회 2002 정보과학회논문지 : 정보통신 Vol.29 No.2

        IPSec은 공용 네트워크 상에서 암호화와 인증, 무결성을 제공하기 위해 사용되는 프로토콜이다. IPSec에서는 전송되는 패킷에 암호화와 인증, 무결성을 추가해 전달하기 위해 ESP 프로토콜을 사용한다. ESP는 패킷 암호화를 위해 DES-CBC 알고리즘을 이용하는데 이 모드에서는 ESP 데이타를 암호화 하기 위한 초기 값으로 IV(Initialization Vector)가 사용된다. 이 값은 수신 측의 패킷 복호화를 위해 공개적으로 전달되므로 중간에 공격자에 의해 공격당할 위험이 많다. IV의 값이 조금이라도 변경되면 ESP의 모든 데이타의 복호화가 이루어지지 않고 상위 레벨의 정보가 변경되는 등 심각한 문제가 발생한다. 이것은 보안을 목적으로 하는 IPSec에서는 치명적인 약점이 될 수 있다. 따라서 본 논문에서는 IV를 안전하게 전송하기 위한 새로운 알고리즘을 제시한다. 이 방법은 DES-ECB 알고리즘을 이용하여 IV 값을 암호화하여 IV 공격을 방어하고 메시지 인증 함수를 추가 적용하여 ESP 전체 데이타의 무결성 체크도 가능하게 한다. 제안된 알고리즘으로 IV와 데이타에 대한 공격을 방어하고 안전한 전송을 보장한다. IPSec is a protocol which provides data encryption, message authentication and data integrity on public and open network transmission. In IPSec, ESP protocol is used when it needs to provide data encryption, authentication and integrity in real transmission packets. ESP protocol uses DES-CBC encryption mode when sender encrypts packets and receiver decrypts data through this mode IV is used at that time. This value has many risks of attack during transmission by attacker because it is transferred clean and opened. If IV value is modified, then decryption of ESP data is impossible and higher level information is changed. In this paper we propose a new algorithm that it encrypts IV values using DES-ECB mode for preventing IV attack and checks integrity of whole ESP data using message authentication function. Therefore, we will protect attacks of IV and data, and guarantee more safe transmission on the public network.

      • IV 해쉬를 통한 IV 공격 방어

        이영지(Lee young-ji),김태윤(Kim tai-yun) 한국정보과학회 2001 한국정보과학회 학술발표논문집 Vol.28 No.1A

        IPSec(IP Security)은 데이터가 공개적으로 전송되는 네트워크에서 데이터에 암호화와 인증, 무결성을 제공하기 위해 사용되는 프로토콜이다. IPSec 안에는 여러 프로토콜이 있는데, 그 중에 실제 패킷에 암호화와 인증, 무결성을 추가해 전달하기 위해서는 ESP(Encapsulation Security Payload)라는 프로토콜이 사용된다. 이 ESP는 패킷을 암호화하기 위해 DES-CBC 모드를 사용하는데, 여기에서 IV(Initialization Vector)값이 쓰인다. 이 값은 패킷 복호화를 하기 위해 공개적으로 전달이 되기 때문에 중간에 공격자에 의해 공격 당할 위험이 많다. 본 논문에서는 IV 공격을 방지하기 위해 IV 의 값을 해쉬 함수를 통해 한번 해슁을 한 다음에, IV 값을 안전하게 전달하는 방법을 제시하고자 한다.

      • KCI등재

        일체형 방사선 피폭 방호 소방관 인명구조 경보기의 임베디드 보드 개발

        이영지(Young-Ji Lee),이주현(Joo-Hyun Lee),이승호(Seung-Ho Lee) 한국전기전자학회 2019 전기전자학회논문지 Vol.23 No.4

        본 논문에서는 위치추적과 방사선 측정이 가능한 일체형 방사선 피폭 방호 소방관 인명구조 경보기를 위한 임베디드 보드 개발을 제안한다. 제안하는 방사선 피폭 방호 소방관 인명구조 경보기의 임베디드 보드는 신호 처리부, 통신부, 전원부, 메인 제어부 등으로 구성된다. 신호 처리부에서는 차폐설계, 노이즈 저감 기술 및 전자파 차감 기술 등을 적용한다. 통신부에서는 WiFi 방식을 사용하여 통신하도록 설계한다. 메인 제어부에서는 전력 소모를 최소한으로 줄이고 작고 밀도가 높으면서도 낮은 발열성을 통하여 높은 고성능 시스템을 구성한다. 일체형 방사선 피폭 방호 소방관 인명구조 경보기를 위한 임베디드 보드는 재난 및 화재현장 등 열악한 환경에 노출되어 운영하는 장비이므로 방수와 내열성을 고려한 외형도 설계 및 제작을 한다. 제안된 일체형 방사선 피폭 방호 소방관 인명구조 경보기를 위한 임베디드 보드의 효율을 판단하기 위하여 공인시험기관에서 실험하였다. 방수 등급은 소방관용 장비의 특성 상 재해 현장에서 물에 의한 침수 시에도 안정적인 성능을 유지할 수 있는 IP67등급을 달성하였다, 동작 온도는 재해현장에서의 폭넓은 환경변화에 대응할 수 있는 -10℃~50℃의 범위에서 측정이 되었다. 배터리 수명은 붕괴사고 등의 비상 재난 상황에 대처할 수 있는 1회 충전 후 144시간 사용 가능함이 측정되었다. PCB를 포함한 최대 통신 거리는 재난 상황 시 지휘통제 차량과의 직선거리에서 기존의 50m보다 넓은 범위인 54.2m에서 작동하는 것이 측정되었다. 따라서 일체형 방사선 피폭 방호 소방관 인명구조 경보기를 위한 임베디드 보드의 그 효용성이 입증되었다. In this paper, we propose the development of embedded board for integrated radiation exposure protection fireman’s life-saving alarm capable of location tracking and radiation measurement. The proposed techniques consist of signal processing unit, communication unit, power unit, main control unit. Signal processing units apply shielding design, noise reduction technology and electromagnetic wave subtraction technology. The communication unit is designed to communicate using the wifi method. In the main control unit, power consumption is reduced to a minimum, and a high performance system is formed through small, high density and low heat generation. The proposed techniques are equipment operated by exposure to poor conditions, such as disaster and fire sites, so they are designed and manufactured for external appearance considering waterproof and thermal endurance. The proposed techniques were tested by an authorized testing agency to determine the effectiveness of embedded board. The waterproof grade has achieved the IP67 rating, which can maintain stable performance even when flooded with water at the disaster site due to the nature of the fireman"s equipment. The operating temperature was measured in the range of -10°C to 50°C to cope with a wide range of environmental changes at the disaster site. The battery life was measured to be available 144 hours after a single charge to cope with emergency disasters such as a collapse accident. The maximum communication distance, including the PCB, was measured to operate at 54.2 meters, a range wider than the existing 50 meters, at a straight line with the command-and-control vehicle in the event of a disaster. Therefore, the effectiveness of embedded board for embedded board for integrated radiation exposure protection fireman’s life-saving alarm has been demonstrated.

      • KCI우수등재

        인공지능 기반의 미생물 균총과 질병과의 연관성 예측을 위한 Data Augmentation 방법론

        이영지(Young-Ji Lee),박준형(Jun-hyung Park),정호용(Ho-yong Chung),김광민(Kwang-min Kim),이승호(Seung-Ho Lee) 대한전자공학회 2021 전자공학회논문지 Vol.58 No.3

        제공된 미생물 균총 데이터를 기반으로 Data Augmentation 방법론인 Jittering, Scaling, Permutation, Magnitude Warping 등을 수행하여 확장된 학습 데이터를 구축하여 딥러닝의 성능을 높여준다. 실험결과, Jittering에 의한 Data Augmentation 방법이 learning dataset과 test dataset에 대하여 가장 높은 질병 예측 정확도를 나타내었다. 본 논문에서 제안된 Data Augmentation 방법론을 사용하면, 인공지능 기반의 미생물 균총과 질병과의 연관성 예측에 유용하게 적용될 수 있다. In this paper, we propose a data augmentation methodology for predicting the association of microbiome community and diseases based on artificial intelligence. Based on the microbiome community data provided, Jittering, Scaling, Permutation, Magnitude Warning, etc. are performed and expanded learning data are built to enhance the performance of deep learning. As a result of the experiment, the data augmentation methodology by Jittering showed the highest disease prediction accuracy accuracy for the learning sets and test sets. Using the proposed data augmentation methodology in this paper, it can be useful in predicting the association of microbiome community and diseases based on artificial intelligence.

      • KCI등재
      • 인공지능 기반의 미생물 균총과 질병과의 연관성 예측을 위한 Data Augmentation 방법론

        이영지(Young-Ji Lee),박준형(Jun-hyung Park),정호용(Ho-yong Chung),김광민(Kwang-min Kim),이승호(Seung-Ho Lee) 대한전자공학회 2020 대한전자공학회 학술대회 Vol.2020 No.8

        In this paper, we propose a data augmentation methodology for predicting the association of microbiome community and diseases based on artificial intelligence. Based on the microbiome community data provided, Jittering, Scaling, Permutation, Magnitude Warning, etc. are performed and expanded learning data are built to enhance the performance of deep learning. As a result of the experiment, the data augmentation methodology by Jittering showed the highest accuracy for the learning sets and test sets. Using the proposed data augmentation methodology in this paper, it can be useful in predicting the association of microbiome community and diseases based on artificial intelligence.

      • KCI등재

        국외 한국어 교사의 온라인 수업 교사효능감에 대한 질적 연구

        영지 ( Park Young-ji ),이선영 ( Lee Sun-young ) 우리어문학회 2022 우리어문연구 Vol.74 No.-

        교사효능감이란 교사가 그들의 학습자들에게 영향을 미칠 수 있다고 믿는 교사 개인의 신념을 가리킨다. 본 연구에서는 COVID-19 이후에 국외 한국어 교사들이 온라인 수업을 운영하면서 느낀 효능감을 파악하는 데에 목적이 있다. 이를 위해서 연구자들은 7명의 아시아, 미주, 유럽 지역의 한글학교 및 세종학당 등에서 근무하고 있는 한국어 교사를 섭외하여 인터뷰를 진행하였다. 인터뷰의 질문은 ‘교수 전략 효능감, 교실 운영 효능감, 학생 참여 효능감, 평가효능감, 의사결정 참여 효능감, 사회 문화적 효능감’의 여섯 개의 범주로 구성되었다. 본 연구에서는 인터뷰 결과를 바탕으로, 국외 한국어 교사들이 온라인 수업을 계획, 운영하는 데에 있어 교사효능감을 높이기 위한 재교육 연구 및 정책의 방향을 제안하였다. Teacher efficacy is the belief of teachers in their ability to positively influence their students. The purpose of this study is to understand the teacher efficacy felt by Korean teachers overseas while running online classes after COVID-19 emerged. For this purpose, the researchers for this study interviewed seven Korean language teachers working in Korean language schools and King Sejong Institutes in Asia, the Americas, and Europe. The interview questions were divided into six categories: Efficacy for instructional Strategies, Efficacy for classroom management, Efficacy for student engagement, Efficacy for evaluation, Efficacy to influence decision making, and Sociocultural selfefficacy. Based on the interview results, this study suggested a possible direction for re-education research and policy to increase teacher efficacy in the planning and running of online classes by Korean teachers overseas.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼