WO2022263977A1 - Enhancing verification in mobile devices - Google Patents

Enhancing verification in mobile devices Download PDF

Info

Publication number
WO2022263977A1
WO2022263977A1 PCT/IB2022/055365 IB2022055365W WO2022263977A1 WO 2022263977 A1 WO2022263977 A1 WO 2022263977A1 IB 2022055365 W IB2022055365 W IB 2022055365W WO 2022263977 A1 WO2022263977 A1 WO 2022263977A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
processors
global
computer
interaction data
Prior art date
Application number
PCT/IB2022/055365
Other languages
English (en)
French (fr)
Inventor
Matan LEVI
Itay Hazan
Original Assignee
International Business Machines Corporation
Ibm (China) Investment Company Ltd.
Ibm Israel - Science & Technology Ltd.
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 International Business Machines Corporation, Ibm (China) Investment Company Ltd., Ibm Israel - Science & Technology Ltd. filed Critical International Business Machines Corporation
Priority to CN202280036567.7A priority Critical patent/CN117396865A/zh
Priority to GB2400112.5A priority patent/GB2622540A/en
Publication of WO2022263977A1 publication Critical patent/WO2022263977A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/316User authentication by observing the pattern of computer usage, e.g. typical user behaviour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2139Recurrent verification

Definitions

  • the present invention generally relates to the field of cyber security, and more particularly to user verification in mobile devices.
  • the present disclosure recognizes the shortcomings and problems associated with user verification in mobile devices. Particularly, the problems associated with current user verification schemes that require building one model for each user in the system which can cause memory overload and generate problems related to debugging, updating and analyzing many different verification models in parallel. Therefore, embodiments of the present disclosure provide a method and system for user verification in mobile devices that does not require building one model for each user. This is achieved by using an embedding system that can be implemented in mobile behavioral verification methods with the advantages of a single model for all users approach.
  • the method includes receiving, by one or more processors, interaction data associated with a user of an application operating on a mobile device, the interaction data being generated during an interactive session of the user with the application on the mobile device, extracting, by the one or more processors, a plurality of features from the interaction data, generating, by the one or more processors, one or more features, aggregating, by the one or more processors, the plurality of features to the one or more feature vectors, embedding, by the one or more processors, the plurality of features within each feature vector and projecting the embedded plurality of features to a global feature space by comparing a history of interactive sessions associated with the user and a history of interactive sessions associated with a plurality of different users for generating a global training dataset, and generating, by the one or more processors, a verification model as a global binary classification model using the global training dataset.
  • Another embodiment of the present disclosure provides a computer program product for user verification in mobile devices, based on the method described above.
  • Another embodiment of the present disclosure provides a computer system for user verification in mobile devices, based on the method described above. BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram illustrating a networked computer environment, according to an embodiment of the present disclosure
  • FIG. 2A depicts components of a behavioral embedding system for user verification in mobile devices, according to an embodiment of the present disclosure
  • FIG. 2B depicts transforming user’s touch data into an embedded dataset for training a global verification model, according to an embodiment of the present disclosure
  • FIG. 3 depicts a flowchart illustrating the steps of a computer-implemented method for user verification using behavioral embedding, according to an embodiment of the present disclosure
  • FIG. 4 is a block diagram of internal and external components of a computer system, according to an embodiment of the present disclosure
  • FIG. 5 is a block diagram of an illustrative cloud computing environment, according to an embodiment of the present disclosure.
  • FIG. 6 is a block diagram of functional layers of the illustrative cloud computing environment of FIG. 5, according to an embodiment of the present disclosure.
  • an interaction history such as behavioral biometrics provide a way to verify or profile users while they interact with electronic systems.
  • behavioral biometrics can help continuously verify a user’s identity during sessions with applications operating in a mobile device, based on interaction patterns of the user with the mobile device.
  • Most behavioral biometrics techniques for mobile devices build a model for each user based on data obtained from different sensors available in the mobile device, for example, touch screen interaction sensors, motion sensors, etc. From this data meaningful features can be extracted to learn and model user’s behavior. Exemplary features include average velocity, maximum acceleration, total movement distance, and/or pressure standard deviation. These features are then used to generate a model for each user to model his/her particular patterns.
  • implementing personalized behavioral biometrics models in large real-time systems can cause excessive memory consumption, processing utilization and cause storage and run-time delays.
  • Previous global models can be used in behavioral biometrics to, for example, differentiate between a human and bots, but not for user verification.
  • Global models has many advantages, and it would be desirable to train a global model to continuously verify specific users based on data from a plurality of different users. By doing this verification systems based on behavioral biometrics can take advantage of a model that has bounded memory consumption and storage.
  • behavioral data for user verification varies significantly from one user to another.
  • using a global verification model that fits behavioral data from a large number of different users may ignore important individual characteristics associated with a specific user’s behavior.
  • biomechanical data refers to data corresponding to a history of touch-based or motion-based interactions performed by the user on the mobile device that can be used to model user touch patterns.
  • embodiments of the present invention provide a method, system, and computer program product for continuously verifying a user of a mobile device using touch- based behavioral embedding.
  • the following described exemplary embodiments provide a system, method, and computer program product to, among other things, extracting user-specific interaction data from touch sensors on a mobile device, embedding the user-specific interaction data within feature vectors, and generating a model for user verification based on the embedded feature vectors that include user-specific interaction data from a user’s history.
  • Embodiments of the present disclosure add a pre-process step (i.e., behavioral embedding) to traditional model building processes (i.e., data collection, feature extraction, model training and model testing) in which interaction data is embedded in a way such that it can be used to train a global classification model to verify specific users, including those users that have not necessarily been seen before.
  • a pre-process step i.e., behavioral embedding
  • traditional model building processes i.e., data collection, feature extraction, model training and model testing
  • interaction data is embedded in a way such that it can be used to train a global classification model to verify specific users, including those users that have not necessarily been seen before.
  • any statistical, machine, or deep learning model can be trained as a binary classification model.
  • the present embodiments have the capacity to improve the technical field of cyber security by deriving a cost-efficient semi-global verification model for continuous user verification that preserves individual behavioral patterns associated with each user without training and maintaining user-based models. This may substantially reduce resource consumption and may facilitate model maintenance, evaluation, debugging, and monitoring. Additionally, the proposed verification model can work not only on users the model was trained on, but also on any user in the system (i.e., users on the training dataset or new users).
  • the networked computer environment 100 may include a client computer 102 and a communication network 110.
  • the client computer 102 may include a processor 104, that is enabled to run a behavioral embedding program 108, and a data storage device 106.
  • Client computer 102 may be, for example, a mobile device, a smartphone, a personal digital assistant, a netbook, a laptop computer, a tablet computer, or any type of mobile computing device capable of accessing a network.
  • the networked computer environment 100 may also include a server computer 114 with a processor 118, that is enabled to run a software program 112, and a data storage device 120.
  • server computer 114 may be a resource management server, a web server, or any other electronic device capable of receiving and sending data via the communication network 110.
  • server computer 114 may represent a server computing system utilizing multiple computers as a server system, such as in a cloud computing environment.
  • the behavioral embedding process performed by the behavioral embedding program 108 can be conducted on the server computer 114.
  • the behavioral embedding process performed by the behavioral embedding program 108 can be conducted on the client computer 102. It should also be noted that most (raw) data collection is conducted on the client computer 102.
  • the behavioral embedding program 108 running on client computer 102 may communicate with the software program 112 running on server computer 114 via the communication network 110.
  • client computer 102 and server computer 114 may include internal components and external components.
  • the networked computer environment 100 may include a plurality of client computers 102 and server computers 114, only one of which is shown.
  • the communication network 110 may include various types of communication networks, such as a local area network (LAN), a wide area network (WAN), such as the Internet, the public switched telephone network (PSTN), a cellular or mobile data network (e.g., wireless Internet provided by a third or fourth generation of mobile phone mobile communication), a private branch exchange (PBX), any combination thereof, or any combination of connections and protocols that will support communications between client computer 102 and server computer 114, in accordance with embodiments of the present disclosure.
  • the communication network 110 may include wired, wireless or fiber optic connections.
  • the networked computer environment 100 may include additional computing devices, servers or other devices not shown.
  • the system 200 includes a data collection module 220, a feature extraction module 230, a database 250 storing historical sessions 260 associated with one or more users, a behavioral embedding module 240, and a model generation module 270.
  • the data collection module 220 collects data from a mobile device 210.
  • the data collected by the data collection module 220 is associated with a user (not shown) of the mobile device 210. More specifically, the data collection module 220 extracts interaction data from touch sensors on the mobile device 210, the interaction data being associated with movements, gestures or touch events performed by the user during an interactive session with an application operating on the mobile device 210.
  • the touch events include, for example, a swipe or a press/push/click movement, performed by the user on the mobile device 210.
  • the data collection module 220 For each recorded touch event the data collection module 220 extracts at least one of raw X, Y coordinates together with a timestamp, a size of a user’s finger, and a pressure exerted by the user’s finger on the mobile device 210.
  • data collection from the mobile device 210 is done with user consent via, for example, an opt-in and opt-out feature. Additionally, user(s) can choose to stop having his/her information being collected or used. In some embodiments, user(s) can be notified each time data is being collected. The collected data is envisioned to be secured and not shared with anyone without previous consent. For illustration purposes only, without intent of limitation only one mobile device 210 is shown in the figure. It may be understood that the system 200 may receive data from any number of mobile devices associated with one or more users.
  • the feature extraction module 230 analyzes the collected interaction data and defines features to be extracted.
  • features to be extracted from the collected interaction data include, for example, a swipe direction, a gradient, a Euclidean distance, an average velocity, a maximum acceleration, a curvature, and similar features. It should be noted that extracted features are associated with a touch behavior of the user during the interactive session with the mobile device 210, and thus are unique to the user of the mobile device 210.
  • the feature extraction module 230 builds a feature vector using methods well known in the art.
  • feature vectors are fed to the behavioral embedding module 240, in which an embedding layer is used to embed the user-specific features within the feature vectors and project the embedded features to a global feature space (i.e., a global dataset).
  • an embedding layer is used to embed the user-specific features within the feature vectors and project the embedded features to a global feature space (i.e., a global dataset).
  • the embedding process is conducted in two steps during the training phase:
  • the behavioral embedding module 240 crosses each user session, with the user’s own historical sessions 260.
  • the behavioral embedding module 240 projects this data into a new global feature space with positive labels. More specifically, the behavioral embedding module 240 compares user’s current session on the mobile device 210 against historical sessions 260 corresponding to the user for each extracted user-specific feature to create a user-specific dataset that can be used to train the model along with other users specific datasets or verify the specific user’s identity.
  • the behavioral embedding module 240 crosses data from each user session 260 with other (different) users sessions. This data is then projected to the new global feature space with negative labels that can be used to present anomalous activity. For each session, feature vectors can be extracted and transformed to the new global feature space using the current session compared to the historical sessions 260 associated with other (different) users.
  • SjER D to generate positive data for the global training set let user in with n sessions in the application [si,S2, ... ,3 ⁇ 4 ], SjER D , where D is the feature vector dimension and [si,s2, ... ,s « ] are sorted by the date of creation.
  • different sessions are crossed with all behavioral sessions of the history of the user. For example, Sj is taken with respect to [si,S2, ... ,S j -/ ⁇ and statistical features are calculated on s, with respect to the historical sessions 260.
  • Statistical features include, for example, converting features of Sj to percentile with respect to historical values in [si,S2, ...
  • additional aggregative features may or may not be calculated in addition to statistical features, such as mean, variance, etc.
  • the behavioral embedding module 240 generates negative data for the global training set. Specifically, given an X set of users, for each user xt in X, K random subset of users are selected (
  • FIG. 2B illustrates the process of creating the datasets described above.
  • three different users are identified by the behavioral embedding module 240, each of the three different users (userl, user2, and user3) are associated with four sessions.
  • Two positive feature vectors (indicated by dashed arrow lines) are built, i.e., sl4 is built with respect to its three previous feature vectors.
  • s33 is built with respect to its two past feature vectors.
  • two negative sessions indicated by continuous arrow lines
  • sl4 from userl is chosen to be the impostor session with respect to user2.
  • s23 from user2 is chosen to be the second impostor session with respect to user3.
  • sl4 and s23 are embedded within the statistical features (e.g., percentiles) calculated with respect to the other users data. It should be noted that any number of users can be used to create the datasets for behavioral embedding. For illustration purposes only, without intent of limitation, three users were selected in the described example.
  • the above embedding process allows user-specific interactive features to be embedded in the user history and used by the model generation module 270 to train a global model as a binary classification model.
  • the global verification model may include, for example, a statistical model, a machine learning model, or a deep-learning model. According to an embodiment, the global verification model is capable of training itself to differentiate between user-to-same-user activity (benign) and user-to-other-user activity (impostor).
  • the global verification model can be divided into a finite (small) number of models based on common user characteristics. For example, touch events can be divided into two categories: swipe events and click events. Since these two categories can have different feature distribution, the above steps can be applied to two different semi-global models, i.e., one global verification model for clicks and another global verification model for swipes. It should be noted that, in some embodiments, there may be differences between iOS and Android devices. Accordingly, in such embodiments, the above steps can be applied to create a global verification model for iOS devices and another global verification model for Android devices.
  • the global verification model can be divided into several models by using a clustering method.
  • users in the system can be clustered into k groups based on their behavior characteristics using a clustering technique (e.g., k-means, DBSCAN, etc.).
  • k global models can be built, i.e., one global model for each cluster of users in the system.
  • a total of k semi-global models can be used for the entire dataset.
  • the semi-global models may include any statistical, machine, or deep learning model including random forest, gradient boosting, SVM, and the like.
  • the trained semi-global models can be used as follows: 1) as the user enters the application, the data collection module 220 starts collecting interaction data. This data is sent to the semi-global model (or the relevant semi-global model if there are multiple) together with the user’s historical data (i.e., historical sessions 260) that is preserved in the database 250. Raw data can then be passed through the feature extraction module 230 and the behavioral embedding module 240. The last pre-process stage is to calculate statistical features on a current session with respect to the user historical sessions 260. The output of this process can be a feature vector that is fed to the trained semi-global model. The semi-global model produce a score or a prediction that correlate with probability of the tested data being benign or impostor which allows the service provider either to limit or ban the user.
  • FIG. 3 a flowchart 300 illustrating the steps of a computer- implemented method for behavioral embedding is shown, according to an embodiment of the present disclosure.
  • the method starts at step 302 by receiving interaction data associated with a user of an application operating on a mobile device, such as the mobile device 210 of FIG. 2A.
  • the interaction data is generated during an interactive session of the user with the application on the mobile device.
  • the interaction data includes a plurality of touch events corresponding to a swipe or press movement performed by the user on the mobile device. For each of the plurality of touch events, at least one of raw X, Y coordinates together with a timestamp, a size of a user’s finger, and a pressure exerted by the user’s finger on the mobile device are extracted.
  • a plurality of features are extracted from the interaction data.
  • exemplary features in the plurality of features extracted from the interaction data includes a swipe direction, a gradient, an Euclidean distance, an average velocity, a maximum acceleration, and a curvature.
  • one or more feature vectors are generated and the plurality of features are aggregated to the one or more feature vectors.
  • step 308 by embedding the plurality of features within each feature vector and projecting the embedded plurality of features to a global feature space by comparing a history of interactive sessions associated with the user and a history of interactive sessions associated with a plurality of different users for generating a global training dataset.
  • the behavioral embedding process includes comparing the interaction data associated with the interactive session of the user against a database of historical sessions associated with the user, and projecting the interaction data associated with the interactive session of the user into the global feature space with positive labels.
  • the behavioral embedding process includes comparing the interaction data associated with the interactive session of the user against a database of historical sessions associated with the plurality of different users, and projecting data from each interactive session associated with the user together with the database of historical sessions associated with the plurality of different users into the global feature space with negative labels.
  • additional aggregative calculations can be performed on the global feature space to generate a transformed feature space.
  • the generated global training dataset is used to generate a verification model as a global (user-independent) binary classification model.
  • the identity of one or more users of the application can be continuously verified using the trained verification model.
  • the verification model can be divided into a finite number of models based on additional system related characteristics.
  • Exemplary system related characteristics that can be used to split the verification model include a common behavioral biometric feature, an operating system, a screen dpi, a screen height, etc.
  • any metadata can be used to divide the verification system.
  • the verification model can be divided into a plurality of verification models by clustering a plurality of users into k clusters based on behavior characteristics using a clustering technique, and building a verification model for each of the k clusters.
  • it can be split based on device type (e.g. iOS/Android or press/swipe).
  • the proposed embodiments provide a method, system, and computer program product for embedding user-specific data derived from touch events within feature vectors that can be used to train a verification model.
  • the verification model is built as a oneclass/binary/multiclass classification model adaptable to large-scale real time systems and capable of supporting millions of users each day, while preserving individual user behaviors and characteristics.
  • the proposed embodiments introduce an embedding layer that can be integrated into existing learning pipelines for embedding user-based data into global datasets, which can then be used to build global models for mobile continuous verification using behavioral biometrics data.
  • a global model is built based on the projected data that can verify the identity of many users from within and without the data.
  • FIG. 4 a block diagram of components of client computer 102 and server computer 114 of networked computer environment 100 of FIG. 1 is shown, according to an embodiment of the present disclosure. It should be appreciated that FIG. 4 provides only an illustration of one implementation and does not imply any limitations regarding the environments in which different embodiments may be implemented. Many modifications to the depicted environment may be made.
  • Client computer 102 and server computer 114 may include one or more processors 402, one or more computer-readable RAMs 404, one or more computer-readable ROMs 406, one or more computer readable storage media 408, device drivers 412, read/write drive or interface 414, network adapter or interface 416, all interconnected over a communications fabric 418.
  • Communications fabric 418 may be implemented with any architecture designed for passing data and/or control information between processors (such as microprocessors, communications and network processors, etc.), system memory, peripheral devices, and any other hardware components within a system.
  • One or more operating systems 410, and one or more application programs 411 are stored on one or more of the computer readable storage media 408 for execution by one or more of the processors 402 via one or more of the respective RAMs 404 (which typically include cache memory).
  • each of the computer readable storage media 408 may be a magnetic disk storage device of an internal hard drive, CD-ROM, DVD, memory stick, magnetic tape, magnetic disk, optical disk, a semiconductor storage device such as RAM, ROM, EPROM, flash memory or any other computer-readable tangible storage device that can store a computer program and digital information.
  • Client computer 102 and server computer 114 may also include a R/W drive or interface 414 to read from and write to one or more portable computer readable storage media 426.
  • Application programs 411 on client computer 102 and server computer 114 may be stored on one or more of the portable computer readable storage media 426, read via the respective R/W drive or interface 414 and loaded into the respective computer readable storage media 408.
  • Client computer 102 and server computer 114 may also include a network adapter or interface 416, such as a TCP/IP adapter card or wireless communication adapter (such as a 4G wireless communication adapter using OFDMA technology) for connection to a network 428.
  • a network adapter or interface 416 such as a TCP/IP adapter card or wireless communication adapter (such as a 4G wireless communication adapter using OFDMA technology) for connection to a network 428.
  • Application programs 411 on client computer 102 and server computer 114 may be downloaded to the computing device from an external computer or external storage device via a network (for example, the Internet, a local area network or other wide area network or wireless network) and network adapter or interface 416. From the network adapter or interface 416, the programs may be loaded onto computer readable storage media 408.
  • the network may comprise copper wires, optical fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
  • Client computer 102 and server computer 114 may also include a display screen 420, a keyboard or keypad 422, and a computer mouse or touchpad 424.
  • Device drivers 412 interface to display screen 420 for imaging, to keyboard or keypad 422, to computer mouse or touchpad 424, and/or to display screen 420 for pressure sensing of alphanumeric character entry and user selections.
  • the device drivers 412, R/W drive or interface 414 and network adapter or interface 416 may include hardware and software (stored on computer readable storage media 408 and/or ROM 406).
  • Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service.
  • This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
  • On-demand self-service a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service’s provider.
  • Broad network access capabilities are available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).
  • heterogeneous thin or thick client platforms e.g., mobile phones, laptops, and PDAs.
  • Resource pooling the provider’s computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
  • Rapid elasticity capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.
  • Measured service cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported, providing transparency for both the provider and consumer of the utilized service.
  • level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts).
  • SaaS Software as a Service: the capability provided to the consumer is to use the provider’s applications running on a cloud infrastructure. The applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e- mail). The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
  • PaaS Platform as a Service
  • PaaS Platform as a Service
  • the consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
  • IaaS Infrastructure as a Service
  • the consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
  • Private cloud the cloud infrastructure is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.
  • Public cloud the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.
  • Hybrid cloud the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load balancing between clouds).
  • a cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability.
  • An infrastructure that includes a network of interconnected nodes.
  • cloud computing environment 50 includes one or more cloud computing nodes 10 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 54A, desktop computer 54B, laptop computer 54C, and/or automobile computer system 54N may communicate.
  • Nodes 10 may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof.
  • This allows cloud computing environment 50 to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device.
  • computing devices 54A-N shown in FIG. 5 are intended to be illustrative only and that computing nodes 10 and cloud computing environment 50 can communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
  • FIG. 6 a set of functional abstraction layers provided by cloud computing environment 50 (FIG. 5) is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 6 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided:
  • Hardware and software layer 60 includes hardware and software components.
  • hardware components include: mainframes 61; RISC (Reduced Instruction Set Computer) architecture based servers 62; servers 63; blade servers 64; storage devices 65; and networks and networking components 66.
  • software components include network application server software 67 and database software 68.
  • Virtualization layer 70 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers 71; virtual storage 72; virtual networks 73, including virtual private networks; virtual applications and operating systems 74; and virtual clients 75.
  • management layer 80 may provide the functions described below.
  • Resource provisioning 81 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment.
  • Metering and Pricing 82 provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may include application software licenses.
  • Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources.
  • User portal 83 provides access to the cloud computing environment for consumers and system administrators.
  • Service level management 84 provides cloud computing resource allocation and management such that required service levels are met.
  • Service Level Agreement (SLA) planning and fulfillment 85 provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
  • SLA Service Level Agreement
  • Workloads layer 90 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation 91; software development and lifecycle management 92; virtual classroom education delivery 93; data analytics processing 94; transaction processing 95; and system for user verification using behavioral embedding 96.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • the present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration
  • the computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention
  • the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
  • the computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
  • a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or Flash memory erasable programmable read-only memory
  • SRAM static random access memory
  • CD-ROM compact disc read-only memory
  • DVD digital versatile disk
  • memory stick a floppy disk
  • a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
  • a computer readable storage medium is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
  • Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
  • the network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
  • a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
  • Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state setting data, configuration data for integrated circuitry, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++, or the like, and procedural programming languages, such as the "C" programming language or similar programming languages.
  • the computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
  • These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the blocks may occur out of the order noted in the Figures.
  • two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration can be implemented by special purpose hardware- based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
  • steps of the disclosed method and components of the disclosed systems and environments have been sequentially or serially identified using numbers and letters, such numbering or lettering is not an indication that such steps must be performed in the order recited, and is merely provided to facilitate clear referencing of the method’s steps. Furthermore, steps of the method may be performed in parallel to perform their described functionality.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Social Psychology (AREA)
  • Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Electrically Operated Instructional Devices (AREA)
  • Image Analysis (AREA)
  • Debugging And Monitoring (AREA)
