用简化多边形表示图像,让模型更轻更快还更准
PolygoNet: Leveraging Simplified Polygonal Representation for Effective Image Classification
- 将图像转为关键点构成的多边形,大幅压缩数据
- 在多个数据集上达到顶尖模型性能,训练速度提升显著
- 适合边缘设备部署,兼顾效率与泛化能力
深度学习在图像任务中表现卓越,但常面临计算复杂度高和过拟合问题。本文提出一种基于关键点或轮廓坐标构建多边形表示的新方法,将输入图像转化为紧凑形式,显著降低计算开销,加快训练速度并节省资源,适用于实时和资源受限场景。该表示天然捕捉图像核心特征并过滤噪声,带来自然正则化效果,缓解过拟合。所获轻量模型在多个基准数据集上表现媲美全分辨率图像下的先进方法,同时支持边缘设备部署。大量实验验证了该方法在降低复杂度、提升泛化性及推动边缘计算方面的有效性。代码已开源:https://github.com/salimkhazem/PolygoNet。
原文摘要 · Abstract (English)
Deep learning models have achieved significant success in various image related tasks. However, they often encounter challenges related to computational complexity and overfitting. In this paper, we propose an efficient approach that leverages polygonal representations of images using dominant points or contour coordinates. By transforming input images into these compact forms, our method significantly reduces computational requirements, accelerates training, and conserves resources making it suitable for real time and resource constrained applications. These representations inherently capture essential image features while filtering noise, providing a natural regularization effect that mitigates overfitting. The resulting lightweight models achieve performance comparable to state of the art methods using full resolution images while enabling deployment on edge devices. Extensive experiments on benchmark datasets validate the effectiveness of our approach in reducing complexity, improving generalization, and facilitating edge computing applications. This work demonstrates the potential of polygonal representations in advancing efficient and scalable deep learning solutions for real world scenarios. The code for the experiments of the paper is provided in https://github.com/salimkhazem/PolygoNet.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。