arXiv:2510.17299cs.CV2025-10NeurIPS被引 4

自监督学习训练越久,密集预测任务反而变差,本文提出新指标解决此问题。

Exploring Structural Degradation in Dense Representations for Self-supervised Learning

论文配图:Exploring Structural Degradation in Dense Representations for Self-supervised Learning
图 1 · 摘自论文原文
  • 设计结构估计算法DSE,评估密集表征质量
  • 用DSE选模型使分割精度提升3.0%平均
  • 适用于自监督学习中密集预测任务优化

本文观察到自监督学习(SSL)中一种反直觉现象:训练时间越长,密集预测任务(如语义分割)性能反而下降。我们将其称为自监督密集退化(SDD),并在十六种先进SSL方法、多种损失函数、架构和数据集上验证了该现象的普遍性。当模型在训练末期密集任务表现不佳时,监控训练过程中的性能变得至关重要,但无标注条件下有效评估密集性能仍是开放难题。为此,我们提出一个密集表征结构估计算法(DSE),由类别相关性度量和有效维度度量组成。DSE在理论和实证上均与下游性能高度相关。基于该指标,我们提出简单有效的模型选择策略和基于DSE的正则化方法。在四个基准上的实验表明,模型选择使平均mIoU提升3.0%,计算开销极小;且DSE正则化能持续缓解密集退化。代码已开源。

原文摘要 · Abstract (English)

In this work, we observe a counterintuitive phenomenon in self-supervised learning (SSL): longer training may impair the performance of dense prediction tasks (e.g., semantic segmentation). We refer to this phenomenon as Self-supervised Dense Degradation (SDD) and demonstrate its consistent presence across sixteen state-of-the-art SSL methods with various losses, architectures, and datasets. When the model performs suboptimally on dense tasks at the end of training, measuring the performance during training becomes essential. However, evaluating dense performance effectively without annotations remains an open challenge. To tackle this issue, we introduce a Dense representation Structure Estimator (DSE), composed of a class-relevance measure and an effective dimensionality measure. The proposed DSE is both theoretically grounded and empirically validated to be closely correlated with the downstream performance. Based on this metric, we introduce a straightforward yet effective model selection strategy and a DSE-based regularization method. Experiments on sixteen SSL methods across four benchmarks confirm that model selection improves mIoU by $3.0\%$ on average with negligible computational cost. Additionally, DSE regularization consistently mitigates the effects of dense degradation. Code is available at https://github.com/EldercatSAM/SSL-Degradation.

自监督学习密集预测表征退化模型选择

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