PCT/IB2022/055365 2021-06-16 2022-06-09 Enhancing verification in mobile devices WO2022263977A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202280036567.7A CN117396865A (zh) 2021-06-16 2022-06-09 增强移动设备中的验证
GB2400112.5A GB2622540A (en) 2021-06-16 2022-06-09 Enhancing verification in mobile devices

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US17/304,184 US11880439B2 (en) 2021-06-16 2021-06-16 Enhancing verification in mobile devices using model based on user interaction history
US17/304,184 2021-06-16

Publications (1)

Publication Number Publication Date
WO2022263977A1 true WO2022263977A1 (en) 2022-12-22

Family

ID=84489212

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2022/055365 WO2022263977A1 (en) 2021-06-16 2022-06-09 Enhancing verification in mobile devices

Country Status (5)

Country Link
US (1) US11880439B2 (zh)
CN (1) CN117396865A (zh)
GB (1) GB2622540A (zh)
TW (1) TWI792923B (zh)
WO (1) WO2022263977A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11880439B2 (en) 2021-06-16 2024-01-23 International Business Machines Corporation Enhancing verification in mobile devices using model based on user interaction history

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120054057A1 (en) * 2006-04-10 2012-03-01 International Business Machines Corporation User-touchscreen interaction analysis authentication system
US9185095B1 (en) * 2012-03-20 2015-11-10 United Services Automobile Association (Usaa) Behavioral profiling method and system to authenticate a user
WO2015179428A1 (en) * 2014-05-19 2015-11-26 Kadenze, Inc. User identity authentication techniques for on-line content or access
US9961547B1 (en) * 2016-09-30 2018-05-01 EMC IP Holding Company LLC Continuous seamless mobile device authentication using a separate electronic wearable apparatus

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW233288B (en) 1993-03-05 1994-11-01 Ind Tech Res Inst A process for guiding sludge of anaerobic fermenter and its device
US8171298B2 (en) 2002-10-30 2012-05-01 International Business Machines Corporation Methods and apparatus for dynamic user authentication using customizable context-dependent interaction across multiple verification objects
US8156116B2 (en) * 2006-07-31 2012-04-10 Ricoh Co., Ltd Dynamic presentation of targeted information in a mixed media reality recognition system
US9495385B2 (en) * 2004-10-01 2016-11-15 Ricoh Co., Ltd. Mixed media reality recognition using multiple specialized indexes
US20120204257A1 (en) 2006-04-10 2012-08-09 International Business Machines Corporation Detecting fraud using touchscreen interaction behavior
US8489987B2 (en) * 2006-07-31 2013-07-16 Ricoh Co., Ltd. Monitoring and analyzing creation and usage of visual content using image and hotspot interaction
US9400879B2 (en) 2008-11-05 2016-07-26 Xerox Corporation Method and system for providing authentication through aggregate analysis of behavioral and time patterns
US8868902B1 (en) * 2013-07-01 2014-10-21 Cryptite LLC Characteristically shaped colorgram tokens in mobile transactions
US9042867B2 (en) * 2012-02-24 2015-05-26 Agnitio S.L. System and method for speaker recognition on mobile devices
US9369476B2 (en) * 2012-10-18 2016-06-14 Deutsche Telekom Ag System for detection of mobile applications network behavior-netwise
US9589120B2 (en) 2013-04-05 2017-03-07 Microsoft Technology Licensing, Llc Behavior based authentication for touch screen devices
EP3080743B1 (en) 2013-12-12 2020-12-02 McAfee, LLC User authentication for mobile devices using behavioral analysis
US9531710B2 (en) 2014-05-09 2016-12-27 Behaviometrics Ab Behavioral authentication system using a biometric fingerprint sensor and user behavior for authentication
US10824958B2 (en) 2014-08-26 2020-11-03 Google Llc Localized learning from a global model
WO2016157075A1 (en) 2015-03-29 2016-10-06 Securedtouch Ltd. Continuous user authentication
US11954461B2 (en) 2018-02-26 2024-04-09 Ukg Inc. Autonomously delivering software features
EP3777272A1 (en) 2018-03-27 2021-02-17 Carrier Corporation Recognizing users with mobile application access patterns learned from dynamic data
US11171937B2 (en) 2018-05-25 2021-11-09 Target Brands, Inc. Continuous guest re-authentication system
EP3647993B1 (en) 2018-10-29 2023-12-13 Onfido Ltd Interactive user verification
US11520819B2 (en) 2019-09-11 2022-12-06 Adeption Limited Systems and methods for context-based content generation
CN111163057B (zh) 2019-12-09 2021-04-02 中国科学院信息工程研究所 一种基于异构信息网络嵌入算法的用户识别系统及方法
US11880439B2 (en) 2021-06-16 2024-01-23 International Business Machines Corporation Enhancing verification in mobile devices using model based on user interaction history

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120054057A1 (en) * 2006-04-10 2012-03-01 International Business Machines Corporation User-touchscreen interaction analysis authentication system
US9185095B1 (en) * 2012-03-20 2015-11-10 United Services Automobile Association (Usaa) Behavioral profiling method and system to authenticate a user
WO2015179428A1 (en) * 2014-05-19 2015-11-26 Kadenze, Inc. User identity authentication techniques for on-line content or access
US9961547B1 (en) * 2016-09-30 2018-05-01 EMC IP Holding Company LLC Continuous seamless mobile device authentication using a separate electronic wearable apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11880439B2 (en) 2021-06-16 2024-01-23 International Business Machines Corporation Enhancing verification in mobile devices using model based on user interaction history

