Self-Abstraction Learning for Effective and Stable Training of Deep Neural Networks

📅 2026-04-27
📈 Citations: 0
Influential: 0
📄 PDF

career value

188K/year
🤖 AI Summary
This work proposes Self-Abstracted Learning (SAL), a novel framework designed to address key challenges in deep neural network training, including vanishing gradients, overfitting, and optimization instability. SAL employs a top-down, hierarchical training strategy that begins with a simple network at the highest layer and progressively guides the sequential optimization of deeper, more complex subnetworks using the hidden representations and outputs of already-trained upper layers as supervisory signals. By introducing a hierarchical self-guidance mechanism, SAL consistently outperforms conventional end-to-end training across diverse architectures—including multilayer perceptrons (MLPs), convolutional neural networks (CNNs), and recurrent neural networks (RNNs)—particularly in data-scarce settings. The approach demonstrates markedly improved generalization capability and training stability while maintaining architectural flexibility.

Technology Category

Application Category

📝 Abstract
Training large-scale deep neural networks effectively and stably is essential for applying deep learning across various fields. However, conventional methods, which rely on training a single large network, often encounter challenges such as gradient vanishing, overfitting and unstable learning. To overcome these limitations, we introduce Self-Abstraction Learning (SAL), a hierarchical framework. In SAL, networks are arranged by structural complexity, where the simplest topmost network is trained first and its hidden and output layers serve as guidance for the successively more complex networks below. This top-down sequential guidance effectively mitigates optimization issues, enabling stable training of deep architectures. Various experiments across MLP, CNN, and RNN architectures demonstrate that SAL consistently outperforms conventional methods, ensuring robust generalization even in data-scarce and complex network regimes.
Problem

Research questions and friction points this paper is trying to address.

deep neural networks
stable training
gradient vanishing
overfitting
optimization issues
Innovation

Methods, ideas, or system contributions that make the work stand out.

Self-Abstraction Learning
hierarchical training
stable deep learning
top-down guidance
generalization
🔎 Similar Papers