论文--基于深度学习的图像目标类别检测研究与实现--孔冬荣20160522

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

图书分类号:

密级:

毕业设计(论文)

基于深度学习的图像目标类别检测研究与实现RESEARCH AND IMPLEMENTATION OF IMAGE OBJECT CATEGORY DETECTION BASED ON DEEP LEARNING

学生姓名孔冬荣

学院名称信电工程学院

学号20120508106

班级12软嵌 1

专业名称计算机科学与技术

指导教师鞠训光吕宝旺

2016年6月3日

徐州工程学院学位论文原创性声明

本人郑重声明:所呈交的学位论文,是本人在导师的指导下,独立进行研究工作所取得的成果。除文中已经注明引用或参考的内容外,本论文不含任何其他个人或集体已经发表或撰写过的作品或成果。对本文的研究做出重要贡献的个人和集体,均已在文中以明确方式标注。

本人完全意识到本声明的法律结果由本人承担。

论文作者签名:日期:年月日

徐州工程学院学位论文版权协议书

本人完全了解徐州工程学院关于收集、保存、使用学位论文的规定,即:本校学生在学习期间所完成的学位论文的知识产权归徐州工程学院所拥有。徐州工程学院有权保留并向国家有关部门或机构送交学位论文的纸本复印件和电子文档拷贝,允许论文被查阅和借阅。徐州工程学院可以公布学位论文的全部或部分内容,可以将本学位论文的全部或部分内容提交至各类数据库进行发布和检索,可以采用影印、缩印或扫描等复制手段保存和汇编本学位论文。

论文作者签名:导师签名:

日期:年月日日期:年月日

摘要

大数据时代使得数字图像的数量和规模与日俱增,给图像处理带来挑战。提高图像识别的效率和速率,对图像物体检测与识别具有一定的现实意义。

深度学习DL(Deep Learning)是近几年热门的一种含有多层结构的深度神经网络。通过学习一种深层非线性网络结构,提高对复杂分类问题的泛化能力。

由此而言,在图像检测难度较大的情况下,为达到更高的处理效率和准确率,运用深度学习技术便顺理成章。本选题将研究应用机器学习方法的最新成果--深度学习来实现目标类别检测。

本文的主要工作包括:

(1)查阅近年来的深度学习及目标检测的相关文献资料,了解深度学习和图像检测算法的国内外研究现状,概述深度学习的发展及其机理和训练方法,研究深度学习的Caffe 框架及卷积神经网络、Fast R-CNN等机理;

(2)在Linux系统下搭建Caffe学习框架,应用CUDA并行架构,采用基于AlexNet 网络的图像目标检测Fast R-CNN模型,通过交替无监督和有监督学习训练网络,最终实现对图像目标人、猫、车、沙发等二十个类别的检测;

(3)通过实验验证Fast R-CNN在数据集PASCAL VOC 2007的检测效果较为理想,证实使用深度学习进行图像目标检测具有可行性和有效性。

关键词目标类别检测;深度学习;卷积神经网络;Fast R-CNN

Abstract

Big data era brings growing number of images and the challenges of image processing. Improving the efficiency and speed of image recognition has a certain practical significance of the image object detection and recognition.

Deep Learning DL (Deep Learning) is popular in recent years. It has a deep neural network with multi-layer structure. By learning a deep nonlinear network structure, the generalization ability of the complex classification problem is improved.

Therefore, seeing that image detection is very difficult, in order to achieve higher processing efficiency and accuracy, we would use deep learning techniques naturally. This topic will study the recent application of machine learning methods -- deep learning to achieve the target category detection.

The main work of this paper includes:

(1) We refer to the literature information of deep learning and target detection in recent years, understand the domestic and foreign research status of deep learning and image detection algorithm. We provide an overview of its development mechanism and training methods deep learning, mechanism of its framework Caffe and convolutional neural networks, fast R-CNN etc;

(2) We build a Caffe learning framework under the Linux system. Using CUDA parallel architecture and image target detection fast R-CNN model based on AlexNet network, by alternately unsupervised and supervised learning to train the network, we ultimately detect twenty categories of image target such as cats, cars, sofa and so on;

(3) The experimental results show that the detection effect of Fast R-CNN on the data set PASCAL VOC 2007 confirm that the use of deep learning for image target detection is effective and feasible.

Keywords Target class detection Deep learning Convolutional neural network Fast

R-CNN

相关文档
最新文档