Also Published As

Publication number Publication date
CN117396865A (zh) 2024-01-12
GB2622540A (en) 2024-03-20
TW202301832A (zh) 2023-01-01
GB202400112D0 (en) 2024-02-21
US20220405358A1 (en) 2022-12-22
US11880439B2 (en) 2024-01-23
TWI792923B (zh) 2023-02-11

Similar Documents

Publication Publication Date Title
US11500973B2 (en) Electroencephalography (EEG) based authentication
US20210042628A1 (en) Building a federated learning framework
US10528800B2 (en) Automated facial recognition detection
WO2018224940A1 (en) Event relationship analysis in fault management
US11947570B2 (en) Data augmentation
US10778672B2 (en) Secure biometrics matching with split phase client-server matching protocol
US11880439B2 (en) Enhancing verification in mobile devices using model based on user interaction history
US20200162253A1 (en) Authentication in non-secure communication channels via secure out-of-bands channels
US10248784B2 (en) Sequential object set passwords
US20190294725A1 (en) Query recognition resiliency determination in virtual agent systems
US11893132B2 (en) Discovery of personal data in machine learning models
US11580210B2 (en) Password authentication
US20180348858A1 (en) Thumbnail generation for digital images
US20220300822A1 (en) Forgetting data samples from pretrained neural network models
US20220108126A1 (en) Classifying documents based on text analysis and machine learning
US20220172102A1 (en) Machine learning model trained using features extracted from n-grams of mouse event data
US11699082B2 (en) Multi-dimensional record correlations
US20230024397A1 (en) Classification of mouse dynamics data using uniform resource locator category mapping
US11558395B2 (en) Restricting access to cognitive insights
US11740726B2 (en) Touch sensitivity management
US11777944B2 (en) Scalable authentication management
US11809454B2 (en) Label-based document classification using artificial intelligence
US20230297400A1 (en) Creating scripts from command line history
US11636345B2 (en) Training generative adversarial networks
US11811520B2 (en) Making security recommendations

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22824389

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2023561247

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 202280036567.7

Country of ref document: CN

ENP Entry into the national phase

Ref document number: 202400112

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20220609

NENP Non-entry into the national phase

Ref country code: DE