Research Papers 论文研究 8d ago Updated 7d ago 更新于 7天前 43

Predicting When Random Low-Dimensional Reparameterizations Train Neural Networks 预测随机低维重参数化何时能够训练神经网络

Neural networks can be trained via random low-dimensional reparameterization, where a small latent vector is mapped into full parameter updates through a frozen random map The authors derive an orientation-resolved quadratic master formula predicting random-slice residual from curvature spectrum and displacement profile, generalizing prior Gaussian-width bounds Random Mapping Networks (RaMaN) use structured Hadamard or seed-regenerated Gaussian maps, reducing storage from O(dP) to O(d) and optim 神经网络可通过随机低维重参数化训练/微调,小潜在向量经冻结随机映射生成完整参数更新,核心问题是确定达到低损失区域所需的最小潜在空间维度 提出方向解析的二次主公式,从曲率谱和参考到解的位移轮廓预测随机切片残差,在保守半径特化下可恢复高斯宽度二次界 引入Random Mapping Networks (RaMaN),使用结构化Hadamard或种子再生高斯映射实例化预测的潜在维度,避免O(dP)存储并将优化器状态内存从O(P)降至O(d) 开发无矩阵曲率近似和免扫描维度选择方法,在图像和语言模型端到端实验中验证了协议依赖的sharp训练转变

55
Hot 热度
72
Quality 质量
62
Impact 影响力

Analysis 深度分析

TL;DR

  • Neural networks can be trained via random low-dimensional reparameterization, where a small latent vector is mapped into full parameter updates through a frozen random map
  • The authors derive an orientation-resolved quadratic master formula predicting random-slice residual from curvature spectrum and displacement profile, generalizing prior Gaussian-width bounds
  • Random Mapping Networks (RaMaN) use structured Hadamard or seed-regenerated Gaussian maps, reducing storage from O(dP) to O(d) and optimizer-state memory from O(P) to O(d)
  • Matrix-free curvature approximations and sweep-free dimension selection enable practical deployment without full curvature computation
  • Experiments on quadratic landscapes and end-to-end image/language models confirm sharp, protocol-dependent training transitions predicted by the theory

Why It Matters

This work bridges a critical gap between theoretical understanding and practical efficiency in neural network training, offering a principled way to determine latent dimension requirements without expensive trial-and-error. For AI practitioners working on parameter-efficient fine-tuning or memory-constrained deployment, RaMaN provides a theoretically grounded alternative to full fine-tuning with dramatically reduced memory overhead.

Technical Details

  • Theoretical framework: The accessibility transition is reformulated in conic geometry, centered at the statistical dimension of the polar cone for compact convex targets. The orientation-resolved quadratic master formula predicts residual loss from both the curvature spectrum and the reference-to-solution displacement profile, yielding a self-consistent isotropic-orientation predictor that recovers the Gaussian-width quadratic bound in its radius-only specialization.
  • RaMaN architecture: Structured Hadamard and seed-regenerated Gaussian random maps instantiate the predicted latent dimension, avoiding dense O(dP) storage. Optimizer-state memory scales as O(d) rather than O(P), where d is latent dimension and P is parameter count.
  • Practical innovations: Matrix-free curvature approximations eliminate the need for explicit Hessian computation, and sweep-free dimension selection determines the required latent size without iterative searching.
  • Empirical validation: Controlled quadratic and neural-curvature experiments show the orientation-resolved predictor closely tracks measured transition locations, outperforming orientation-agnostic approximations when displacement direction is significant. End-to-end experiments demonstrate sharp training transitions across image and language models.

Industry Insight

  • Parameter-efficient fine-tuning methods could adopt RaMaN-style structured random maps to achieve comparable performance to full fine-tuning at a fraction of the memory cost, particularly valuable for edge deployment and large-scale language model adaptation.
  • The orientation-resolved predictor provides a practical diagnostic tool: practitioners can estimate the minimum latent dimension needed before committing to training, avoiding wasted computation on underspecified reparameterization schemes.
  • As models continue to scale, the O(d) memory reduction from RaMaN becomes increasingly impactful, potentially enabling fine-tuning of billion-parameter models on hardware that currently only supports inference.

TL;DR

  • 神经网络可通过随机低维重参数化训练/微调,小潜在向量经冻结随机映射生成完整参数更新,核心问题是确定达到低损失区域所需的最小潜在空间维度
  • 提出方向解析的二次主公式,从曲率谱和参考到解的位移轮廓预测随机切片残差,在保守半径特化下可恢复高斯宽度二次界
  • 引入Random Mapping Networks (RaMaN),使用结构化Hadamard或种子再生高斯映射实例化预测的潜在维度,避免O(dP)存储并将优化器状态内存从O(P)降至O(d)
  • 开发无矩阵曲率近似和免扫描维度选择方法,在图像和语言模型端到端实验中验证了协议依赖的sharp训练转变

为什么值得看

本文从理论层面揭示了随机低维重参数化训练神经网络的可达性边界,为高效微调大模型提供了新的数学框架和工程实现路径。RaMaN的内存优化方案对资源受限场景下的模型训练具有直接实用价值。

技术解析

  • 理论贡献:将已知可达性转变表达为等价锥形式,针对以统计维度为中心的紧凸目标,提出方向解析的二次主公式,可同时利用曲率谱和位移方向信息进行残差预测,优于方向无关的近似方法
  • RaMaN架构:实例化预测的潜在维度,采用结构化Hadamard映射或种子再生高斯映射替代密集随机映射,存储复杂度从O(dP)降至O(d),优化器状态内存从O(P)降至O(d)
  • 工程优化:开发无矩阵曲率近似方法和免扫描维度选择算法,避免传统方法的高计算开销
  • 实验验证:在受控二次问题和神经曲率实验中,方向解析预测器紧密追踪测量转变位置;在图像和语言模型端到端实验中观察到sharp的协议依赖训练转变

行业启示

  • 低维重参数化为大模型高效微调提供了理论依据和工程方案,有望降低微调的计算和存储成本
  • RaMaN的内存优化(从O(P)到O(d))使在资源受限环境下训练更大规模模型成为可能,对边缘部署和低成本训练具有战略意义
  • 方向解析预测框架的提出标志着随机优化理论从经验方法向可预测、可解释方向演进,有助于更系统地理解和设计训练协议

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Training 训练 Research 科学研究 Fine-tuning 微调 LLM 大模型