• Title/Summary/Keyword: Network structure

Search Result 5,385, Processing Time 0.036 seconds

A Study on Speech Recognition Using the HM-Net Topology Design Algorithm Based on Decision Tree State-clustering (결정트리 상태 클러스터링에 의한 HM-Net 구조결정 알고리즘을 이용한 음성인식에 관한 연구)

  • 정현열;정호열;오세진;황철준;김범국
    • The Journal of the Acoustical Society of Korea
    • /
    • v.21 no.2
    • /
    • pp.199-210
    • /
    • 2002
  • In this paper, we carried out the study on speech recognition using the KM-Net topology design algorithm based on decision tree state-clustering to improve the performance of acoustic models in speech recognition. The Korean has many allophonic and grammatical rules compared to other languages, so we investigate the allophonic variations, which defined the Korean phonetics, and construct the phoneme question set for phonetic decision tree. The basic idea of the HM-Net topology design algorithm is that it has the basic structure of SSS (Successive State Splitting) algorithm and split again the states of the context-dependent acoustic models pre-constructed. That is, it have generated. the phonetic decision tree using the phoneme question sets each the state of models, and have iteratively trained the state sequence of the context-dependent acoustic models using the PDT-SSS (Phonetic Decision Tree-based SSS) algorithm. To verify the effectiveness of the above algorithm we carried out the speech recognition experiments for 452 words of center for Korean language Engineering (KLE452) and 200 sentences of air flight reservation task (YNU200). Experimental results show that the recognition accuracy has progressively improved according to the number of states variations after perform the splitting of states in the phoneme, word and continuous speech recognition experiments respectively. Through the experiments, we have got the average 71.5%, 99.2% of the phoneme, word recognition accuracy when the state number is 2,000, respectively and the average 91.6% of the continuous speech recognition accuracy when the state number is 800. Also we haute carried out the word recognition experiments using the HTK (HMM Too1kit) which is performed the state tying, compared to share the parameters of the HM-Net topology design algorithm. In word recognition experiments, the HM-Net topology design algorithm has an average of 4.0% higher recognition accuracy than the context-dependent acoustic models generated by the HTK implying the effectiveness of it.

A Control Method for designing Object Interactions in 3D Game (3차원 게임에서 객체들의 상호 작용을 디자인하기 위한 제어 기법)

  • 김기현;김상욱
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.9 no.3
    • /
    • pp.322-331
    • /
    • 2003
  • As the complexity of a 3D game is increased by various factors of the game scenario, it has a problem for controlling the interrelation of the game objects. Therefore, a game system has a necessity of the coordination of the responses of the game objects. Also, it is necessary to control the behaviors of animations of the game objects in terms of the game scenario. To produce realistic game simulations, a system has to include a structure for designing the interactions among the game objects. This paper presents a method that designs the dynamic control mechanism for the interaction of the game objects in the game scenario. For the method, we suggest a game agent system as a framework that is based on intelligent agents who can make decisions using specific rules. Game agent systems are used in order to manage environment data, to simulate the game objects, to control interactions among game objects, and to support visual authoring interface that ran define a various interrelations of the game objects. These techniques can process the autonomy level of the game objects and the associated collision avoidance method, etc. Also, it is possible to make the coherent decision-making ability of the game objects about a change of the scene. In this paper, the rule-based behavior control was designed to guide the simulation of the game objects. The rules are pre-defined by the user using visual interface for designing their interaction. The Agent State Decision Network, which is composed of the visual elements, is able to pass the information and infers the current state of the game objects. All of such methods can monitor and check a variation of motion state between game objects in real time. Finally, we present a validation of the control method together with a simple case-study example. In this paper, we design and implement the supervised classification systems for high resolution satellite images. The systems support various interfaces and statistical data of training samples so that we can select the most effective training data. In addition, the efficient extension of new classification algorithms and satellite image formats are applied easily through the modularized systems. The classifiers are considered the characteristics of spectral bands from the selected training data. They provide various supervised classification algorithms which include Parallelepiped, Minimum distance, Mahalanobis distance, Maximum likelihood and Fuzzy theory. We used IKONOS images for the input and verified the systems for the classification of high resolution satellite images.

