arXiv:2603.06036cs.CV2026-03

用稀疏超列+集成学习提升小样本脑肿瘤分割精度

Ensemble Learning with Sparse Hypercolumns

  • 对VGG16的超列进行分层采样,降低计算开销
  • 10%采样率下平均Dice达0.66,比UNet基线提升24.53%
  • 极小样本(N≤20)时逻辑回归反而是最优选择

受生物视觉启发,高维超列通过拼接卷积神经网络在单像素位置的多尺度激活构建。尽管其在图像分割中潜力大,但因处理密集超列的计算复杂度随训练集大小N线性增长,实际应用较少。本文针对此问题,采用分层采样策略处理基于VGG16的超列,并研究集成学习在稀疏超列上的表现。在脑肿瘤数据集上,堆叠与投票集成均表现良好;但在极端低样本场景(N ≤ 20)下,简单逻辑回归反而最有效。当采样率为10%时,最佳平均Dice分数为0.66,相比标准多尺度UNet基线(p值=3.07e-11,Wilcoxon符号秩检验)有显著24.53%提升,后者因过拟合表现更差。

原文摘要 · Abstract (English)

Directly inspired by findings in biological vision, high-dimensional hypercolumns are feature vectors built by concatenating multi-scale activations of convolutional neural networks for a single image pixel location. Together with powerful classifiers, they can be used for image segmentation i.e. pixel classification. However, in practice, there are only very few works dedicated to the use of hypercolumns. One reason is the computational complexity of processing concatenated dense hypercolumns that grows linearly with the size $N$ of the training set. In this work, we address this challenge by applying stratified subsampling to the VGG16 based hypercolumns. Furthermore, we investigate the performance of ensemble learning on sparse hypercolumns. Our experiments on a brain tumor dataset show that stacking and voting ensembles deliver competitive performance, but in the extreme low-shot case of $N \leq 20$, a simple Logistic Regression classifier is the most effective method. For 10% stratified subsampling rate, our best average Dice score is 0.66 for $N=20$. This is a statistically significant improvement of 24.53% over the standard multi-scale UNet baseline ($p$-value = $[3.07e-11]$, Wilcoxon signed-rank test), which is less effective due to overfitting.

图像分割超列集成学习小样本

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