• Title/Summary/Keyword: deep network

Search Result 2,982, Processing Time 0.031 seconds

Estimating Gastrointestinal Transition Location Using CNN-based Gastrointestinal Landmark Classifier (CNN 기반 위장관 랜드마크 분류기를 이용한 위장관 교차점 추정)

  • Jang, Hyeon Woong;Lim, Chang Nam;Park, Ye-Suel;Lee, Gwang Jae;Lee, Jung-Won
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.9 no.3
    • /
    • pp.101-108
    • /
    • 2020
  • Since the performance of deep learning techniques has recently been proven in the field of image processing, there are many attempts to perform classification, analysis, and detection of images using such techniques in various fields. Among them, the expectation of medical image analysis software, which can serve as a medical diagnostic assistant, is increasing. In this study, we are attention to the capsule endoscope image, which has a large data set and takes a long time to judge. The purpose of this paper is to distinguish the gastrointestinal landmarks and to estimate the gastrointestinal transition location that are common to all patients in the judging of capsule endoscopy and take a lot of time. To do this, we designed CNN-based Classifier that can identify gastrointestinal landmarks, and used it to estimate the gastrointestinal transition location by filtering the results. Then, we estimate gastrointestinal transition location about seven of eight patients entered the suspected gastrointestinal transition area. In the case of change from the stomach to the small intestine(pylorus), and change from the small intestine to the large intestine(ileocecal valve), we can check all eight patients were found to be in the suspected gastrointestinal transition area. we can found suspected gastrointestinal transition area in the range of 100 frames, and if the reader plays images at 10 frames per second, the gastrointestinal transition could be found in 10 seconds.

The Study on The Identification Model of Friend or Foe on Helicopter by using Binary Classification with CNN

  • Kim, Tae Wan;Kim, Jong Hwan;Moon, Ho Seok
    • Journal of the Korea Society of Computer and Information
    • /
    • v.25 no.3
    • /
    • pp.33-42
    • /
    • 2020
  • There has been difficulties in identifying objects by relying on the naked eye in various surveillance systems. There is a growing need for automated surveillance systems to replace soldiers in the field of military surveillance operations. Even though the object detection technology is developing rapidly in the civilian domain, but the research applied to the military is insufficient due to a lack of data and interest. Thus, in this paper, we applied one of deep learning algorithms, Convolutional Neural Network-based binary classification to develop an autonomous identification model of both friend and foe helicopters (AH-64, Mi-17) among the military weapon systems, and evaluated the model performance by considering accuracy, precision, recall and F-measure. As the result, the identification model demonstrates 97.8%, 97.3%, 98.5%, and 97.8 for accuracy, precision, recall and F-measure, respectively. In addition, we analyzed the feature map on convolution layers of the identification model in order to check which area of imagery is highly weighted. In general, rotary shaft of rotating wing, wheels, and air-intake on both of ally and foe helicopters played a major role in the performance of the identification model. This is the first study to attempt to classify images of helicopters among military weapons systems using CNN, and the model proposed in this study shows higher accuracy than the existing classification model for other weapons systems.

