• 제목/요약/키워드: Approaches to Learning

검색결과 968건 처리시간 0.025초

딥러닝에 의한 라이다 반사강도로부터 엄밀정사영상 생성 (True Orthoimage Generation from LiDAR Intensity Using Deep Learning)

  • 신영하;형성웅;이동천
    • 한국측량학회지
    • /
    • 제38권4호
    • /
    • pp.363-373
    • /
    • 2020
  • 정사영상 생성을 위한 많은 연구들이 진행되어 왔다. 기존의 방법은 정사영상을 제작할 경우, 폐색지역을 탐지하고 복원하기 위해 항공영상의 외부표정요소와 정밀 3D 객체 모델링 데이터가 필요하며, 일련의 복잡한 과정을 자동화하는 것은 어렵다. 본 논문에서는 기존의 방법에서 탈피하여 딥러닝(DL)을 이용하여 엄밀정사영상을 제작하는 새로운 방법을 제안하였다. 딥러닝은 여러 분야에서 더욱 급속하게 활용되고 있으며, 최근 생성적 적대 신경망(GAN)은 영상처리 및 컴퓨터비전 분야에서 많은 관심의 대상이다. GAN을 구성하는 생성망은 실제 영상과 유사한 결과가 생성되도록 학습을 수행하고, 판별망은 생성망의 결과가 실제 영상으로 판단될 때까지 반복적으로 수행한다. 본 논문에서 독일 사진측량, 원격탐사 및 공간정보학회(DGPF)가 구축하고 국제 사진측량 및 원격탐사학회(ISPRS)가 제공하는 데이터 셋 중에서 라이다 반사강도 데이터와 적외선 정사영상을 GAN기반의 Pix2Pix 모델 학습에 사용하여 엄밀정사영상을 생성하는 두 가지 방법을 제안하였다. 첫 번째 방법은 라이다 반사강도영상을 입력하고 고해상도의 정사영상을 목적영상으로 사용하여 학습하는 방식이고, 두 번째 방법에서도 입력영상은 첫 번째 방법과 같이 라이다 반사강도영상이지만 목적영상은 라이다 점군집 데이터에 칼라를 지정한 저해상도의 영상을 이용하여 재귀적으로 학습하여 점진적으로 화질을 개선하는 방법이다. 두 가지 방법으로 생성된 정사영상을 FID(Fréchet Inception Distance)를 이용하여 정량적 수치로 비교하면 큰 차이는 없었지만, 입력영상과 목적영상의 품질이 유사할수록, 학습 수행 시 epoch를 증가시키면 우수한 결과를 얻을 수 있었다. 본 논문은 딥러닝으로 엄밀정사영상 생성 가능성을 확인하기 위한 초기단계의 실험적 연구로서 향후 보완 및 개선할 사항을 파악할 수 있었다.

