arXiv:2609.07408cs.LGcs.CV2026-09

Canny边缘检测预处理会降低帕金森病分类模型性能

Impact of canny edge detection preprocessing on performance of machine learning models for Parkinson's disease classification

  • 用Canny+Hessian过滤预处理图像数据
  • 多数模型在预处理后准确率下降,仅随机森林稳定
  • 适合关注模型效率与数据质量的医疗AI研究者

本研究探讨使用机器学习模型对健康人群与帕金森病风险人群进行分类,重点关注数据集规模和预处理技术对模型性能的影响。从原始数据集构建四个子集:DS_0(原始数据)、DS_1(DS_0经Canny边缘检测和Hessian滤波)、DS_2(DS_0增强版)、DS_3(DS_1增强版)。评估了逻辑回归(LR)、决策树(DT)、随机森林(RF)、梯度提升(GB)、XGBoost(XBG)、朴素贝叶斯(NB)、支持向量机(SVM)和AdaBoost(AdB)等模型在这些数据集上的表现,分析预测准确率、模型大小和预测延迟。结果显示,虽然更大的数据集导致模型内存占用和预测延迟上升,但采用Canny边缘检测结合Hessian滤波的预处理(用于DS_1和DS_3)反而使多数模型性能下降。实验中,随机森林(RF)在所有数据集上保持稳定的61 KB内存占用;而KNN和SVM的内存使用从DS_0的5.7–7 KB增至DS_2的102–220 KB,预测时间也显著增加。逻辑回归、决策树和朴素贝叶斯在所有数据集上内存占用稳定且预测速度快。XGBoost的预测时间从DS_0的180–200毫秒增至DS_2的700–3000毫秒(截断)。

原文摘要 · Abstract (English)

This study investigates the classification of individuals as healthy or at risk of Parkinson's disease using machine learning (ML) models, focusing on the impact of dataset size and preprocessing techniques on model performance. Four datasets are created from an original dataset: DS_0, (normal dataset), DS_1 (DS_O subjected to Canny edge detection and Hessian filtering), DS_2 (augmented DS_0), and DS_3 (augmented DS_1). We evaluate a range of ML models-Logistic Regression (LR), Decision Tree (DT), Random Forest (RF), Gradient Boosting (GB), XGBoost (XBG), Naive Bayes (NB), Support Vector Machine (SVM), and AdaBoost (AdB)-on these datasets, analyzing prediction accuracy, model size, and prediction latency. The results show that while larger datasets lead to increased model memory footprints and prediction latencies, the Canny edge detection preprocessing supplemented by Hessian filtering (used in DS_1 and DS_3) degrades the performance of most models. In our experiment, we observe that Random Forest (RF) maintains a stable memory footprint of 61 KB across all datasets, while models like KNN and SVM show significant increases in memory usage, from 5.7-7 KB on DS_0 to 102-220 KB on DS_2, and similar increases in prediction time. Logistic Regression, Decision Tree, and Naive Bayes show stable memory footprints and fast prediction times across all datasets. XGBoost's prediction time increases from 180-200 ms on DS_0 to 700-3000 ms on DS_2 (truncated)

帕金森病机器学习图像预处理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。