Automated-Database Tuning System With Knowledge-based Reasoning Engine (지식 기반 추론 엔진을 이용한 자동화된 데이터베이스 튜닝 시스템)

  • Gang, Seung-Seok;Lee, Dong-Joo;Jeong, Ok-Ran;Lee, Sang-Goo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.06a
    • /
    • pp.17-18
    • /
    • 2007
  • 데이터베이스 튜닝은 일반적으로 데이터베이스 어플리케이션을 "좀 더 빠르게" 실행하게 하는 일련의 활동을 뜻한다[1]. 데이터베이스 관리자가 튜닝에 필요한 주먹구구식 룰(Rule of thumb)들을 모두 파악 하고 상황에 맞추어 적용하는 것은 비싼 비용과 오랜 시간을 요구한다. 그렇게 때문에 서로 다른 어플 리케이션들이 맞물려 있는 복잡한 서비스는 필수적으로 자동화된 데이터베이스 성능 관리와 튜닝을 필 요로 한다. 본 논문에서는 이를 해결하기 위하여 지식 도매인(Knowledge Domain)을 기초로 한 자동화 된 데이터베이스 튜닝 원칙(Tuning Principle)을 제시하는 시스템을 제안한다. 각각의 데이터베이스 튜닝 이론들은 지식 도매인의 지식으로 활용되며, 성능에 영향을 미치는 요소들을 개체(Object)와 콘셉트 (Concept)로 구성하고 추론 시스템을 통해 튜닝 원칙을 추론하여 쉽고 빠르게 현재 상황에 맞는 튜닝 방법론을 적용시킬 수 있다. 자동화된 데이터베이스 튜닝에 대해 여러 분야에 걸쳐 학문적인 연구가 이루어지고 있다. 그 예로써 Microsoft의 AutoAdmin Project[2], Oracle의 SQL 튜닝 아키텍처[3], COLT[4], DBA Companion[5], SQUASH[6] 등을 들 수 있다. 이러한 최적화 기법들을 각각의 기능적인 방법론에 따라 다시 분류하면 크게 Design Tuning, Logical Structure Tuning, Sentence Tuning, SQL Tuning, Server Tuning, System/Network Tuning으로 나누어 볼 수 있다. 이 중 SQL Tuning 등은 수치적으로 결정되어 이미 존재하는 정보를 이용하기 때문에 구조화된 모델로 표현하기 쉽고 사용자의 다양한 요구에 의해 변화하는 조건들을 수용하기 쉽기 때문에 이에 중점을 두고 성능 문제를 해결하는 데 초점을 맞추었다. 데이터베이스 시스템의 일련의 처리 과정에 따라 DBMS를 구성하는 개체들과 속성, 그리고 연관 관계들이 모델링된다. 데이터베이스 시스템은 Application / Query / DBMS Level의 3개 레벨에 따라 구조화되며, 본 논문에서는 개체, 속성, 연관 관계 및 데이터베이스 튜닝에 사용되는 Rule of thumb들을 분석하여 튜닝 원칙을 포함한 지식의 형태로 변환하였다. 튜닝 원칙은 데이터베이스 시스템에서 발생하는 문제를 해결할 수 있게 하는 일종의 황금률로써 지식 도매인의 바탕이 되는 사실(Fact)과 룰(Rule) 로써 표현된다. Fact는 모델링된 시스템을 지식 도매인의 하나의 지식 개체로 표현하는 방식이고, Rule 은 Fact에 기반을 두어 튜닝 원칙을 지식의 형태로 표현한 것이다. Rule은 다시 시스템 모델링을 통해 사전에 정의되는 Rule와 튜닝 원칙을 추론하기 위해 사용되는 Rule의 두 가지 타업으로 나뉘며, 대부분의 Rule은 입력되는 값에 따라 다른 솔루션을 취하게 하는 분기의 역할을 수행한다. 사용자는 제한적으로 자동 생성된 Fact와 Rule을 통해 튜닝 원칙을 추론하여 데이터베이스 시스템에 적용할 수 있으며, 요구나 필요에 따라 GUI를 통해 상황에 맞는 Fact와 Rule을 수동으로 추가할 수도 었다. 지식 도매인에서 튜닝 원칙을 추론하기 위해 JAVA 기반의 추론 엔진인 JESS가 사용된다. JESS는 스크립트 언어를 사용하는 전문가 시스템[7]으로 선언적 룰(Declarative Rule)을 이용하여 지식을 표현 하고 추론을 수행하는 추론 엔진의 한 종류이다. JESS의 지식 표현 방식은 튜닝 원칙을 쉽게 표현하고 수용할 수 있는 구조를 가지고 있으며 작은 크기와 빠른 추론 성능을 가지기 때문에 실시간으로 처리 되는 어플리케이션 튜닝에 적합하다. 지식 기반 모률의 가장 큰 역할은 주어진 데이터베이스 시스템의 모델을 통하여 필요한 새로운 지식을 생성하고 저장하는 것이다. 이를 위하여 Fact와 Rule은 지식 표현 의 기본 단위인 트리플(Triple)의 형태로 표현된다, 트리플은 Subject, Property, Object의 3가지 요소로 구성되며, 대부분의 Fact와 Rule들은 트리플의 기본 형태 또는 트리플의 조합으로 이루어진 C Condition과 Action의 두 부분의 결합으로 구성된다. 이와 같이 데이터베이스 시스템 모델의 개체들과 속성, 그리고 연관 관계들을 표현함으로써 지식들이 추론 엔진의 Fact와 Rule로 기능할 수 있다. 본 시스템에서는 이를 구현 및 실험하기 위하여 웹 기반 서버-클라이언트 시스템을 가정하였다. 서버는 Process Controller, Parser, Rule Database, JESS Reasoning Engine으로 구성 되 어 있으며, 클라이 언트는 Rule Manager Interface와 Result Viewer로 구성되어 었다. 실험을 통해 얻어지는 튜닝 원칙 적용 전후의 실행 시간 측정 등 데이터베이스 시스템 성능 척도를 비교함으로써 시스템의 효용을 판단하였으며, 실험 결과 적용 전에 비하여 튜닝 원칙을 적용한 경우 최대 1초 미만의 전처리에 따른 부하 시간 추가와 최소 약 1.5배에서 최대 약 3배까지의 처리 시간 개선을 확인하였다. 본 논문에서 제안하는 시스템은 튜닝 원칙을 자동으로 생성하고 지식 형태로 변형시킴으로써 새로운 튜닝 원칙을 파생하여 제공하고, 성능에 영향을 미치는 요소와 함께 직접 Fact과 Rule을 추가함으로써 커스터마이정된 튜닝을 수행할 수 있게 하는 장점을 가진다. 추후 쿼리 자체의 튜닝 및 인텍스 최적화 등의 프로세스 자동화와 Rule을 효율적으로 정의하고 추가하는 방법 그리고 시스템 모델링을 효과적으로 구성하는 방법에 대한 연구를 통해 본 연구를 더욱 개선시킬 수 있을 것이다.

  • PDF