키워드 자동 생성에 대한 새로운 접근법: 역 벡터공간모델을 이용한 키워드 할당 방법 (A New Approach to Automatic Keyword Generation Using Inverse Vector Space Model)

  • 조원진;노상규;윤지영;박진수
    • Asia pacific journal of information systems
    • /
    • 제21권1호
    • /
    • pp.103-122
    • /
    • 2011
  • Recently, numerous documents have been made available electronically. Internet search engines and digital libraries commonly return query results containing hundreds or even thousands of documents. In this situation, it is virtually impossible for users to examine complete documents to determine whether they might be useful for them. For this reason, some on-line documents are accompanied by a list of keywords specified by the authors in an effort to guide the users by facilitating the filtering process. In this way, a set of keywords is often considered a condensed version of the whole document and therefore plays an important role for document retrieval, Web page retrieval, document clustering, summarization, text mining, and so on. Since many academic journals ask the authors to provide a list of five or six keywords on the first page of an article, keywords are most familiar in the context of journal articles. However, many other types of documents could not benefit from the use of keywords, including Web pages, email messages, news reports, magazine articles, and business papers. Although the potential benefit is large, the implementation itself is the obstacle; manually assigning keywords to all documents is a daunting task, or even impractical in that it is extremely tedious and time-consuming requiring a certain level of domain knowledge. Therefore, it is highly desirable to automate the keyword generation process. There are mainly two approaches to achieving this aim: keyword assignment approach and keyword extraction approach. Both approaches use machine learning methods and require, for training purposes, a set of documents with keywords already attached. In the former approach, there is a given set of vocabulary, and the aim is to match them to the texts. In other words, the keywords assignment approach seeks to select the words from a controlled vocabulary that best describes a document. Although this approach is domain dependent and is not easy to transfer and expand, it can generate implicit keywords that do not appear in a document. On the other hand, in the latter approach, the aim is to extract keywords with respect to their relevance in the text without prior vocabulary. In this approach, automatic keyword generation is treated as a classification task, and keywords are commonly extracted based on supervised learning techniques. Thus, keyword extraction algorithms classify candidate keywords in a document into positive or negative examples. Several systems such as Extractor and Kea were developed using keyword extraction approach. Most indicative words in a document are selected as keywords for that document and as a result, keywords extraction is limited to terms that appear in the document. Therefore, keywords extraction cannot generate implicit keywords that are not included in a document. According to the experiment results of Turney, about 64% to 90% of keywords assigned by the authors can be found in the full text of an article. Inversely, it also means that 10% to 36% of the keywords assigned by the authors do not appear in the article, which cannot be generated through keyword extraction algorithms. Our preliminary experiment result also shows that 37% of keywords assigned by the authors are not included in the full text. This is the reason why we have decided to adopt the keyword assignment approach. In this paper, we propose a new approach for automatic keyword assignment namely IVSM(Inverse Vector Space Model). The model is based on a vector space model. which is a conventional information retrieval model that represents documents and queries by vectors in a multidimensional space. IVSM generates an appropriate keyword set for a specific document by measuring the distance between the document and the keyword sets. The keyword assignment process of IVSM is as follows: (1) calculating the vector length of each keyword set based on each keyword weight; (2) preprocessing and parsing a target document that does not have keywords; (3) calculating the vector length of the target document based on the term frequency; (4) measuring the cosine similarity between each keyword set and the target document; and (5) generating keywords that have high similarity scores. Two keyword generation systems were implemented applying IVSM: IVSM system for Web-based community service and stand-alone IVSM system. Firstly, the IVSM system is implemented in a community service for sharing knowledge and opinions on current trends such as fashion, movies, social problems, and health information. The stand-alone IVSM system is dedicated to generating keywords for academic papers, and, indeed, it has been tested through a number of academic papers including those published by the Korean Association of Shipping and Logistics, the Korea Research Academy of Distribution Information, the Korea Logistics Society, the Korea Logistics Research Association, and the Korea Port Economic Association. We measured the performance of IVSM by the number of matches between the IVSM-generated keywords and the author-assigned keywords. According to our experiment, the precisions of IVSM applied to Web-based community service and academic journals were 0.75 and 0.71, respectively. The performance of both systems is much better than that of baseline systems that generate keywords based on simple probability. Also, IVSM shows comparable performance to Extractor that is a representative system of keyword extraction approach developed by Turney. As electronic documents increase, we expect that IVSM proposed in this paper can be applied to many electronic documents in Web-based community and digital library.

