Latent Feature Constraints for Explainable Neural Classifiers

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional neural network models lack interpretability, leading to unexplainable decisions, especially in regulated industries, and often overfit to training data, making them unreliable for new data and computationally expensive.

Innovation Solution

Apply regularization constraints to reduce incoming connections to latent features in a neural network, use loss function weighting based on activation tuples, and selectively update weights of top-ranked latent features to enhance interpretability and explainability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional neural network models are used for predictive purposes, then predictive accuracy can be achieved, but interpretability and explainability deteriorate

Engineering Contradiction:
Improvepredictive accuracyVSAvoidinterpretability
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent segments the neural network architecture by introducing a separate explanation layer that independently generates explanations for each prediction. This segmentation allows the predictive model to maintain high accuracy while the explanation layer provides interpretability, resolving the contradiction between predictive performance and explainability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary explanation generation mechanism that acts as a mediator between the predictive model and the user. This intermediary component translates the black-box predictions into human-readable explanations without compromising the underlying predictive accuracy, thus addressing both requirements simultaneously.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If neural network models are made more complex to improve predictive performance, then accuracy improves, but computational cost and complexity increase

Engineering Contradiction:
Improvepredictive accuracyVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the computational tasks by separating the predictive processing from the explanation generation. The neural network focuses on accurate prediction while the explanation layer handles interpretability, allowing the model to achieve high accuracy without unnecessarily increasing overall system complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies partial action by generating explanations only for the most important predictions or for specific user requests rather than continuously explaining all model operations. This reduces computational overhead while maintaining explainability where it is most needed.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If neural network models are trained extensively to improve accuracy, then predictive performance improves, but overfitting to training data increases

Engineering Contradiction:
Improvetraining accuracyVSAvoidgeneralization capability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent incorporates feedback mechanisms where the explanation layer provides insights that can be used to refine the predictive model. This feedback loop helps prevent overfitting by encouraging the model to learn more general patterns that produce consistent and explainable predictions across different datasets.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent changes the training parameters and architecture to balance accuracy and generalization. By adjusting parameters such as regularization strength, dropout rates, and the architecture of the explanation layer, the model achieves good training performance while maintaining reliability on new data.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20260065057A1Latent feature activity constraints for ensuring explainability in interpretable neural network models
Publication Date: 2026.03.05 FAIR ISAAC & CO INC
  • US20260065057A1 patent drawing
  • US20260065057A1 patent drawing
  • US20260065057A1 patent drawing

AI summary

A method for generating a classifier, comprising: initializing a neural network with a fully connected architecture; applying a regularization constraint to the set of weights between neurons in the input layer and the plurality of latent features in the hidden layer; iteratively reducing a number of incoming connections to each latent feature in the hidden layer to a predetermined number based on the regularized first set of weights; weighting loss function's value based on categories of activation tuples, wherein contributions of data entries with activation tuples of size greater than a predetermined threshold to the loss function's value are limited and wherein contributions of data entries with activation tuples of size “0” to the loss function's value are minimized, to a predefined percentage; and selectively updating sets of weights associated with top-ranked latent features as evaluated by the magnitude of their contributions at the output layer in a training process.