International Success the Second Time Around: A Case Study (제이륜국제성공(第二轮国际成功): 일개안례연구(一个案例研究))

  • Colley, Mary Catherine;Gatlin, Brandie
    • Journal of Global Scholars of Marketing Science
    • /
    • v.20 no.2
    • /
    • pp.173-178
    • /
    • 2010
  • A privately held, third generation family owned company, Boom Technologies, Inc. (BTI), a provider of products and services to the electric utility, telecommunications and contractor markets, continues to make progress in exporting. Although export sales only equaled 5% of total revenue in 2008, BTI has an entire export division. Their export division's Managing Director reveals the trial and errors of a privately held company and their quest for success overseas. From its inception, BTI has always believed its greatest asset is its employees. When export sales struggled due to lack of strategy and direction, BTI hired a Managing Director for its export division. With leadership and guidance from BTI's president and from the Managing Director, they utilized the department's skills and knowledge. Structural changes were made to expand their market presence abroad and increase export sales. As a result, export sales increased four-fold, area managers in new countries were added and distribution networks were successfully cultivated. At times, revenue generation was difficult to determine due to the structure of the company. Therefore, in 1996, the export division was restructured as a limited liability company. This allowed the company to improve the tracking of revenue and expenses. Originally, 80% of BTI's export sales came from two countries; therefore, the initial approach to selling overseas was not reaching their anticipated goals of expanding their foreign market presence. However, changes were made and now the company manages the details of selling to over 80 countries. There were three major export expansion challenges noted by the Managing Director: 1. Product and Shipping - The major obstacle for BTI was product assembly. Originally, the majority of the product was assembled in the United States, which increased shipping and packaging costs. With so many parts specified in the order, many times the order would arrive with parts missing. The missing parts could equate to tens of thousands of dollars. Shipping these missing parts separately in another shipment also cost tens of thousands of dollar, plus a delivery delay time of six to eight weeks; all of which came out of the BTI's pockets. 2. Product Adaptation - Safety and product standards varied widely for each of the 80 countries to which BTI exported. Weights, special licenses, product specification requirements, measurement systems, and truck stability can all differ from country to country and can serve as a type of barrier to entry, making it difficult to adapt products accordingly. Technical and safety standards are barriers that serve as a type of protection for the local industry and can stand in the way of successfully pursuing foreign markets. 3. Marketing Challenges - The importance of distribution creates many challenges for BTI as they attempt to determine how each country prefers to operate with regard to their distribution systems. Some countries have competition from a small competitor that only produces one competing product; whereas BTI manufactures over 100 products. Marketing material is another concern for BTI as they attempt to push marketing costs to the distributors. Adapting the marketing material can be costly in terms of translation and cultural differences. In addition, the size of paper in the United States differs from those in some countries, causing many problems when attempting to copy the same layout and With distribution being one of several challenges for BTI, the company claims their distribution network is one of their competitive advantages, as the location and names of their distributors are not revealed. In addition, BTI rotates two offerings yearly: training to their distributors one year and then the next is a distributor's meeting. With a focus on product and shipping, product adaptation, and marketing challenges, the intricacies of selling overseas takes time and patience. Another competitive advantage noted is BTI's cradle to grave strategy, where they follow the product from sale to its final resting place, whether the truck is leased or purchased new or used. They also offer service and maintenance plans with a detailed cost analysis provided to the company prior to purchasing or leasing the product. Expanding abroad will always create challenges for a company. As the Managing Director stated, "If you don't have patience (in the export business), you better do something else." Knowing how to adapt quickly provides BTI with the skills necessary to adjust to the changing needs of each country and its own unique challenges, allowing them to remain competitive.

