Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/1 20:42:52
Kilobyte Models: Neural Networks as a Seed and a Quantized Latent
AI 中文解读
核心亮点:这项研究把AI模型变成了一串“种子”和一组“浓缩密码”,让一个复杂的神经网络只需几KB就能存下来,如同把整棵大树装进一粒种子。
通俗解读:以往训练好的AI模型,本质上是一大堆参数,体积巨大,传到手机和汽车上很费流量。现在研究人员找到一种巧妙方法:模型里的大部分“原材料”其实是重复且可预测的,只需要保存一个极小的“配方”和一个随机数种子,就能在设备上瞬间重新“长”出完整模型。实验表明,这种“种子模型”不仅能做到和传统方法一样的精准度,占用的空间却小得多,比把模型参数压缩到每重量几比特还要省一半以上,且不依赖特定随机数,生成速度极快。
实际影响:这意味着以后手机、家电、汽车接收AI更新时,下载的数据包会从几百MB变成几KB,等几十秒变成秒级,流量成本几乎可以忽略。对开发者来说,更多复杂AI能轻松塞进手表、传感器等小设备,离线运行更流畅。对用户来说,最直接的感受就是设备智能升级更快、更省电,隐私也更安全,因为数据不用全传到云端处理了。
The cost of storing and transmitting a trained neural network scales with its parameter count, a bottleneck for over-the-air updates, on-device libraries, and other bandwidth-bound deployments. We study an extreme form of model compression in which the deployable artifact is not the weights but a short recipe for regenerating them. Building on Mapping Networks, which express a network's weights as a nonlinear function of a compact trainable latent and a fixed random basis, we observe that only the latent need be stored, because the basis and initialization center are reproducible from an integer seed. A model becomes a seed together with a quantized latent, whose size is set by the latent dimension and bit width rather than the parameter count. We formalize this artifact and introduce a seeded block-wise basis that scales to networks whose projection cannot be held in memory. In our experiments, a mapped model is as accurate as the same network quantized aggressively to a few bits per weight, while taking far fewer bytes to store. Reaching the most aggressive bit widths depends on fine-tuning the latent with quantization in the loop. The results do not depend on the particular random basis, and a structured basis lets the weights be regenerated almost for free even for large networks.
分享
阅读原文 ↗