Touch Screen Input Processing for Unintended Drawing Prevention

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing touch screen systems struggle to accurately distinguish between intended and unintended drawing operations, leading to unwanted drawing when the user's intention is not followed, often due to sudden changes in pen touch position and pressure.

Innovation Solution

An information processing system that acquires touch position and pressure information, calculates change amounts, and determines whether the operation is suited for drawing by analyzing simultaneous sudden drops in pressure and direction changes, switching between drawing and no-drawing modes accordingly.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If drawing operation is executed based on touch position and pressure information, then drawing functionality is enabled, but unintended drawing occurs when user intention is not followed

Engineering Contradiction:
Improvedrawing functionalityVSAvoidaccuracy of user intention recognition
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The system performs preliminary analysis of pressure change amounts and direction change amounts before executing the drawing operation. By calculating these change amounts in advance and comparing them against threshold values, the system determines whether the touch operation reflects genuine user intention for drawing, thereby preventing unintended drawing while maintaining drawing functionality.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If pressure threshold is used to prevent unintended drawing, then false drawing is reduced, but legitimate drawing with light pressure is blocked

Engineering Contradiction:
Improvefalse drawing preventionVSAvoidlight pressure drawing
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system changes from using a single pressure threshold parameter to using multiple parameters: pressure change amount and direction change amount. By monitoring the rate of pressure change and the directional movement of the touch position, the system can distinguish between unintended contact (sudden pressure drop with minimal movement) and legitimate light pressure drawing (gradual pressure change with significant directional movement), thus preventing false drawing while allowing legitimate operations.

Inventive Principle:
Principle #35Parameter changes

3Device complexity

If simple touch detection is used, then system complexity is low, but distinction between intended and unintended drawing is inaccurate

Engineering Contradiction:
Improvetouch detection systemVSAvoiddrawing intention accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The system introduces intermediary calculations (pressure change amount and direction change amount) that mediate between the raw touch detection data and the final drawing execution decision. These intermediary parameters act as additional sensors that provide more nuanced information about the touch operation characteristics, enabling more accurate distinction between intended and unintended drawing without requiring complex hardware modifications.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS11449176B2Information processing system and method for avoiding execution of unintentional drawing operations
Publication Date: 2022.09.20 LENOVO (SINGAPORE) PTE LTD
  • US11449176B2 patent drawing
  • US11449176B2 patent drawing
  • US11449176B2 patent drawing

AI summary

Provided are information processing system and information processing method which make it possible to avoid execution of drawing by a pen touching operation which does not follow a user's intention accurately.