Guided Transfer Learning Using Scout Networks for Small-Data Training

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Deep learning models require unsustainable resource demands due to large numbers of parameters and training data sets, making them unaffordable for most institutions, and gradient descent algorithms face inefficiencies in navigating local minima and overfitting issues, especially when using small amounts of data.

Innovation Solution

The method involves creating scout networks with reduced parameter difficulties to generate a guidance matrix that provides early information to the gradient descent algorithm, allowing it to make informed parameter updates even with limited data, thereby reducing the likelihood of local minima and overfitting.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If deep learning models use large numbers of parameters and training data sets to improve learning capacity, then model performance is improved, but resource demands become unsustainable and unaffordable

Engineering Contradiction:
Improvemodel performanceVSAvoidresource demands
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent segments the training process into two distinct phases: pre-training on large datasets to establish baseline parameters, and fine-tuning on smaller task-specific datasets using transfer learning. This segmentation allows the model to achieve high performance without requiring large resource allocations for every training task, as the bulk of learning occurs during the initial pre-training phase.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies preliminary action by pre-training the deep learning model on large datasets before deploying it for specific tasks. This preliminary training establishes a robust parameter foundation that can be reused across multiple tasks, eliminating the need to retrain on large datasets for each new task and thus reducing overall resource demands.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If gradient descent algorithms update parameters using small amounts of data, then training speed is improved, but the likelihood of local minima and overfitting increases

Engineering Contradiction:
Improvetraining speedVSAvoidconvergence to optimal solution
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent uses preliminary action by pre-training the model on large datasets before fine-tuning on smaller datasets. This preliminary training ensures that the model starts from a well-generalized state, reducing the risk of getting trapped in local minima during subsequent fine-tuning with limited data.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements feedback mechanisms during fine-tuning by monitoring validation performance and adjusting training parameters accordingly. This feedback loop helps detect overfitting early and allows for appropriate interventions such as regularization or early stopping, maintaining reliability even when training with small datasets.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20250272571A1Method For Guiding Transfer Learning
Publication Date: 2025.08.28 NIKOLIC DANKO
  • US20250272571A1 patent drawing
  • US20250272571A1 patent drawing
  • US20250272571A1 patent drawing

AI summary

A method is directed to guiding transfer learning (GTL) carried on a pre-trained learning model to solve a main training problem having a main training problem difficulty. Scout networks are created from the artificial neural network of the pre-trained learning model, each scout being assigned a scout problem with a scout problem difficulty much lesser than the main training difficulty. A guidance matrix comprising guidance values is created based on one measure of central tendency across all the weights and biases of the plurality of scout networks. The transfer learning of the pre-trained learning model on the main training problem is carried out by applying said guidance matrix to individually alter the process of updating the parameters of said artificial neural network while applying a gradient descent algorithm on the main training problem.