RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 아크 상태 평가 지수를 이용한 DC 전기로의 동적 전력 제어 시스템

        구교권 포항공과대학교 일반대학원 2015 국내석사

        RANK : 1839

        This paper proposes a dynamic power control system using an arc state estimative index to control the electrical power supply to DC furnaces. The arc state estimative index is calculated from the measured instantaneous values of electrode arc voltages and currents, and several factors such as voltage and current fluctuations, proportion of present voltage and current to set voltage and current, and changes in average value of voltage and current. As a result, the total power supply in a given time was increased, so the time for process was decreased. Therefore, dynamic power control system using the arc state estimative index contributes to reduce power-on time in DC furnaces. 본 논문은 새로운 아크 안정 평가 지수를 이용한 전기로의 다이나믹 투입 전력 제어 시스템을 제안한다. 아크 안정 평가 지수는 전기로부터 측정된 전압과 전류를 이용해 계산한다. 전압, 전류의 순시값과 평균값, 분산값, 그리고 전압, 전류의 기준값으로부터 아크 전압의 안정 평가 지수와 아크 전류의 안정 평가 지수를 계산한 후, 이 안정 평가 지수들을 균형 계수를 이용하여 곱한다. 그리고 전극봉과 유압구동기의 늦은 응답을 보상하기 위해 가중치를 이용하여 최종 아크 안정 평가 지수를 계산한다. 아크 안정 평가 지수를 이용하여 다이나믹 투입 전력 제어 전략을 수립하였다. 아크 안정 평가 지수를 이용하여 안정한 상태와 불안정한 상태를 구분하고, 이를 기반으로 투입 전력을 높이거나 낮춘다. 이 제안한 지수는 안정도와 반비례하므로 지수가 작을 수록 아크 상태는 안정함을 나타낸다. 연속으로 세 지수가 안정 문턱값보다 작을 경우 아크가 안정하다고 판단, 투입 전압을 높이고 전류는 유지하여 투입 전력을 높이고 최대 투입 전력 조업을 한다. 반대로 연속되는 네 지수 중에서 세 지수 이상이 불안정 문턱값보다 클 경우 아크가 불안정한 상태라고 판단, 투입 전압을 낮추어 투입 전력을 낮추고 안정된 조업을 한다. 제안한 알고리즘을 적용한 결과, 전력 투입 속도와 용해 속도가 각각 8.78 % 와 7.59 % 증가하고 이에 따라 POT를 7.06 % 줄이는 성과를 확인하였다. 우리는 제안한 알고리즘을 통해 아크 안정 상태에 따라 투입 전력을 증가시키거나 감소시키므로써 기존의 조업보다 POT를 단축하여 생산성을 높이고 더욱 안정된 조업을 하게 한다.

      • 산업에서 딥 러닝 기반의 텍스트 spotting 알고리즘

        구교권 포항공과대학교 일반대학원 2020 국내박사

        RANK : 1839

        In this thesis, deep learning-based text spotting algorithms are studied to identify product identification number which is rotated with various angles. To demonstrate the validity of two text spotting algorithms, a billet identification number (BIN) data set is used. The BIN is a product number that is given to discriminate against the wanted product from the others because of similar shapes of billets. Before final or next process, BIN should be checked to prevent mixing billets of different material. There are two types of BINs such as paint type and sticker type. In addition, the BIN comprises seven to nine alphanumeric characters except the letters I and O. The BIN may be rotated with various angles. The first algorithm used a deep learning network that was trained with non-rotated product numbers. The network is fed with candidate images including a non-rotated product number. And then, the output with the largest score results as the estimated product number. Specifically, interpretation and sticker extraction modules are developed. Furthermore, the fully convolutional network (FCN) with deconvolution layer is used and optimized. To increase the BIN recognition accuracy, the FCN was simulated for various structures and was transferred from the pre-trained model. The BIN is identified by the trained FCN model and interpretation module. If the BIN is sticker-type, it is inferred after the sticker region is extracted by the sticker extraction module. The accuracy of the proposed system was shown to be approximately 99.59 % in an eight-day period. While the first algorithm used a deep neural network as a component, the second algorithm was focused on a deep neural network. A product number is determined not only by the classes of individual characters but also by their order. Furthermore, the classes and order of individual characters are invariable even when the product number is rotated. Inspired by this concept, a novel deep neural network framework was proposed. The proposed network had two outputs. One is for the classes of individual characters, and the other is for the order of individual characters (or positioning within the product number). As compared with the first algorithm, the proposed network requires one more annotation but does not require additional labor for labeling. The multi-task for two annotations plays a positive role in the representation learning of a network. It is shown in the experimental result. Furthermore, to achieve good performance of the BIN identification, we analyzed various networks of the proposed framework. And then the second algorithm was compared with the first algorithm to evaluate the performance of the BIN identification. 본 논문은 텍스트 spotting 알고리즘들에 관한 것이다. 텍스트 spotting 이란 텍스트 탐지 (detection)와 인식 (recognition)을 합친 것을 의미한다. 컴퓨터 비전 분야에서 텍스트 spotting은 영상의 이해을 위해 필수적인 것 중 하나이다. 요즘 컴퓨터 비전 분야에서 딥러닝이 큰 성공을 이루고 있다. 그래서 딥러닝을 활용한 텍스트 spotting 알고리즘들이 많이 연구되어 왔다. 한편, 산업 분야에서 공장자동화을위해서는 제품을 식별하여야 한다. 이를 통해 서 제품의 실시간 추적을 통해서 효율적인 제품 관리와 생산을 할 수 있다. 이러한 제품 식별을 위해서 제품은 고유의 제품번호를 가진다. 철강 산업에서도 공장 자동화를 위한 제품 번호 인식이 매우 중요하다. 빌렛과 같은 반제품은 최종 제품을 위한 공정 전에 식별되어야 한다. 겉보기에는 비슷하게 생겼지만 고객의 요구에 따라 다른 성분을 가지기 때문에 섞이게 된다면 큰 손실이 발생하게 된다. 빌렛은 단면이 사각형인 긴 바 형태의 철강 반제품이다. 그리고 그 단면에 빌렛 식별 번호가 적혀 있다. 그래서 빌렛은 컨베이어 벨트로 옮겨져서 다음 공정으로 전달되는데, 그 때 빌렛의 단면 영상은 획득된다. 이를 식별하여 원하는 빌렛이 전달되는지를 확인한다. 영상에서의 빌렛 식별 번호는 다양한 방향으로 회전되고 긁힘이나 번짐 등이 발생할 수 있다. 그리고 빌렛 식별 번호는 페인트형과 스티커형으로 나뉜다. 그 중에서 스티커형 빌렛 식별 번호는 발생빈도가 적어서 데이터량이 적다. 그래서, 본 논문에서 빌렛 식별 번호 인식을 위한 딥러닝을 활용한 2 가지 텍스트 spotting 알고리즘들을 제안하였다. 첫번째 알고리즘은 회전하지 않은 빌렛 식별 번호를 학습한 네트워크를 활용한다. 그리고 이를 활용하여 빌렛 식별 번호를 인식하기 위해서 interpretation과 sticker extraction 모듈을 설계하였다. 후보가 될 수 있는 4가지 방향으로 영상을 페인트형 회전되지 않은 빌렛 식별 번호를 학습한 네트워크의 입력으로 한다. 그 출력들로부터 나온 인식 결과와 인식 점수를 가지고 최종 빌렛 식별번호가 추정된다. 또한 부족한 스티커형 빌렛 식별번호를 학습하기 위해서 유사 스티커를 만들어서 data augmentation을 했다. 마지막으로 네트워크 구조의 최적화와 transfer learning을 적용하였다. 8일 동안 실제 현장에 적용 했을 때 99.58848 %의 정확도를 보였다. 하지만 첫번째 알고리즘은 계산량이 무겁고 파라미터 설계에 따라 다른 성능이 나올 수 있다. 그래서 두번째 알고리즘으로 하나로 통합된 뉴럴 네트워크를 제안하였다. 빌렛 식별 번호에서 각 문자마다 종류와 순서는 빌렛이 회전하여도 변하지 않고 이 2가지 정보로부터 빌렛 식별 번호를 추정할 수 있다. 이것은 기반으로 하나의 영상으로부터 2가지 출력을 가지는 네트워크를 제안하였다. 하나는 각 문자의 종류에 관한 것이고, 다른 하나는 각 문자의 빌렛 식별번호에서의 순서 또는 위치에 관한 것이다. 이 네트워크는 깊이나, fusion, dropout, group normalization에 대해서 최적화 되었다. 그 결과로 페인트형, 스티커형 빌렛 식별 번호에 대해서 각각 99.372 %, 99,793 % 로 첫번째 알고리즘 98.991 %, 98.551 % 보다 좋은 인식률을 보였다.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