$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

[국내논문] 딥러닝 알고리즘과 2D Lidar 센서를 이용한 이미지 분류
Image Classification using Deep Learning Algorithm and 2D Lidar Sensor 원문보기

전기전자학회논문지 = Journal of IKEEE, v.23 no.4, 2019년, pp.1302 - 1308  

이준호 (Mando Corporation) ,  장혁준 (School of Electrical Engineering, Kookmin University)

초록
AI-Helper 아이콘AI-Helper

본 논문은 CNN (Convolutional Neural Network)와 2D Lidar 센서에서 획득한 위치 데이터를 이용하여 이미지를 분류하는 방법을 제시한다. Lidar 센서는 데이터 정확도, 형상 왜곡 및 광 변화에 대한 강인성 측면에서의 이점으로 인해 무인 장치에 널리 사용되어 왔다. CNN 알고리즘은 하나 이상의 컨볼루션풀링 레이어로 구성되며 이미지 분류에 만족스러운 성능을 보여 왔다. 본 논문에서는 학습 방법에 따라 다른 유형의 CNN 아키텍처들인 Gradient Descent (GD) 및 Levenberg-arquardt (LM)를 구현하였다. LM 방법에는 학습 파라메터를 업데이트하는 요소 중 하나인 Hessian 행렬 근사 빈도에 따라 두 가지 유형이 있다. LM 알고리즘시뮬레이션 결과는 GD 알고리즘보다 이미지 데이터의 분류 성능이 우수하였다. 또한 Hessian 행렬 근사가 더 빈번한 LM 알고리즘은 다른 유형의 LM 알고리즘보다 작은 오류를 보여주었다.

Abstract AI-Helper 아이콘AI-Helper

This paper presents an approach for classifying image made by acquired position data from a 2D Lidar sensor with a convolutional neural network (CNN). Lidar sensor has been widely used for unmanned devices owing to advantages in term of data accuracy, robustness against geometry distortion and light...

Keyword

표/그림 (8)

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 대표적으로 입력과 출력의 오차의 손실 함수(loss function)로부터 얻어지는 그라디언트(gradient)를 최소화하는 방향으로 파라미터를 학습시키는 GD(Gradient Descent) 알고리즘[16]과 비선형 시스템의 최소 제곱 문제(least square problem)를 풀기 위해 고안된 LM Levenberg-Marquardt) 기법을 적용한 알고리즘이 있다[17]. 본 논문에서는 두 가지 알고리즘의 학습 소요 시간 및 성능에 대한 비교 연구를 수행한다.
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
딥 러닝이란? 딥 러닝(deep learning)은 인간의 이해능력을 컴퓨터로 실현하는 기술인 인공지능(Artificial Intelligence, AI)을 구성하기 위해 인공 신경망(Artificial Neural Networks, ANN)에 기반하여 컴퓨터를 학습시키는 방식을 말한다. 딥 러닝은 크게 입력 레이어 (input layer)와 출력 레이어(output layer) 사이에 여러 개의 은닉 레이어(hidden layer)로 이루어진 심층 신경망(deep neural network, DNN), 컨볼루션 연산을 통해 학습을 진행하는 레이어가 존재하는 컨볼루션 신경망(Convolutional Neural Network, CNN), 과거의 학습 정보를 기억하여 학습에 반영하는 형태인 순환 신경망(Recurrent Neural Network, RNN)으로 나눌 수 있다.
AlexNet 알고리즘으로 처음 소개된 기법은? LeNet-5가 소개된 이후 컴퓨터 기술의 발전과 계산 속도의 가속화로 인해 다양한 형식의 CNN 기법이 제시되었다: AlexNet은 ILSVRC (ImageNet Large-Scale Visual Recognition Challenge)의 2012년 대회에서 학습된 모델이 예측한 최상위 5개 범주의 오류율을 나타내는 top 5 test error 기준 1위를 차지한 CNN 기반 알고리즘으로서, LeNet-5 구조를 기본으로 2개의 GPU를 기반으로 한 병렬 구조의 네트워크이다[7]. 해당 알고리즘은 LeNet-5와 같이 컨볼루션 연산을 통해 학습이 이루어진다는 점 이외에, 학습 레이어가 많을 때 발생하는 과적합(overfitting) 문제를 발생하기 위해 적용되는 드롭 아웃(dropout) 기법을 처음 소개했다. VGGNet 는 2014년 ILSVRC 대회에서 높은 성능을 보인 알고리즘으로서 모든 레이어에서 가장 작은 단위의 필터를 사용함으로서 학습 량의 감소를 통해 성능을 향상시킨다[8].
CNN 구조의 컨볼루션 레이어의 장점은? 이 중 CNN은 1989년 LeCun에 의해 처음 제안됐으며[1], 이후에 LeNet-5라는 최초의 CNN이 구현되었다[2]. CNN 구조의 컨볼루션 레이어(convolution layer)는 컨볼루션 연산을 통해 3차원의 공간적 정보를 유지한 채 학습을 진행할 수 있다는 장점으로 인해 영상 및 음성 분야에서 활발하게 적용되고 있다[3-6].
질의응답 정보가 도움이 되었나요?

