arXiv:2604.00313cs.CV2026-04被引 1

用冻结模型+逻辑回归,少标注也能高效分类水下图像。

Label-efficient underwater image classification with logistic regression on frozen foundation model embeddings

论文配图:Label-efficient underwater image classification with logistic regression on frozen foundation model embeddings
图 1 · 摘自论文原文
  • 冻结DINOv3特征提取器,仅训练逻辑回归分类器。
  • 每类仅13张标签图时,平均宏F1达81.8%,144张时达88.5%。
  • 无需训练新网络,普通电脑即可运行,适合资源有限场景。

水下图像分类受限于标注成本和特定任务模型开发的计算与方法要求。本文研究是否可通过提取DINOv3 ViT-B/16的嵌入特征,并仅在AQUA20基准上训练逻辑回归分类器,来降低这些开销。在不同标注预算、重复80%训练子采样评估及全量训练重拟合下进行评估。当每类仅13张标注图像(约基准训练集4%)时,平均宏F1达81.8%;每类144张时达88.5%,接近完全监督ConvNeXt的88.9%(使用完整训练集)。使用全部官方训练标签时,宏F1达91.5%(置信区间:89.0-93.7%)。敏感性分析显示,结果对常规下游实现选择稳定,且在剔除重复/近似重复测试图像后仍成立。初步在第二数据集上的评估表明,整体性能水平及标签效率曲线非AQUA20特有。因DINOv3主干保持冻结,仅下游分类器训练,该方法避免了特定任务神经网络训练,可在消费级硬件上执行。这些发现确立了基于冻结基础模型嵌入的线性分类作为标签高效水下图像分类的实用基线。

原文摘要 · Abstract (English)

Underwater image classification is constrained by the cost of annotation and by the computational and methodological requirements of task-specific model development. We investigate whether frozen general-purpose foundation-model embeddings can reduce these requirements by extracting DINOv3 ViT-B/16 embeddings and training only a logistic regression classifier on the AQUA20 benchmark. We evaluate the approach across a range of annotation budgets, a repeated 80% training-subsample evaluation, and a full-training refit. With only 13 labelled images per category, corresponding to approximately 4% of the benchmark's official training partition, mean macro F1 reaches 81.8%; with 144 images per category it reaches 88.5%, compared to the published fully supervised ConvNeXt point estimate of 88.9% obtained with the complete training set (benchmark results reported without run-to-run variability). Using all official training labels, macro F1 reaches 91.5% (bootstrap 95% CI: 89.0-93.7%). Sensitivity analyses show that the main findings remain stable across ordinary downstream implementation choices, and persist after removing duplicate and near-duplicate test images identified in an audit of the official split. Preliminary evaluation on a second dataset suggests that overall performance level and the shape of the label efficiency curve are not unique to the AQUA20 dataset. Because the DINOv3 backbone remains frozen and only the downstream classifier is fitted, the approach avoids task-specific neural-network training and can be executed on commodity hardware. These findings establish linear classification on frozen foundation-model embeddings as a practical baseline for label-efficient underwater image classification.

水下图像标签效率逻辑回归冻结模型

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