用信息论方法实现无需反向传播的交通标志识别分层训练
Information-Theoretic Greedy Layer-wise Training for Traffic Sign Recognition
- 基于信息瓶颈原理,逐层训练避免反向传播和梯度存储
- 在CIFAR和交通标志数据集上性能接近传统SGD方法
- 适合对生物可解释性、低内存占用有要求的研究者
现代深度神经网络通常采用端到端的监督训练方式,依赖交叉熵损失和反向传播,存在生物合理性差、内存占用高、梯度消失或爆炸等问题。相比之下,贪心分层训练可避免反向传播与中间梯度计算,降低内存消耗。然而,现有方法多在小型数据集和简单架构上验证。本文首次通过信息论视角系统分析了使用随机梯度下降(SGD)训练的主流卷积神经网络的训练动态,发现网络呈现自底向上的分层收敛特性,且信息流动符合马尔可夫信息瓶颈原则。基于此,我们提出一种新型分层训练方法,结合确定性信息瓶颈(DIB)与基于矩阵的Rényi α-阶熵函数。每层通过直接连接输出层的辅助分类器进行联合训练,学习最小充分的任务相关表示。我们在CIFAR-10和CIFAR-100上使用现代深度CNN验证了该方法的有效性,并进一步展示了其在交通标志识别这一实际任务中的适用性。结果表明,该方法不仅优于现有分层训练基线,性能也与SGD相当。
原文摘要 · Abstract (English)
Modern deep neural networks (DNNs) are typically trained with a global cross-entropy loss in a supervised end-to-end manner: neurons need to store their outgoing weights; training alternates between a forward pass (computation) and a top-down backward pass (learning) which is biologically implausible. Alternatively, greedy layer-wise training eliminates the need for cross-entropy loss and backpropagation. By avoiding the computation of intermediate gradients and the storage of intermediate outputs, it reduces memory usage and helps mitigate issues such as vanishing or exploding gradients. However, most existing layer-wise training approaches have been evaluated only on relatively small datasets with simple deep architectures. In this paper, we first systematically analyze the training dynamics of popular convolutional neural networks (CNNs) trained by stochastic gradient descent (SGD) through an information-theoretic lens. Our findings reveal that networks converge layer-by-layer from bottom to top and that the flow of information adheres to a Markov information bottleneck principle. Building on these observations, we propose a novel layer-wise training approach based on the recently developed deterministic information bottleneck (DIB) and the matrix-based Rényi's $α$-order entropy functional. Specifically, each layer is trained jointly with an auxiliary classifier that connects directly to the output layer, enabling the learning of minimal sufficient task-relevant representations. We empirically validate the effectiveness of our training procedure on CIFAR-10 and CIFAR-100 using modern deep CNNs and further demonstrate its applicability to a practical task involving traffic sign recognition. Our approach not only outperforms existing layer-wise training baselines but also achieves performance comparable to SGD.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。