입력변수 및 학습사례 선정을 동시에 최적화하는 GA-MSVM 기반 주가지수 추세 예측 모형에 관한 연구 (A Study on the Prediction Model of Stock Price Index Trend based on GA-MSVM that Simultaneously Optimizes Feature and Instance Selection)

  • 이종식;안현철
    • 지능정보연구
    • /
    • 제23권4호
    • /
    • pp.147-168
    • /
    • 2017
  • 오래 전부터 학계에서는 정확한 주식 시장의 예측에 대한 많은 연구가 진행되어 왔고 현재에도 다양한 기법을 응용한 예측모형들이 연구되고 있다. 특히 최근에는 딥러닝(Deep-Learning)을 포함한 다양한 기계학습기법(Machine Learning Methods)을 이용해 주가지수를 예측하려는 많은 시도들이 진행되고 있다. 전통적인 주식투자거래의 분석기법으로는 기본적 분석과 기술적 분석방법이 사용되지만 보다 단기적인 거래예측이나 통계학적, 수리적 기법을 응용하기에는 기술적 분석 방법이 보다 유용한 측면이 있다. 이러한 기술적 지표들을 이용하여 진행된 대부분의 연구는 미래시장의 (보통은 다음 거래일) 주가 등락을 이진분류-상승 또는 하락-하여 주가를 예측하는 모형을 연구한 것이다. 하지만 이러한 이진분류로는 추세를 예측하여 매매시그널을 파악하거나, 포트폴리오 리밸런싱(Portfolio Rebalancing)의 신호로 삼기에는 적합치 않은 측면이 많은 것 또한 사실이다. 이에 본 연구에서는 기존의 주가지수 예측방법인 이진 분류 (binary classification) 방법에서 주가지수 추세를 (상승추세, 박스권, 하락추세) 다분류 (multiple classification) 체계로 확장하여 주가지수 추세를 예측하고자 한다. 이러한 다 분류 문제 해결을 위해 기존에 사용하던 통계적 방법인 다항로지스틱 회귀분석(Multinomial Logistic Regression Analysis, MLOGIT)이나 다중판별분석(Multiple Discriminant Analysis, MDA) 또는 인공신경망(Artificial Neural Networks, ANN)과 같은 기법보다는 예측성과의 우수성이 입증된 다분류 Support Vector Machines(Multiclass SVM, MSVM)을 사용하고, 이 모델의 성능을 향상시키기 위한 래퍼(wrapper)로서 유전자 알고리즘(Genetic Algorithm)을 이용한 최적화 모델을 제안한다. 특히 GA-MSVM으로 명명된 본 연구의 제안 모형에서는 MSVM의 커널함수 매개변수, 그리고 최적의 입력변수 선택(feature selection) 뿐만이 아니라 학습사례 선택(instance selection)까지 최적화하여 모델의 성능을 극대화 하도록 설계하였다. 제안 모형의 성능을 검증하기 위해 국내주식시장의 실제 데이터를 적용해본 결과 ANN이나 CBR, MLOGIT, MDA와 같은 기존 데이터마이닝 기법들이나 인공지능 알고리즘은 물론 현재까지 가장 우수한 예측 성과를 나타내는 것으로 알려져 있던 전통적인 다분류 SVM 보다도 제안 모형이 보다 우수한 예측성과를 보임을 확인할 수 있었다. 특히 주가지수 추세 예측에 있어서 학습사례의 선택이 매우 중요한 역할을 하는 것으로 확인 되었으며, 모델의 성능의 개선효과에 다른 요인보다 중요한 요소임을 확인할 수 있었다.

학령기 말더듬 아동 치료에 있어 그룹지도의 효과 (EFFECTS OF GROUP THERAPY ON SPEECH FLUENCY IN ELEMENTARY SCHOOL STUTTERING CHILDREN)

  • 신문자
    • Journal of the Korean Academy of Child and Adolescent Psychiatry
    • /
    • 제2권1호
    • /
    • pp.102-115
    • /
    • 1991
  • 본 연구에서는 이제까지의 말더듬에 대한 여러 이론들을 살피고 말더듬 치료의 임상 경험을 보고하고자 하였다. 말더듬의 원인이나 치료법에 관한 수많은 연구가 있어왔으나 아직도 이에 대한 한마디의 명확한 답을 내리기는 어렵다 다만 말더듬에 대한 이해를 점차 넓혀가고 있고, 보다 효과적인 치료에 접근하고 있다고 본다. 말더듬의 원인을 기질적 요인으로 보는 주장, 심리적 요인으로 보는 주장, 학습적 요인으로 보는 주장, 환경적 요인으로 보는 주장들이 있어왔다. 이에 따라 치료법도 다양한데 크게는 말더듬 수정법과 단계적 유창성 완성법으로 나누어진다. 본 연구자는 말더듬 치료에 각 아동이 갖을 수 있는 복합적 요인을 살피고 치료에서도 한가지를 고수하기 보다는 통합적으로 접근해야 한다는 입장을 취하였다. 이에 따라 대상이된 아동들의 문제는 다각적으로 살펴졌고 각 아동은 개별 언어 치료를 받고 이어서 그룹치료를 받았다. 그룹치료의 목표는 좀더 어려운 언어 상황으로까지 유창성을 높이고 유창성의 일반화를 유지하는 것이었다. 대상이된 세 아동은 모두 ‘읽기’ 그리고 ‘대화’, 상황에서 유창성을 높였고 전체 말더듬 행동에도 호전을 보였는데 그룹치료에서는 특히 ‘대화’에서 유창성을 높일 수 있었다. 말더듬의 각 요인들을 살필 수 있는 민감한 진단 도구의 개발과 말더듬 이론이 반영된 보다 진보적인 치료 프로그램의 개발이 계속되어야 함이 토의되었다.

  • PDF

