• Title/Summary/Keyword: 과학난제

Search Result 52, Processing Time 0.019 seconds

Performance Analysis on Collaborative Activities of Multidisciplinary Research in Government Research Institutes (국가 출연연구소의 협업적 융합연구 성과 분석)

  • Cho, Yong-rae;Woo, Chung-won;Choi, Jong-hwa
    • Journal of Korea Technology Innovation Society
    • /
    • v.20 no.4
    • /
    • pp.1089-1121
    • /
    • 2017
  • 'Technological convergence' is the recent innovation trend which facilitates to solve social crux as well as to generate new industries. Korean government research institutes (GRIs) have taken a pivotal role for economic growth which capitalized on technology-oriented strategies. Recently, the policy interests on the transition of their role and mission towards multidisciplinary research organization is increasingly shed lights. This study regards the collaborative activities as one of the key success factors in the multidisciplinary research. In this sense, this study sets research purposes as follows: First, we intend to define a concept and to confine a scope of multidisciplinary research from the view point of R&D purposes and problem-solving process. Second, we categorize the collaboration and the relevant performances which reflect the characteristics of the multidisciplinary research. Third, we analyze the characteristics of collaborative activities and the effects of strength on the research performances. To this end, this study conducted a survey of 104 research project directors, which have experienced at least one of two types of multidisciplinary research projects through National R&D project or NST (National Research Council of Science & Technology) convergence research project. Then, we conducted regression analysis by utilizing the survey results in order to verify the relation between the collaborative activities and the performances. As results of analyses, first, the diversification of collaboration partners was a salient factor in the process of knowledge creation. Second, collective works among the researchers in similar area and domain enhanced mission-oriented technology development projects such as patent creation or technology transfer. Third, we verified that the diversity of created knowledge and the degree of relation continuity between researchers increased in the condition of guaranteeing individual researcher's independence and autonomy as well as sharing various technological capabilities. These results provide the future policy directions related to the methods to measure the collaboration and performance analysis for multidisciplinary research.

Label Embedding for Improving Classification Accuracy UsingAutoEncoderwithSkip-Connections (다중 레이블 분류의 정확도 향상을 위한 스킵 연결 오토인코더 기반 레이블 임베딩 방법론)

  • Kim, Museong;Kim, Namgyu
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.175-197
    • /
    • 2021
  • Recently, with the development of deep learning technology, research on unstructured data analysis is being actively conducted, and it is showing remarkable results in various fields such as classification, summary, and generation. Among various text analysis fields, text classification is the most widely used technology in academia and industry. Text classification includes binary class classification with one label among two classes, multi-class classification with one label among several classes, and multi-label classification with multiple labels among several classes. In particular, multi-label classification requires a different training method from binary class classification and multi-class classification because of the characteristic of having multiple labels. In addition, since the number of labels to be predicted increases as the number of labels and classes increases, there is a limitation in that performance improvement is difficult due to an increase in prediction difficulty. To overcome these limitations, (i) compressing the initially given high-dimensional label space into a low-dimensional latent label space, (ii) after performing training to predict the compressed label, (iii) restoring the predicted label to the high-dimensional original label space, research on label embedding is being actively conducted. Typical label embedding techniques include Principal Label Space Transformation (PLST), Multi-Label Classification via Boolean Matrix Decomposition (MLC-BMaD), and Bayesian Multi-Label Compressed Sensing (BML-CS). However, since these techniques consider only the linear relationship between labels or compress the labels by random transformation, it is difficult to understand the non-linear relationship between labels, so there is a limitation in that it is not possible to create a latent label space sufficiently containing the information of the original label. Recently, there have been increasing attempts to improve performance by applying deep learning technology to label embedding. Label embedding using an autoencoder, a deep learning model that is effective for data compression and restoration, is representative. However, the traditional autoencoder-based label embedding has a limitation in that a large amount of information loss occurs when compressing a high-dimensional label space having a myriad of classes into a low-dimensional latent label space. This can be found in the gradient loss problem that occurs in the backpropagation process of learning. To solve this problem, skip connection was devised, and by adding the input of the layer to the output to prevent gradient loss during backpropagation, efficient learning is possible even when the layer is deep. Skip connection is mainly used for image feature extraction in convolutional neural networks, but studies using skip connection in autoencoder or label embedding process are still lacking. Therefore, in this study, we propose an autoencoder-based label embedding methodology in which skip connections are added to each of the encoder and decoder to form a low-dimensional latent label space that reflects the information of the high-dimensional label space well. In addition, the proposed methodology was applied to actual paper keywords to derive the high-dimensional keyword label space and the low-dimensional latent label space. Using this, we conducted an experiment to predict the compressed keyword vector existing in the latent label space from the paper abstract and to evaluate the multi-label classification by restoring the predicted keyword vector back to the original label space. As a result, the accuracy, precision, recall, and F1 score used as performance indicators showed far superior performance in multi-label classification based on the proposed methodology compared to traditional multi-label classification methods. This can be seen that the low-dimensional latent label space derived through the proposed methodology well reflected the information of the high-dimensional label space, which ultimately led to the improvement of the performance of the multi-label classification itself. In addition, the utility of the proposed methodology was identified by comparing the performance of the proposed methodology according to the domain characteristics and the number of dimensions of the latent label space.