Skip to main content
QUICK REVIEW

[论文解读] Design of a novel convex hull based feature set for recognition of isolated handwritten Roman numerals

Nibaran Das, Sandip Pramanik|arXiv (Cornell University)|Jan 22, 2015
Handwritten Text Recognition Techniques参考文献 10被引用 4
一句话总结

本文提出了一种基于凸包的新型特征集,用于使用多层感知机(MLP)分类器识别孤立手写罗马数字。通过提取125个特征——25个来自凸包的凹陷属性,以及每个由凸包质心划分的四个子图像中各25个特征——在MNIST数据集上实现了97.44%的识别准确率,证明了仿射不变几何特征在手写数字识别中的有效性。

ABSTRACT

In this paper, convex hull based features are used for recognition of isolated Roman numerals using a Multi Layer Perceptron (MLP) based classifier. Experiments of convex hull based features for handwritten character recognition are few in numbers. Convex hull of a pattern and the centroid of the convex hull both are affine invariant attributes. In this work, 25 features are extracted based on different bays attributes of the convex hull of the digit patterns. Then these patterns are divided into four sub-images with respect to the centroid of the convex hull boundary. From each such sub-image 25 bays features are also calculated. In all 125 convex hull based features are extracted for each numeric digit patterns under the current experiment. The performance of the designed feature set is tested on the standard MNIST data set, consisting of 60000 training and 10000 test images of handwritten Roman using an MLP based classifier a maximum success rate of 97.44% is achieved on the test data.

研究动机与目标

  • 开发一种对仿射变换不变的鲁棒特征集,用于孤立手写罗马数字识别。
  • 探索利用凸包几何结构和凹陷属性来增强手写字符识别中的特征表示。
  • 通过将凸包空间划分为子区域以实现局部特征提取,提升识别准确率。
  • 在标准基准数据集上使用成熟的分类器架构验证所提出的特征集。

提出的方法

  • 计算每个手写数字模式的凸包,以提取全局几何特征。
  • 利用凸包边界的质心将图像划分为四个子图像,以进行局部特征分析。
  • 从凸包边界提取总共25个凹陷属性,代表几何不规则性。
  • 为每个四个子图像分别计算25个凹陷特征,总计每个数字模式提取125个特征。
  • 将特征集输入多层感知机(MLP)分类器以实现模式识别。
  • 在包含60,000张训练图像和10,000张测试图像的标准MNIST数据集上训练并测试该模型。

实验结果

研究问题

  • RQ1基于凸包的几何特征能否提升孤立手写罗马数字的识别准确率?
  • RQ2凸包的仿射不变属性如何在变换下增强特征的鲁棒性?
  • RQ3将凸包划分为子区域是否能产生比仅使用全局凸包特征更具判别力的特征?
  • RQ4在标准基准数据集上,使用该新型特征集可达到的最高识别性能是多少?

主要发现

  • 所提出的特征集在使用MLP分类器的MNIST测试集上实现了最高97.44%的识别准确率。
  • 子图像基础上的凹陷特征集成显著增强了整体特征向量的判别能力。
  • 凸包及其质心提供了仿射不变属性,提升了对缩放、旋转和平移的鲁棒性。
  • 尽管在手写字符识别中基于凸包的特征研究较少,该方法仍表现出强劲性能。
  • 特征集的设计结合了全局与局部几何结构,有助于实现高分类准确率。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。