• Title/Summary/Keyword: Predictive models

Search Result 1,050, Processing Time 0.023 seconds

A Study on People Counting in Public Metro Service using Hybrid CNN-LSTM Algorithm (Hybrid CNN-LSTM 알고리즘을 활용한 도시철도 내 피플 카운팅 연구)

  • Choi, Ji-Hye;Kim, Min-Seung;Lee, Chan-Ho;Choi, Jung-Hwan;Lee, Jeong-Hee;Sung, Tae-Eung
    • Journal of Intelligence and Information Systems
    • /
    • v.26 no.2
    • /
    • pp.131-145
    • /
    • 2020
  • In line with the trend of industrial innovation, IoT technology utilized in a variety of fields is emerging as a key element in creation of new business models and the provision of user-friendly services through the combination of big data. The accumulated data from devices with the Internet-of-Things (IoT) is being used in many ways to build a convenience-based smart system as it can provide customized intelligent systems through user environment and pattern analysis. Recently, it has been applied to innovation in the public domain and has been using it for smart city and smart transportation, such as solving traffic and crime problems using CCTV. In particular, it is necessary to comprehensively consider the easiness of securing real-time service data and the stability of security when planning underground services or establishing movement amount control information system to enhance citizens' or commuters' convenience in circumstances with the congestion of public transportation such as subways, urban railways, etc. However, previous studies that utilize image data have limitations in reducing the performance of object detection under private issue and abnormal conditions. The IoT device-based sensor data used in this study is free from private issue because it does not require identification for individuals, and can be effectively utilized to build intelligent public services for unspecified people. Especially, sensor data stored by the IoT device need not be identified to an individual, and can be effectively utilized for constructing intelligent public services for many and unspecified people as data free form private issue. We utilize the IoT-based infrared sensor devices for an intelligent pedestrian tracking system in metro service which many people use on a daily basis and temperature data measured by sensors are therein transmitted in real time. The experimental environment for collecting data detected in real time from sensors was established for the equally-spaced midpoints of 4×4 upper parts in the ceiling of subway entrances where the actual movement amount of passengers is high, and it measured the temperature change for objects entering and leaving the detection spots. The measured data have gone through a preprocessing in which the reference values for 16 different areas are set and the difference values between the temperatures in 16 distinct areas and their reference values per unit of time are calculated. This corresponds to the methodology that maximizes movement within the detection area. In addition, the size of the data was increased by 10 times in order to more sensitively reflect the difference in temperature by area. For example, if the temperature data collected from the sensor at a given time were 28.5℃, the data analysis was conducted by changing the value to 285. As above, the data collected from sensors have the characteristics of time series data and image data with 4×4 resolution. Reflecting the characteristics of the measured, preprocessed data, we finally propose a hybrid algorithm that combines CNN in superior performance for image classification and LSTM, especially suitable for analyzing time series data, as referred to CNN-LSTM (Convolutional Neural Network-Long Short Term Memory). In the study, the CNN-LSTM algorithm is used to predict the number of passing persons in one of 4×4 detection areas. We verified the validation of the proposed model by taking performance comparison with other artificial intelligence algorithms such as Multi-Layer Perceptron (MLP), Long Short Term Memory (LSTM) and RNN-LSTM (Recurrent Neural Network-Long Short Term Memory). As a result of the experiment, proposed CNN-LSTM hybrid model compared to MLP, LSTM and RNN-LSTM has the best predictive performance. By utilizing the proposed devices and models, it is expected various metro services will be provided with no illegal issue about the personal information such as real-time monitoring of public transport facilities and emergency situation response services on the basis of congestion. However, the data have been collected by selecting one side of the entrances as the subject of analysis, and the data collected for a short period of time have been applied to the prediction. There exists the limitation that the verification of application in other environments needs to be carried out. In the future, it is expected that more reliability will be provided for the proposed model if experimental data is sufficiently collected in various environments or if learning data is further configured by measuring data in other sensors.

