Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/30 04:00:00

Emergent Sparsity in Frozen Random CNN Feature Extractors for Deep Reinforcement Learning

AI 中文解读
核心亮点:研究者发现,强化学习AI在完全不训练视觉模块的情况下,竟能自发学会用极少数“脑细胞”完成游戏任务,效率远超传统训练方法。 通俗解读:想象你教AI打游戏,但故意把它的“眼睛”固定成一副随机滤镜,不调整。结果AI自己摸索出一种惊人策略:它只激活大脑中极少数神经元(比如64个里只用1-3个)就能玩好乒乓游戏,而传统训练方法需要激活55-64个。任务越难,需要的神经元越多,但始终比常规少很多。更有趣的是,不同AI玩同一个游戏,激活的神经元数量不同,而激活太少的AI成绩会卡在低水平,激活适量的才能达到专家级。研究者还发现,这种关键神经元的“锁定”发生在训练早期,但成绩要到很晚才提升。 实际影响:这项发现可能催生更节能的AI系统。未来你的手机手表或许能运行复杂AI游戏或应用,因为AI不再需要庞大计算资源,只需少量“核心神经元”工作,功耗大幅降低。同时,这也有助于科学家理解大脑如何高效处理信息,推动轻量级AI在边缘设备上的普及。
arXiv:2607.26059v1 Announce Type: new Abstract: We report a striking phenomenon: deep reinforcement learning agents trained with frozen, randomly initialized CNN feature extractors spontaneously develop extremely sparse fully-connected representations, without any sparsity-inducing objective. In the first fully-connected layer (FC1, $3{,}136 \to 64$), agents compress task-relevant information through as few as 1-3 neurons out of 64 for deterministic Pong (5-11 for stochastic Pong), while trainable CNNs activate 55-64 neurons under matched conditions. We establish four principal findings. First, FC1 sparsity scales with task complexity: 1-11 for Pong, 19-26 for Breakout, and $\sim$42 for Space Invaders. Width-scaling confirms this reflects task structure rather than a fixed capacity fraction. Second, within-game scaling emerges: three identical Pong seeds produce 5, 7, and 11 active neurons. The 5-neuron seed plateaus at $+14$ reward, while the others reach expert performance ($+18.4$, $+18.7$), suggesting the random projection's usable dimensionality bounds achievable performance. Third, ablation confirms necessity: removing these active neurons crashes performance across two PPO implementations and four games. Fourth, the information bottleneck commits early: a sweep shows the active set locks by 15-30M steps, while reward turns positive 35-105M steps later. A complementary finding in Breakout shows frozen and trainable CNNs reach competitive rewards via structurally different bottlenecks: frozen agents use 17-25 active neurons (participation ratio $\sim$10-14), while trainable agents use 51 (participation ratio $\sim$3.6). Finally, wherever input dimensionality dwarfs intrinsic task dimensionality, gradient descent on a frozen random projection may reveal the effective rank of the underlying problem without explicit sparsity machinery.
分享
阅读原文