RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 딥러닝 기반 실내 지구자기장 이용 초정밀 실내 측위 기술

        최린 한국통신학회 2020 정보와 통신 Vol.37 No.12

        본고에서는 딥러닝의 순환신경망 (Recurrent Neural Networks) 기술을 사용하여 실내 지구자기장의 분포 패턴을 기계 학습함으로써 스마트폰의 자기장 센서값을 입력으로 실내의 위치를 추정하는 새로운 실내 측위 기술을 소개한다. 지구자기장 기반의 실내 측위 기술은 지구자기장이라는 자연 신호를 사용하기 때문에 전파 기반 기술에 대비하여 AP나 비콘과 같은 신호 발생장치의 설치를 위한 전기 공사나 배터리 문제가 없으므로 훨씬 경제적이고 이른 시간에 실내 측위 시스템을 구축할 수 있는 장점이 있다. 현재 고려대학교 내에서 가장 규모가 큰 건물인 SK미래관, 안암병원 등에서 테스트베드를 구축하였고 현재의 측위 오차는 KOLAS 인증 시험성적서 기준으로 73cm이다.

      • KCI등재

        알츠하이머병 환자의 전반적 피질 위축, 내측두엽 위축, 백질 고강도 신호와 인지기능의 연관성

        최린,주수현,이창욱,백인호,Choi, Leen,Joo, Soo-Hyun,Lee, Chang-Uk,Paik, In-Ho 대한생물정신의학회 2015 생물정신의학 Vol.22 No.3

        Objectives The aim of this study is to investigate the correlation between degenerative changes in brain [i.e., global cortical atrophy (GCA), medial temporal atrophy (MTA), white matter hyperintensities (WMH)] and neurocognitive dysfunction in Korean patients with Alzheimer's disease. Methods A total of 62 elderly subjects diagnosed with Alzheimer's disease were included in this study. The degenerative changes in brain MRI were rated with standardized visual rating scales (GCA or global cortical atrophy, MTA or medial temporal atrophy, and Fazekas scales) and the subjects were divided into two groups according to the degree of degeneration for each scale. Cognitive function was evaluated with Korean version of the Consortium to Establish a Registry for Alzheimer's Disease (CERAD-K) and several clinical features, including apolipoprotein E ${\varepsilon}4$ status, lipid profile and thyroid hormones, were also examined. Chi-square test and Fisher's exact test were performed to analyze the relationship between the degree of cerebral degeneration and neurocognitive functions. Results Demographic and clinical features, except for the age, did not show any significant difference between the two groups divided according to the degree of cerebral degenerative changes. However, higher degree of GCA was shown to be associated with poorer performance in verbal fluency test, word list recall test, and word list recognition test. Higher degree of MTA was shown to be associated with poorer performance in Mini-Mental State Examination in the Korean Version of CERAD Assessment Packet (MMSE-KC), word list recognition test and construction praxis recall test. Higher degree of white matter hyperintensities was shown to be associated with poorer performance in MMSE-KC. Conclusions Our results suggest that severe brain degeneration shown in MRI is associated with significantly poorer performance in neurocognitive tests in patients with Alzheimer's disease. Moreover, the degree of GCA, MTA and white matter hyperintensities, represented by scores from different visual rating scales, seems to affect certain neurocognitive domains each, which would provide useful information in clinical settings.

      • KCI등재

        버퍼 오버플로우 공격에 대한 마이크로구조적 방어 및 복구 기법

        최린,신용,이상훈 한국정보과학회 2006 정보과학회논문지 : 시스템 및 이론 Vol.33 No.3

        The buffer overflow attack is the single most dominant and lethal form of security exploits as evidenced by recent worm outbreaks such as Code Red and SQL Slammer. In this paper, we propose microarchitectural techniques that can detect and recover from such malicious code attacks. The idea is that the buffer overflow attacks usually exhibit abnormal behaviors in the system. This kind of unusual signs can be easily detected by checking the safety of memory references at runtime, avoiding the potential data or control corruptions made by such attacks. Both the hardware cost and the performance penalty of enforcing the safety guards are negligible. In addition, we propose a more aggressive technique called corruption recovery buffer (CRB), which can further increase the level of security. Combined with the safety guards, the CRB can be used to save suspicious writes made by an attack and can restore the original architecture state before the attack. By performing detailed execution-driven simulations on the programs selected from SPEC CPU2000 benchmark, we1. 서 론1988년 Morris 웜의 출현 이후로, 인터넷의 급속한 성장과 함께 인터넷 상에서의 악성 코드 공격들은 양적인 면뿐만 아니라 그 종류도 증가하였다. 그림 1은 1988년 이후 발생한 보안 사고에 대한 CERT의 통계자료이다[1]. 그림에서 볼 수 있는 바와 같이, y축은 로그 스케일로 그려져 있는데 이는 그 수가 1988-2003년 사이에 기하급수적으로 늘어나고 있음을 의미한다. 이러한 악성 코드 공격들은 ‘취약점’이라고 불리는 프로그램 내의 결함을 통해 이루어지며, 이를 이용해 공격자들은 불법적인 접근 권한을 얻어 임의의 코드를 삽입하거나, 또는 서비스 거부 상태와 같은 불안정한 행위들을 유발하게 된다. 또한 그림 1은 매년 보고되는 취약점들의 수를 보여주고 있는데, 이 역시 빠른 증가 추세를 보이고 있다.evaluate the effectiveness of the proposed microarchitectural techniques. Experimental data shows that enforcing a single safety guard can reduce the number of system failures substantially by protecting the stack against return address corruptions made by the attacks. Furthermore, a small 1KB CRB can nullify additional data corruptions made by stack smashing attacks with only less than 2% performance penalty. 버퍼 오버플로우 공격은 Code Red나 SQL Slammer와 같은 최근의 웜의 발발에서 알 수 있는 것과 같이 가장 강력하고 치명적인 형태의 악성 코드 공격이다. 버퍼 오버플로우 공격은 일반적으로 시스템에 비정상적인 증상들을 유발한다. 버퍼 오버플로우 공격에 대한 기존의 대처방안들은 심각한 성능 저하를 초래하거나, 다양한 형태의 버퍼 오버플로우 공격을 모두 방지하지 못했으며, 특히 일반적으로 사용되는 소프트웨어 패치를 사용하는 방법은 버퍼 오버플로우 웜의 확산을 효과적으로 차단하지 못한다. 이러한 문제를 해결하고자 본 논문에서는 적은 하드웨어 비용과 성능 저하만으로 거의 모든 악성 코드 공격을 탐지하고 피해를 복구할 수 있도록 하는 복귀 주소 포인터 스택 (Return Address Pointer Stack: RAPS) 과 변조 복구 버퍼 (Corruption Recovery Buffer: CRB)라는 마이크로 구조 기술들을 제안한다. 버퍼 오버플로우 공격으로 인한 비정상적인 증상들은 RAPS를 통해 프로세스 실행 중 메모리 참조의 안전성을 점검함으로써 쉽게 탐지될 수 있으며, 이는 그러한 공격들에 의한 잠재적인 데이타 혹은 제어 변조를 피하는 것을 가능하게 한다. 안전 점검 장치의 사용으로 인한 하드웨어 비용과 성능 손실은 거의 발생하지 않는다. 또한, RAPS에 비해 더욱 강도 높은 방법인 CRB를 이용하여 보안 수준을 더욱 향상시킬 수 있다. 변조 복구 버퍼는 안전 점검 장치와 결합되어 버퍼 오버플로우 공격에 의해 발생했을 가능성이 있는 의심스러운 쓰기들을 저장함으로써 공격이 탐지되는 경우 메모리의 상태를 공격 이전의 상태로 복구시킬 수 있다. SPEC CPU2000 벤치마크 중에서 선정한 프로그램들에 대해 상세한 시뮬레이션을 수행함으로써, 제안된 마이크로구조 기술들의 효율성을 평가할 수 있다. 실험 결과는 안전 점검 장치를 사용하여 공격으로 인한 복귀 주소 변조로부터 스택 영역을 방어하는 것이 시스템의 이상 증상들을 상당 부분 감소시킬 수 있다는 것을 보여준다. 또한, 1KB 크기의 작은 변조 복구 버퍼를 안전 점검 장치와 함께 사용할 경우 스택 스매싱 공격으로 인해 발생하는 추가적인 데이타 변조들까지 막아낼 수가 있는데, 이로 인한 성능 저하는 2% 미만에 불과하다.

      • KCI등재

        그로테스크의 양면성을 적용한 패션디자인 개발

        최린,김승현 한국패션디자인학회 2024 한국패션디자인학회지 Vol.24 No.4

        현대의 미의 개념은 점차 확장되고 있으며, 패션 분야에서 또한 다양한 미적 가치가 추구되고 있다. 그중 에서도 그로테스크 패션은 특유의 독특함과 강렬함으로 주목받고 있다. 본 연구는 그로테스크의 양면성을 패션디자인에 적용하는 데 목적이 있다. 이를 위해 문헌 연구를 통해 그로테스크의 개념과 특성을 고찰하였 으며, 패션에 나타난 그로테스크의 특성을 도출하였다. 도출된 그로테스크 패션의 특성을 바탕으로 사례 연 구를 진행하여 그로테스크 패션의 조형적 표현 요소를 도출하였다. 여러 학자가 설명한 그로테스크의 양면성 을 바탕으로 공포성과 유희성을 채택하였고, 두 특성의 표현 요소를 적용한 작품을 계획 및 개발하였다. 총 4벌의 패션디자인 작품을 제작하였으며, 후드 보디슈트, 코르셋, 뷔스티에 등의 다양한 아이템으로 구성되었 다. 디자인은 사회적 압박과 미래에 대한 불안 속에서 순수했던 어린 시절로 돌아가고자 하는 인간의 내면적 갈망을 주제로 전개되었다. 본 연구는 그로테스크의 양면성을 적용한 패션디자인 개발을 통해 그로테스크 패션의 새로운 디자인 방법을 모색한 것에 의의를 갖는다. The concept of beauty in modern times has been gradually expanding, and various aesthetic values are also being pursued in the field of fashion. In particular, grotesque fashion is gaining attention for its uniqueness and intensity. The purpose of this study is to apply the duality of the grotesque to fashion design. To this end, a literature review was conducted to examine the concept and characteristics of the grotesque, and the characteristics of the grotesque in fashion were identified. Based on these characteristics above, a case study was carried out to derive the formal expressive elements of grotesque fashion. Based on the duality of the grotesque described by various scholars, the concepts of fearfulness and playfulness were adopted, and works incorporating these elements were planned and developed. Four fashion design pieces were created, including items like hooded bodysuits, corsets, and bustiers. The designs focused on the theme of a deep inner desire to return to the innocence of childhood amidst social pressure and anxiety about the future. This study is significant in that it explored new design approaches for grotesque fashion by applying the duality of the grotesque to fashion design.

      • KCI등재

        An Effective Solution to Overcome the Restriction of SACK Blocks' Number in TCP SACK

        최린,홍충선,Lin, Cui,Hong, Choong-Seon Korea Information Processing Society 2005 정보처리학회논문지 C : 정보통신,정보보안 Vol.12 No.7

        TCP SACK은 sink의 순차적인 필드 상태를 나타내는 유일한 메커니즘이며, 여러 가지 변형된 TCP들은 최적의 성능을 위해서 SACK 메커니즘을 적용할 수 있다. RFC 2018에서 SACK 옵션은 수신자 측에 쌓여진 데이터 큐 각각의 연속된 블록으로 2개의 32비트로 정의되어 있다. TCP 옵션 필드는 최대 40바이트 길이를 가지기 때문에 에러가 발생하였을 때, TCP 수신자 큐에 있는 모든 데이터 블록들을 알려줄 수 있는 사용 가능한 옵션 공간이 충분하지 않으며, TCP 송신자가 TCP sink에 의해서 수신된 패킷들을 불필요하게 재 전송하게 된다. 이러한 문제들을 해결하기 위해서 본 논문에서는 TCP SACK의 성능을 향상시키고 불필요한 재전송을 제거하기 위해서 "one-byte offset based SACK mechanism" 이라는 새로운 방식을 제시한다. 제안된 방식의 분석과 시뮬레이션 결과 제안된 방식은 최소한의 바이트를 사용하기 때문에 다른 메커니즘들보다 오버헤드를 줄였고, 유무선 통합 환경에서 에러율이 적은 효율적인 메커니즘임을 입증하였다. TCP SACK is the unique mechanism to reflect the situation of sink's sequence space, some TCP variants and proposals can perform in conjunction with SACK mechanism for achieving optimal performance. By definition of RFC 2018, however, each contiguous block of data queued at the data receiver is defined in the SACK option by two 32-bit unsigned integers in network byte order. Since TCP Options field has a 40-byte maximum length, when error bursts now, we note that the available option space may not be sufficient to report all blocks present in the receiver's queue and lead to unnecessarily force the TCP sender to retransmit Packets that have actually been received by TCP sink. For overcoming this restriction, in this thesis, a new solution named 'one-byte offset based SACK mechanism' is designed to further improve the performance or TCP SACK and prevent those unwanted retransmissions. The results or both theory analysis and simulation also show that his proposed scheme operates simply and more effectively than the other existing schemes by means of the least bytes and most robust mechanism to the high packet error rates often seen in networks environment.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