A Study of Anomaly Detection for ICT Infrastructure using Conditional Multimodal Autoencoder (ICT 인프라 이상탐지를 위한 조건부 멀티모달 오토인코더에 관한 연구)

  • Shin, Byungjin;Lee, Jonghoon;Han, Sangjin;Park, Choong-Shik
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.57-73
    • /
    • 2021
  • Maintenance and prevention of failure through anomaly detection of ICT infrastructure is becoming important. System monitoring data is multidimensional time series data. When we deal with multidimensional time series data, we have difficulty in considering both characteristics of multidimensional data and characteristics of time series data. When dealing with multidimensional data, correlation between variables should be considered. Existing methods such as probability and linear base, distance base, etc. are degraded due to limitations called the curse of dimensions. In addition, time series data is preprocessed by applying sliding window technique and time series decomposition for self-correlation analysis. These techniques are the cause of increasing the dimension of data, so it is necessary to supplement them. The anomaly detection field is an old research field, and statistical methods and regression analysis were used in the early days. Currently, there are active studies to apply machine learning and artificial neural network technology to this field. Statistically based methods are difficult to apply when data is non-homogeneous, and do not detect local outliers well. The regression analysis method compares the predictive value and the actual value after learning the regression formula based on the parametric statistics and it detects abnormality. Anomaly detection using regression analysis has the disadvantage that the performance is lowered when the model is not solid and the noise or outliers of the data are included. There is a restriction that learning data with noise or outliers should be used. The autoencoder using artificial neural networks is learned to output as similar as possible to input data. It has many advantages compared to existing probability and linear model, cluster analysis, and map learning. It can be applied to data that does not satisfy probability distribution or linear assumption. In addition, it is possible to learn non-mapping without label data for teaching. However, there is a limitation of local outlier identification of multidimensional data in anomaly detection, and there is a problem that the dimension of data is greatly increased due to the characteristics of time series data. In this study, we propose a CMAE (Conditional Multimodal Autoencoder) that enhances the performance of anomaly detection by considering local outliers and time series characteristics. First, we applied Multimodal Autoencoder (MAE) to improve the limitations of local outlier identification of multidimensional data. Multimodals are commonly used to learn different types of inputs, such as voice and image. The different modal shares the bottleneck effect of Autoencoder and it learns correlation. In addition, CAE (Conditional Autoencoder) was used to learn the characteristics of time series data effectively without increasing the dimension of data. In general, conditional input mainly uses category variables, but in this study, time was used as a condition to learn periodicity. The CMAE model proposed in this paper was verified by comparing with the Unimodal Autoencoder (UAE) and Multi-modal Autoencoder (MAE). The restoration performance of Autoencoder for 41 variables was confirmed in the proposed model and the comparison model. The restoration performance is different by variables, and the restoration is normally well operated because the loss value is small for Memory, Disk, and Network modals in all three Autoencoder models. The process modal did not show a significant difference in all three models, and the CPU modal showed excellent performance in CMAE. ROC curve was prepared for the evaluation of anomaly detection performance in the proposed model and the comparison model, and AUC, accuracy, precision, recall, and F1-score were compared. In all indicators, the performance was shown in the order of CMAE, MAE, and AE. Especially, the reproduction rate was 0.9828 for CMAE, which can be confirmed to detect almost most of the abnormalities. The accuracy of the model was also improved and 87.12%, and the F1-score was 0.8883, which is considered to be suitable for anomaly detection. In practical aspect, the proposed model has an additional advantage in addition to performance improvement. The use of techniques such as time series decomposition and sliding windows has the disadvantage of managing unnecessary procedures; and their dimensional increase can cause a decrease in the computational speed in inference.The proposed model has characteristics that are easy to apply to practical tasks such as inference speed and model management.