Effect of Heat Treatment Conditions on the Characteristics of Gel Made from Arrowroot Starch in Korea Cultivars (국내산 칡 전분 젤 특성에 미치는 가열처리 조건의 영향)

  • Lee, Seog-Won;Kim, Hyo-Won;Han, Sung-Hee;Rhee, Chul
    • The Korean Journal of Food And Nutrition
    • /
    • v.22 no.3
    • /
    • pp.387-395
    • /
    • 2009
  • This study was conducted to investigate the effects of starch concentrations and heating conditions on the gel characteristics of arrowroot starch. Arrowroot starch gels with various pHs, and starch concentrations, were prepared using different temperatures and heating times, and then stored for 24 hrs at $4^{\circ}C$. The hardness of sample gels made at pH 2.0 and 4.0 increased as the starch concentration increased from 7% to 10%, with the maximum value of 94 N being obtained when the gel was prepared at pH 4.0 with a starch concentration of 10%. The maximum hardness of samples prepared with concentrations of starch ranging from 7~9% appeared at $80^{\circ}C$, regardless of the heating temperature and time. Furthermore, the hardness of samples prepared at greater than $100^{\circ}C$ was relatively lower than that of samples prepared at other temperatures. When a starch concentration of 8% was used, the degree of gelatinization(DR) increased as the heating temperature increased, with the maximum value of DR being about 76% at $120^{\circ}C$, regardless of heating time. After storage for 24 hrs, the hardness of samples prepared at $70^{\circ}C$, $80^{\circ}C$ and $90^{\circ}C$ appeared to decrease, while that of samples prepared at $100^{\circ}C$, $110^{\circ}C$ and $120^{\circ}C$ increased. The correlation between hardness and the degree of gelatinization or retrogradation was very high when samples were prepared at $80^{\circ}C$ with a starch concentration of 9%, as indicated by a correlation coefficient of greater than 0.95. Overall, the microstructures of freeze-dried arrowroot starch gel were composed of a continuous network of amylose and amylopectin with fragmented ghost structures in an excluded phase, but these ghost structures were more evident after storage and with increased heating temperature.

Traffic Forecasting Model Selection of Artificial Neural Network Using Akaike's Information Criterion (AIC(AKaike's Information Criterion)을 이용한 교통량 예측 모형)

  • Kang, Weon-Eui;Baik, Nam-Cheol;Yoon, Hye-Kyung
    • Journal of Korean Society of Transportation
    • /
    • v.22 no.7 s.78
    • /
    • pp.155-159
    • /
    • 2004
  • Recently, there are many trials about Artificial neural networks : ANNs structure and studying method of researches for forecasting traffic volume. ANNs have a powerful capabilities of recognizing pattern with a flexible non-linear model. However, ANNs have some overfitting problems in dealing with a lot of parameters because of its non-linear problems. This research deals with the application of a variety of model selection criterion for cancellation of the overfitting problems. Especially, this aims at analyzing which the selecting model cancels the overfitting problems and guarantees the transferability from time measure. Results in this study are as follow. First, the model which is selecting in sample does not guarantees the best capabilities of out-of-sample. So to speak, the best model in sample is no relationship with the capabilities of out-of-sample like many existing researches. Second, in stability of model selecting criterion, AIC3, AICC, BIC are available but AIC4 has a large variation comparing with the best model. In time-series analysis and forecasting, we need more quantitable data analysis and another time-series analysis because uncertainty of a model can have an effect on correlation between in-sample and out-of-sample.

