IP Library Granted Patent US 11,113,394
Granted Patent B2
US 11,113,394 · App. 16/444,156 · Granted Sep 7, 2021

Data type recognition, model training and risk recognition methods, apparatuses and devices

Inventor: Yu Cheng (Zhejiang, CN)
Assignee: Advanced New Technologies Co., Ltd.
G06F21/552G06F16/2465G06F16/35G06K9/6267G06N20/00G06Q10/0635G06F2221/034
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,113,394
App. No.
16/444,156
Filed
Jun 18, 2019
Granted
Sep 7, 2021
Kind
B2
Art Unit
2437
USPC
726/23
Abstract

Data type recognition and model training methods and apparatuses, and computer devices are provided. The model training method includes acquiring a first sample data set, and using the first sample data set to train an anomaly detection model; and detecting an abnormal sample data set from a second sample data set by means of the anomaly detection model, and using the abnormal sample data set to train a classification model. By using this method, an amount of scoring events of the classification model can be reduced, and relatively balanced sample data sets can also be provided for training, to obtain the classification model with a higher accuracy.

Claims (75)

1. A data type recognition method for recognizing data as first-type data or second-type data, wherein the method comprises:

acquiring data to be recognized, and using a preset anomaly detection model to detect whether the data to be recognized is first-type data; and

inputting other data than the first-type data recognized by the anomaly detection model, into a classification model for recognition, wherein the classification model classifies the other data as first-type data and second-type data,

wherein the anomaly detection model is a first machine learning model and obtained by pre-training based on a first sample data set, and the classification model is a second machine learning model and obtained by pre-training based on a second sample data set different from the first sample data set; and

the pre-training of the classification model comprises:

detecting, by the anomaly detection model, an abnormal sample data set from the second sample data set;

optimizing the abnormal sample data set based on a feature optimization algorithm; and

using the optimized abnormal sample data set to train the classification model.

2. The method according to claim 1 , wherein the pre-training of the anomaly detection model comprises:

acquiring the first sample data set, wherein an amount of first-type data in the first sample data set is greater than that of second-type data; and

using the first sample data set to train the anomaly detection model.

3. A risk recognition method for recognizing data as secure data or risky data, wherein the method comprises:

acquiring data to be recognized, and using a preset anomaly detection model to detect whether the data to be recognized is abnormal;

if the data to be recognized is detected not to be abnormal, determining that the data to be recognized is secure data; and

if the data to be recognized is detected to be abnormal, using a preset classification model to recognize that the data to be recognized is secure data or risky data,

wherein the anomaly detection model is a first machine learning model and obtained by pre-training based on a first sample data set, and the classification model is a second machine learning model and obtained by pre-training based on a second sample data set different from the first sample data set; and

the pre-training of the classification model comprises:

detecting, by the anomaly detection model, an abnormal sample data set from the second sample data set;

optimizing the abnormal sample data set based on a feature optimization algorithm; and

using the optimized abnormal sample data set to train the classification model.

4. The method according to claim 3 , wherein the pre-training of the anomaly detection model comprises:

acquiring the first sample data set, wherein an amount of secure data in the first sample data set is greater than that of risky data; and

using the first sample data set to train the anomaly detection model.

5. A computer device, comprising:

a processor; and

a memory for storing instructions executable by the processor,

wherein the processor is configured to:

acquire data to be recognized, and use a preset anomaly detection model to detect whether the data to be recognized is first-type data; and

input other data than the first-type data recognized by the anomaly detection model, into a classification model for recognition, wherein the classification model classifies the other data as first-type data and second-type data,

wherein the anomaly detection model is a first machine learning model and obtained by pre-training based on a first sample data set, and the classification model is a second machine learning model and obtained by pre-training based on a second sample data set different from the first sample data set; and

the pre-training of the classification model comprises:

detecting, by the anomaly detection model, an abnormal sample data set from the second sample data set;

optimizing the abnormal sample data set based on a feature optimization algorithm; and

using the optimized abnormal sample data set to train the classification model.

6. The computer device according to claim 5 , wherein the pre-training of the anomaly detection model comprises:

acquiring the first sample data set, wherein an amount of first-type data in the first sample data set is greater than that of second-type data; and

using the first sample data set to train the anomaly detection model.

7. A computer device, comprising:

a processor; and

