Radial Time Schema for Anomaly Detection in User Transactions

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current computer security systems fail to effectively detect unauthorized account access and misuse by analyzing transaction patterns based on time of day, leading to potential damage from unauthorized transactions.

Innovation Solution

A system that generates a smoothed probability distribution map of user transaction times to identify unusual transaction times, preventing potentially unauthorized transactions by transforming time of day into a two-dimensional representation, which helps in determining the likelihood of a transaction's authenticity based on past patterns.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional transaction monitoring methods are used, then system simplicity is maintained, but detection accuracy of unauthorized transactions deteriorates

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

Solution Approach 1:

The patent transforms one-dimensional time data into two-dimensional coordinates using sinusoidal transformations (x=sin(2πt/24), y=cos(2πt/24)), creating a circular time representation that preserves temporal relationships while enabling sophisticated pattern analysis. This dimensional transformation allows the system to detect unauthorized transactions with high accuracy without requiring complex rule-based systems.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The patent replaces traditional mechanical rule-based monitoring systems with a probabilistic machine learning approach using smoothed probability distribution maps. Instead of predefined rules, the system uses kernel density estimation to learn transaction patterns automatically, achieving high detection accuracy while maintaining computational efficiency.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Reliability

If detailed transaction pattern analysis is performed, then security detection capability is improved, but processing time increases

Engineering Contradiction:
Improvesecurity detection capabilityVSAvoidprocessing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent pre-computes smoothed probability distribution maps from historical transaction data and stores them for rapid querying. When a new transaction arrives, the system only needs to evaluate its probability against the pre-computed map, dramatically reducing processing time while maintaining high security detection capability.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent transforms time parameters from linear format to circular coordinates and applies kernel density estimation to create continuous probability surfaces. These parameter transformations enable efficient probability calculations that balance detailed pattern analysis with fast processing speeds.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If circular time coordinate system is used, then temporal pattern recognition is improved, but computational complexity increases

Engineering Contradiction:
Improvetemporal pattern recognitionVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent maps linear time data to two-dimensional circular coordinates using simple sinusoidal transformations, which preserve temporal relationships and enable sophisticated pattern recognition. The circular representation naturally handles wraparound at midnight and captures periodic patterns in user behavior.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The patent replaces complex temporal pattern matching algorithms with probabilistic density estimation on the circular coordinate system. This substitution simplifies the computational approach while improving temporal pattern recognition accuracy through the geometric properties of the circular representation.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS11900384B2Radial time schema for event probability classification
Publication Date: 2024.02.13 PAYPAL INC
  • US11900384B2 patent drawing
  • US11900384B2 patent drawing
  • US11900384B2 patent drawing

AI summary

Computer system security and efficiency of processing operations may be improved using techniques that are described relating to analyzing user actions based on time of day of occurrence, and using time of a day as a factor in determining whether a particular action should be allowed or disallowed. Past action times can be transformed to a two-dimensional representation using a radial time schema that avoids discontinuity. A probability distribution can indicate a likelihood of whether a new action fits a previous pattern. If a new user action is relatively unlikely due to time of day, the new user action might be denied/prevented from completing, thus enhancing computer system security and avoiding unnecessary computational processing costs.