Recent Progress in Air Conditioning and Refrigeration Research -A Review of Papers Published in the Korean Journal of Air-Conditioning and Refrigeration Engineering in 2000 and 2001- (공기조화, 냉동 분야의 최근 연구 동향 -2000년 및 2001년 학회지 논문에 대한 종합적 고찰 -)

  • 강신형;한화택;조금남;이승복;조형희;김민수
    • Korean Journal of Air-Conditioning and Refrigeration Engineering
    • /
    • v.14 no.12
    • /
    • pp.1102-1139
    • /
    • 2002
  • A review on the papers published in the Korean Journal of Air-Conditioning and Refrigerating Engineering in 2000 and 2001 has been done. Focus has been put on current status of research in the aspect of heating, cooling, ventilation, sanitation and building environment. The conclusions are as follows. (1) Most of fundamental studies on fluid flow were related with heat transportation of facilities. Drop formation and rivulet flow on solid surfaces were interesting topics related with condensation augmentation. Research on micro environment considering flow, heat, humidity was also interesting for comfortable living environment. It can be extended considering biological aspects. Development of fans and blowers of high performance and low noise were continuing topics. Well developed CFD technologies were widely applied for developing facilities and their systems. (2) Most of papers related with heat transfer analysis and heat exchanger shows dealt with convection, evaporation, and channel flow for the design application of heat exchanger. The numerical heat transfer simulation studies have been peformed and reported to show heat transfer characteristics. Experimental as well as numerical studies on heat exchanger were reported, while not many papers are available for the system analysis including heat exchanger. (3) A review of the recent studies on heat pump system shows that performance analysis and control of heat pump have been peformed by various simulations and experiments. The research papers on multi-type heat pump system increased significantly. The studies on heat pipe have been examined experimently for change of working characteristics and strut lure. Research on the phase change has been carried out steadily and operation strategies of encapsulated ice storage tank are reported experimentally in several papers. (4) A review of recent studies on refrigeration/air conditioning system have focused on the system performance and efficiency for new alternative refrigerants. Evaporation and condensation heat transfer characteristics are investigated for tube shapes and new alternative refrigerants. Studies on components of refrigeration/air conditioning system are carried to examine efficiency for various compressors and performance of new expansion devices. In addition to thermophysical properties of refrigerant mixtures, studies on new refrigerants are also carried out, however research works on two-phase flow seemed to be insufficient. (5) A review of the recent studies on absorption cooling system indicates that heat and mass transfer phenomena have been investigated to improve absorber performance. Various experimental data have been presented and several simulation models have been proposed. A review of the recent studies on duct and ventilation shows that ventilation indices have been proposed to quantify the ventilation performance in buildings and tunnels. Main efforts have been focused on the applications of ventilation effectiveness in practice, either numerically using computational fluid dynamics or experimentally using tracer gas techniques. (6) Based on a review of recent studies on indoor thermal environment and building service systems, research issues have mainly focused on many innovative ideas such as underfloor air-conditioning system, personal environmental modules, radiant floor cooling and etc. Also, the new approaches for minimizing energy consumption as well as improving indoor environmental conditions through predictive control of HVAC systems, various activities of building energy management and cost-benefit analysis for economic evaluation were highlighted.

Strength and Deformation Capacities of Short Concrete Columns with Circular Section Confined by GFRP (GFRP로 구속된 원형단면 콘크리트 단주의 강도 및 변형 능력)

  • Cho, Soon-Ho
    • Journal of the Korea Concrete Institute
    • /
    • v.19 no.1
    • /
    • pp.121-130
    • /
    • 2007
  • To investigate the enhancement in strength and deformation capacities of concrete confined by FRP composites, tests under axial loads were carried out on three groups of thirty six short columns in circular section with diverse GFRP confining reinforcement. The major test variables considered include fiber content or orientation, wrap or tube type by varying the end loading condition, and continuous or discontinuous confinement depending on the presence of vortical spices between its two halves. The circumferential FRP strains at failure for different types of confinements were also investigated with emphasis. Various analytical models capable of predicting the ultimate strength and strain of the confined concrete were examined by comparing to observed results. Tests results showed that FRP wraps or tubes provide the substantial increase in strength and deformation, while partial wraps comprising the vertical discontinuities fail in an explosive manner with less increase in strength, particularly in deformation. A bilinear stress-strain response was observed throughout all tests with some variations of strain hardening. The failure hoop strains measured on the FRP surface were less than those obtained from the tensile coupons in all tests with a high degree of variation. In overall, existing predictive equations overestimated ultimate strengths and strains observed in present tests, with a much larger scatter related to the latter. For more accuracy, two simple design- oriented equations correlated with present tests are proposed. The strength equation was derived using the Mohr-Coulomb failure criterion, whereas the strain equation was based on entirely fitting of test data including the unconfined concrete strength as one of governing factors.

