Touch Screen Groove Analysis for False Positive Reduction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Touch screens face challenges in accurately distinguishing between actual user inputs and noise or false positives, especially in multiple-touch scenarios, due to signal interference and limited computing power in devices like smartphones.

Innovation Solution

The implementation of a groove-analysis algorithm in touch screen devices, which analyzes touch strength signals to identify and eliminate 'groove' regions that are likely noise, allowing for more accurate determination of actual touch inputs by focusing on the regions between touch inputs rather than the peaks, thereby reducing false positives and improving input detection efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional touch detection algorithms are used to identify all touch regions, then all touch inputs are captured, but false positives from noise are also detected

Engineering Contradiction:
Improveaccuracy of touch input detectionVSAvoidfalse positive detections
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

Instead of identifying touch inputs by detecting signal peaks (traditional approach), the patent inverts the approach by identifying and eliminating groove regions (signal valleys) between touches. This inversion allows the system to distinguish actual touches from noise by focusing on the spaces between genuine touch inputs, which consistently show groove patterns, whereas noise lacks such structured separation.

Inventive Principle:
Principle #13The other way round (Inversion)

Solution Approach 2:

The patent extracts and removes identified groove regions from the set of detected touch regions. By taking out these groove areas that are determined to be noise or false positives, the system refines the final touch input list, keeping only the genuine touch regions that do not correspond to groove patterns.

Inventive Principle:
Principle #2Taking out (Extraction)

2Measurement precision

If complex algorithms are used to distinguish actual touches from noise, then detection accuracy improves, but device computing resources are overwhelmed

Engineering Contradiction:
Improveprecision in distinguishing touches from noiseVSAvoidcomputational resource requirements
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the touch detection process into distinct phases: initial detection of all potential touch regions, identification of groove regions between touches, and final filtering to determine actual touch inputs. This segmentation breaks down the complex problem into manageable steps that can be executed efficiently on mobile devices without requiring excessive computational resources.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs an initial excessive detection that captures all potential touch regions including false positives, then applies a filtering step using groove analysis to remove the excess detections. This two-stage approach allows the system to cast a wide net initially to ensure no actual touches are missed, then selectively remove false positives through the groove identification process.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS9977546B2Determining finger separation through groove analysis in a touch screen device
Publication Date: 2018.05.22 STMICROELECTRONICS INT NV
  • US9977546B2 patent drawing
  • US9977546B2 patent drawing
  • US9977546B2 patent drawing

AI summary

Groove analysis in a device having a tactile input surface suited to detect more than one tactile input at a time. Using groove analysis allows a touch screen device a more robust and efficient algorithm for distinguishing between two different tactile inputs. The touch screen device may include a touch screen controller that includes an analysis circuit for determining grooves between touch inputs. Generally, when a touch input is received at the surface of a touch screen device, the touch screen may register touch strength signals at each of a plurality of touch regions. A groove may be generally defined as a touch region that exhibits a touch strength signal that is less than surrounding touch regions. Once all touch regions are analyzed by a groove analysis, various touch regions determined to grooves may be eliminated from a further analysis to determine the XY coordinates of actual touch inputs.