通过动态平衡特征多样性与冗余信息,提升自监督学习表现
AdaDim: Dimensionality Adaptation for SSL Representational Dynamics
- 根据训练动态自适应调节特征去相关与嵌入冗余度
- 在不使用复杂结构下实现最高3%的性能提升
- 适合追求高效、无需额外组件的SSL模型优化
自监督学习(SSL)的关键挑战在于防止维度坍缩,即高维表示空间 $R$ 被压缩到低维子空间。现有方法通过鼓励特征去相关或样本均匀性来提升 $R$ 的维数 $H(R)$,以增强特征多样性,利于下游任务泛化。同时,投影头将 $R$ 映射至嵌入空间 $Z$,并被视作过滤噪声或无关特征的机制,降低 $R$ 与 $Z$ 之间的互信息 $I(R;Z)$。当前观点认为理想表示应具有高 $H(R)$ 与低 $I(R;Z)$。然而,我们分析发现最佳模型并非两者极端最优,而是两者的平衡。为此提出 AdaDim:一种基于训练动态的自适应策略,在训练过程中逐步增加 $H(R)$ 并控制 $I(R;Z)$,实现更高性能。实验表明,即使不依赖队列、聚类、预测网络或师生架构等昂贵技术,仍可获得最高3%的提升。
原文摘要 · Abstract (English)
A key factor in effective Self-Supervised learning (SSL) is preventing dimensional collapse, where higher-dimensional representation spaces ($R$) span a lower-dimensional subspace. Therefore, SSL optimization strategies involve guiding a model to produce $R$ with a higher dimensionality ($H(R)$) through objectives that encourage decorrelation of features or sample uniformity in $R$. A higher $H(R)$ indicates that $R$ has greater feature diversity which is useful for generalization to downstream tasks. Alongside dimensionality optimization, SSL algorithms also utilize a projection head that maps $R$ into an embedding space $Z$. Recent work has characterized the projection head as a filter of noisy or irrelevant features from the SSL objective by reducing the mutual information $I(R;Z)$. Therefore, the current literature's view is that a good SSL representation space should have a high $H(R)$ and a low $I(R;Z)$. However, this view of SSL is lacking in terms of an understanding of the underlying training dynamics that influences the relationship between both terms. Our analysis shows that the best performing SSL models do not have the highest $H(R)$ nor the lowest $I(R;Z)$, but effectively arrive at a balance between both. To take advantage of this analysis, we introduce AdaDim, a training strategy that leverages SSL training dynamics by adaptively balancing between increasing $H(R)$ through feature decorrelation and sample uniformity as well as gradual regularization of $I(R;Z)$ as training progresses. We show performance improvements of up to 3% over common SSL baselines despite our method not utilizing expensive techniques such as queues, clustering, predictor networks, or student-teacher architectures.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。