US20180329567A1 - Method and apparatus for improving accuracy using edge classification - Google Patents

Method and apparatus for improving accuracy using edge classification Download PDF

Info

Publication number
US20180329567A1
US20180329567A1 US15/815,679 US201715815679A US2018329567A1 US 20180329567 A1 US20180329567 A1 US 20180329567A1 US 201715815679 A US201715815679 A US 201715815679A US 2018329567 A1 US2018329567 A1 US 2018329567A1
Authority
US
United States
Prior art keywords
touch
sensitive screen
screen
region
features
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US15/815,679
Inventor
Taihei Munemoto
Julia Schwarz
Chris Harrison
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qeexo Co
Original Assignee
Qeexo Co
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Qeexo Co filed Critical Qeexo Co
Priority to US15/815,679 priority Critical patent/US20180329567A1/en
Publication of US20180329567A1 publication Critical patent/US20180329567A1/en
Assigned to QEEXO, CO. reassignment QEEXO, CO. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MUNEMOTO, TAIHEI, SCHWARZ, JULIA, HARRISON, CHRIS
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • G06F3/0418Control or interface arrangements specially adapted for digitisers for error correction or compensation, e.g. based on parallax, calibration or alignment
    • G06F3/04186Touch location disambiguation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2203/00Indexing scheme relating to G06F3/00 - G06F3/048
    • G06F2203/041Indexing scheme relating to G06F3/041 - G06F3/045
    • G06F2203/04106Multi-sensing digitiser, i.e. digitiser using at least two different sensing technologies simultaneously or alternatively, e.g. for detecting pen and finger, for saving power or for improving position detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/043Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means using propagating acoustic waves

