• Title/Summary/Keyword: Challenging R&D

Search Result 85, Processing Time 0.021 seconds

A study on the Wonju Medical Equipment Industry Cluster (원주의료기기산업 클러스터의 형성과정에 관한 연구)

  • Lee, Woo-Chun;Yoon, Hyung-Ro
    • Journal of the Korean Academic Society of Industrial Cluster
    • /
    • v.1 no.1
    • /
    • pp.67-86
    • /
    • 2007
  • Wonju Medical Equipment Industry, despite of its short history, poor sales and weak manpower and so on, have shown remarkable outcomes in a relatively short period. At the end of 2007, totally 79 enterprises (only 4.6% of whole enterprises in Korea) made 10% of the nationwide production and 15% of the nationwide exports with an annual average growth rate of 66.7%, contributing domestic medical equipment industry tremendously. In addition, many leading medical equipment enterprises in various fields already moved or plan to move to Wonju, accelerating Wonju Medical Equipment Cluster. Wonju Medical Equipment Industry Cluster now enters into the growth stage, getting out of the initial business setup stage. Especially, the nomination of Wonju cluster project from the government accelerates networking (e.g. the development of the universal parts, the establishment of the mutual collaboration model among enterprises, and the mutual marketing), making a rapid growth in Wonju Medical Equipment Industry. Wonju Medical Equipment Industry Cluster revealed positive outcomes despite of the weakness in investment size and infra-structure comparing with the other medical industry cluster in the advanced country, while many domestic enterprises pursued their own growth models and thus failed to promote the international competitive power. Wonju Medical Equipment Industry has been developed rapidly. However, there are many challenging problems to support enterprises: small R&D investment and thus weak technology power, difficulties in recruiting R&D engineers, and poor marketing capabilities, financial infrastructure & policies, and network architecture. In order to develop a world-competitive medical equipment industry cluster at Wonju, the complement of infrastructures, the technology innovation, the mutual marketing, and the network expansion to support enterprises are further required. Wonju' s experiences in developing medical equipment industry so far suggest that our own flexible cluster model considering the industry structure and maturity for different regions should be developed, and specific action plans from the local and central governments based on their systematic strategies for industry development should be implemented in order to build world-competitive industry clusters in Korea.

  • PDF

Study on Improvement of Connected Vehicles Interface Board and Transition Algorithm of Digital Traffic Signal Controller for Autonomous Vehicles and C-ITS (자율주행차 및 C-ITS 지원을 위한 디지털 교통신호 제어기의 신호정보연계장치 및 전이 알고리즘 개선 연구)

  • Ko, Sejin;Choi, Eunjin;Gho, Gwang-Yong;Han, Eum;Yun, Ilsoo
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.20 no.2
    • /
    • pp.15-29
    • /
    • 2021
  • The signal intersection is the most challenging space for autonomous vehicles. To promote the safe driving of autonomous vehicles on urban roads with traffic signals, autonomous vehicles need to receive traffic signal information from infrastructure through V2I communication. Thus, a protocol for providing traffic signal information was added to the standard traffic signal controller specification of the National Police Agency. On the other hand, there are technical limitations when applying this to digital traffic signal controllers because the protocols are defined mainly for analog traffic signal controllers. Therefore, this study proposes developing a signal information linkage module to provide traffic signal information from a digital traffic signal controller to an autonomous vehicle and an algorithm improvement method that can provide accurate traffic signal information at the time of traffic signal transition.

Estimation of freeze damage risk according to developmental stage of fruit flower buds in spring (봄철 과수 꽃눈 발육 수준에 따른 저온해 위험도 산정)

  • Kim, Jin-Hee;Kim, Dae-jun;Kim, Soo-ock;Yun, Eun-jeong;Ju, Okjung;Park, Jong Sun;Shin, Yong Soon
    • Korean Journal of Agricultural and Forest Meteorology
    • /
    • v.21 no.1
    • /
    • pp.55-64
    • /
    • 2019
  • The flowering seasons can be advanced due to climate change that would cause an abnormally warm winter. Such warm winter would increase the frequency of crop damages resulted from sudden occurrences of low temperature before and after the vegetative growth stages, e.g., the period from germination to flowering. The degree and pattern of freezing damage would differ by the development stage of each individual fruit tree even in an orchard. A critical temperature, e.g., killing temperature, has been used to predict freeze damage by low-temperature conditions under the assumption that such damage would be associated with the development stage of a fruit flower bud. However, it would be challenging to apply the critical temperature to a region where spatial variation in temperature would be considerably high. In the present study, a phenological model was used to estimate major bud development stages, which would be useful for prediction of regional risks for the freeze damages. We also derived a linear function to calculate a probabilistic freeze risk in spring, which can quantitatively evaluate the risk level based solely on forecasted weather data. We calculated the dates of freeze damage occurrences and spatial risk distribution according to main production areas by applying the spring freeze risk function to apple, peach, and pear crops in 2018. It was predicted that the most extensive low-temperature associated freeze damage could have occurred on April 8. It was also found that the risk function was useful to identify the main production areas where the greatest damage to a given crop could occur. These results suggest that the freezing damage associated with the occurrence of low-temperature events could decrease providing early warning for growers to respond abnormal weather conditions for their farm.

A Time Series Graph based Convolutional Neural Network Model for Effective Input Variable Pattern Learning : Application to the Prediction of Stock Market (효과적인 입력변수 패턴 학습을 위한 시계열 그래프 기반 합성곱 신경망 모형: 주식시장 예측에의 응용)

  • Lee, Mo-Se;Ahn, Hyunchul
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.1
    • /
    • pp.167-181
    • /
    • 2018
  • Over the past decade, deep learning has been in spotlight among various machine learning algorithms. In particular, CNN(Convolutional Neural Network), which is known as the effective solution for recognizing and classifying images or voices, has been popularly applied to classification and prediction problems. In this study, we investigate the way to apply CNN in business problem solving. Specifically, this study propose to apply CNN to stock market prediction, one of the most challenging tasks in the machine learning research. As mentioned, CNN has strength in interpreting images. Thus, the model proposed in this study adopts CNN as the binary classifier that predicts stock market direction (upward or downward) by using time series graphs as its inputs. That is, our proposal is to build a machine learning algorithm that mimics an experts called 'technical analysts' who examine the graph of past price movement, and predict future financial price movements. Our proposed model named 'CNN-FG(Convolutional Neural Network using Fluctuation Graph)' consists of five steps. In the first step, it divides the dataset into the intervals of 5 days. And then, it creates time series graphs for the divided dataset in step 2. The size of the image in which the graph is drawn is $40(pixels){\times}40(pixels)$, and the graph of each independent variable was drawn using different colors. In step 3, the model converts the images into the matrices. Each image is converted into the combination of three matrices in order to express the value of the color using R(red), G(green), and B(blue) scale. In the next step, it splits the dataset of the graph images into training and validation datasets. We used 80% of the total dataset as the training dataset, and the remaining 20% as the validation dataset. And then, CNN classifiers are trained using the images of training dataset in the final step. Regarding the parameters of CNN-FG, we adopted two convolution filters ($5{\times}5{\times}6$ and $5{\times}5{\times}9$) in the convolution layer. In the pooling layer, $2{\times}2$ max pooling filter was used. The numbers of the nodes in two hidden layers were set to, respectively, 900 and 32, and the number of the nodes in the output layer was set to 2(one is for the prediction of upward trend, and the other one is for downward trend). Activation functions for the convolution layer and the hidden layer were set to ReLU(Rectified Linear Unit), and one for the output layer set to Softmax function. To validate our model - CNN-FG, we applied it to the prediction of KOSPI200 for 2,026 days in eight years (from 2009 to 2016). To match the proportions of the two groups in the independent variable (i.e. tomorrow's stock market movement), we selected 1,950 samples by applying random sampling. Finally, we built the training dataset using 80% of the total dataset (1,560 samples), and the validation dataset using 20% (390 samples). The dependent variables of the experimental dataset included twelve technical indicators popularly been used in the previous studies. They include Stochastic %K, Stochastic %D, Momentum, ROC(rate of change), LW %R(Larry William's %R), A/D oscillator(accumulation/distribution oscillator), OSCP(price oscillator), CCI(commodity channel index), and so on. To confirm the superiority of CNN-FG, we compared its prediction accuracy with the ones of other classification models. Experimental results showed that CNN-FG outperforms LOGIT(logistic regression), ANN(artificial neural network), and SVM(support vector machine) with the statistical significance. These empirical results imply that converting time series business data into graphs and building CNN-based classification models using these graphs can be effective from the perspective of prediction accuracy. Thus, this paper sheds a light on how to apply deep learning techniques to the domain of business problem solving.

Development of deep learning network based low-quality image enhancement techniques for improving foreign object detection performance (이물 객체 탐지 성능 개선을 위한 딥러닝 네트워크 기반 저품질 영상 개선 기법 개발)

  • Ki-Yeol Eom;Byeong-Seok Min
    • Journal of Internet Computing and Services
    • /
    • v.25 no.1
    • /
    • pp.99-107
    • /
    • 2024
  • Along with economic growth and industrial development, there is an increasing demand for various electronic components and device production of semiconductor, SMT component, and electrical battery products. However, these products may contain foreign substances coming from manufacturing process such as iron, aluminum, plastic and so on, which could lead to serious problems or malfunctioning of the product, and fire on the electric vehicle. To solve these problems, it is necessary to determine whether there are foreign materials inside the product, and may tests have been done by means of non-destructive testing methodology such as ultrasound ot X-ray. Nevertheless, there are technical challenges and limitation in acquiring X-ray images and determining the presence of foreign materials. In particular Small-sized or low-density foreign materials may not be visible even when X-ray equipment is used, and noise can also make it difficult to detect foreign objects. Moreover, in order to meet the manufacturing speed requirement, the x-ray acquisition time should be reduced, which can result in the very low signal- to-noise ratio(SNR) lowering the foreign material detection accuracy. Therefore, in this paper, we propose a five-step approach to overcome the limitations of low resolution, which make it challenging to detect foreign substances. Firstly, global contrast of X-ray images are increased through histogram stretching methodology. Second, to strengthen the high frequency signal and local contrast, we applied local contrast enhancement technique. Third, to improve the edge clearness, Unsharp masking is applied to enhance edges, making objects more visible. Forth, the super-resolution method of the Residual Dense Block (RDB) is used for noise reduction and image enhancement. Last, the Yolov5 algorithm is employed to train and detect foreign objects after learning. Using the proposed method in this study, experimental results show an improvement of more than 10% in performance metrics such as precision compared to low-density images.