a memory for storing instructions executable by the processor,

wherein the processor is configured to:

acquire data to be recognized, and use a preset anomaly detection model to detect whether the data to be recognized is abnormal data;

if the data to be recognized is detected not to be abnormal, determine that the data to be recognized is secure data; and

if the data to be recognized is detected to be abnormal, use a preset classification model to recognize that the data to be recognized is secure data or risky data,

wherein the anomaly detection model is a first machine learning model and obtained by pre-training based on a first sample data set, and the classification model is a second machine learning model and obtained by pre-training based on a second sample data set different from the first sample data set; and

the pre-training of the classification model comprises:

detecting, by the anomaly detection model, an abnormal sample data set from the second sample data set;

optimizing the abnormal sample data set based on a feature optimization algorithm; and

using the optimized abnormal sample data set to train the classification model.

8. The computer device according to claim 7 , wherein the pre-training of the anomaly detection model comprises:

acquiring the first sample data set, wherein an amount of secure data in the first sample data set is greater than that of risky data; and

using the first sample data set to train the anomaly detection model.

9. A non-transitory computer-readable storage medium having stored therein instructions that, when executed by a processor of a computer device, cause the computer device to perform a data type recognition method for recognizing data as first-type data or second-type data, wherein the method comprises:

acquiring data to be recognized, and using a preset anomaly detection model to detect whether the data to be recognized is first-type data; and

inputting other data than the first-type data recognized by the anomaly detection model, into a classification model for recognition, wherein the classification model classifies the other data as first-type data and second-type data,

wherein the anomaly detection model is a first machine learning model and obtained by pre-training based on a first sample data set, and the classification model is a second machine learning model and obtained by pre-training based on a second sample data set different from the first sample data set; and

the pre-training of the classification model comprises:

detecting, by the anomaly detection model, an abnormal sample data set from the second sample data set;

optimizing the abnormal sample data set based on a feature optimization algorithm; and

using the optimized abnormal sample data set to train the classification model.

10. The non-transitory computer-readable storage medium according to claim 9 , wherein the pre-training of the anomaly detection model comprises:

acquiring the first sample data set, wherein an amount of first-type data in the first sample data set is greater than that of second-type data; and

using the first sample data set to train the anomaly detection model.

11. A non-transitory computer-readable storage medium having stored therein instructions that, when executed by a processor of a computer device, cause the computer device to perform a risk recognition method for recognizing data as secure data or risky data, wherein the method comprises:

acquiring data to be recognized, and using a preset anomaly detection model to detect whether the data to be recognized is abnormal;

if the data to be recognized is detected not to be abnormal, determining that the data to be recognized is secure data; and

if the data to be recognized is detected to be abnormal, using a preset classification model to recognize that the data to be recognized is secure data or risky data,

wherein the anomaly detection model is a first machine learning model and obtained by pre-training based on a first sample data set, and the classification model is a second machine learning model and obtained by pre-training based on a second sample data set different from the first sample data set; and

the pre-training of the classification model comprises:

detecting, by the anomaly detection model, an abnormal sample data set from the second sample data set;

optimizing the abnormal sample data set based on a feature optimization algorithm; and

using the optimized abnormal sample data set to train the classification model.

12. The non-transitory computer-readable storage medium according to claim 11 , wherein the pre-training of the anomaly detection model comprises:

acquiring the first sample data set, wherein an amount of secure data in the first sample data set is greater than that of risky data; and

using the first sample data set to train the anomaly detection model.

Assignments (3)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Sep 13, 2020
From: ADVANTAGEOUS NEW TECHNOLOGIES CO., LTD.
To: ADVANCED NEW TECHNOLOGIES CO., LTD.
Reel/Frame 053761/0338 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Sep 5, 2020
From: ALIBABA GROUP HOLDING LIMITED
To: ADVANTAGEOUS NEW TECHNOLOGIES CO., LTD.
Reel/Frame 053713/0665 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jun 18, 2019
From: CHENG, YU
To: ALIBABA GROUP HOLDING LIMITED
Reel/Frame 049501/0031 →
Priority Claims (1)
CN 201710458652.3 · Jun 16, 2017 · national
Continuity (2)
Continuation PCTCN2018091043 · Jun 13, 2018
Related Publication 20190303569A1 · Oct 3, 2019