Definitions

  • the present invention relates generally to the field of touch screen technology and more particularly to the addition of an edge touch classifier to increase the accuracy of the analysis of touch screen events.
  • touch sensitive screens respond to finger contact to activate the display for further processes. Contact may also be made using tools such as a stylus or other parts of the hands.
  • the fingers and other contacts made to the touch sensitive screen generally appear as an activated point or blob (i.e., region). However, when touch contacts occur on the edge of the touch screen, only a portion of the touch contact can be digitized.
  • the touch sensitive screen may be associated with a classification engine which is normally trained on real world touch event data from users.
  • classifiers in the classification engine
  • receive few edge training instances In response, the classification accuracy of edge touch events tends to be lower. Further, because less of the touch contact is visible, there is less data to work with. This leads to several problems, most notably that classification algorithms may over-fit to the limited data.
  • edge contacts appear very different to full-contact, ordinary touches, leading to bi-modal (or even multi-modal) distributions of key characteristics to which some classification algorithms are ill-suited to accommodate. There is therefore a need to mitigate the potential problems associated with edge touch events that could otherwise reduce the accuracy of such classification analysis.
  • an apparatus for improving accuracy of touch screen event analysis comprises two separate and distinct classifiers including a full touch classifier and an edge touch classifier.
  • the touch screen is provided with two similarly distinct sensing regions.
  • One such sensing region is derived from the conventional touch screen and is generally the bulk of the central area of the touch screen, but somewhat reduced in size relative to the entire physical extent of the touch screen. The balance of the touch screen around the periphery, forms the second sensing region which is everywhere proximate to the screen edge.
  • this edge touch sensing region is chosen to enable a high probability that any finger touch that might extend beyond the edge of the touch screen would be treated as an edge touch event which will instigate edge touch classifier operation instead of full touch classifier operation during the ensuing analysis of the event.
  • FIG. 1 is a block diagram of a computing system for analyzing a touch screen event and including two separate and distinct classifiers, one for full touch events and one for edge touch events;
  • FIGS. 2A through 2D illustrate four different examples of touch events on a touch screen
  • FIGS. 3A through 3D illustrate what the touch screen “sees” as a result of the corresponding touch events of FIGS. 2A through 2D ;
  • FIG. 4 is an illustration of an exemplary touch screen having distinct touch screen regions in accordance with one embodiment.
  • FIG. 5 is a flow chart drawing of an embodiment of the method of the invention.
  • edge contacts are processed by a classifier that is better suited to process edge contacts (e.g., it has been trained on edge contacts).
  • touches that occur in the middle of the screen are processed by another classifier.
  • One or more embodiments may be implemented in numerous ways, including as a process, an apparatus, a system, a device, a method, a computer readable medium such as a computer readable storage medium containing computer readable instructions or computer program code, or as a computer program product comprising a computer usable medium having a computer readable program code embodied therein.
  • the disclosed embodiments may include apparatus for improving accuracy of touch screen event analysis and may comprise two separate and distinct classifiers.
  • a first classifier may be a full touch classifier.
  • a second classifier may be an edge touch classifier.
  • the touch screen is provided with two similarly distinct sensing regions.
  • One such sensing region is derived from the conventional touch screen and is generally the bulk of the central area of the touch screen, but somewhat reduced in size relative to the entire physical extent of the touch screen. The balance of the touch screen around the periphery, forms the second sensing region which is everywhere proximate to the screen edge.
  • this edge touch sensing region is chosen to enable a high probability that any finger touch that might extend beyond the edge of the touch screen would be treated as an edge touch event which will instigate edge touch classifier operation instead of full touch classifier operation during the ensuing analysis of the event.
  • the disclosed embodiments may include a method for improving accuracy of touch screen event analysis and may comprise detecting a touch event on a touch sensitive screen, said surface having at least two touch regions; generating a vibro-acoustic waveform signal using at least one sensor detecting such touch event; converting the waveform signal into at least one other form; extracting distinguishing features from said converted waveform signal; and classifying said features to analyze the features of the converted touch event waveform signal by employing one of at least two different classification processes depending on which of the two distinct touch regions was touched during the touch event.
  • the disclosed embodiments may include a machine-readable medium carrying one or more sequences of instructions for providing social information, which instructions, when executed by one or more processors, cause the one or more processors to detect a touch event on a touch sensitive screen, said surface having at least two touch regions, generate a vibro-acoustic waveform signal using at least one sensor detecting such touch event, convert the waveform signal into at least one other form, extract distinguishing features from said converted waveform signal, and classify said features to analyze the features of the converted touch event waveform signal by employing one of at least two different classification processes depending on which of the two distinct touch regions was touched during the touch event.
  • a user may make contact with a touch sensitive screen of a touch sensitive device or computer system using a stylus or other parts of the hands such as the palm and various parts of the finger, i.e., pad, nail, knuckle, etc.
  • a touch sensitive screen of a touch sensitive device or computer system may have his or her own unique touch event characteristics resulting from anatomical differences such as fleshiness, finger size, finger shape, BMI and the like.
  • These differences in touch event characteristics may be used advantageously to improve the touch screen technology by reducing ambiguities, distinguishing between users, responding only to intentional touch events and the like.
  • Such advantageous uses are derived from sophisticated sensor-based analysis of the touch event coupled with one or more algorithms designed to provide further analytical characteristics otherwise hidden or not readily apparent in the data generated by the touch event.
  • the vibro-acoustic signal can be converted into a series of features, for example: Average acoustic power, Standard Deviation, Variance, Skewness, Kurtosis, Absolute sum, Root Mean Square (RMS), Dispersion, Zero-crossings, Spectral centroid, Spectral density, Linear Prediction-based Cepstral Coefficients (LPCC), Perceptual Linear Prediction (PLP), Cepstral Coefficients Cepstrum Coefficients, Mel-Frequency Cepstral Coefficients (MFCC), Frequency phases (e.g., as generated by an FFT).
  • LPCC Linear Prediction-based Cepstral Coefficients
  • PDP Perceptual Linear Prediction
  • Cepstral Coefficients Cepstrum Coefficients Cepstrum Coefficients
  • MFCC Mel-Frequency Cepstral Coefficients
  • touch screen technologies are able to digitize several aspects of a touch event, such as the shape, size, capacitance, orientation, pressure, etc.
  • the latter may be used as distinguishing features, or such features can be derived from them.
  • the vibro-acoustic features and touch features contain properties that can be characteristic of different users and different parts of user's hands (e.g., fingertip, knuckle, and nail).
  • the disclosed method may include the following operations and may employ the following components:
  • a sensing system that may be configured to continuously sample vibro-acoustic data, saving it into a buffer.
  • This buffer can be of many lengths such as, for example 50 milliseconds;
  • a touch sensitive screen may be configured wait for a touch event to occur. Any number of touch technologies may be possible.
  • the operations of the touch sensitive screen may be configured to operate in parallel with the sensing system;
  • the touch sensitive screen when it detects a touch event, it may be configured to trigger a conversion, feature extraction, and classification process;
  • the data from the vibro-acoustic buffer is retrieved. Because the touch screens typically have some latency, it may be necessary to look backwards in the buffer to find the vibro-acoustic waveform that corresponds to the touch impact (e.g., if the touch screen has a 20 ms latency, it may be necessary to look back in the buffer 20 ms to find the corresponding vibro-acoustic event). All or part of the buffer may be saved and passed to the next operations;
  • the waveform from the sensor is a time-domain representation of the vibro-acoustic signal.
  • the signal is converted into other forms. This includes filtering the waveform and transforming into other forms, including frequency domain representations;
  • (f) feature extraction operations may be performed next, where touch screen controller data and vibro-acoustic data are analyzed to extract features that characterize different users. For the vibro-acoustic data, features are computed for all representations of the signal;
  • these features are then passed to a classification unit, which uses the information to label the touch event with a user (in addition to whatever the touch sensitive screen reports, e.g., X/Y position, major/minor axes, pressure, etc.);
  • the augmented touch event is then passed to the OS or end user applications, to associate a use based on the touch event.
  • a classifier may be configured to use one or more of the following features to perform its operations: location of touch contact (2D, or 3D in the case of curved glass or other non-planar geometry), size of touch contact (some touch technologies provide an ellipse of the touch contact with major and minor axes), rotation of the touch contact, surface area of the touch contact (e.g., in squared mm or pixels), pressure of touch (available on some touch systems), shear of touch (“shear stress”, also called “tangential force” in the literature, arises from a force vector perpendicular to the surface normal of a touch screen.
  • the computation phase may also compute the derivative of the above features over a short period of time, for example, touch velocity and pressure velocity.
  • classifier may also use include shape of touch (some touch technologies can provide the actual shape of the touch, and not just a circle or ellipse), and image of the hand pose (as imaged by e.g., an optical sensor, diffuse illuminated surface with camera, near-range capacitive sensing).
  • the classification engine may use any number of approaches, including but not limited to basic heuristics, decision trees, Support Vector Machine, Random Forest, Na ⁇ ve bayes, elastic matching, dynamic time warping, template matching, k-means clustering, K-nearest neighbors algorithm, neural network, Multilayer perceptron, multinomial logistic regression, Gaussian mixture models, and AdaBoost. Additionally, the results from several different classifiers may be combined through, for example, a voting scheme.
  • classifiers may be used based on one or more features. For example, two classifiers could be employed, one for processing sensor waveforms with a high Standard Deviation, and another classifier for waveforms with low Standard Deviation.
  • FIG. 1 is a block diagram of an example computing system for analyzing a touch event based on use of one of two different classifications of resulting signals in accordance with an embodiment of the present invention.
  • the computing system of the embodiment may have an operating (OS), and can run various types of services or applications, known as apps.
  • the computing system may also be equipped with a telecommunication capability that can allow connections to a communications network.
  • Such a computing system may include, but not be limited to, a table top computer (e.g., Surface Computing), laptop computer, desktop computer, mobile computer, mobile internet device, mobile phone, smart-phone, PDA (Personal Digital Assistant), game console, portable media player, and the like.
  • the computing system includes a touch screen 100 , a touch event detector 110 , a classifier 120 and an OS 130 .
  • the touch screen 100 is an electronic visual display and serves also as an input/output device supplementing or substituted for a keyboard, a mouse, and/or other types of devices.
  • the touch screen 100 displays one or more interactive elements such as graphical representation for services or applications designed to perform a specific function on the computing system. Touching the interactive elements with the finger parts of a user, including the conventional tip of the finger, causes the OS 130 to activate the application or service related to the interactive elements appropriate to the identified user. Fingers are diverse appendages, both in their motor capabilities and their anatomical compositions. A single digit contains different parts such as one or more knuckles, a tip, pad and fingernail.
  • vibro-acoustic waves When an object strikes a certain material, vibro-acoustic waves propagate outward through the material or along the surface of the material.
  • interactive surfaces use rigid materials, such as plastic or glass, which both quickly distribute and faithfully preserve the signal.
  • vibro-acoustic responses are produced. The vibro-acoustic characteristics of the respective user fingers and their respective unique anatomical characteristics produce unique responses for each user.
  • the touch event detector 110 detects the touch event entailing the vibro-acoustic signal.
  • the touch event detector 110 may be arranged at a rear side of the touch screen so that the vibro-acoustic signal caused by the touch event can be captured.
  • the touch event detector 110 can be triggered by the onset of the vibro-acoustic signal resulting from the touch event.
  • the touch event detector 110 may include one or more impact sensors, vibration sensors, accelerometers, strain gauges, or acoustic sensors such as a condenser microphone a piezoelectric microphone, MEMS microphone and the like.
  • the OS 130 runs the computing system so that the function can be activated in line with the classification of the vibro-acoustic signals and the corresponding user.
  • the vibro-acoustic classifier 120 includes a segmentation unit 122 to segment the vibro-acoustic signal into a digital representation; a conversion unit 124 to convert the digitized vibro-acoustic signal into an electrical signal; a feature extraction unit 126 to derive a series of features from the electrical signal; and two classification units 128 and 129 to classify each user using the above-described features to analyze the touch event depending upon whether it was a full screen touch event or an edge touch event as will be further described below.
  • the segmentation unit 122 samples the vibro-acoustic signal, for example, at a sampling rate of 96 kHz, using a sliding window of 4096 samples of the vibro-acoustic signal.
  • the conversion unit 124 then performs, for example, a Fourier Transform on sampled time-dependent vibro-acoustic signal to produce an electrical signal having frequency domain representation. For example, the Fourier Transform of this window may produce 2048 bands of frequency power.
  • the vibro-acoustic classifier 120 may further down-sample this data into additional vectors (i.e., buckets of ten), providing a different aliasing.
  • additional time-domain features may be calculated from the vibro-acoustic signal, such as the average absolute amplitude, total absolute amplitude, standard deviation of the absolute amplitude, the center of mass for both the segmented input signal and the Fourier Transformed signal, and zero crossings.
  • the feature extraction unit 126 may also calculate a series of features from the frequency domain representation of the vibro-acoustic signals, such as the fundamental frequency of the impact waveform.
  • the classification units 128 and 129 classify the vibro-acoustic signal using the features to for example distinguish what user generated the touch event, so that the computing system may selectively activate a function related to the identified user depending on the classified vibro-acoustic signals.
  • FIGS. 2A through 2D it will be seen that a device 134 (i.e., a smart phone) has a touch screen 136 .
  • FIGS. 2A and 2B illustrate two examples of touch events that are fully on screen 136 .
  • FIGS. 2C and 2D illustrate two further examples of touch events that are partially off the edge of screen 136 .
  • FIGS. 3A through 3D illustrate what the touch screen “sees” as a result of the touch events of FIGS. 2A to 2D .
  • FIGS. 3A and 3B fully on screen touch events of FIGS. 2A and 2B , result in fully configured touch events which, in the embodiment of FIG. 1 , are classified by the first classifier 128 .
  • touch events which are partially off the edge of the screen 136 as depicted in FIGS. 2C and 2D are “seen” as partially configured edge touch events which, in the embodiment of FIG. 1 , are classified by the second classifier 129 .
  • FIG. 4 One way of determining whether to enable the first classifier 128 or instead to enable the second classifier 129 for each touch event, is illustrated in FIG. 4 .
  • a device 134 having a modified touch screen 135 is illustrated.
  • the modification consists of dividing the touch screen into two regions 140 and 150 .
  • Region 140 is a full touch classification region and region 150 is an edge touch classification region.
  • the centroid i.e., weighted center
  • the centroid i.e., weighted center
  • the full touch first classification unit 128 is “trained” to analyze full touch events.
  • the edge touch second classification unit 129 is “trained” to analyze edge touch events. In this manner, classification of touch screen events has a significant probability of being more accurate than in those systems that utilize only one classification unit for all touch events including edge touch events as depicted herein.
  • the user can provide supplemental training samples to the vibro-acoustic classifier 120 .
  • the classification units 128 and 129 may be implemented with a support vector machine (SVM) for feature classification.
  • SVM is a supervised learning model with associated learning algorithms that analyze data and recognize patterns, used for classification and regression analysis.
  • FIG. 5 illustrates the process steps of an exemplary embodiment of the invention.
  • a touch event is detected on a multi-region touch screen. This results in generation of a waveform in step 142 .
  • the waveform is converted in step 144 and features are extracted in step 146 . Then classification of the extracted features occurs in either step 148 or step 150 depending upon whether the touch event occurred in a first or second region.
  • At least one sensor may be employed to detect and capture a waveform signal or acoustical or mechanical effect resulting from a touch event.
  • the waveform signal is converted, and distinguishing features are extracted for use in two distinct classification units to associate such features with the user.
  • a full touch event classifier is trained for such full events, while an edge touch event classifier is trained for analyzing only edge touch events.
  • the appropriate classifier is enabled by a touch screen having two distinct regions, full and edge and in response to the location of the touch event relative to these two regions.
  • machine-readable media that include program instructions, state information, etc., for performing various operations described herein.
  • program instructions include both machine code, such as produced by a compiler, and files containing higher-level code that may be executed by the computer using an interpreter.
  • machine-readable media include, but are not limited to, magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROM disks; magneto-optical media; and hardware devices that are specially configured to store and perform program instructions, such as read-only memory (“ROM”) and random access memory (“RAM”).
  • any of the above embodiments may be used alone or together with one another in any combination.
  • various embodiments may have been motivated by various deficiencies with the prior art, which may be discussed or alluded to in one or more places in the specification, the embodiments do not necessarily address any of these deficiencies.
  • different embodiments may address different deficiencies that may be discussed in the specification.
  • Some embodiments may only partially address some deficiencies or just one deficiency that may be discussed in the specification, and some embodiments may not address any of these deficiencies.

Abstract

Methods and apparatus of embodiments of the present invention include a classification system configured to treat edge contact of a touch screen as a separate class of touch events such that any touches occurring near the edge of the touch screen are to be processed by a classifier that is configured to process edge contacts as compared to a classifier that is configured to process other contacts that may occur in the approximate middle of the touch screen which may be wholly digitized. An apparatus may employ two separate and distinct classifiers, including a full touch classifier and an edge touch classifier. The touch screen may be configured to have two different sensing regions to determine which of the two classifiers is appropriate for a touch event.

Description

    RELATED APPLICATION
  • This application is a continuation application and claims the priority of pending U.S. Utility application having Ser. No. 14/492,604 filed on Sep. 22, 2014 titled “Method and Apparatus for Improving Accuracy of Touch Screen Event Analysis by use of Edge Classification.”
  • COPYRIGHT NOTICE
  • A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
  • TECHNICAL FIELD
  • The present invention relates generally to the field of touch screen technology and more particularly to the addition of an edge touch classifier to increase the accuracy of the analysis of touch screen events.
  • BACKGROUND
  • The subject matter discussed in the background section should not be assumed to be prior art merely as a result of its mention in the background section. Similarly, a problem mentioned in the background section or associated with the subject matter of the background section should not be assumed to have been previously recognized in the prior art. The subject matter in the background section merely represents different approaches, which in and of themselves may also be inventions.
  • Various electronic devices today are typically operated by a user interacting with a touch sensitive screen. This feature is particularly a characteristic of the recent generation of smart phones. Typically, the touch sensitive screens respond to finger contact to activate the display for further processes. Contact may also be made using tools such as a stylus or other parts of the hands. The fingers and other contacts made to the touch sensitive screen generally appear as an activated point or blob (i.e., region). However, when touch contacts occur on the edge of the touch screen, only a portion of the touch contact can be digitized.
  • The touch sensitive screen may be associated with a classification engine which is normally trained on real world touch event data from users. However, because edge contacts are rare in ordinary use, classifiers (in the classification engine) receive few edge training instances. In response, the classification accuracy of edge touch events tends to be lower. Further, because less of the touch contact is visible, there is less data to work with. This leads to several problems, most notably that classification algorithms may over-fit to the limited data. Secondly, edge contacts appear very different to full-contact, ordinary touches, leading to bi-modal (or even multi-modal) distributions of key characteristics to which some classification algorithms are ill-suited to accommodate. There is therefore a need to mitigate the potential problems associated with edge touch events that could otherwise reduce the accuracy of such classification analysis.
  • BRIEF SUMMARY
  • For some embodiments, an apparatus for improving accuracy of touch screen event analysis comprises two separate and distinct classifiers including a full touch classifier and an edge touch classifier. In order to determine which such classifier is appropriate for each touch event, the touch screen is provided with two similarly distinct sensing regions. One such sensing region is derived from the conventional touch screen and is generally the bulk of the central area of the touch screen, but somewhat reduced in size relative to the entire physical extent of the touch screen. The balance of the touch screen around the periphery, forms the second sensing region which is everywhere proximate to the screen edge. The precise shape and size of this edge touch sensing region is chosen to enable a high probability that any finger touch that might extend beyond the edge of the touch screen would be treated as an edge touch event which will instigate edge touch classifier operation instead of full touch classifier operation during the ensuing analysis of the event.
  • Other aspects and advantages of the present invention can be seen on review of the drawings, the detailed description and the claims, which follow.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The included drawings are for illustrative purposes and serve only to provide examples of possible structures and process steps for the disclosed techniques. These drawings in no way limit any changes in form and detail that may be made to embodiments by one skilled in the art without departing from the spirit and scope of the disclosure.
  • FIG. 1 is a block diagram of a computing system for analyzing a touch screen event and including two separate and distinct classifiers, one for full touch events and one for edge touch events;
  • FIGS. 2A through 2D illustrate four different examples of touch events on a touch screen;
  • FIGS. 3A through 3D illustrate what the touch screen “sees” as a result of the corresponding touch events of FIGS. 2A through 2D;
  • FIG. 4 is an illustration of an exemplary touch screen having distinct touch screen regions in accordance with one embodiment; and
  • FIG. 5 is a flow chart drawing of an embodiment of the method of the invention.
  • DETAILED DESCRIPTION
  • Applications of methods and apparatus according to one or more embodiments are described in this section. These examples are being provided solely to add context and aid in the understanding of the present disclosure. It will thus be apparent to one skilled in the art that the techniques described herein may be practiced without some or all of these specific details. In other instances, well known process steps have not been described in detail in order to avoid unnecessarily obscuring the present disclosure. Other applications are possible, such that the following examples should not be taken as definitive or limiting either in scope or setting.
  • In the following detailed description, references are made to the accompanying drawings, which form a part of the description and in which are shown, by way of illustration, specific embodiments. Although these embodiments are described in sufficient detail to enable one skilled in the art to practice the disclosure, it is understood that these examples are not limiting, such that other embodiments may be used and changes may be made without departing from the spirit and scope of the disclosure.
  • The aforementioned issues that arise from a user contacting the edges of touch screens are addressed in embodiments of the present invention by employing a classification system that treats edge contacts as a separate and distinct class of touch events. Touches occurring near the edge of the screen are processed by a classifier that is better suited to process edge contacts (e.g., it has been trained on edge contacts). On the other hand, touches that occur in the middle of the screen (and thus are wholly digitized) are processed by another classifier.
  • One or more embodiments may be implemented in numerous ways, including as a process, an apparatus, a system, a device, a method, a computer readable medium such as a computer readable storage medium containing computer readable instructions or computer program code, or as a computer program product comprising a computer usable medium having a computer readable program code embodied therein.
  • The disclosed embodiments may include apparatus for improving accuracy of touch screen event analysis and may comprise two separate and distinct classifiers. A first classifier may be a full touch classifier. A second classifier may be an edge touch classifier. In order to determine which of the first or second classifier is appropriate for a touch event, the touch screen is provided with two similarly distinct sensing regions. One such sensing region is derived from the conventional touch screen and is generally the bulk of the central area of the touch screen, but somewhat reduced in size relative to the entire physical extent of the touch screen. The balance of the touch screen around the periphery, forms the second sensing region which is everywhere proximate to the screen edge. The precise shape and size of this edge touch sensing region is chosen to enable a high probability that any finger touch that might extend beyond the edge of the touch screen would be treated as an edge touch event which will instigate edge touch classifier operation instead of full touch classifier operation during the ensuing analysis of the event.
  • The disclosed embodiments may include a method for improving accuracy of touch screen event analysis and may comprise detecting a touch event on a touch sensitive screen, said surface having at least two touch regions; generating a vibro-acoustic waveform signal using at least one sensor detecting such touch event; converting the waveform signal into at least one other form; extracting distinguishing features from said converted waveform signal; and classifying said features to analyze the features of the converted touch event waveform signal by employing one of at least two different classification processes depending on which of the two distinct touch regions was touched during the touch event.
  • The disclosed embodiments may include a machine-readable medium carrying one or more sequences of instructions for providing social information, which instructions, when executed by one or more processors, cause the one or more processors to detect a touch event on a touch sensitive screen, said surface having at least two touch regions, generate a vibro-acoustic waveform signal using at least one sensor detecting such touch event, convert the waveform signal into at least one other form, extract distinguishing features from said converted waveform signal, and classify said features to analyze the features of the converted touch event waveform signal by employing one of at least two different classification processes depending on which of the two distinct touch regions was touched during the touch event.
  • In general, a user may make contact with a touch sensitive screen of a touch sensitive device or computer system using a stylus or other parts of the hands such as the palm and various parts of the finger, i.e., pad, nail, knuckle, etc. Each such different type of touch mechanism produces a different type of digital signature. Moreover, each user of a touch sensitive device may have his or her own unique touch event characteristics resulting from anatomical differences such as fleshiness, finger size, finger shape, BMI and the like. These differences in touch event characteristics, whether the result of different user anatomies or different touch mechanisms, may be used advantageously to improve the touch screen technology by reducing ambiguities, distinguishing between users, responding only to intentional touch events and the like. Such advantageous uses are derived from sophisticated sensor-based analysis of the touch event coupled with one or more algorithms designed to provide further analytical characteristics otherwise hidden or not readily apparent in the data generated by the touch event.
  • By way of example, one such apparatus is disclosed in pending U.S. patent application Ser. No. 14/483,150 filed on Sep. 11, 2014 by the Applicant hereof and entitled “Method And Apparatus For Differentiating Touch Screen Users Based On Touch Event Analysis”. This co-pending application discloses that when a user touches a touch screen a mechanical force is applied to the screen resulting in mechanical vibrations that may be captured by a variety of sensors such as impact sensors, vibration sensors, accelerometers, strain gauges or acoustic sensors such as a microphone.
  • Once the vibro-acoustic signal has been captured, it can be converted into a series of features, for example: Average acoustic power, Standard Deviation, Variance, Skewness, Kurtosis, Absolute sum, Root Mean Square (RMS), Dispersion, Zero-crossings, Spectral centroid, Spectral density, Linear Prediction-based Cepstral Coefficients (LPCC), Perceptual Linear Prediction (PLP), Cepstral Coefficients Cepstrum Coefficients, Mel-Frequency Cepstral Coefficients (MFCC), Frequency phases (e.g., as generated by an FFT).
  • Simultaneously, many touch screen technologies are able to digitize several aspects of a touch event, such as the shape, size, capacitance, orientation, pressure, etc. The latter may be used as distinguishing features, or such features can be derived from them.
  • Because human fingers vary in their anatomical composition, their acoustic and touch properties can vary between humans. Moreover, the way users touch a screen can also be distinguishing (e.g., what finger, what part of the finger, how flat, how hard). Thus, the vibro-acoustic features and touch features contain properties that can be characteristic of different users and different parts of user's hands (e.g., fingertip, knuckle, and nail).
  • It is thus possible to provide a classifier that can run on a touch computing device that upon receipt of a touch event, makes a guess about which user is operating the device, or whether the user is authorized or has any personalized features. Alternatively, it is also possible to provide a classifier that can run on a touch computing device that upon receipt of a touch event, makes a guess about what part of the finger was used to contact the screen.
  • For some embodiments, the disclosed method may include the following operations and may employ the following components:
  • (a) a sensing system that may be configured to continuously sample vibro-acoustic data, saving it into a buffer. This buffer can be of many lengths such as, for example 50 milliseconds;
  • (b) a touch sensitive screen may be configured wait for a touch event to occur. Any number of touch technologies may be possible. The operations of the touch sensitive screen may be configured to operate in parallel with the sensing system;
  • (c) when the touch sensitive screen detects a touch event, it may be configured to trigger a conversion, feature extraction, and classification process;
  • (d) the data from the vibro-acoustic buffer is retrieved. Because the touch screens typically have some latency, it may be necessary to look backwards in the buffer to find the vibro-acoustic waveform that corresponds to the touch impact (e.g., if the touch screen has a 20 ms latency, it may be necessary to look back in the buffer 20 ms to find the corresponding vibro-acoustic event). All or part of the buffer may be saved and passed to the next operations;
  • (e) conversion operations may be performed next. The waveform from the sensor is a time-domain representation of the vibro-acoustic signal. In addition to saving the waveform, the signal is converted into other forms. This includes filtering the waveform and transforming into other forms, including frequency domain representations;
  • (f) feature extraction operations may be performed next, where touch screen controller data and vibro-acoustic data are analyzed to extract features that characterize different users. For the vibro-acoustic data, features are computed for all representations of the signal;
  • (g) these features are then passed to a classification unit, which uses the information to label the touch event with a user (in addition to whatever the touch sensitive screen reports, e.g., X/Y position, major/minor axes, pressure, etc.);
  • (h) the augmented touch event is then passed to the OS or end user applications, to associate a use based on the touch event.
  • For some embodiments, a classifier may be configured to use one or more of the following features to perform its operations: location of touch contact (2D, or 3D in the case of curved glass or other non-planar geometry), size of touch contact (some touch technologies provide an ellipse of the touch contact with major and minor axes), rotation of the touch contact, surface area of the touch contact (e.g., in squared mm or pixels), pressure of touch (available on some touch systems), shear of touch (“shear stress”, also called “tangential force” in the literature, arises from a force vector perpendicular to the surface normal of a touch screen. This is similar to normal stress—what is commonly called pressure—which arises from a force vector parallel to the surface normal.”), number of touch contacts, capacitance of touch (if using a capacitive touch screen), swept frequency capacitance of touch (if using a swept frequency capacitive touch screen), and swept frequency impedance of touch (if using a swept frequency capacitive touch screen). The computation phase may also compute the derivative of the above features over a short period of time, for example, touch velocity and pressure velocity. Other features that the classifier may also use include shape of touch (some touch technologies can provide the actual shape of the touch, and not just a circle or ellipse), and image of the hand pose (as imaged by e.g., an optical sensor, diffuse illuminated surface with camera, near-range capacitive sensing).
  • The classification engine may use any number of approaches, including but not limited to basic heuristics, decision trees, Support Vector Machine, Random Forest, Naïve bayes, elastic matching, dynamic time warping, template matching, k-means clustering, K-nearest neighbors algorithm, neural network, Multilayer perceptron, multinomial logistic regression, Gaussian mixture models, and AdaBoost. Additionally, the results from several different classifiers may be combined through, for example, a voting scheme.
  • For some embodiments, it may be possible to use different classifiers based on one or more features. For example, two classifiers could be employed, one for processing sensor waveforms with a high Standard Deviation, and another classifier for waveforms with low Standard Deviation.
  • FIG. 1 is a block diagram of an example computing system for analyzing a touch event based on use of one of two different classifications of resulting signals in accordance with an embodiment of the present invention. The computing system of the embodiment may have an operating (OS), and can run various types of services or applications, known as apps. The computing system may also be equipped with a telecommunication capability that can allow connections to a communications network. Such a computing system may include, but not be limited to, a table top computer (e.g., Surface Computing), laptop computer, desktop computer, mobile computer, mobile internet device, mobile phone, smart-phone, PDA (Personal Digital Assistant), game console, portable media player, and the like.
  • Referring to FIG. 1, the computing system includes a touch screen 100, a touch event detector 110, a classifier 120 and an OS 130. The touch screen 100 is an electronic visual display and serves also as an input/output device supplementing or substituted for a keyboard, a mouse, and/or other types of devices. The touch screen 100 displays one or more interactive elements such as graphical representation for services or applications designed to perform a specific function on the computing system. Touching the interactive elements with the finger parts of a user, including the conventional tip of the finger, causes the OS 130 to activate the application or service related to the interactive elements appropriate to the identified user. Fingers are diverse appendages, both in their motor capabilities and their anatomical compositions. A single digit contains different parts such as one or more knuckles, a tip, pad and fingernail.
  • When an object strikes a certain material, vibro-acoustic waves propagate outward through the material or along the surface of the material. Typically, interactive surfaces use rigid materials, such as plastic or glass, which both quickly distribute and faithfully preserve the signal. As such, when one or more fingers touch or contact the surface of the touch screen 100, vibro-acoustic responses are produced. The vibro-acoustic characteristics of the respective user fingers and their respective unique anatomical characteristics produce unique responses for each user.
  • Referring back to FIG. 1, the touch event detector 110 detects the touch event entailing the vibro-acoustic signal. The touch event detector 110, for example, may be arranged at a rear side of the touch screen so that the vibro-acoustic signal caused by the touch event can be captured. The touch event detector 110 can be triggered by the onset of the vibro-acoustic signal resulting from the touch event. To capture the touch event and subsequent vibro-acoustic signal, the touch event detector 110 may include one or more impact sensors, vibration sensors, accelerometers, strain gauges, or acoustic sensors such as a condenser microphone a piezoelectric microphone, MEMS microphone and the like. Once the vibro-acoustic signal has been captured by the touch event detector 110, the vibro-acoustic classifier 120 processes the vibro-acoustic signal to analyze the touch event that activated the touch screen.
  • The OS 130 runs the computing system so that the function can be activated in line with the classification of the vibro-acoustic signals and the corresponding user. The vibro-acoustic classifier 120 includes a segmentation unit 122 to segment the vibro-acoustic signal into a digital representation; a conversion unit 124 to convert the digitized vibro-acoustic signal into an electrical signal; a feature extraction unit 126 to derive a series of features from the electrical signal; and two classification units 128 and 129 to classify each user using the above-described features to analyze the touch event depending upon whether it was a full screen touch event or an edge touch event as will be further described below.
  • The segmentation unit 122 samples the vibro-acoustic signal, for example, at a sampling rate of 96 kHz, using a sliding window of 4096 samples of the vibro-acoustic signal. The conversion unit 124 then performs, for example, a Fourier Transform on sampled time-dependent vibro-acoustic signal to produce an electrical signal having frequency domain representation. For example, the Fourier Transform of this window may produce 2048 bands of frequency power.
  • The vibro-acoustic classifier 120 may further down-sample this data into additional vectors (i.e., buckets of ten), providing a different aliasing. In addition, additional time-domain features may be calculated from the vibro-acoustic signal, such as the average absolute amplitude, total absolute amplitude, standard deviation of the absolute amplitude, the center of mass for both the segmented input signal and the Fourier Transformed signal, and zero crossings.
  • The feature extraction unit 126 may also calculate a series of features from the frequency domain representation of the vibro-acoustic signals, such as the fundamental frequency of the impact waveform. The classification units 128 and 129 classify the vibro-acoustic signal using the features to for example distinguish what user generated the touch event, so that the computing system may selectively activate a function related to the identified user depending on the classified vibro-acoustic signals.
  • Referring to FIGS. 2A through 2D, it will be seen that a device 134 (i.e., a smart phone) has a touch screen 136. FIGS. 2A and 2B illustrate two examples of touch events that are fully on screen 136. FIGS. 2C and 2D illustrate two further examples of touch events that are partially off the edge of screen 136. FIGS. 3A through 3D illustrate what the touch screen “sees” as a result of the touch events of FIGS. 2A to 2D. As shown in FIGS. 3A and 3B, fully on screen touch events of FIGS. 2A and 2B, result in fully configured touch events which, in the embodiment of FIG. 1, are classified by the first classifier 128. However, as shown in FIGS. 3C and 3D, touch events which are partially off the edge of the screen 136 as depicted in FIGS. 2C and 2D, are “seen” as partially configured edge touch events which, in the embodiment of FIG. 1, are classified by the second classifier 129.
  • One way of determining whether to enable the first classifier 128 or instead to enable the second classifier 129 for each touch event, is illustrated in FIG. 4. In FIG. 4, a device 134 having a modified touch screen 135 is illustrated. The modification consists of dividing the touch screen into two regions 140 and 150. Region 140 is a full touch classification region and region 150 is an edge touch classification region. In the illustrative embodiment if the touch event is entirely within full touch region 140, only the first classification unit 128 is enabled. However, if any portion of the touch event is within edge touch region 150, only the second classification unit 129 is enabled. Alternatively, the centroid (i.e., weighted center) of the touch contact can be used to decide what classifier is triggered. The full touch first classification unit 128 is “trained” to analyze full touch events. However, the edge touch second classification unit 129 is “trained” to analyze edge touch events. In this manner, classification of touch screen events has a significant probability of being more accurate than in those systems that utilize only one classification unit for all touch events including edge touch events as depicted herein.
  • To aid classification, the user can provide supplemental training samples to the vibro-acoustic classifier 120. In one exemplary embodiment, the classification units 128 and 129 may be implemented with a support vector machine (SVM) for feature classification. The SVM is a supervised learning model with associated learning algorithms that analyze data and recognize patterns, used for classification and regression analysis.
  • FIG. 5 illustrates the process steps of an exemplary embodiment of the invention. As shown therein, in step 140 a touch event is detected on a multi-region touch screen. This results in generation of a waveform in step 142. The waveform is converted in step 144 and features are extracted in step 146. Then classification of the extracted features occurs in either step 148 or step 150 depending upon whether the touch event occurred in a first or second region.
  • Thus it will be understood that what has been disclosed herein are an apparatus and method for differentiating between full touch events and edge touch events in a touch sensitive device. At least one sensor may be employed to detect and capture a waveform signal or acoustical or mechanical effect resulting from a touch event. The waveform signal is converted, and distinguishing features are extracted for use in two distinct classification units to associate such features with the user. A full touch event classifier is trained for such full events, while an edge touch event classifier is trained for analyzing only edge touch events. The appropriate classifier is enabled by a touch screen having two distinct regions, full and edge and in response to the location of the touch event relative to these two regions.
  • These and other aspects of the disclosure may be implemented by various types of hardware, software, firmware, etc. For example, some features of the disclosure may be implemented, at least in part, by machine-readable media that include program instructions, state information, etc., for performing various operations described herein. Examples of program instructions include both machine code, such as produced by a compiler, and files containing higher-level code that may be executed by the computer using an interpreter. Examples of machine-readable media include, but are not limited to, magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROM disks; magneto-optical media; and hardware devices that are specially configured to store and perform program instructions, such as read-only memory (“ROM”) and random access memory (“RAM”).
  • Any of the above embodiments may be used alone or together with one another in any combination. Although various embodiments may have been motivated by various deficiencies with the prior art, which may be discussed or alluded to in one or more places in the specification, the embodiments do not necessarily address any of these deficiencies. In other words, different embodiments may address different deficiencies that may be discussed in the specification. Some embodiments may only partially address some deficiencies or just one deficiency that may be discussed in the specification, and some embodiments may not address any of these deficiencies.
  • While various embodiments have been described herein, it should be understood that they have been presented by way of example only, and not limitation. Thus, the breadth and scope of the present application should not be limited by any of the embodiments described herein, but should be defined only in accordance with the following and later-submitted claims and their equivalents.

Claims (20)

What is claimed is:
1. An apparatus for analyzing touch screen users based on characterization of features derived from a touch event; the apparatus comprising:
a touch sensitive screen for detecting a touch event from at least one user, said surface having at least two touch regions;
at least one sensor generating a vibro-acoustic waveform signal from such touch event;
a converter for converting the waveform signal into a domain signal;
a feature extractor for extracting distinguishing features from said domain signal; and
a plurality of classification units which use the distinguishing features of said extractor to analyze the features of the domain signal, at least one such classification unit associated with at least one such touch region and another such classification unit associated with another such touch region.
2. The apparatus recited in claim 1 wherein said at least one such classification unit is associated with an edge region of said touch sensitive screen.
3. The apparatus recited in claim 1 wherein said at least one such classification unit is associated with a central region of said touch sensitive screen.
4. The apparatus recited in claim 1 wherein said touch sensitive screen comprises an edge region and a central region.
5. The apparatus recited in claim 1 wherein said touch sensitive screen enables one said classification unit depending upon which of said at least two distinct touch regions is touched during a touch event.
6. The apparatus recited in claim 1 wherein one of said distinct touch regions comprises a region proximate to the edge of said touch sensitive screen.
7. The apparatus recited in claim 1 wherein said touch sensitive screen comprises a region forming the central area of said touch sensitive screen.
8. The apparatus recited in claim 1 wherein said at least one sensor detects mechanical vibrations initiated by said touch event.
9. The apparatus recited in claim 1 wherein said at least one sensor comprises a sensor taken from the group of sensors consisting of impact sensors, vibration sensors, accelerometers, strain gauges, piezo-electric devices and acoustic sensors.
10. The apparatus recited in claim 1 wherein said distinguishing features are extracted based on at least one computation of a characteristic taken from the group consisting of average, standard deviation, variance, skewness, kurtosis, sum, root mean square, crest factor, dispersion, entropy, power sum, center of mass, coefficient of variation, cross-correlation, zero-crossings, seasonality, DC bias, spectral centroid, spectral density, spherical harmonics, spectral energy, band energy ratio, by spectral band ratios, cepstral coefficients and Fourier transform content.
11. A method of analyzing touch screen users based on characterization of features derived from a touch event; the method comprising:
detecting a touch event on a touch sensitive screen, said surface having at least two touch regions;
generating a vibro-acoustic waveform signal using at least one sensor detecting such touch event;
converting the waveform signal into a domain signal;
extracting distinguishing features from said domain signal; and
classifying said features to analyze the features of the domain signal by employing one of at least two different classification processes depending on which of the two distinct touch regions was touched during the touch event.
12. The method recited in claim 11 wherein said classifying uses a first such classification process when such touch region that is touched is proximate an edge of said touch sensitive screen.
13. The method recited in claim 11 wherein said classifying uses a second such classification process when such touch region that is touched is proximate a central area of said touch sensitive screen.
14. The method recited in claim 11 wherein said touch sensitive screen comprises an edge region and a central region.
15. The method recited in claim 11 wherein said touch sensitive screen enables one of two different said classification processes depending upon which of said at least two distinct touch regions is touched during a touch event.
16. The method recited in claim 11 wherein one of said distinct touch regions comprises a region proximate to the edge of said touch sensitive screen.
17. The method recited in claim 11 wherein said one of said distinct touch regions comprises a region forming the central area of said touch sensitive screen.
18. The method recited in claim 11 wherein said at least one sensor detects mechanical vibrations initiated by said touch event.
19. The method recited in claim 11 wherein said at least one sensor comprises a sensor taken from the group of sensors consisting of impact sensors, vibration sensors, accelerometers, strain gauges, piezo-electric devices and acoustic sensors.
20. A computer readable medium containing instructions for using detected touch screen events to analyze touch screen users where there are at least two touch screen regions, wherein execution of the program instructions by a processor causes the processor to carry out the steps of:
generating a vibro-acoustic waveform signal using at least one sensor detecting such touch event;
converting the waveform signal into a domain signal;
extracting distinguishing features from said domain signal; and
classifying said features to analyze the features of the domain signal by employing one of at least two different classification processes depending on which of the two distinct touch regions was touched during the touch event.
US15/815,679 2014-09-22 2017-11-16 Method and apparatus for improving accuracy using edge classification Abandoned US20180329567A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/815,679 US20180329567A1 (en) 2014-09-22 2017-11-16 Method and apparatus for improving accuracy using edge classification

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US14/492,604 US9864453B2 (en) 2014-09-22 2014-09-22 Method and apparatus for improving accuracy of touch screen event analysis by use of edge classification
US15/815,679 US20180329567A1 (en) 2014-09-22 2017-11-16 Method and apparatus for improving accuracy using edge classification

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US14/492,604 Continuation US9864453B2 (en) 2014-09-22 2014-09-22 Method and apparatus for improving accuracy of touch screen event analysis by use of edge classification

Publications (1)

Publication Number Publication Date
US20180329567A1 true US20180329567A1 (en) 2018-11-15

Family

ID=55525725

Family Applications (2)

Application Number Title Priority Date Filing Date
US14/492,604 Active US9864453B2 (en) 2014-09-22 2014-09-22 Method and apparatus for improving accuracy of touch screen event analysis by use of edge classification
US15/815,679 Abandoned US20180329567A1 (en) 2014-09-22 2017-11-16 Method and apparatus for improving accuracy using edge classification

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US14/492,604 Active US9864453B2 (en) 2014-09-22 2014-09-22 Method and apparatus for improving accuracy of touch screen event analysis by use of edge classification

Country Status (4)

Country Link
US (2) US9864453B2 (en)
EP (1) EP3198384B1 (en)
CN (1) CN106201240B (en)
WO (1) WO2016048771A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021154855A1 (en) * 2020-01-29 2021-08-05 Qeexo, Co Adaptive ultrasonic sensing techniques and systems to mitigate interference
US11231815B2 (en) 2019-06-28 2022-01-25 Qeexo, Co. Detecting object proximity using touch sensitive surface sensing and ultrasonic sensing

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108762577A (en) 2011-10-18 2018-11-06 卡内基梅隆大学 Method and apparatus for the touch event on touch sensitive surface of classifying
KR20140114766A (en) 2013-03-19 2014-09-29 퀵소 코 Method and device for sensing touch inputs
US9013452B2 (en) 2013-03-25 2015-04-21 Qeexo, Co. Method and system for activating different interactive functions using different types of finger contacts
US9612689B2 (en) 2015-02-02 2017-04-04 Qeexo, Co. Method and apparatus for classifying a touch event on a touchscreen as related to one of multiple function generating interaction layers and activating a function in the selected interaction layer
CN110413190B (en) 2014-02-12 2022-08-23 齐科斯欧公司 Determining pitch and yaw for touch screen interaction
US9329715B2 (en) 2014-09-11 2016-05-03 Qeexo, Co. Method and apparatus for differentiating touch screen users based on touch event analysis
US11619983B2 (en) 2014-09-15 2023-04-04 Qeexo, Co. Method and apparatus for resolving touch screen ambiguities
US10606417B2 (en) 2014-09-24 2020-03-31 Qeexo, Co. Method for improving accuracy of touch screen event analysis by use of spatiotemporal touch patterns
US10712858B2 (en) 2014-09-25 2020-07-14 Qeexo, Co. Method and apparatus for classifying contacts with a touch sensitive device
US10282024B2 (en) 2014-09-25 2019-05-07 Qeexo, Co. Classifying contacts or associations with a touch sensitive device
WO2017004262A1 (en) 2015-07-01 2017-01-05 Qeexo, Co. Determining pitch for proximity sensitive interactions
US20170052631A1 (en) * 2015-08-20 2017-02-23 Futurewei Technologies, Inc. System and Method for Double Knuckle Touch Screen Control
US10642404B2 (en) 2015-08-24 2020-05-05 Qeexo, Co. Touch sensitive device with multi-sensor stream synchronized data
US11189281B2 (en) 2017-03-17 2021-11-30 Samsung Electronics Co., Ltd. Method and system for automatically managing operations of electronic device
CN112041799A (en) 2018-02-19 2020-12-04 拉普特知识产权公司 Unwanted touch management in touch sensitive devices
US11009989B2 (en) 2018-08-21 2021-05-18 Qeexo, Co. Recognizing and rejecting unintentional touch events associated with a touch sensitive device
CN110058734B (en) * 2019-03-25 2022-03-22 深圳市德明利技术股份有限公司 Touch screen interference processing method based on clustering algorithm, touch screen and electronic equipment
US10942603B2 (en) 2019-05-06 2021-03-09 Qeexo, Co. Managing activity states of an application processor in relation to touch or hover interactions with a touch sensitive device

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080319932A1 (en) * 2007-06-21 2008-12-25 Microsoft Corporation Classification using a cascade approach
US20090174679A1 (en) * 2008-01-04 2009-07-09 Wayne Carl Westerman Selective Rejection of Touch Contacts in an Edge Region of a Touch Surface
US20110248948A1 (en) * 2010-04-08 2011-10-13 Research In Motion Limited Touch-sensitive device and method of control
US20120158629A1 (en) * 2010-12-17 2012-06-21 Microsoft Corporation Detecting and responding to unintentional contact with a computing device
WO2013059488A1 (en) * 2011-10-18 2013-04-25 Carnegie Mellon University Method and apparatus for classifying touch events on a touch sensitive surface
US20130234982A1 (en) * 2012-03-07 2013-09-12 Pantech Co., Ltd. Mobile terminal and display control method
US20140071095A1 (en) * 2010-08-27 2014-03-13 Inputdynamics Limited Signal processing systems
US20140240295A1 (en) * 2013-02-28 2014-08-28 Qeexo, Co. Input tools having viobro-acoustically distinct regions and computing device for use with the same
US20140300559A1 (en) * 2013-04-03 2014-10-09 Casio Computer Co., Ltd. Information processing device having touch screen
US20140368436A1 (en) * 2013-06-13 2014-12-18 Microsoft Corporation Classification of User Input
US20150002405A1 (en) * 2013-06-27 2015-01-01 Synaptics Incorporated Input object classification
US20160012348A1 (en) * 2014-07-11 2016-01-14 Microsoft Corporation Touch classification
US20160062545A1 (en) * 2014-08-28 2016-03-03 Winbond Electronics Corp. Portable electronic apparatus and touch detecting method thereof
US20160077650A1 (en) * 2014-09-12 2016-03-17 Microsoft Corporation Classification of touch input as being unintended or intended

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3988476B2 (en) 2001-03-23 2007-10-10 セイコーエプソン株式会社 Coordinate input device and display device
EP2267582B1 (en) 2002-02-06 2012-05-09 Soundtouch Limited Touch pad
US20040021681A1 (en) 2002-07-30 2004-02-05 Liao Chin-Hua Arthur Dual-touch-screen mobile computer
JP4071620B2 (en) 2002-12-27 2008-04-02 株式会社日立製作所 Information processing device
US7982724B2 (en) * 2004-05-20 2011-07-19 3M Innovative Properties Company Multiple region vibration-sensing touch sensor
WO2006070044A1 (en) 2004-12-29 2006-07-06 Nokia Corporation A method and a device for localizing a sound source and performing a related action
GB0724005D0 (en) 2007-12-07 2008-01-16 Univ Glasgow Controller
JP2011028555A (en) 2009-07-27 2011-02-10 Sony Corp Information processor and information processing method
KR101678549B1 (en) * 2010-02-02 2016-11-23 삼성전자주식회사 Method and apparatus for providing user interface using surface acoustic signal, and device with the user interface
KR102118381B1 (en) 2013-03-06 2020-06-04 엘지전자 주식회사 Mobile terminal
US20140253483A1 (en) 2013-03-07 2014-09-11 UBE Inc. dba Plum Wall-Mounted Multi-Touch Electronic Lighting- Control Device with Capability to Control Additional Networked Devices
KR20140114766A (en) 2013-03-19 2014-09-29 퀵소 코 Method and device for sensing touch inputs
US9612689B2 (en) 2015-02-02 2017-04-04 Qeexo, Co. Method and apparatus for classifying a touch event on a touchscreen as related to one of multiple function generating interaction layers and activating a function in the selected interaction layer
US9013452B2 (en) 2013-03-25 2015-04-21 Qeexo, Co. Method and system for activating different interactive functions using different types of finger contacts
US10599250B2 (en) 2013-05-06 2020-03-24 Qeexo, Co. Using finger touch types to interact with electronic devices
US20150035759A1 (en) 2013-08-02 2015-02-05 Qeexo, Co. Capture of Vibro-Acoustic Data Used to Determine Touch Types
US20150242009A1 (en) 2014-02-26 2015-08-27 Qeexo, Co. Using Capacitive Images for Touch Type Classification
CN104020878A (en) * 2014-05-22 2014-09-03 小米科技有限责任公司 Touch input control method and device
US9329715B2 (en) 2014-09-11 2016-05-03 Qeexo, Co. Method and apparatus for differentiating touch screen users based on touch event analysis
US11619983B2 (en) 2014-09-15 2023-04-04 Qeexo, Co. Method and apparatus for resolving touch screen ambiguities
US10606417B2 (en) 2014-09-24 2020-03-31 Qeexo, Co. Method for improving accuracy of touch screen event analysis by use of spatiotemporal touch patterns
US10095402B2 (en) 2014-10-01 2018-10-09 Qeexo, Co. Method and apparatus for addressing touch discontinuities
WO2017004262A1 (en) 2015-07-01 2017-01-05 Qeexo, Co. Determining pitch for proximity sensitive interactions
US10642404B2 (en) 2015-08-24 2020-05-05 Qeexo, Co. Touch sensitive device with multi-sensor stream synchronized data

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080319932A1 (en) * 2007-06-21 2008-12-25 Microsoft Corporation Classification using a cascade approach
US20090174679A1 (en) * 2008-01-04 2009-07-09 Wayne Carl Westerman Selective Rejection of Touch Contacts in an Edge Region of a Touch Surface
US20110248948A1 (en) * 2010-04-08 2011-10-13 Research In Motion Limited Touch-sensitive device and method of control
US20140071095A1 (en) * 2010-08-27 2014-03-13 Inputdynamics Limited Signal processing systems
US20120158629A1 (en) * 2010-12-17 2012-06-21 Microsoft Corporation Detecting and responding to unintentional contact with a computing device
WO2013059488A1 (en) * 2011-10-18 2013-04-25 Carnegie Mellon University Method and apparatus for classifying touch events on a touch sensitive surface
US20130234982A1 (en) * 2012-03-07 2013-09-12 Pantech Co., Ltd. Mobile terminal and display control method
US20140240295A1 (en) * 2013-02-28 2014-08-28 Qeexo, Co. Input tools having viobro-acoustically distinct regions and computing device for use with the same
US20140300559A1 (en) * 2013-04-03 2014-10-09 Casio Computer Co., Ltd. Information processing device having touch screen
US20140368436A1 (en) * 2013-06-13 2014-12-18 Microsoft Corporation Classification of User Input
US20150002405A1 (en) * 2013-06-27 2015-01-01 Synaptics Incorporated Input object classification
US20160012348A1 (en) * 2014-07-11 2016-01-14 Microsoft Corporation Touch classification
US20160062545A1 (en) * 2014-08-28 2016-03-03 Winbond Electronics Corp. Portable electronic apparatus and touch detecting method thereof
US20160077650A1 (en) * 2014-09-12 2016-03-17 Microsoft Corporation Classification of touch input as being unintended or intended

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11231815B2 (en) 2019-06-28 2022-01-25 Qeexo, Co. Detecting object proximity using touch sensitive surface sensing and ultrasonic sensing
US11543922B2 (en) 2019-06-28 2023-01-03 Qeexo, Co. Detecting object proximity using touch sensitive surface sensing and ultrasonic sensing
WO2021154855A1 (en) * 2020-01-29 2021-08-05 Qeexo, Co Adaptive ultrasonic sensing techniques and systems to mitigate interference
US11592423B2 (en) 2020-01-29 2023-02-28 Qeexo, Co. Adaptive ultrasonic sensing techniques and systems to mitigate interference

Also Published As

Publication number Publication date
CN106201240B (en) 2020-07-24
EP3198384A4 (en) 2018-04-25
EP3198384B1 (en) 2022-03-02
US9864453B2 (en) 2018-01-09
US20160085372A1 (en) 2016-03-24
WO2016048771A1 (en) 2016-03-31
EP3198384A1 (en) 2017-08-02
CN106201240A (en) 2016-12-07

Similar Documents

Publication Publication Date Title
US11029785B2 (en) Method for improving accuracy of touch screen event analysis by use of spatiotemporal touch patterns
US20180329567A1 (en) Method and apparatus for improving accuracy using edge classification
US10599251B2 (en) Method and apparatus for differentiating touch screen users based on touch event analysis
US10712858B2 (en) Method and apparatus for classifying contacts with a touch sensitive device
EP3028125B1 (en) Capture of vibro-acoustic data used to determine touch types
US9329688B2 (en) Input tools having vibro-acoustically distinct regions and computing device for use with the same
US20150242009A1 (en) Using Capacitive Images for Touch Type Classification
US20180157371A1 (en) Classifying contacts or associations with a touch sensitive device
EP3966673A1 (en) Managing activity states of an application processor in relation to touch or hover interactions with a touch sensitive device
Choe et al. Online gesture recognition for user interface on accelerometer built-in mobile phones
EP3521983A1 (en) Classifying contacts or associations with a touch sensitive device

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

AS Assignment

Owner name: QEEXO, CO., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MUNEMOTO, TAIHEI;SCHWARZ, JULIA;HARRISON, CHRIS;SIGNING DATES FROM 20141130 TO 20141201;REEL/FRAME:052404/0574

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION