基于卷积神经网络的目标检测模型的研究-控制科学与工程专业论文.docx
文本预览下载声明
上海交通大学硕士学位论文
上海交通大学硕士学位论文
万方数据
万方数据
基于卷积神经网络的目标检测模型的研究
摘 要
目标检测已经成为社会各领域的重要研究课题之一。传统检测模 型通常采用人工特征提取方法获得目标的特征描述,然后输入到一个 分类器中学习分类规则。然而,人工特征提取方法比较复杂,对设计 者提出了比较高的学术要求。其次,这些方法高度依赖于具体任务, 要求设计者有丰富的实际经验。再次,这些方法也有各自的局限性, 对应用环境提出严格的假设前提,如小尺度、小角度的变化等等,在 现实应用中很难得到满足。最后,传统检测模型分离了特征提取和分 类训练。如果在特征描述中人工提取的特征对目标不够好,那些丢失 的有用信息再也无法从分类训练中恢复出来。
卷积神经网络是一种将多层人工神经网络和卷积运算相结合的新 型网络。它通过卷积运算让计算机自动从图像中提取目标特征,这样 获得的特征更自然,并且通用性好。同时,它对一定程度的扭曲形变 有良好的鲁棒性。另外,它采用了稀疏连接和权值共享,极大减少了 神经网络模型的参数个数。然而,卷积神经网络需要对整个目标进行 处理,对于一些复杂目标,模型需要大量的中间节点,计算量大。其 次,卷积神经网络只能进行监督学习,所有训练样本都需要事先正确 标注。另外,随着网络深度的增加,模型参数越来越难在各层之间有 效地传递,这样限制了参数的自适应学习。所有这些不足阻碍了卷积 神经网络模型的广泛应用。
本文提出了一种基于卷积神经网络的新型目标检测模型,有效地 解决了这些问题。首先,本文模型采用了部件检测模块,将复杂目标 切分为多个部件分别检测,降低了计算量。其次,本文提出了一种隐 式训练方法,能够训练模型从未标注的样本中确定隐藏变量的标签,
I
进而学习目标的分类规则。最后,本文还提出了两段式学习方案,借
鉴“预训练”的思想逐步叠加网络的规模,避免了参数学习受限。在 公共的静态行人检测库 INRIA[1]和数字角点库 A-MNIST 上的实验验 证了本文模型优于现有的主要检测模型。
关键词:目标检测,卷积神经网络,部件检测,隐式训练
II
A Target Detection Model Based on Convolutional Neural Networks
ABSTRACT
Target detection has become one of the important research topics in various fields of society. Traditional detection models usually obtain the feature description of targets using the artificial methods, then input the description into a classifier to learn the classification rules. However, the artificial methods are so complex that they put forward high academic requirements to the designers. Second, these methods are highly dependent on the specific tasks, requiring designers’ rich practical experience. Again, these methods have their own limitations and put forward the strict assumptions for the application environment, such as small scale or angle changes which are hardly satisfied in the real environment. Last, the feature extraction and classification training are separated in the traditional models. If the features obtained during the feature extraction progress are not good enough for the target, the lost useful information cannot be recovered during the classification training.
Convolutional neural networks are
显示全部