US20260222282
2026-07-30
Electricity
H04L41/069
The patent application describes a system for detecting anomalies in log sequences across various domains using a Transformer-based AI solution. The system receives log event sequences from a source domain and pretrains a model to understand common patterns and semantics. It then uses a Log-Attention Module to mitigate information loss during log parsing. The pretrained model undergoes adapter-based fine-tuning with target domain log sequences to enhance anomaly detection in those sequences.
This system falls within the field of anomaly detection in log sequences, particularly within information processing systems. It addresses the challenge of generalizing across different log domains without the need for extensive domain-specific retraining.
Traditional log anomaly detection methods struggle with cross-domain generalization and require extensive retraining for each new domain. These methods often fail to capture the full context of log events due to reliance on basic parsing techniques and statistical models. Additionally, they can be computationally expensive and inefficient in large-scale IT environments.
The proposed system leverages a pretrained model combined with adapter-based fine-tuning to minimize the need for retraining while enhancing generalization across diverse log domains. The Log-Attention Module supplements lost information by integrating parameter and keyword data into the Transformer's self-attention mechanism. This approach reduces computational overhead and improves scalability and efficiency in detecting log anomalies.