행위기법을 중심으로 한 알코올의존 재발방지 프로그램 개발에 관한 연구 (A Study of a Relapse Prevention Program for Alcoholics focused on Action Methods)

  • 노인숙;김성재
    • 동서간호학연구지
    • /
    • 제10권1호
    • /
    • pp.27-40
    • /
    • 2004
  • Relapse is one of the most series problems in alcoholics treatment. Previous studies have shown that significant proportions of treated alcoholics show an early relapse and go through a chronic phase. It is necessity to find more effective relapse prevention program. The Purpose of this study was to develop a relapse prevention program that emphasis on group activities using various action methods. Previous studies revealed that there was no effective therapeutic strategy to prevent relapse and proposed that action methods were more practical ways to be able ti cope with high-risk situation than verbal methods such as discussions and lectures. The special attempt of this program was the application of various actions methods and the integration of many psychosocial therapeutic strategies as compared with many relapse prevention programs. The theoretical framework of this relapse prevention program was based on mainly the Marlatt's Relapse Prevention model and Prochescha and DiClemente's Transtheoretical model. This Program consists of eight structure sessions. Every session has three phase: Warm-up phase, action phase, and sharing phase as sociodrama structure. Sociodrama is based on many of the principles of adult learning. And sociodrama looks at how groups work through an understanding of systems and role theory. Therefore, in working with a group a therapist might explore with them the roles that people play, roles that are missing at present such a visionary and how people can develop new roles or new ways of playing existing roles. The researchers explained the purpose of this study to all participants after their agreement to participate. Voluntary informed consent was obtained from all participants. Every session allows participants to recognize personal specific high-risk situation and to examine possible coping behaviors creatively. Multiple solutions can be proposed, tested and evaluated dramatically, giving new insights or breakthroughs in thinking. This is vital for the initiation of change, and if appropriate, expanding new role development. The first two sessions aim at understanding of relapse process and recognize of high-risk situations focused on orientation about action methods. The next four sessions deal with high-risk situations. The last two sessions give participants opportunities to venture new life-styles. The methods and approaches used in this program utilized as a tool to explore and practice possible coping strategies. and this program can contribute to prevent relapse episode if tune with the particular high-risk situation by using active practices in safe environment.

  • PDF

우리나라 대학생들의 문헌 독해능력 평가 연구 - A대학 1학년생을 대상으로 - (A study on the Evaluation of Reading Ability for the Literature Reading of Korean College Students: the Freshmen of A University)

  • 이종문
    • 한국비블리아학회지
    • /
    • 제21권3호
    • /
    • pp.17-27
    • /
    • 2010
  • 본 연구는 대학생들의 문헌 독해 실태를 분석, 문제를 파악하여 개선방안을 제언하기 위해 수행되었다. A대학교 1학년생을 대상으로 지문을 읽는 시간 독해패턴 이해력 기억력 독해습관 및 태도 등을 분석한 결과, 첫째 수능평균을 기준으로는 조사대상 학생의 58%가 양호하고 42%가 미흡한 것으로 분석되었다. 둘째 조사대상 학생의 77%는 양호한 패턴을 가지 있으나 23%는 독서패턴에 문제가 있는 것으로 파악되었다. 셋째 이해력과 기억력을 평가한 결과 각각 전체의 69%와 67%가 양호한 것으로, 31%와 33%가 보통 또는 미흡으로 평가되었다. 넷째 평소 독서습관 및 태도를 조사한 결과, 문제가 없는 것으로 파악된 학생은 평균 77%, 문제가 있는 학생은 평균 23%로 파악되었다. 본 연구에서는 이 같은 문제를 해소하기 위해 첫째 대학생들의 독해평가를 위한 과학적이고 표준화된 평가도구를 개발할 것을, 둘째 입학전형과정 또는 입학 후에 독해능력과 독서습관 및 태도를 평가할 것을 제언하였다. 그리고 평가결과 미진한 학생들을 교육할 수 있는 가칭 기초학력교육원을 운영할 것을 제언하였다.

