菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-19
📄 Abstract - myMNIST: Benchmark of PETNN, KAN, and Classical Deep Learning Models for Burmese Handwritten Digit Recognition

We present the first systematic benchmark on myMNIST (formerly BHDD), a publicly available Burmese handwritten digit dataset important for Myanmar NLP/AI research. We evaluate eleven architectures spanning classical deep learning models (Multi-Layer Perceptron, Convolutional Neural Network, Long Short-Term Memory, Gated Recurrent Unit, Transformer), recent alternatives (FastKAN, EfficientKAN), an energy-based model (JEM), and physics-inspired PETNN variants (Sigmoid, GELU, SiLU). Using Precision, Recall, F1-Score, and Accuracy as evaluation metrics, our results show that the CNN remains a strong baseline, achieving the best overall scores (F1 = 0.9959, Accuracy = 0.9970). The PETNN (GELU) model closely follows (F1 = 0.9955, Accuracy = 0.9966), outperforming LSTM, GRU, Transformer, and KAN variants. JEM, representing energy-based modeling, performs competitively (F1 = 0.9944, Accuracy = 0.9958). KAN-based models (FastKAN, EfficientKAN) trail the top performers but provide a meaningful alternative baseline (Accuracy ~0.992). These findings (i) establish reproducible baselines for myMNIST across diverse modeling paradigms, (ii) highlight PETNN's strong performance relative to classical and Transformer-based models, and (iii) quantify the gap between energy-inspired PETNNs and a true energy-based model (JEM). We release this benchmark to facilitate future research on Myanmar digit recognition and to encourage broader evaluation of emerging architectures on regional scripts.

顶级标签: computer vision model evaluation benchmark
详细标签: handwritten digit recognition burmese script model benchmarking petnn kan networks 或 搜索:

myMNIST:针对缅甸手写数字识别的PETNN、KAN及经典深度学习模型基准测试 / myMNIST: Benchmark of PETNN, KAN, and Classical Deep Learning Models for Burmese Handwritten Digit Recognition


1️⃣ 一句话总结

本研究首次系统性地在缅甸手写数字数据集myMNIST上对包括经典CNN、新兴PETNN、KAN及基于能量的模型在内的11种架构进行基准测试,结果表明传统卷积神经网络(CNN)表现最佳,而受物理启发的PETNN模型也展现出强大竞争力,为相关领域研究提供了重要参考基线。

源自 arXiv: 2603.18597