用PCA分析卷积神经网络像素特征,无监督提升食材分割效果
Exploring PCA-based feature representations of image pixels via CNN to enhance food image segmentation
- 通过CNN提取像素特征,用PCA降维并选最优主成分图
- 在FoodSeg103数据集上达到mIoU 0.5423,无需微调
- 方法无需标签数据,适合少标注场景
为实现食物图像中食材的开放词汇识别,分割食材是关键步骤。本文提出一种新方法,利用卷积神经网络(CNN)探索基于主成分分析(PCA)的像素级特征表示以增强分割性能。定义基于轮廓系数的内部聚类评估指标,用于评价不同CNN主干网络生成的特征图所对应的像素级特征表示的聚类质量。基于该指标,探索了最优特征表示选择及合适的聚类方法。此外发现,将主干网络特征图拼接后提取的主成分(PC)图能显著提升像素级特征表示的聚类质量,实现稳定的分割结果。值得注意的是,选取的特征值数量可直接作为聚类数,获得良好分割效果。所提方法在标注食材的FoodSeg103数据集上表现良好,平均交并比(mIoU)达0.5423。重要的是,该方法为无监督学习,主干网络的像素级特征表示未在特定数据集上微调,体现了方法的灵活性、泛化性与可解释性,同时降低了对大量标注数据的依赖。
原文摘要 · Abstract (English)
For open vocabulary recognition of ingredients in food images, segmenting the ingredients is a crucial step. This paper proposes a novel approach that explores PCA-based feature representations of image pixels using a convolutional neural network (CNN) to enhance segmentation. An internal clustering metric based on the silhouette score is defined to evaluate the clustering quality of various pixel-level feature representations generated by different feature maps derived from various CNN backbones. Using this metric, the paper explores optimal feature representation selection and suitable clustering methods for ingredient segmentation. Additionally, it is found that principal component (PC) maps derived from concatenations of backbone feature maps improve the clustering quality of pixel-level feature representations, resulting in stable segmentation outcomes. Notably, the number of selected eigenvalues can be used as the number of clusters to achieve good segmentation results. The proposed method performs well on the ingredient-labeled dataset FoodSeg103, achieving a mean Intersection over Union (mIoU) score of 0.5423. Importantly, the proposed method is unsupervised, and pixel-level feature representations from backbones are not fine-tuned on specific datasets. This demonstrates the flexibility, generalizability, and interpretability of the proposed method, while reducing the need for extensive labeled datasets.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。