다변량 입력이 딥러닝 기반 저수율 예측에 미치는 영향 분석과 중장기 예측 방안 (Analyzing the Impact of Multivariate Inputs on Deep Learning-Based Reservoir Level Prediction and Approaches for Mid to Long-Term Forecasting)

  • 박혜승;윤종욱;이호준;양현호
    • 정보처리학회 논문지
    • /
    • 제13권4호
    • /
    • pp.199-207
    • /
    • 2024
  • 지역 저수지들은 농업용수 공급의 중요한 수원공으로 가뭄과 같은 극단적 기후 조건을 대비하여 안정적인 저수율 관리가 필수적이다. 저수율 예측은 국지적 강우와 같은 지역적 기후 특성뿐만 아니라 작부시기를 포함하는 계절적 요인 등에 크게 영향을 받기 때문에 적절한 예측 모델을 선정하는 것만큼 입/출력 데이터 간 상관관계 파악이 무엇보다 중요하다. 이에 본 연구에서는 1991년부터 2022년까지의 전라북도 400여 개 저수지의 광범위한 다변량 데이터를 활용하여 각 저수지의 복잡한 수문학·기후학적 환경요인을 포괄적으로 반영한 저수율 예측 모델을 학습 및 검증하고, 각 입력 특성이 저수율 예측 성능에 미치는 영향력을 분석하고자 한다. 신경망 구조에 따른 저수율 예측 성능 개선이 아닌 다변량의 입력 데이터와 예측 성능 간의 상관관계에 초점을 맞추기 위하여 실험에 사용된 예측 모델로 합성곱신경망 또는 순환신경망과 같은 복잡한 형태가 아닌 완전연결계층, 배치정규화, 드롭아웃, 활성화 함수 등의 조합으로 구성된 기본적인 순방향 신경망을 채택하였다. 추가적으로 대부분의 기존 연구에서는 하루 단위의 단기 예측 성능만을 제시하고 있으며 이러한 단기 예측 방식은 10일, 한 달 단위 등 중장기적 예측이 필요한 실무환경에 적합하지 않기 때문에, 본 연구에서는 하루 단위 예측값을 다음 입력으로 사용하는 재귀적 방식을 통해 최대 한 달 뒤 저수율 예측 성능을 측정하였다. 실험을 통해 예측 기간에 따른 성능 변화 양상을 파악하였으며, Ablation study를 바탕으로 예측 모델의 각 입력 특성이 전체 성능에 끼치는 영향을 분석하였다.

신제품개발 과정의 복잡성에 대한 주요 연구과제 (Strategic Issues in Managing Complexity in NPD Projects)

  • 김종배
    • Asia Marketing Journal
    • /
    • 제7권3호
    • /
    • pp.53-76
    • /
    • 2005
  • 복잡성(complexity)은 신제품개발 과정에서 프로젝트 팀이 빈번하게 당면하는 개발과제의 주요 속성으로 이에 대한 적절한 대처 여부는 신제품개발의 성과에 적지 않은 영향을 미친다. 복잡성이란 속성이 신제품개발의 관리에서 주목 받게 된 배경으로는, 우선 제품개발과정에서 당면하는 복잡성이 증가 추세에 있다는 점을 들 수 있다. 새로운 기술과 공법 그리고 소재의 등장, 복합 제품의 개발(예: 디지털 컨버전스), 또한 기업간 제휴를 통한 개발은 신제품개발의 복잡성 증대와 관련이 된다. 한편 신제품개발의 복잡성에 대한 미흡한 대처는 개발과정의 지연, 개발비용의 예산 초과, 제품개발의 포기 등과 같은 부정적 결과를 초래한다. 이와 같이 복잡성의 증대 추세 및 복잡성으로 인한 적지 않은 영향력을 고려해볼 때, 신제품개발 과정에서 당면하는 복잡성에 대한 연구의 필요성은 증대된다. 그러나 아직까지 복잡성에 대한 연구는 현실적 필요성에 비해 상대적으로 적은 관심만이 기울여져 왔다. 본 고에서는 신제품개발 과정에서 당면하는 복잡성에 대한 주요 연구과제들을 살펴보는데 그 목적이 있다. 이를 위해 우선, 주요 영역별로 나누어 그간의 복잡성에 대한 연구성과를 정리한 다음, 이를 토대로 향후 중요시되는 연구과제들을 도출하고자 한다. 신제품개발 과정의 복잡성에 대한 주요연구과제에 대한 이러한 고찰은, 향후 이 분야에 대한 연구 전개에 있어서 하나의 발판이 될 것으로 기대된다.

  • PDF