Compact Orthomode Transducer for Field Experiments of Radar Backscatter at L-band (L-밴드 대역 레이더 후방 산란 측정용 소형 직교 모드 변환기)

  • Hwang, Ji-Hwan;Kwon, Soon-Gu;Joo, Jeong-Myeong;Oh, Yi-Sok
    • The Journal of Korean Institute of Electromagnetic Engineering and Science
    • /
    • v.22 no.7
    • /
    • pp.711-719
    • /
    • 2011
  • A study of miniaturization of an L-band orthomode transducer(OMT) for field experiments of radar backscatter is presented in this paper. The proposed OMT is not required the additional waveguide taper structures to connect with a standard adaptor by the newly designed junction structure which bases on a waveguide taper. Total length of the OMT for L-band is about 1.2 ${\lambda}_o$(310 mm) and it's a size of 60 % of the existing OMTs. And, to increase the matching and isolation performances of each polarization, two conducting posts are inserted. The bandwidth of 420 MHz and the isolation level of about 40 dB are measured in the operating frequency. The L-band scatterometer consisting of the manufactured OMT, a horn-antenna and network analyzer(Agilent 8753E) was used STCT and 2DTST to analysis the measurement accuracy of radar backscatter. The full-polarimetric RCSs of test-target, 55 cm trihedral corner reflector, measured by the calibrated scatterometer have errors of -0.2 dB and 0.25 dB for vv-/hh-polarization, respectively. The effective isolation level is about 35.8 dB in the operating frequency. Then, the horn-antenna used to measure has the length of 300 mm, the aperture size of $450{\times}450\;mm^2$, and HPBWs of $29.5^{\circ}$ and $36.5^{\circ}$ on the principle E-/H-planes.

Moho Discontinuity Studies Beneath the Broadband Stations Using Receiver Functions in South Korea (수신함수를 이용한 남한의 광대역 관측망 하부의 Moho 불연속면 연구)

  • Kim, So-Gu;Lee, Seong-Kyu
    • Journal of the Korean Society of Hazard Mitigation
    • /
    • v.1 no.1 s.1
    • /
    • pp.139-155
    • /
    • 2001
  • We investigate the vertical velocity models beneath the newly installed broadband seismic network of KMA (Korea Meteorological Administration) by using receiver function inversion technique. The seismic phases are primarily P-to-S conversions and reverberations generated at the two highest impedance interfaces like the Moho (crust-mantle boundary) and the sediment-basement contact. We obtained the teleseismic P-wave receiver functions, which were derived from teleseismic records of Seoul (SEO), Inchon (INCN), Tejeon (TEJ) , Sosan (SOS/SES), Kangnung (KAN), Ulchin (ULC/ULJ), Taegu (TAG), Pusan (PUS), and Ullung-do (ULL) stations. For Kwangju (KWA/KWJ) and Chunchon (CHU) stations, the Moho conversion Ps arrivals and waveforms of radial receiver functions are azimuthally inconsistent and unclear. From the receiver function inversion result, we found that crustal thickness is 29 km at INCN, SEO, and SOS (SES) stations, 28 km at KAN station in the Kyonggi Massif, 32 km at TEJ station in Okchon Folded Belt, 34 km at TAG, 33 km at PUS station in the Kyongsang Basin, 32 km at KWJ station (readjusted station by prior KWA station) included in the Youngdong-Kwangju Depression Zone, 28 km at ULC station in the eastern margin of the Ryongnam Massif, and 17 km at ULL station in the Ullung Island of the East Sea, respectively. The Moho configuration of INCN, SOS, KWJ, and KAN stations show a laminated smooth transition zone with a 3-5 km thick. The upper crusts(${\sim}5km$) of KAN, ULC, and PUS stations show complex structures with a high velocity. The unusually thick crusts are found at the TAG and PUS stations in the Kyongsang Basin compared to the thin (29-32 km) crust of the western part (INCN, SEO, SOS, TEJ, and KWA stations) The crustal thickness beneath Ullung Island (ULL station) shows the suboceanic crust with about 17 km thickness and complex with a high velocity layer of the upper crust, and the amplitudes of Incoming Ps waves from the western direction are relatively large compared to those from othor directions.

  • PDF

