Neural Network Activation Function for Stable Gradients and Fast Convergence

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing activation functions in neural networks, such as Sigmoid, Tanh, and ReLU, face issues like high calculation cost, output limitations, gradient instability, and sparsity, which affect convergence speed and efficiency.

Innovation Solution

A new activation function f(x) expressed as f(x)={1-e-ax, x>0, 0, x≤0} is implemented using an analog circuit with rectifier and gain modules, and a digital system with iterative calculations to achieve a non-linear relationship between input and output signals, addressing the limitations of existing functions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Stability of the object's composition

If Sigmoid activation function is used, then output is bounded between 0 and 1, but calculation cost increases due to exponentiation and division operations

Engineering Contradiction:
Improveoutput boundednessVSAvoidcalculation cost
Core Design Contradiction:
Stability of the object's compositionVSDevice complexity

Solution Approach 1:

The patent replaces the expensive Sigmoid function with a computationally cheaper piecewise linear function that uses simple operations (multiplication, addition, maximum) instead of exponentiation and division, achieving similar bounded output behavior with much lower computational cost

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

Solution Approach 2:

The patent introduces a new functional form with parameters a and b that can be adjusted to control the output range and characteristics, allowing the activation function to maintain stability properties while reducing computational complexity through algebraic operations

Inventive Principle:
Principle #35Parameter changes

2Productivity

If ReLU activation function is used, then calculation speed increases, but output sparsity causes gradient disappearance

Engineering Contradiction:
Improvecalculation speedVSAvoidgradient stability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent creates an asymmetric piecewise function where the positive and negative branches have different behaviors - the positive branch provides non-zero output for gradient flow while the negative branch handles suppression, avoiding the complete gradient disappearance problem of ReLU

Inventive Principle:
Principle #4Asymmetry

Solution Approach 2:

The patent combines multiple functional segments (linear positive branch, linear negative branch, and saturation region) into a composite activation function that integrates the speed benefits of piecewise functions with the gradient stability of continuous differentiable functions

Inventive Principle:
Principle #40Composite materials

3Adaptability or versatility

If complex activation functions are used, then nonlinear transformation capability improves, but convergence speed decreases

Engineering Contradiction:
Improvenonlinear transformation capabilityVSAvoidconvergence speed
Core Design Contradiction:
Adaptability or versatilityVSSpeed

Solution Approach 1:

The patent divides the input domain into distinct segments (x < -b/a, -b/a ≤ x ≤ 0, x > 0) with different linear transformations in each segment, providing nonlinear overall behavior through piecewise linearity while maintaining fast computation in each segment

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent creates a dynamic activation function that adapts its behavior based on the input range, switching between different linear transformations and saturation regions to optimize both transformation capability and convergence speed for different input conditions

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12462140B2System and method for signal conversion in a neural network
Publication Date: 2025.11.04 SILERGY SEMICON TECH (HANGZHOU) CO LTD
  • US12462140B2 patent drawing
  • US12462140B2 patent drawing
  • US12462140B2 patent drawing

AI summary

A system for signal conversion in a neural network can include: a processing module configured to control an output signal of the processing module to be a fixed value, when an input signal of the processing module is in a first interval; the processing module being configured to control the output signal to be in a preset non-linear relationship with the input signal, when the input signal is in a second interval; and where the output signal increases nonlinearly with the increase of the input signal and finally converges.