Soft-Label Model Training for Cyber Incident Prioritization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing cybersecurity models trained with binary labels for user and entity behavior-related incidents often inaccurately prioritize incidents due to the sharp classification of activities as malicious or benign, failing to capture the nuanced suspiciousness levels.

Innovation Solution

A method and system that translate binary labels into soft labels using predefined labeling rules and fine-tuning functions to train a machine learning model, allowing for more accurate prioritization of cybersecurity incidents based on suspiciousness levels.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If binary labels are used to train the model, then the training process is simple and fast, but the model accuracy in prioritizing incidents deteriorates due to inability to capture nuanced suspiciousness levels

Engineering Contradiction:
Improvetraining speedVSAvoidmodel accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent transforms the label parameter from binary (0/1) to continuous soft labels (e.g., 0.2, 0.5, 0.8) that represent different levels of suspiciousness. This parameter change allows the model to learn nuanced risk assessments while maintaining training efficiency through automated label generation based on feature analysis.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent introduces soft labels as an intermediary between binary ground truth labels and model predictions. These soft labels serve as a bridge that captures intermediate suspiciousness levels, enabling the model to learn gradual risk assessments rather than abrupt binary classifications.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If soft labels are generated using multiple functions and rules, then the model accuracy improves, but the system complexity increases

Engineering Contradiction:
Improvemodel accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the soft label generation process into distinct modular functions: baseline label assignment, feature-based adjustment functions, and bounding operations. Each function handles a specific aspect of label generation, making the complex process manageable and maintainable while improving model accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent dynamically adjusts label parameters based on incident features using predefined functions. Features such as alert severity, entity reputation, and behavior anomaly scores modify the base soft label through controlled parameter changes, enabling accurate risk assessment without requiring complex manual labeling.

Inventive Principle:
Principle #35Parameter changes

3Ease of operation

If binary classification is used, then the labeling process is straightforward, but the ability to capture nuanced suspiciousness levels deteriorates

Engineering Contradiction:
Improvelabeling easeVSAvoidsuspiciousness detection precision
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The system performs self-service label generation by automatically computing soft labels from incident features and predefined rules. This eliminates the need for manual nuanced labeling while capturing suspiciousness levels, making the process as easy as binary labeling but with significantly improved precision.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

Soft labels serve as an intermediary that automatically translates binary ground truth into nuanced suspiciousness levels through feature-based functions. This intermediary process maintains the simplicity of binary labeling input while producing precise multi-level labels for training.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250298888A1Training a model based on soft labeling
Publication Date: 2025.09.25 PALO ALTO NETWORKS INC
  • US20250298888A1 patent drawing
  • US20250298888A1 patent drawing
  • US20250298888A1 patent drawing

AI summary

A method for cybersecurity includes receiving a corpus of cyber incidents, each including (i) one or more alerts indicative of suspicious activities in one or more computer systems, and (ii) one or more features characterizing the cyber incident. Binary labels respectively assigned to the cyber incidents of the corpus are further received, each of the binary labels having a first value indicating the cyber incident is benign, or a second value indicating the cyber incident is malicious. Predefined labeling rules that map the binary labels to respective soft labels that are indicative of suspiciousness levels of the cyber incidents are held. The binary labels are mapped to respective soft labels, based at least on the predefined labeling rules. The cyber incidents of the corpus and the respective soft labels are provided for training a machine learning model that, when trained, predicts risk scores for cyber incidents outside the corpus.