Quantitative Microbial Risk Assessment Model for Staphylococcus aureus in Kimbab (김밥에서의 Staphylococcus aureus에 대한 정량적 미생물위해평가 모델 개발)

  • Bahk, Gyung-Jin;Oh, Deog-Hwan;Ha, Sang-Do;Park, Ki-Hwan;Joung, Myung-Sub;Chun, Suk-Jo;Park, Jong-Seok;Woo, Gun-Jo;Hong, Chong-Hae
    • Korean Journal of Food Science and Technology
    • /
    • v.37 no.3
    • /
    • pp.484-491
    • /
    • 2005
  • Quantitative microbial risk assessment (QMRA) analyzes potential hazard of microorganisms on public health and offers structured approach to assess risks associated with microorganisms in foods. This paper addresses specific risk management questions associated with Staphylococcus aureus in kimbab and improvement and dissemination of QMRA methodology, QMRA model was developed by constructing four nodes from retail to table pathway. Predictive microbial growth model and survey data were combined with probabilistic modeling to simulate levels of S. aureus in kimbab at time of consumption, Due to lack of dose-response models, final level of S. aureus in kimbeb was used as proxy for potential hazard level, based on which possibility of contamination over this level and consumption level of S. aureus through kimbab were estimated as 30.7% and 3.67 log cfu/g, respectively. Regression sensitivity results showed time-temperature during storage at selling was the most significant factor. These results suggested temperature control under $10^{\circ}C$ was critical control point for kimbab production to prevent growth of S. aureus and showed QMRA was useful for evaluation of factors influencing potential risk and could be applied directly to risk management.

A Study on Relationship between Physical Elements and Tennis/Golf Elbow

  • Choi, Jungmin;Park, Jungwoo;Kim, Hyunseung
    • Journal of the Ergonomics Society of Korea
    • /
    • v.36 no.3
    • /
    • pp.183-196
    • /
    • 2017
  • Objective: The purpose of this research was to assess the agreement between job physical risk factor analysis by ergonomists using ergonomic methods and physical examinations made by occupational physicians on the presence of musculoskeletal disorders of the upper extremities. Background: Ergonomics is the systematic application of principles concerned with the design of devices and working conditions for enhancing human capabilities and optimizing working and living conditions. Proper ergonomic design is necessary to prevent injuries and physical and emotional stress. The major types of ergonomic injuries and incidents are cumulative trauma disorders (CTDs), acute strains, sprains, and system failures. Minimization of use of excessive force and awkward postures can help to prevent such injuries Method: Initial data were collected as part of a larger study by the University of Utah Ergonomics and Safety program field data collection teams and medical data collection teams from the Rocky Mountain Center for Occupational and Environmental Health (RMCOEH). Subjects included 173 male and female workers, 83 at Beehive Clothing (a clothing plant), 74 at Autoliv (a plant making air bags for vehicles), and 16 at Deseret Meat (a meat-processing plant). Posture and effort levels were analyzed using a software program developed at the University of Utah (Utah Ergonomic Analysis Tool). The Ergonomic Epicondylitis Model (EEM) was developed to assess the risk of epicondylitis from observable job physical factors. The model considers five job risk factors: (1) intensity of exertion, (2) forearm rotation, (3) wrist posture, (4) elbow compression, and (5) speed of work. Qualitative ratings of these physical factors were determined during video analysis. Personal variables were also investigated to study their relationship with epicondylitis. Logistic regression models were used to determine the association between risk factors and symptoms of epicondyle pain. Results: Results of this study indicate that gender, smoking status, and BMI do have an effect on the risk of epicondylitis but there is not a statistically significant relationship between EEM and epicondylitis. Conclusion: This research studied the relationship between an Ergonomic Epicondylitis Model (EEM) and the occurrence of epicondylitis. The model was not predictive for epicondylitis. However, it is clear that epicondylitis was associated with some individual risk factors such as smoking status, gender, and BMI. Based on the results, future research may discover risk factors that seem to increase the risk of epicondylitis. Application: Although this research used a combination of questionnaire, ergonomic job analysis, and medical job analysis to specifically verify risk factors related to epicondylitis, there are limitations. This research did not have a very large sample size because only 173 subjects were available for this study. Also, it was conducted in only 3 facilities, a plant making air bags for vehicles, a meat-processing plant, and a clothing plant in Utah. If working conditions in other kinds of facilities are considered, results may improve. Therefore, future research should perform analysis with additional subjects in different kinds of facilities. Repetition and duration of a task were not considered as risk factors in this research. These two factors could be associated with epicondylitis so it could be important to include these factors in future research. Psychosocial data and workplace conditions (e.g., low temperature) were also noted during data collection, and could be used to further study the prevalence of epicondylitis. Univariate analysis methods could be used for each variable of EEM. This research was performed using multivariate analysis. Therefore, it was difficult to recognize the different effect of each variable. Basically, the difference between univariate and multivariate analysis is that univariate analysis deals with one predictor variable at a time, whereas multivariate analysis deals with multiple predictor variables combined in a predetermined manner. The univariate analysis could show how each variable is associated with epicondyle pain. This may allow more appropriate weighting factors to be determined and therefore improve the performance of the EEM.

