Decrementing Sliding Walker Data Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing data segmentation techniques, such as the fixed-size walker method, can miss patterns that span segment boundaries, leading to incomplete pattern detection in large data sets.

Innovation Solution

A decrementing, sliding walker method is employed to segment data sets into all possible sizes and contents, allowing for thorough pattern identification by creating segments of varying sizes and contents, which are then analyzed for recurring patterns.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a fixed-size walker is used to segment data into contiguous segments, then the segmentation process is simple and efficient, but patterns that span segment boundaries are missed

Engineering Contradiction:
Improvesegmentation efficiencyVSAvoidpattern detection completeness
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent applies segmentation by dividing the data set into multiple segments of varying sizes using a walker that can be positioned at different locations. The walker creates segments that may overlap, ensuring that patterns spanning boundaries are captured within at least one segment. This resolves the contradiction by maintaining efficient segmentation while improving pattern detection completeness through strategic segment division.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a new dimension to the segmentation approach by allowing the walker to operate at multiple positions and create segments of different sizes rather than using a single fixed size. This multi-dimensional approach to segmentation ensures comprehensive pattern detection while maintaining processing efficiency.

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

2Measurement precision

If the data set is divided into many small segments to capture all patterns, then pattern detection accuracy improves, but the complexity of processing increases

Engineering Contradiction:
Improvepattern detection accuracyVSAvoidprocessing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent employs a dynamic walker approach where the walker size and position are adjusted based on the data characteristics and search requirements. This dynamic adaptation allows the system to achieve high pattern detection accuracy without consistently processing complex large segments, thereby reducing overall processing complexity while maintaining precision.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent changes the parameters of the walker (size, position, step) to optimize the segmentation strategy. By dynamically adjusting these parameters, the system achieves accurate pattern detection without unnecessarily increasing processing complexity, resolving the contradiction between precision and complexity.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS7765170B2Data segmentation algorithm using a decrementing sliding walker chunking approach
Publication Date: 2010.07.27 SAMSUNG ELECTRONICS CO LTD
  • US7765170B2 patent drawing
  • US7765170B2 patent drawing
  • US7765170B2 patent drawing

AI summary

A method for segmenting a data set is disclosed. The method consists of setting a maximum walker size and setting a walker size. Then, a first segment of data from the data set is obtained, wherein the first segment of data is the size of the walker. Then, a second segment of data from the data set is obtained, wherein the second segment of data is not greater than the maximum walker size.