참고문헌 (20)

  1. LeCun, Yann, et al., "Backpropagation applied to handwritten zip code recognition," Neural computation, vol.1, no.4, pp.541-551, 1989. DOI: 10.1162/neco.1989.1.4.541 

  2. LeCun, Yann, et al., "Gradient-based learning applied to document recognition," Proceedings of the IEEE, vol.86, no.11, pp.2278-2324, 1998. DOI: 10.1109/5.726791 

  3. E. S. Park, C. Y. Jang, B. H. Im, H. L. Kim, "Real-time Traffic Signs Recognition using MSERs and CNN," Journal of Institute of Control, Robotics and Systems, Vol.23, No.6, pp.489-496, 2017. DOI: 10.5302/J.ICROS.2017.17.0049 

  4. Y. Y. Lee, S. M. Park, I. H. Jang, T. H. Kim, G. B. Sim, "CNN-based Shoe-upper Pattern Recognition and Generation of Adhesive Point," Journal of Institute of Control, Robotics and Systems, Vol.23, No.9, pp.725-731, 2017. DOI: 10.5302/J.ICROS.2017.17.0109 

  5. Dae-Hun Kim, Jong-Eun Ha, "Multi-Lane Detection using Convolutional Neural Networks and Transfer Learning," Journal of Institute of Control, Robotics and Systems, Vol.23, No.9, pp.718-724, 2017. DOI: 10.5302/J.ICROS.2017.17.0107 

  6. Jun Hoo Cho, Chang Ho Kang, Chan Gook Park, "Convolutional Neural Network-based Automatic Target Recognition Algorithm in SAR Image," Journal of Institute of Control, Robotics and Systems, vol.23, No.8, pp.644-649, 2017. DOI: 10.5302/J.ICROS.2017.17.0100 

  7. Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton, "Imagenet classification with deep convolutional neural networks," in Advances in neural information processing systems, Vol.25, No.2 pp.1097-1105, 2012. DOI: 10.1145/3065386 

  8. Karen Simonyan and Andrew Zisserman, "Very deep convolutional networks for large-scale image recognition," arXiv preprint arXiv:1409. 1556, 2014. 

  9. Christian Szegedy et al., "Going deeper with convolutions," in Proceedings of the IEEE conference on computer vision and pattern recognition, pp.1-9, 2015. DOI: 10.1109/CVPR.2015.7298594 

  10. Kaiming He et al., "Deep residual learning for image recognition," In Proceedings of the IEEE conference on computer vision and pattern recognition, pp.770-778, 2016. DOI: 10.1109/CVPR.2016.90 

  11. Ross Girshick et al., "Rich feature hierarchies for accurate object detection and semantic segmentation," In Proceedings of the IEEE conference on computer vision and pattern recognition, pp.580-587, 2014. DOI: 10.1109/CVPR.2014.81 

  12. Ross Girshick, "Fast r-cnn," In Proceedings of the IEEE international conference on computer vision, pp.1440-1448, 2015. DOI: 10.1109/ICCV.2015.169 

  13. Brent Schwarz, "LIDAR: Mapping the world in 3D," Nature Photonics, vol.4, no.7, pp.429-430, 2010. DOI: 10.1038/nphoton.2010.148 

  14. Laura Leal-Taixe, Cristian Canton-Ferrer, and Konrad Schindler, "Learning by Tracking: Siamese CNN for Robust Target Association," The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, pp.33-40, 2016. 

  15. Yann LeCun, Yoshua Bengio, and Geoffrey Hinton, "Deep learning," nature, vol.521, no.7553, pp.436-444, 2015. DOI: 10.1038/nature14539 

  16. Leon Bottou, "Large-scale machine learning with stochastic gradient descent," In Proceedings of COMPSTAT'2010. Physica-Verlag HD, pp.177-186, 2010. DOI: 10.1007/978-3-7908-2604-3_16 

  17. Ananth Ranganathan, "The levenberg-marquardt algorithm," Tutorial on LM algorithm, vol.11, no.1, pp.101-110, 2004. DOI: 10.1007/978-3-7908-2604-3_16 

  18. Djork-Arne Clevert, Thomas Unterthiner, and Sepp Hochreiter, "Fast and accurate deep network learning by exponential linear units (elus)," arXiv preprint arXiv:1511.07289 (2015). 

  19. Fatma Ouled Saad et al., "Quadrupole method: A new approach for solving the direct problem of electrical resistance tomography," Journal of King Saud University-Science, vol.29, no.3, pp. 360-370, 2017. DOI: 10.1016/j.jksus.2016.08.007 

  20. Martin T Hagan and Mohammad B. Menhaj, "Training feedforward networks with the Marquardt algorithm," IEEE transactions on Neural Networks, vol.5, no.6, pp.989-993, 1994. DOI: 10.1109/72.329697 

저자의 다른 논문 :

활용도 분석정보

상세보기
다운로드
내보내기

활용도 Top5 논문

해당 논문의 주제분야에서 활용도가 높은 상위 5개 콘텐츠를 보여줍니다.
더보기 버튼을 클릭하시면 더 많은 관련자료를 살펴볼 수 있습니다.

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

오픈액세스 학술지에 출판된 논문

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로