Assessment of Two Clinical Prediction Models for a Pulmonary Embolism in Patients with a Suspected Pulmonary Embolism (폐색전증이 의심된 환자에서 두 가지 폐색전증 진단 예측 모형의 평가)

  • Park, Jae Seok;Choi, Won-Il;Min, Bo Ram;Park, Jie Hae;Chae, Jin Nyeong;Jeon, Young June;Yu, Ho Jung;Kim, Ji-Young;Kim, Gyoung-Ju;Ko, Sung-Min
    • Tuberculosis and Respiratory Diseases
    • /
    • v.64 no.4
    • /
    • pp.266-271
    • /
    • 2008
  • Background: Estimation of the probability of a patient having an acute pulmonary embolism (PE) for patients with a suspected PE are well established in North America and Europe. However, an assessment of the prediction rules for a PE has not been clearly defined in Korea. The aim of this study is to assess the prediction rules for patients with a suspected PE in Korea. Methods: We performed a retrospective study of 210 inpatients or patients that visited the emergency ward with a suspected PE where computed tomography pulmonary angiography was performed at a single institution between January 2005 and March 2007. Simplified Wells rules and revised Geneva rules were used to estimate the clinical probability of a PE based on information from medical records. Results: Of the 210 patients with a suspected PE, 49 (19.5%) patients had an actual diagnosis of a PE. The proportion of patients classified by Wells rules and the Geneva rules had a low probability of 1% and 21%, an intermediate probability of 62.5% and 76.2%, and a high probability of 33.8% and 2.8%, respectively. The prevalence of PE patients with a low, intermediate and high probability categorized by the Wells rules and Geneva rules was 100% and 4.5% in the low range, 18.2% and 22.5% in the intermediate range, and 19.7% and 50% in the high range, respectively. Receiver operating characteristic curve analysis showed that the revised Geneva rules had a higher accuracy than the Wells rules in terms of detecting PE. Concordance between the two prediction rules was poor ($\kappa$ coefficient=0.06). Conclusion: In the present study, the two prediction rules had a different predictive accuracy for pulmonary embolisms. Applying the revised Geneva rules to inpatients and emergency ward patients suspected of having PE may allow a more effective diagnostic process than the use of the Wells rules.

Predicting the Progression of Chronic Renal Failure using Serum Creatinine factored for Height (소아 만성신부전의 진행 예측에 관한 연구)

  • Kim, Kyo-Sun;We, Harmon
    • Childhood Kidney Diseases
    • /
    • v.4 no.2
    • /
    • pp.144-153
    • /
    • 2000
  • Purpose : Effects to predict tile progression of chronic renal failure (CRF) in children, using mathematical models based on transformations of serum creatinine (Scr) concentration, have failed. Error may be introduced by age-related variations in creatinine production rate. Height (Ht) is a reliable reference for creatinine production in children. Thus, Scr, factored for Ht, could provide a more accurate predictive model. We examined this hypothesis. Methods : The progression of of was detected in 63 children who proceeded to end-stage renal disease. Derivatives of Scr, including 1/Scr, log Scr & Ht/Scr, were defined fir the period Scr was between 2 and 5 mg/dl. Regression equation were used to predict the time, in months, to Scr > 10 mg/dl. The prediction error (PE) was defined as the predicted time minus actual time for each Scr transformation. Result : The PE for Ht/Scr was lower than the PE for either 1/Scr or log Scr (median: -0.01, -2.0 & +10.6 mos respectively; P<0.0001). For children with congenital renal diseases, the PE for Ht/Scr was also lower than for the other two transformations (median: -1.2, -3.2 & +8.2 mos respectively; P<0.0001). However, the PEs for children with glomerular diseases was not as clearly different (median: +0.9, +0.5 & +9.9 respectively). In children < 13 yrs, PE for Ht/Scr was tile lowest, while in older children, 1/Scr provided the lowest PE but not significantly different from that for Ht/Scr. The logarithmic transformation tended to predict a slower progression of CRF than actually occurred. Conclusion : Scr, floored for Ht, appears to be a useful model to predict the rate of progression of CRF, particularly in the prepubertal child with congenital renal disease.

  • PDF