A Study on Deep Learning Methodology for Bigdata Mining from Smart Farm using Heterogeneous Computing (스마트팜 빅데이터 분석을 위한 이기종간 심층학습 기법 연구)

  • Min, Jae-Ki;Lee, DongHoon
    • Proceedings of the Korean Society for Agricultural Machinery Conference
    • /
    • 2017.04a
    • /
    • pp.162-162
    • /
    • 2017
  • 구글에서 공개한 Tensorflow를 이용한 여러 학문 분야의 연구가 활발하다. 농업 시설환경을 대상으로 한 빅데이터의 축적이 증가함과 아울러 실효적인 정보 획득을 위한 각종 데이터 분석 및 마이닝 기법에 대한 연구 또한 활발한 상황이다. 한편, 타 분야의 성공적인 심층학습기법 응용사례에 비하여 농업 분야에서의 응용은 초기 성장 단계라 할 수 있다. 이는 농업 현장에서 취득한 정보의 난해성 및 완성도 높은 생육/환경 모델링 정보의 부재로 실효적인 전과정 처리 기술 도출에 소요되는 시간, 비용, 연구 환경이 상대적으로 부족하기 때문일 것이다. 특히, 센서 기반 데이터 취득 기술 증가에 따라 비약적으로 방대해진 수집 데이터를 시간 복잡도가 높은 심층 학습 모델링 연산에 기계적으로 단순 적용할 경우 시간 효율적인 측면에서 성공적인 결과 도출에 애로가 있을 것이다. 매우 높은 시간 복잡도를 해결하기 위하여 제시된 하드웨어 가속 기능의 경우 일부 개발환경에 국한이 되어 있다. 일례로, 구글의 Tensorflow는 오픈소스 기반 병렬 클러스터링 기술인 MPICH를 지원하는 알고리즘을 공개하지 않고 있다. 따라서, 본 연구에서는 심층학습 기법 연구에 있어서, 예상 가능한 다양한 자원을 활용하여 최대한 연산의 결과를 빨리 도출할 수 있는 하드웨어적인 접근 방법을 모색하였다. 호스트에서 수행하는 일방적인 학습 알고리즘과 달리 이기종간 심층 학습이 가능하기 위해선 우선, NFS(Network File System)를 이용하여 데이터 계층이 상호 연결이 되어야 한다. 이를 위해서 고속 네트워크를 기반으로 한 NFS의 이용이 필수적이다. 둘째로 제한된 자원의 한계를 극복하기 위한 메모 공유 라이브러리가 필요하다. 셋째로 이기종간 프로세서에 최적화된 병렬 처리용 컴파일러를 이용해야 한다. 가장 중요한 부분은 이기종간의 처리 능력에 따른 작업을 고르게 분배할 수 있는 작업 스케쥴링이 수행되어야 하며, 이는 처리하고자 하는 데이터의 형태에 따라 매우 가변적이므로 해당 데이터 도메인에 대한 엄밀한 사전 벤치마킹이 수행되어야 한다. 이러한 요구조건을 대부분 충족하는 Open-CL ver1.2(https://www.khronos.org/opencl/)를 이용하였다. 최신의 Open-CL 버전은 2.2이나 본 연구를 위하여 준비한 4가지 이기종 시스템에서 모두 공통적으로 지원하는 버전은 1.2이다. 실험적으로 선정된 4가지 이기종 시스템은 1) Windows 10 Pro, 2) Linux-Ubuntu 16.04.4 LTS-x86_64, 3) MAC OS X 10.11 4) Linux-Ubuntu 16.04.4 LTS-ARM Cortext-A15 이다. 비교 분석을 위하여 NVIDIA 사에서 제공하는 Pascal Titan X 2식을 SLI로 구성한 시스템을 준비하였다. 개별 시스템에서 별도로 컴파일 된 바이너리의 이름을 통일하고, 개별 시스템의 코어수를 동일하게 균등 배분하여 100 Hz의 데이터로 입력이 되는 온도 정보와 조도 정보를 입력으로 하고 이를 습도정보에 Linear Gradient Descent Optimizer를 이용하여 Epoch 10,000회의 학습을 수행하였다. 4종의 이기종에서 총 32개의 코어를 이용한 학습에서 17초 내외로 연산 수행을 마쳤으나, 비교 시스템에서는 11초 내외로 연산을 마치는 결과가 나왔다. 기보유 하드웨어의 적절한 활용이 가능한 심층학습 기법에 대한 연구를 지속할 것이다

  • PDF

Exploring the Educational Use of Artificial Intelligence based on R mapping - Focusing on Foreign Publication Analysis Results - (R 매핑을 이용한 인공지능의 교육적 활용 탐색 -국외 문헌 분석을 중심으로-)

  • Kim, Hyung-Uk;Mun, Seong-Yun
    • Journal of The Korean Association of Information Education
    • /
    • v.24 no.4
    • /
    • pp.313-325
    • /
    • 2020
  • There is a growing interest and need for the educational use of artificial intelligence as artificial intelligence technologies such as machine learning and deep learning, the core technologies of the intelligent information society, owing to the recent innovative technological advances. Consequently, the Ministry of Education announced the First Information Education Comprehensive Plan for introducing artificial intelligence competence enhancing education into the education field in preparation for the intelligent information society based on artificial intelligence technologies. Therefore, this study collected 416 overseas papers related to the educational use of artificial intelligence from the Web of Science (WoS) in order to explore the potential for using artificial intelligence educationally. This study analyzed the research status and research topic by country, citation counts, network analysis on keywords of the collected data by using the bibliometrix package of R program. Through this, it was possible to identify the research trend on the educational use of artificial intelligence, currently being conducted in foreign countries. It is believed that it will be possible to obtain implications for the topics and directions to be studied in the information education for strengthening artificial intelligence education based on the results of this study.

Estimation of site amplification and S-wave velocity profiles in metropolitan Manila, the Philippines, from earthquake ground motion records (지진 관측 기록을 이용한 필리핀 마닐라의 현장 증폭 특성 및 S파 속도구조 추정)

  • Yamanaka, Hiroaki;Ohtawara, Kaoru;Grutas, Rhommel;Tiglao, Robert B.;Lasala, Melchor;Narag, Ishmael C.;Bautista, Bartlome C.
    • Geophysics and Geophysical Exploration
    • /
    • v.14 no.1
    • /
    • pp.69-79
    • /
    • 2011
  • In this study, empirical site amplifications and S-wave velocity profiles for shallow and deep soils are estimated using earthquake ground motion records in metropolitan Manila, the Philippines. We first apply a spectral inversion technique to the earthquake records to estimate effects of source, path, and local site amplification. The earthquake data used were obtained during 36 moderate earthquakes at 10 strong-motion stations of an earthquake observation network in Manila. The estimated Q value of the propagation path is modelled as $54.6f^{1.1}$. Most of the source spectra can be approximated with the omega-square model. The site amplifications show characteristic features according to surface geological conditions. The amplifications at the sites in the coastal lowland and Marikina Valley shows predominant peaks at frequencies from 1 to 5 Hz, while those in the central plateau are characterised by no dominant peaks. These site amplifications are inverted to subsurface S-wave velocity. We, next, discuss the relationship between the amplifications and average S-wave velocity in the top 30m of the S-wave velocity profiles. The amplifications at low frequencies are well correlated with the averaged S-wave velocity. However, high-frequency amplifications cannot be sufficiently explained by the averaged S-wave velocity in the top 30 m. They are correlated more with the average of S-wave velocity over depths less than 30 m.

Design Proposal for Revitalization of Yangyeongsi in Daegu (대구 약령시 재활성화를 위한 디자인제안)

  • Yun, Young-Tae;Jang, Se-In
    • Archives of design research
    • /
    • v.20 no.1 s.69
    • /
    • pp.45-54
    • /
    • 2007
  • Recent research regarding local traditions, cultural heritage, and sightseeing resources that represent local characteristics for the purpose of local promotion has been actively advanced. Yangyeongsi in Daegu, South Korea is Doing developed as a core location in order to revitalize regional culture. The unique tradition and functions of this city area have been preserved. Previous research "The Fundamental Research of Revitalization for Yangyeongsi in Daegu for the Local Promotion" undertaken by the author revealed a lack of fundamental research available to establish an understanding of how to revitalize Yangyeongsi. The research methodology designed this by, (1)a site investigation and verification of previous research (2)a deep analysis of Yangyeongsi to uncover potential improvement opportunities (3) assessment of essential elements and appropriate directions for revitalization of the traditional market (4) application of the environment design improvement process to the local design center. The design proposal is that, firstly, space assessment will De improved by the maintenance and expansion of fundamental facilities. Secondly, space application can be maximized by servicing the complex road network through a traffic flow plan. In addition, consideration for the local characteristics will promote unity and identification with the region. Lastly, revitalization and industrialization development of sightseeing resources and secure streets and event spaces will promote enjoyable experiences for visitors. Research results were submitted to the local authority and applied to the future policy plan. Continuous research on revitalization and analysis of the local characteristics are recommended in order to benefit local promotion.

  • PDF

A prediction of the rock mass rating of tunnelling area using artificial neural networks (인공신경망을 이용한 터널구간의 암반분류 예측)

  • Han, Myung-Sik;Yang, In-Jae;Kim, Kwang-Myung
    • Journal of Korean Tunnelling and Underground Space Association
    • /
    • v.4 no.4
    • /
    • pp.277-286
    • /
    • 2002
  • Most of the problems in dealing with the tunnel construction are the uncertainties and complexities of the stress conditions and rock strengths in ahead of the tunnel excavation. The limitations on the investigation technology, inaccessibility of borehole test in mountain area and public hatred also restrict our knowledge on the geologic conditions on the mountainous tunneling area. Nevertheless an extensive and superior geophysical exploration data is possibly acquired deep within the mountain area, with up to the tunnel locations in the case of alternative design or turn-key base projects. An appealing claim in the use of artificial neural networks (ANN) is that they give a more trustworthy results on our data based on identifying relevant input variables such as a little geotechnical information and biological learning principles. In this study, error back-propagation algorithm that is one of the teaching techniques of ANN is applied to presupposition on Rock Mass Ratings (RMR) for unknown tunnel area. In order to verify the applicability of this model, a 4km railway tunnel's field data are verified and used as input parameters for the prediction of RMR, with the learned pattern by error back propagation logics. ANN is one of basic methods in solving the geotechnical uncertainties and helpful in solving the problems with data consistency, but needs some modification on the technical problems and we hope our study to be developed in the future design work.

  • PDF

Daily Life Satisfaction in Asia: A Cross-National Survey in Twelve Societies

  • Inoguchi, Takashi;Basanez, Miguel;Kubota, Yuichi;Cho, Sung Kyum;Kheokao, Jantima;Krirkgulthorn, Tassanee;Yingrengreung, Siritorn;Chung, Robert;Cheong, Angus Weng Hin;Sandoval, Gerardo A. Jay;Deshmukh, Yashwant;Shaw, Kanyika;Yu, Ching-Hsin;Zhou, Baohua;Idid, Syed Arabi Bin Syed Abdullah;Gilani, Ijaz Shaffi;Gilani, Bilal I.
    • Asian Journal for Public Opinion Research
    • /
    • v.1 no.3
    • /
    • pp.153-202
    • /
    • 2014
  • Aside from political leaders' popularity rates and the stock exchange index of business firms, ordinary people are highly interested in aspects of daily life, such as housing, income, health, family, food, human relations and work. Cross-national opinion polls on daily-life satisfaction were carried out in Japan, South Korea, Thailand, Hong Kong, Macao, the Philippines, India, Myanmar, Taiwan, China, Malaysia and Pakistan in the fall of 2013 and winter 2014. The percent difference index (PDI) is formulated as the sum of two positive responses (satisfied and somewhat satisfied) minus the sum of two negative responses (dissatisfied and somewhat dissatisfied). Percent difference indices are given according to society and daily-life aspects. For our analysis to go beneath national average and to go beyond national borders, two lines of analysis are carried out. First, the distance between the level of satisfaction of the top and bottom quartiles is given for each society and according to each of the daily-life aspects. Second, the regional sum of satisfaction of the top quartiles and bottom quartiles are shown crossed by daily-life aspects. In this article we confine ourselves to preliminary comparative description and analysis. More solid and deep comparisons will be carried out by local polling leaders of 12 Asian societies in the succeeding issue of the Asian Journal of Public Opinion Research. Nevertheless, two key threads stand out from this preliminary comparisons. First, social relations (family and human relations) stand out as most satisfied aspects of life in most of twelve societies. Second, the need to go beneath national averages and beyond national borders in analyzing cross-national surveys is confirmed. The comparability and validity of cross-national surveys with varying sampling method and survey mode are briefly discussed toward the end of the article.

Development of Bone Metastasis Detection Algorithm on Abdominal Computed Tomography Image using Pixel Wise Fully Convolutional Network (픽셀 단위 컨볼루션 네트워크를 이용한 복부 컴퓨터 단층촬영 영상 기반 골전이암 병변 검출 알고리즘 개발)

  • Kim, Jooyoung;Lee, Siyoung;Kim, Kyuri;Cho, Kyeongwon;You, Sungmin;So, Soonwon;Park, Eunkyoung;Cho, Baek Hwan;Choi, Dongil;Park, Hoon Ki;Kim, In Young
    • Journal of Biomedical Engineering Research
    • /
    • v.38 no.6
    • /
    • pp.321-329
    • /
    • 2017
  • This paper presents a bone metastasis Detection algorithm on abdominal computed tomography images for early detection using fully convolutional neural networks. The images were taken from patients with various cancers (such as lung cancer, breast cancer, colorectal cancer, etc), and thus the locations of those lesions were varied. To overcome the lack of data, we augmented the data by adjusting the brightness of the images or flipping the images. Before the augmentation, when 70% of the whole data were used in the pre-test, we could obtain the pixel-wise sensitivity of 18.75%, the specificity of 99.97% on the average of test dataset. With the augmentation, we could obtain the sensitivity of 30.65%, the specificity of 99.96%. The increase in sensitivity shows that the augmentation was effective. In the result obtained by using the whole data, the sensitivity of 38.62%, the specificity of 99.94% and the accuracy of 99.81% in the pixel-wise. lesion-wise sensitivity is 88.89% while the false alarm per case is 0.5. The results of this study did not reach the level that could substitute for the clinician. However, it may be helpful for radiologists when it can be used as a screening tool.

An Algorithm of Fingerprint Image Restoration Based on an Artificial Neural Network (인공 신경망 기반의 지문 영상 복원 알고리즘)

  • Jang, Seok-Woo;Lee, Samuel;Kim, Gye-Young
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.21 no.8
    • /
    • pp.530-536
    • /
    • 2020
  • The use of minutiae by fingerprint readers is robust against presentation attacks, but one weakness is that the mismatch rate is high. Therefore, minutiae tend to be used with skeleton images. There have been many studies on security vulnerabilities in the characteristics of minutiae, but vulnerability studies on the skeleton are weak, so this study attempts to analyze the vulnerability of presentation attacks against the skeleton. To this end, we propose a method based on the skeleton to recover the original fingerprint using a learning algorithm. The proposed method includes a new learning model, Pix2Pix, which adds a latent vector to the existing Pix2Pix model, thereby generating a natural fingerprint. In the experimental results, the original fingerprint is restored using the proposed machine learning, and then, the restored fingerprint is the input for the fingerprint reader in order to achieve a good recognition rate. Thus, this study verifies that fingerprint readers using the skeleton are vulnerable to presentation attacks. The approach presented in this paper is expected to be useful in a variety of applications concerning fingerprint restoration, video security, and biometrics.