残差引导随机神经网络研究

Residual-Guided Randomized Neural Networks

精选理由

UCI数据集验证,残差引导方法让随机神经网络训练更高效准确。

AI 摘要

Residual-Guided Randomized Neural Networks 提出了一种残差引导的隐藏层构建方法。该方法通过封闭形式残差减少标准评估候选单元,在71个UCI基准数据集上测试。新方法在准确性、稳定性和整体排名性能上均优于基线模型。

原文 · arXiv cs.LG

Residual-Guided Randomized Neural Networks

Randomized neural networks enable fast and analytically tractable training by fixing the input to hidden layer parameters at random and learning the output weights in closed form; however, their performance critically depends on a single uninformed draw of hidden units. This one shot and task uninformed feature construction often leads to redundant representations and suboptimal utilization of model capacity. To address this limitation, we propose a simple and broadly applicable residual guided procedure that greedily constructs the hidden layer using a closed form residual decrease criterion. At each stage, we (i) generate a pool of random candidate units, (ii) score each candidate by the exact reduction it induces in the ridge regularized objective, (iii) select the top k units, and (iv) refit the readout in closed form using the standard design with direct input links. This procedure yields a progressive training process with a guaranteed monotonic decrease of the training objective. The method is model agnostic: only the candidate generation is architecture specific, while the scoring selection refitting loop is shared across models. Extensive experiments on 71 benchmark datasets from the UCI repository, covering both binary and multiclass classification tasks, demonstrate that the proposed residual-guided models consistently outperform their baseline counterparts in terms of accuracy, stability, and overall ranking performance.