Targeted Therapies and Radiation for the Treatment of Head and Neck Cancer (두경부 암의 표적 지향적 방사선 치료)

  • Kim, Gwi-Eon
    • Radiation Oncology Journal
    • /
    • v.22 no.2
    • /
    • pp.77-90
    • /
    • 2004
  • Purpose: The purpose of this review Is to provide an update on novel radiation treatments for head and neck cancer Recent Findings: Despite the remarkable advances In chemotherapy and radiotherapy techniques, the management of advanced head and neck cancer remains challenging. Epidermal growth factor receptor (EGFR) Is an appealing target for novel therapies In head and neck cancer because not only EGFR activation stimulates many important signaling pathways associated with cancer development and progression, and importantly, resistance to radiation. Furthermore, EGFR overexpression Is known to be portended for a worse outcome in patients with advanced head and neck cancer. Two categories of compounds designed to abrogate EGFR signaling, such as monoclonal antibodies (Cetuxlmab) and tyrosine kinase inhibitors (ZD1839 and 051-774) have been assessed and have been most extensively studied In preclinical models and clinical trials. Additional TKIs In clinical trials include a reversible agent, Cl-1033, which blocks activation of all erbB receptors. Encouraging preclinical data for head and neck cancers resulted In rapid translation Into the clinic. Results from Initial clinical trials show rather surprisingly that only minority of patients benefited from EGFR inhibition as monotherapy or In combination with chemotherapy. In this review, we begin with a brief summary of erbB- mediated signal transduction. Subsequently, we present data on prognostic-predictive value of erbB receptor expression in HNC followed by preclinlcal and clinical data on the role of EGFR antagonists alone or in combination with radiation In the treatment of HNC. Finally, we discuss the emerging thoughts on resistance to EGFR biockade and efforts In the development of multiple-targeted therapy for combination with chemotherapy or radiation. Current challenges for investigators are to determine (1 ) who will benefit from targeted agents and which agents are most appropriate to combine with radiation and/or chemotherapy, (2) how to sequence these agents with radiation and/or cytotoxlc compounds, (3) reliable markers for patient selection and verification of effective blockade of signaling in vivo, and (4) mechanisms behind intrinsic or acquired resistance to targeted agents to facilitate rational development of multi-targeted therapy, Other molecuiar-targeted approaches In head and neck cancer were briefly described, Including angloenesis Inhibitors, farnesyl transferase inhibitors, cell cycle regulators, and gene therapy Summary: Novel targeted theraples are highly appealing in advanced head and neck cancer, and the most premising strategy to use them Is a matter of intense Investigation.

The Suitable Region and Site for 'Fuji' Apple Under the Projected Climate in South Korea (미래 시나리오 기후조건하에서의 사과 '후지' 품종 재배적지 탐색)

  • Kim, Soo-Ock;Chung, U-Ran;Kim, Seung-Heui;Choi, In-Myung;Yun, Jin-I.
    • Korean Journal of Agricultural and Forest Meteorology
    • /
    • v.11 no.4
    • /
    • pp.162-173
    • /
    • 2009
  • Information on the expected geographical shift of suitable zones for growing crops under future climate is a starting point of adaptation planning in agriculture and is attracting much concern from policy makers as well as researchers. Few practical schemes have been developed, however, because of the difficulty in implementing the site-selection concept at an analytical level. In this study, we suggest site-selection criteria for quality Fuji apple production and integrate geospatial data and information available in public domains (e.g., digital elevation model, digital soil maps, digital climate maps, and predictive models for agroclimate and fruit quality) to implement this concept on a GIS platform. Primary criterion for selecting sites suitable for Fuji apple production includes land cover, topography, and soil texture. When the primary criterion is satisfied, climatic conditions such as the length of frost free season, freezing risk during the overwintering period, and the late frost risk in spring are tested as the secondary criterion. Finally, the third criterion checks for fruit quality such as color and shape. Land attributes related to these factors in each criterion were implemented in ArcGIS environment as relevant raster layers for spatial analysis, and retrieval procedures were automated by writing programs compatible with ArcGIS. This scheme was applied to the A1B projected climates for South Korea in the future normal years (2011-2040, 2041-2070, and 2071-2100) as well as the current climate condition observed in 1971-2000 for selecting the sites suitable for quality Fuji apple production in each period. Results showed that this scheme can figure out the geographical shift of suitable zones at landscape scales as well as the latitudinal shift of northern limit for cultivation at national or regional scales.