소집단 논변활동에 대한 협력적 성찰을 통한 중학생들의 소집단 규범과 논변활동 능력 발달 탐색 (Exploring Secondary Students' Progression in Group Norms and Argumentation Competency through Collaborative Reflection about Small Group Argumentation)

  • 이신영;박소현;김희백
    • 한국과학교육학회지
    • /
    • 제36권6호
    • /
    • pp.895-910
    • /
    • 2016
  • 본 연구의 목적은 중학교 학생들이 소집단 논변활동 수업과 협력적 성찰에 참여하면서 나타나는 논변활동에 대한 소집단 규범과 인식적 측면에서 이해 발달 과정 및 논변활동 실행에서의 변화를 살펴보고자 하였다. 참여 학생들은 중학교 1개 학급 내 1개 소집단 구성원으로 선정되었으며, 이들의 학업 성취 수준과 학습접근방식은 다양하였다. 소집단 논변활동 수업은 광합성 단원에 대해 10차시 동안 이루어졌고, 협력적 성찰은 일주일에 한 번씩 총 7번 실시하였다. 학생들의 논변활동 수업과 협력적 성찰을 관찰한 결과 다음과 같은 결과를 확인할 수 있었다. 우선, 협력적 성찰과 소집단 논변활동 수업이 진행됨에 따라 참여 학생들의 논변활동 참여 형태와 관련된 사회적 규범이 발달하였고 논변활동의 인식적 측면에서 이해 수준이 높아지는 것을 관찰할 수 있었다. 또한, 학생들의 논변활동 산물과 논변활동 과정으로 살펴본 소집단 논변활동 능력도 향상되는 것도 확인할 수 있었다. 논변활동 산물 측면에서는 반박 관련 발화의 수가 증가하였고, 논변활동 과정 측면에서는 다양한 학생들이 논변의 구조에서 증거, 정당화, 주장을 제시하면서 논변활동 과정이 복잡해졌다. 협력적 성찰을 통해 학생들의 소집단 규범 및 논변활동의 인식적 측면에서 이해가 발달하고 이와 더불어 논변활동 능력이 발달한 것으로 보인다. 본 연구 결과는 학교 현장의 과학 수업에서 논변활동을 적용하기 위한 좋은 본보기가 될 수 있을 것이다

교육주체간 상호작용을 고려한 구성주의 기반 학급운영시스템 (Oriented Constructivism Class Operating System for Considering Interactions between Education Player)

  • 문창배;고요섭;손충기;마지순;조정원;박정환
    • 한국콘텐츠학회논문지
    • /
    • 제10권3호
    • /
    • pp.454-462
    • /
    • 2010
  • 교육의 주체는 교사와 학생, 학부모라 할 수 있고, 학급의 운영은 이들 교육주체에 의해 이루어진다고할 수 있다. 하지만 일상적인 학급활동에 대한 교사와 학부모의 교류는 매우 부족하며 가정방문 활동도 거의 없는 상황에서 교사와 학생, 학부모는 서로 상이한 생각을 가지고 바라보게 된다. 이러한 문제점을 해결하고자 교육인적자원부에서는 교육행정정보시스템(NEIS)의 학부모서비스를 운영하고 있지만, 학생의 참여가 배제되었고 절차와 방법이 복잡하며 개인정보 유출의 문제와 입력된 자료의 불충분으로 학생의 학교생활을 이해하기에는 한계가 있다. 학급운영시스템(e-Class)은 비고츠키(Vygotsky)의 사회문화적 구성주의에 입각하여 교육주체간 1:1일기와 상담일지, 메시지보내기, 청소분단, 주번관리, 교무수첩을 지원하여 교육주체간 활발한 상호작용과 이를 통하여 지식과 경험을 재구성하고 학급에 보다 잘 적응할 수 있도록 지지하는 시스템을 말한다. 이 연구를 통해 개발된 e-Class를 활용함으로써 교사와 학생, 학부모가 서로를 이해하게 되는 양적 질적인 도움을 제공받을 수 있으며 이를 통해 교육주체간 진정한 의사소통에 도움이 될 것으로 기대된다.