paper-with-me

홈 › Papers

SCORE: Replacing Layer Stacking with Contractive Recurrent Depth

2026-03-11 · Guillaume Godin arxiv

Residual connections are central to modern deep neural networks, enabling stable optimization and efficient information flow across depth. In this work, we propose SCORE (Skip-Connection ODE Recurrent Embedding), a discrete recurrent alternative to classical layer stacking. Instead of composing multiple independent layers, SCORE iteratively applies a single shared neural block using an ODE (Ordinary Differential Equation)-inspired contractive update: ht+1 = (1 - dt) * ht + dt * F(ht) This formulation can be interpreted as a depth-by-iteration refinement process, where the step size dt explicitly controls stability and update magnitude. Unlike continuous Neural ODE approaches, SCORE uses a fixed number of discrete iterations and standard backpropagation without requiring ODE solvers or adjoint methods. We evaluate SCORE across graph neural networks (ESOL molecular solubility), multilayer perceptrons, and Transformer-based language models (nanoGPT). Across architectures, SCORE generally improves convergence speed and often accelerates training. SCORE is reducing parameter count through shared weights. In practice, simple Euler integration provides the best trade-off between computational cost and performance, while higher-order integrators yield marginal gains at increased compute. These results suggest that controlled recurrent depth with contractive residual updates offers a lightweight and effective alternative to classical stacking in deep neural networks.

📄 PDF Abstract BibTeX arXiv:2603.10544

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recurrent Stacking of Layers in Neural Networks: An Application to Neural Machine Translation

2021-06-18 · Raj Dabre, Atsushi Fujita

In deep neural network modeling, the most common practice is to stack a number of recurrent, convolutional, or feed-forward layers in order to obtain high-quality continuous space representations which in turn improves t…

Knowledge DistillationMachine TranslationNMTTransfer Learning+1

Deep Recurrent Q-Learning for Partially Observable MDPs

2015-07-23 · Matthew Hausknecht, Peter Stone

Deep Reinforcement Learning has yielded proficient controllers for complex tasks. However, these controllers have limited memory and rely on being able to perceive the complete game screen at each decision point. To addr…

Atari GamesDeep Reinforcement LearningOpenAI GymQ-Learning+1

Towards Deep Neural Network Architectures Robust to Adversarial Examples

2014-12-11 · Shixiang Gu, Luca Rigazio

Recent work has shown deep neural networks (DNNs) to be highly susceptible to well-designed, small perturbations at the input layer, or so-called adversarial examples. Taking images as an example, such distortions are of…

Denoising

Residual Stacking of RNNs for Neural Machine Translation

2016-12-01 · WS 2016 12 · Raphael Shu, Akiva Miura

To enhance Neural Machine Translation models, several obvious ways such as enlarging the hidden size of recurrent layers and stacking multiple layers of RNN can be considered. Surprisingly, we observe that using naively …

DecoderMachine TranslationNMTTranslation+1

Signal Recovery with Non-Expansive Generative Network Priors

2022-04-24 · Jorio Cocola

We study compressive sensing with a deep generative network prior. Initial theoretical guarantees for efficient recovery from compressed linear measurements have been developed for signals in the range of a ReLU network …

Compressive SensingDenoisingRetrieval