arXiv:2506.07998cs.LGcs.CV2025-06被引 9

生成模型合成新权重实为记忆复制,难以突破训练数据范围。

Generative Modeling of Weights: Generalization or Memorization?

  • 用训练过的模型检查点生成新权重,本质是复制或简单插值。
  • 生成权重性能不如加噪或简单集成等基线方法。
  • 适合关注生成模型局限性与权重数据特性的研究者。

近期研究探索了用生成模型合成神经网络权重的方法,以在推理时生成高性能权重。本文检验了四种代表性方法在生成与训练检查点不同的新权重方面的能力。结果表明,这些方法主要通过记忆实现:生成的权重要么是训练数据的复制品,要么是简单的插值。此外,它们无法超越添加噪声或权重集成等简单基线方法,在获得既不同又高性能的模型方面表现更差。进一步分析显示,这种记忆现象可能源于数据量有限、模型过度参数化以及未充分使用权重数据特有的结构先验。这些发现强调了在新领域应用生成模型时需更谨慎的设计与严格的评估。代码已公开于 https://github.com/boyazeng/weight_memorization。

原文摘要 · Abstract (English)

Generative models have recently been explored for synthesizing neural network weights. These approaches take neural network checkpoints as training data and aim to generate high-performing weights during inference. In this work, we examine four representative, well-known methods on their ability to generate novel model weights, i.e., weights that are different from the checkpoints seen during training. Contrary to claims in prior work, we find that these methods synthesize weights largely by memorization: they produce either replicas, or, at best, simple interpolations of the training checkpoints. Moreover, they fail to outperform simple baselines, such as adding noise to the weights or taking a simple weight ensemble, in obtaining different and simultaneously high-performing models. Our further analysis suggests that this memorization might result from limited data, overparameterized models, and the underuse of structural priors specific to weight data. These findings highlight the need for more careful design and rigorous evaluation of generative models when applied to new domains. Our code is available at https://github.com/boyazeng/weight_memorization.

权重生成记忆效应生成模型

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