CHOSUN

합성곱 신경망을 이용한 주철 미세조직 이미지 중간층 시각화

Metadata Downloads
Author(s)
이현지
Issued Date
2021
Abstract
합성곱 신경망(Convolutional neural network) 모델을 이용하여 회주철(GC250)과 구상흑연주철(GCD450)의 미세조직 이미지를 학습하고 분류하였다. 회주철과 구상흑연주철은 육안으로 보기에 그 특징이 확연하고 합성곱 신경망을 이용한 기계학습에서 쉽게 분류할 수 있다. 그러나, 일반적으로 합성곱 신경망을 포함한 대부분의 기계학습 모델은 이미지 분류에 대한 근거를 사용자에게 제공하지 않는다. 본 연구에서는 합성곱 신경망을 이용한 주철 미세조직 이미지의 기계학습에서 두 가지 종류의 이미지를 어떠한 방법으로 분류가 되는지 파악하고자, 신경망의 중간층에서 이미지를 시각화 하였다. 이를 통하여 컴퓨터가 주철의 미세조직을 어떠한 시각으로 바라보고, 어떤 사물에 반응을 보이고 판단하는지 알고자 연구의 초점을 맞추었다. 먼저 각 주철의 미세조직 이미지를 구축하여 훈련 데이터를 만들고 합성곱 신경망 모델을 이용하여 이를 학습하였다. 학습이 끝난 합성곱 신경망 모델에 훈련 데이터에 포함되지 않은 추가적인 미세조직 이미지를 통해 그 학습의 결과인 정확도를 평가하였다. 본 연구에서는 신경망 중간층 사이의 이미지와 이때 사용된 필터 등을 시각화하여, 합성곱 신경망에서 어떤 근거로 주철의 미세조직을 판별하는지 예상하고자 하였다.
신경망의 중간층에서의 이미지를 분석한 결과, 두 종류의 주철 미세조직 이미지 모두에서 펄라이트와 페라이트는 유사한 회색을 가지며 이미지 상으로 잘 구분되지 않기 때문에 특징으로 보지 않았다. 합성곱 신경망 중간층에서 본 회주철 미세조직의 구불구불한 흑연 조직은 상하좌우 강조되었다. 구상흑연주철 또한 중간층 이미지의 구상 형태 조직이 상하좌우, 대각선, 곡선형의 외곽선 등을 강조하여 시각화 되었다.
| Using a Convolutional Neural Network (CNN), microstructure images of gray cast iron&nodular cast iron were learned and classified. Gray cast iron and nodular cast iron are clearly characterized by the naked eye and can be easily classified in machine learning using CNN. However, in general, most machine learning models including CNN do not provide a basis for image classification to users. In this study, images in the middle layer of a neural network are visualized to understand how the two types of images are classified in machine learning of cast iron microstructure images using CNN. With this, the focus was on determining from what point the computer sees the microstructure of cast iron and what objects it reacts to and judges. First, we constructed the microstructure image of each cast iron to generate training data and trained it using a CNN. Accuracy, which is the result of learning, was evaluated through additional microstructure images not included in the training data in the CNN model after training.
In this study, we tried to predict the basis for the CNN to determine the microstructure of cast iron by visualizing the image between the neural network interlayer and the filter used at this time. Analysis of the interlayer image of the neural network showed that in both types of cast iron microstructure images, pearlite and ferrite showed similar grays and were not well distinguished in the image and were therefore not considered features. The meandering graphite structure of the gray cast iron microstructure seen from the intermediate layer of the CNN was highlighted. Nodular cast iron was also visualized by emphasizing the globular structure of the middle layer image, emphasizing the top, bottom, left and right, diagonal lines, and curved outlines.
Alternative Title
Mid-layer visualization for microstructural images cast irons using convolutional neural network
Alternative Author(s)
LEE Hyunji
Affiliation
조선대학교 대학원 첨단소재공학과
Department
일반대학원 첨단소재공학과
Advisor
김희수
Awarded Date
2021-02
Table Of Contents
LIST OF TABLES iii
LIST OF FIGURES ⅳ
ABSTRACT vi

제 1 장 서 론 1

제 2 장 이론적 배경 2
제 1절 딥러닝 알고리즘 2
2.1 인공지능(Artificial Intelligence) 2
2.2 기계학습(Machin Learning) 4
2.2.1 지도학습(Supervised Learning) 5
2.2.2 비지도 학습(Unsupervised Learning) 6
2.2.3 강화학습(Reinforcement Learning) 7
2.3 인공신경망(Artificial Neural Network, ANN) 8
2.3.1 퍼셉트론(Perceptron) 10
2.3.2 활성화 함수(Activation function) 13
2.4 합성곱 신경망(Convolutional Neural Network, CNN) 15
2.4.1 합성곱 계층(Convolution layer) 16
2.4.2 풀링 계층(Pooling layer) 19
2.4.3 완전연결 계층(Fully-connected layer) 20
2.4.4 합성곱 신경망(CNN) 및 심층 신경망(DNN) 종류 21
제 2절 주철 재료 28
2.5 주철 28
2.5.1 주철 조직 29
2.5.2 회주철과 구상흑연주철 조직 32

제 3 장 실험방법 34
3.1 주철 조직 이미지 데이터 준비 및 구축 34
3.1.1 데이터 증식 및 전처리 35
3.2 합성곱 신경망(CNN) 최적 모델 제작 및 학습 36
3.2.1 합성곱 신경망 최적 모델 구성 36

제 4 장 결과 및 고찰 39
4.1 학습훈련에 대한 정확도 및 손실값 39
4.2 중간층 시각화 41

제 5 장 결 론 45

참 고 문 헌 46
Degree
Master
Publisher
조선대학교 대학원
Citation
이현지. (2021). 합성곱 신경망을 이용한 주철 미세조직 이미지 중간층 시각화.
Type
Dissertation
URI
https://oak.chosun.ac.kr/handle/2020.oak/16926
http://chosun.dcollection.net/common/orgView/200000359234
Appears in Collections:
General Graduate School > 3. Theses(Master)
Authorize & License
  • AuthorizeOpen
  • Embargo2021-02-25
Files in This Item:

Items in Repository are protected by copyright, with all rights reserved, unless otherwise indicated.