Evaluation on Removal Efficiency of Methylene Blue Using Nano-ZnO/Laponite/PVA Photocatalyzed Adsorption Ball (Nano-ZnO/Laponite/PVA 광촉매 흡착볼의 메틸렌블루 제거효율 평가)

  • Oh, Ju Hyun;Ahn, Hosang;Jang, Dae Gyu;Ahn, Chang Hyuk;Lee, Saeromi;Joo, Jin Chul
    • Journal of Korean Society of Environmental Engineers
    • /
    • v.35 no.9
    • /
    • pp.636-642
    • /
    • 2013
  • In order to overcome drawbacks (i.e., filtration and recovery) of conventional powder type photocatalysts, nano-ZnO/Laponite/PVA (ZLP) photocatalyzed adsorption balls were developed by using in situ mixing of nanoscale ZnO as a photocatalyst, and Laponite as both adsorbent and supporting media in deionized water, followed by the poly vinyl alcohol polymerization with boric acid. The optimum mixing ratio of nano-ZnO:Laponite:PVA:deionized water was found to be 3:1:1:16 (by weight), and the mesh and film produced by PVA polymerization with boric acid might inhibit both swelling of Laponite and detachment of nanoscale ZnO from ZLP balls. Drying ZLP balls with microwave (600 watt) was found to produce ZLP balls with stable structure in water, and various sizes (55~500 ${\mu}m$) of pore were found to be distributed based on SEM and TEM results. In the initial period of reaction (i. e., 40 min), adsorption through ionic interaction between methylene blue and Laponite was the main removal mechanism. After the saturation of methylene blue to available adsorption sites for Laponite, the photocatalytic degradation of methylene blue occurred. The effective removal of methylene blue was attributed to adsorption and photocatalytic degradation. Based on the results from this study, synthesized ZLP photocatalyzed adsorption balls were expected to remove recalcitrant organic compounds effectively through both adsorption and photocatalytic degradation, and the risks of environmental receptors caused by detachment of nanoscale photocatalysts can be reduced.

A Survey of Ecological Knowledge and Information for Climate Change Adaptation in Korea - Focused on the Risk Assessment and Adaptation Strategy to Climate Change - (기후변화 적응정책 관련 생태계 지식정보 수요와 활용도 증진 방향 - 생태계 기후변화 리스크 평가 및 적응대책을 중심으로 -)

  • Yeo, Inae;Hong, Seungbum
    • Journal of Environmental Impact Assessment
    • /
    • v.29 no.1
    • /
    • pp.26-36
    • /
    • 2020
  • This study aimed at investigating present research and knowledge-base on climate change adaptation in ecosystem sector and analyzed the current status of basic information on ecosystem that functions as evidence-base of climate change adaptation to deduce the suggestions for the future development for knowledge and information in biodiversity. In this perspective, a questionary survey titled as "the ecological knowledge-base and information needs for climate change adaptation" with the researchers who were engaged with adaptation studies for biodiversity in the ecosystem related-research institutes including national and 17 regional local governments-affiliated agencies in Korea. The results are as follows; current status of utilizing ecological information which supports climate change adaptation strategy, future needs for adaptation knowledge and ecological information, and activation of utilizing ecological information. The majority of respondents (90.7%) replied that the ecological information has high relevance when conducting research on climate change adaptation. However, only half of all respondents (53.2%) agreed with the real viability of current information to the adaptation research. Particularly, urgent priority for researchers was deduced as intensifying knowledge-base and constructing related information on 'ecosystem change from climate change (productivity, community structure, food chain, phenology, range distribution, and number of individuals) with the overall improvement of information contents and its quality. The respondents emphasized with the necessity of conducting field surveys of local ecosystem and constructing ecosystem inventories, advancing monitoring designs for climate change in ecosystem, and case studies for regional ecosystem changes with the guidance or guidelines for monitoring ecosystem change to enhance the quality of adaptation research and produce related information. In terms of activation for ecological information usage, national and local adaptation network should be working based on the integrated ecological platform necessary to support exchanges of knowledge and information and to expand ecosystem types in time and spatial dimension.