WO2019041406A1 - Dispositif, terminal et procédé de reconnaissance d'image indécente et support de stockage lisible par ordinateur - Google Patents
Dispositif, terminal et procédé de reconnaissance d'image indécente et support de stockage lisible par ordinateur Download PDFInfo
- Publication number
- WO2019041406A1 WO2019041406A1 PCT/CN2017/102866 CN2017102866W WO2019041406A1 WO 2019041406 A1 WO2019041406 A1 WO 2019041406A1 CN 2017102866 W CN2017102866 W CN 2017102866W WO 2019041406 A1 WO2019041406 A1 WO 2019041406A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- preset
- picture
- tested
- confidence
- error
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/20—Scenes; Scene-specific elements in augmented reality scenes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
Definitions
- the present invention relates to the field of computer technologies, and in particular, to an indecent picture recognition method based on a convolutional neural network, a terminal, a device, and a computer readable storage medium.
- Embodiments of the present invention provide an indecent picture recognition method, a terminal, a device, and a computer readable storage medium based on a convolutional neural network, which can automatically analyze an input picture and classify and identify the picture, thereby greatly improving the accuracy of the yellowing. Reduce the cost of yellowing.
- an embodiment of the present invention provides an indecent picture recognition method based on a convolutional neural network, the method comprising:
- the pre-processed picture data to be tested is respectively input into a plurality of preset detection models to correspondingly obtain a plurality of different confidence levels;
- the preset linear weighting ratio includes a plurality of ratios, the number of the ratios being the same as the number of the detection models, And each ratio corresponds to a different detection model;
- the picture data to be tested is determined to be indecent picture data.
- an embodiment of the present invention further provides an indecent picture recognition terminal based on a convolutional neural network, where the terminal includes:
- a pre-processing unit configured to perform pre-processing on the acquired image data to be tested
- a detecting unit configured to separately input the pre-processed picture data to be input into multiple preset detection models to correspondingly obtain a plurality of different confidence levels
- a confidence calculation unit configured to calculate all confidence levels according to a preset linear weighting ratio to obtain a picture confidence, wherein the preset linear weighting ratio includes a plurality of ratios, and the ratio of the ratios
- the preset linear weighting ratio includes a plurality of ratios, and the ratio of the ratios
- a determining unit configured to determine whether the picture confidence is greater than a preset reliability
- the determining unit is configured to determine that the picture data to be tested is indecent picture data if the picture confidence is greater than a preset reliability.
- an embodiment of the present invention further provides an indecent picture recognition device based on a convolutional neural network, the device comprising:
- a memory for storing a program that implements indecent picture recognition
- a processor for running a program for realizing indecent picture recognition stored in the memory to perform the following operations:
- the pre-processed picture data to be tested is respectively input into a plurality of preset detection models to correspondingly obtain a plurality of different confidence levels;
- the preset linear weighting ratio includes a plurality of ratios, the number of the ratios being the same as the number of the detection models, And each ratio corresponds to a different detection model;
- the picture data to be tested is determined to be indecent picture data.
- an embodiment of the present invention further provides a computer readable storage medium storing one or more programs, the one or more programs being executable by one or more processors Execute to implement the following steps:
- the pre-processed picture data to be tested is respectively input into a plurality of preset detection models to correspondingly obtain a plurality of different confidence levels;
- the preset linear weighting ratio includes a plurality of ratios, the number of the ratios being the same as the number of the detection models, And each ratio corresponds to a different detection model;
- the picture data to be tested is determined to be indecent picture data.
- the present invention has the following beneficial effects: the embodiment of the present invention performs pre-processing on the acquired image data to be tested; and inputs the pre-processed image data to be input into multiple preset detection models to obtain correspondingly a different confidence; calculating all the confidences according to the preset linear weighting ratio to obtain a picture confidence; if the picture confidence is greater than the preset reliability, determining that the picture data to be tested is an indecent picture Data, automatically analyze the input picture to be tested and classify and identify the picture, which greatly improves the accuracy of the yellowing and reduces the cost of the yellowing.
- the multiple training and verification of the convolutional neural network can further reduce the error. And improve the recognition accuracy of the obtained detection model.
- FIG. 1 is a schematic flow chart of an indecent picture recognition method based on a convolutional neural network according to an embodiment of the present invention
- FIG. 2 is another schematic flowchart of an indecent picture recognition method based on a convolutional neural network according to an embodiment of the present invention
- FIG. 3 is another schematic flowchart of an indecent picture recognition method based on a convolutional neural network according to an embodiment of the present invention
- FIG. 4 is another schematic flowchart of an indecent picture recognition method based on a convolutional neural network according to an embodiment of the present invention
- FIG. 5 is a schematic flowchart of an indecent picture recognition method based on a convolutional neural network according to another embodiment of the present invention.
- FIG. 6 is a schematic block diagram of an indecent picture recognition terminal based on a convolutional neural network according to an embodiment of the present invention.
- FIG. 7 is another schematic block diagram of an indecent picture recognition terminal based on a convolutional neural network according to an embodiment of the present invention.
- FIG. 8 is another schematic block diagram of an indecent picture recognition terminal based on a convolutional neural network according to an embodiment of the present invention.
- FIG. 9 is another schematic block diagram of an indecent picture recognition terminal based on a convolutional neural network according to an embodiment of the present invention.
- FIG. 10 is a schematic structural diagram of an indecent picture recognition device based on a convolutional neural network according to an embodiment of the present invention.
- FIG. 1 is a schematic flow chart of an indecent picture recognition method based on a convolutional neural network according to an embodiment of the present invention.
- the method can be run on terminals such as smart phones (such as Android phones, IOS phones, etc.), tablets, laptops, and smart devices.
- the method of the invention can automatically analyze the input picture to be tested and classify and identify the picture, thereby greatly improving the accuracy of the yellowing and reducing the cost of the yellowing.
- the method includes steps S101 to S105.
- S101 Perform pre-processing on the acquired picture data to be tested.
- the picture data to be tested may be a regular picture, or may be a picture obtained by extracting a video key frame from the video data.
- the picture data to be measured may be a regular picture, or may be a picture obtained by extracting a video key frame from the video data.
- step S101 includes steps S201 to S202.
- S201 Perform feature enhancement on the acquired image data to be tested.
- step S201 includes steps S301 to S303.
- all preset picture data can be adjusted to 256*256 RGB pictures.
- the used pictures must also be RGB pictures of the same format. That is to say, the acquired image data to be tested needs to be adjusted to 256*256 RGB pictures.
- the image data to be tested after the feature enhancement corresponding to the image data to be measured adjusted to the RGB image can be obtained.
- the feature-enhanced picture data to be tested is divided according to a preset rule to obtain one or more sub-pictures.
- each detection model correspondingly obtains one or more sub-confidences, and determines that the maximum sub-confidence corresponding to each detection model is the confidence level corresponding to the detection model.
- the image data to be tested after feature enhancement may be divided into one or more sub-pictures of 224*224.
- it may be divided into one or more sub-pictures of other sizes according to actual conditions, so that To better extract features and reduce the interference of incoherent features.
- all the preset picture data are correspondingly processed correspondingly, thereby increasing the number of trained picture data and further improving the accuracy of the subsequent detection model.
- S102 Input the pre-processed picture data to be tested into multiple preset detection models to correspondingly obtain a plurality of different confidence levels.
- the pre-processed picture data to be tested is input to each preset detection model, so that each preset detection model can obtain a confidence level.
- the preset linear weighting ratio may be obtained by training the related algorithm, or obtaining the optimal linear weighting ratio according to the method of repeated experiments. For example, it is possible to comprehensively analyze the confidence obtained in each detection model for a plurality of indecent images, and then confirm an optimal linear weighting ratio.
- the linear weighting ratio can be chosen to be 1:1, that is, the two confidence levels of the two detection models are each half, so that the final image confidence is obtained.
- the picture confidence is not greater than the preset reliability, it is known that the picture data to be tested is normal picture data.
- the preset reliability can be set correspondingly according to actual conditions. For example, when the pre-set reliability is 0.8, if the picture confidence is less than or equal to 0.8, the picture data to be tested is normal picture data.
- the picture data to be tested when the picture confidence is greater than the preset reliability, the picture data to be tested may be known as indecent picture data.
- the pre-set reliability is 0.8
- the picture confidence is greater than 0.8
- the picture data to be tested is indecent picture data.
- the obtained image data to be tested is preprocessed; the preprocessed image data to be tested is respectively input into a plurality of preset detection models to correspondingly obtain a plurality of different confidence levels; Setting a linear weighting ratio to calculate all the confidence levels to obtain a picture confidence; if the picture confidence is greater than the pre-set reliability, determining that the picture data to be tested is indecent picture data, the input image can be automatically analyzed and Classification and identification of images greatly improve the accuracy of yellowing and reduce the cost of yellowing.
- multiple training and verification of convolutional neural networks can further reduce errors and improve the recognition accuracy of the resulting detection models. .
- step S101 in the method for identifying indecent picture based on the convolutional neural network according to the embodiment of the present invention further includes separately training a plurality of different volumes by using preset picture data.
- the neural network is obtained to obtain a plurality of corresponding detection models, that is, specifically including the following steps S401 to S405:
- the preset picture data is divided into a training set and a verification set.
- the preset picture data may include indeterminate classified image data and normal picture data, which may be manually classified and filtered, and the two types of data are used as two scenes as input data to be convolved.
- the neural network performs learning classification to obtain a detection model that can determine whether the picture is an indecent picture.
- the training set includes several normal pictures as well as indecent pictures, and the verification set also includes several normal pictures as well as indecent pictures.
- the training set is used for routine training of the convolutional neural network, and the verification set is used for corresponding classification detection of the model obtained by the trained convolutional neural network. In order to improve the accuracy of recognition, the training set and the verification set are needed.
- the corresponding pre-processing such as feature enhancement, is performed before the convolutional neural network can be input for training.
- Convolutional Neural Network (Convolutional Neural Network) Network, CNN) is a feedforward neural network whose artificial neurons can respond to a surrounding area of a part of the coverage and perform well for large image processing.
- Different convolutional neural networks include different hierarchical structures.
- a plurality of different convolutional neural networks can be separately trained, that is, the pictures in the training set and the classification corresponding to the picture are input into a plurality of different convolutional neural networks for training, and a plurality of corresponding intermediate models can be obtained.
- each error set includes at least one error sample.
- the image in the verification set is input into the intermediate model for classification detection to obtain the classification detection result, and when the classification detection result is inconsistent with the preset classification of the picture, the picture is identified as an error sample. Specifically, all the pictures whose classification detection result is inconsistent with the pre-classification of the picture can be classified as an error set.
- each error set can include at least one error sample.
- the intermediate model corresponding to the one of the error sets is trained by using one of the error sets to obtain a corresponding new intermediate model.
- the intermediate model corresponding to one of the error sets is trained to obtain a corresponding new intermediate model, thereby further improving the accuracy of the classification detection of the intermediate model.
- step S404 may be returned.
- the number of convolutional neural networks may be two, including a first convolutional neural network having an eight-layer structure and a second convolutional neural network having a twenty-two-layer structure.
- the first convolutional neural network includes five convolutional layers, two fully connected layers, and one probability statistical layer.
- the convolutional layer of each layer in the first convolutional neural network can filter the input picture data into a two-dimensional vector through the convolution kernel, and separately calculate its parameters in the training phase, and the full connection layer will input and weight.
- the vector is multiplied, so the neurons in the next layer are all connected with the neurons in the previous layer. All neurons are accelerated by the activation function, and the probability and statistics layer is used to judge the indecent picture and the normal picture.
- the second convolutional neural network is deeper than the first convolutional neural network layer, and the Inception structure consisting of two convolutional layers is used to widen the network, and the structure is repeated many times, and then the first convolution is performed.
- a similar step in the neural network outputs a test result that can be classified.
- FIG. 5 is a schematic flowchart of a method for recognizing an indecent picture based on a convolutional neural network according to another embodiment of the present invention.
- the method can be run on terminals such as smart phones (such as Android phones, IOS phones, etc.), tablets, laptops, and smart devices.
- the method mainly analyzes the input picture data and classifies and discriminates the picture, which greatly improves the accuracy of the yellowing and reduces the cost of the yellowing.
- steps S501 to S506 of the method are shown in FIG. 5, steps S501 to S506 of the method.
- the first convolutional neural network and the second convolutional neural network are respectively trained by using preset image data to obtain a corresponding first detection model and second detection model.
- S502 Perform pre-processing on the acquired picture data to be tested.
- the preprocessed picture data to be tested is input to the first detection model and the second detection model, respectively, to correspondingly obtain the first confidence and the second confidence.
- S504 Calculate the first confidence and the second confidence according to a preset linear weighting ratio to obtain a picture confidence, wherein the preset linear weighting ratio includes two ratios, and the ratio of the ratios The number of detection models is the same, and each ratio corresponds to a different detection model.
- S505. Determine whether the picture confidence is greater than a preset reliability. When the picture confidence is not greater than the preset reliability, the picture data to be tested may be determined to be normal picture data.
- the storage medium may be a magnetic disk, an optical disk, or a read-only storage memory (Read-Only) Memory, ROM), etc.
- the embodiment of the present invention further provides an indecent picture recognition terminal based on a convolutional neural network, where the terminal 100 includes: a pre-processing unit 101 The detecting unit 102, the confidence calculating unit 103, the determining unit 104, and the determining unit 105.
- the pre-processing unit 101 is configured to perform pre-processing on the acquired picture data to be tested.
- the detecting unit 102 is configured to input the pre-processed picture data to be tested into a plurality of preset detection models to correspondingly obtain a plurality of different confidence levels.
- the confidence calculation unit 103 is configured to calculate all confidence levels according to a preset linear weight ratio to obtain a picture confidence, wherein the preset linear weight ratio includes a plurality of ratios, and the number of the ratios The number is the same as the number of detection models, and each ratio corresponds to a different detection model.
- the determining unit 104 is configured to determine whether the picture confidence is greater than a preset reliability.
- the determining unit 105 is configured to determine that the picture data to be tested is indecent picture data if the picture confidence is greater than a pre-set confidence.
- the terminal 100 further includes a classification unit 100a, a first training unit 100b, a verification unit 100c, and a second training unit 100d.
- the classification unit 100a is configured to divide preset picture data into a training set and a verification set.
- the first training unit 100b is configured to train a plurality of different convolutional neural networks by using the training set to obtain a plurality of corresponding intermediate models.
- the verification unit 100c is configured to verify all the intermediate models by using the verification set to obtain a plurality of corresponding error sets, wherein each error set includes at least one error sample.
- the second training unit 100d is configured to train an intermediate model corresponding to one of the error sets to obtain a correspondence if the number of error concentration errors in one of the errors is greater than or equal to a preset threshold. New intermediate model.
- the verification unit 100c is further configured to verify the new intermediate model again by using the verification set until the number of error concentration error samples is less than a preset threshold, and determine a new intermediate model at this time. The model is detected for the corresponding preset.
- the pre-processing unit 101 includes a strengthening unit 1011 and a dividing unit 1012.
- the strengthening unit 1011 is configured to perform feature enhancement on the acquired picture data to be tested.
- the dividing unit 1012 is configured to divide the feature-intensified picture data to be obtained according to a preset rule to obtain one or more sub-pictures.
- the detecting unit 102 is further configured to input all the sub-pictures into each detection model, so that each detection model correspondingly obtains one or more sub-confidences, and determines that the maximum sub-confidence corresponding to each detection model is The confidence level corresponding to the detection model.
- the strengthening unit 1011 includes an adjustment unit 1011a, an average value calculation unit 1011b, and a target calculation unit 1011c.
- the adjusting unit 1011a is configured to adjust the acquired picture data to be tested and all preset picture data to 256*256 RGB pictures.
- the average value calculating unit 1011b is configured to calculate a pixel average value of all preset picture data after being adjusted to an RGB picture.
- the target calculation unit 1011c is configured to subtract the pixel average value from the pixels of the image data to be measured adjusted to the RGB picture to obtain the picture data to be tested after feature enhancement.
- FIG. 10 is a schematic structural diagram of an indecent picture recognition device based on a convolutional neural network according to the present invention.
- the device 200 can include an input device 201, an output device 202, a transceiver device 203, a memory 204, and a processor 205, where:
- the input device 201 is configured to receive input data of an external access control device.
- the input device 201 in the embodiment of the present invention may include a keyboard, a mouse, a photoelectric input device, and a sound input.
- the output device 202 is configured to output output data of the access control device to the outside.
- the output device 202 is configured to output output data of the access control device to the outside.
- the output device 202 described in the embodiments of the present invention may include a display, a speaker, a printer, and the like.
- the transceiver device 203 is configured to send data to or receive data from other devices through a communication link.
- the transceiver device 203 of the embodiment of the present invention may include a transceiver device such as a radio frequency antenna.
- the memory 204 is configured to store a program that implements indecent picture recognition.
- the memory 204 of an embodiment of the invention may be a system memory such as volatile (such as RAM), non-volatile (such as ROM, flash memory, etc.), or a combination of both.
- the memory 204 of the embodiment of the present invention may also be an external memory outside the system, such as a magnetic disk, an optical disk, a magnetic tape, or the like.
- the processor 205 is configured to run a program for implementing indecent picture recognition stored in the memory 204 to perform the following operations:
- the pre-processed picture data to be tested is respectively input into a plurality of preset detection models to correspondingly obtain a plurality of different confidence levels;
- the preset linear weighting ratio includes a plurality of ratios, the number of the ratios being the same as the number of the detection models, And each ratio corresponds to a different detection model;
- the picture data to be tested is determined to be indecent picture data.
- the preset picture data is divided into a training set and a verification set
- Verifying all intermediate models with the verification set to obtain a plurality of corresponding error sets, wherein each error set includes at least one error sample;
- the intermediate model corresponding to the one of the error sets is trained by using one of the error sets to obtain a corresponding new intermediate model
- the new intermediate model is verified again by using the verification set until the number of error concentration error samples is less than a preset threshold, and it is determined that the new intermediate model at this time is a corresponding preset detection model.
- the preprocessing the acquired image data to be tested includes:
- each detection model correspondingly obtains one or more sub-confidences, and determines that the maximum sub-confidence corresponding to each detection model is the confidence level corresponding to the detection model.
- performing feature enhancement on the acquired image data to be tested includes:
- the pixels of the image to be tested that are adjusted to be RGB pictures are subtracted from the average of the pixels to obtain the picture data to be tested after feature enhancement.
- the number of convolutional neural networks is two, including a first convolutional neural network having an eight-layer structure and a second convolutional neural network having a twenty-two-layer structure, wherein the first convolutional nerve
- the network consists of five convolutional layers, two fully connected layers, and a probabilistic layer.
- an apparatus based on inconsistency picture recognition of a convolutional neural network may include more or fewer components than illustrated, or some components may be combined, or different component arrangements.
- the device based on the inconsistency picture recognition of the convolutional neural network may include only the memory and the processor. In such an embodiment, the structure and function of the memory and the processor are the same as the embodiment shown in FIG. Consistent, no longer repeat them here.
- the present invention provides a computer readable storage medium having stored one or more programs, the one or more programs being executable by one or more processors to implement the following steps:
- the pre-processed picture data to be tested is respectively input into a plurality of preset detection models to correspondingly obtain a plurality of different confidence levels;
- the preset linear weighting ratio includes a plurality of ratios, the number of the ratios being the same as the number of the detection models, And each ratio corresponds to a different detection model;
- the picture data to be tested is determined to be indecent picture data.
- the preset picture data is divided into a training set and a verification set
- Verifying all intermediate models with the verification set to obtain a plurality of corresponding error sets, wherein each error set includes at least one error sample;
- the intermediate model corresponding to the one of the error sets is trained by using one of the error sets to obtain a corresponding new intermediate model
- the new intermediate model is again verified by using the verification set until the number of error concentration error samples is less than a preset threshold, and it is determined that the new intermediate model at this time is a corresponding detection model.
- the preprocessing the acquired image data to be tested includes:
- each detection model correspondingly obtains one or more sub-confidences, and determines that the maximum sub-confidence corresponding to each detection model is the confidence level corresponding to the detection model.
- performing feature enhancement on the acquired image data to be tested includes:
- the pixels of the image to be tested that are adjusted to be RGB pictures are subtracted from the average of the pixels to obtain the picture data to be tested after feature enhancement.
- the number of convolutional neural networks is two, including a first convolutional neural network having an eight-layer structure and a second convolutional neural network having a twenty-two-layer structure, wherein the first convolutional nerve
- the network consists of five convolutional layers, two fully connected layers, and a probabilistic layer.
- the foregoing storage medium of the present invention includes: a magnetic disk, an optical disk, and a read-only storage memory (Read-Only) Memory, ROM, and other media that can store program code.
- the units in all embodiments of the present invention may be implemented by a general-purpose integrated circuit such as a CPU (Central Processing) Unit, central processing unit, or through ASIC (Application Specific Integrated circuit
- the units in the terminal in the embodiment of the present invention may be combined, divided, and deleted according to actual needs.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Biomedical Technology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Life Sciences & Earth Sciences (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Multimedia (AREA)
- Image Analysis (AREA)
Abstract
L'invention concerne un procédé, un terminal (100) et un dispositif (200) de reconnaissance d'image indécente basés sur un réseau neuronal convolutionnel, ainsi qu'un support de stockage lisible par ordinateur. Le procédé consiste à : réaliser un prétraitement sur des données d'une image obtenue à détecter (S101) ; entrer respectivement les données prétraitées de l'image à détecter dans une pluralité de modèles de détection prédéfinis pour obtenir de manière correspondante une pluralité de degrés de confiance différents (S102) ; calculer tous les degrés de confiance selon un rapport pondéré linéaire prédéfini pour obtenir un degré de confiance d'image (S103) ; déterminer si le degré de confiance d'image est supérieur à un degré de confiance prédéfini ou non (S104) ; si le degré de confiance d'image est supérieur au degré de confiance prédéfini, déterminer que les données de l'image à détecter sont des données d'image indécente (S105). Le procédé peut analyser automatiquement les images entrées à détecter et effectuer une classification et une identification sur les images, de sorte que la précision d'identification de pornographie soit considérablement améliorée et que le coût d'identification de pornographie soit abaissé.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710752783.2 | 2017-08-28 | ||
CN201710752783.2A CN107665333A (zh) | 2017-08-28 | 2017-08-28 | 一种基于卷积神经网络的不雅图片识别方法、终端、设备及计算机可读存储介质 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2019041406A1 true WO2019041406A1 (fr) | 2019-03-07 |
Family
ID=61098257
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2017/102866 WO2019041406A1 (fr) | 2017-08-28 | 2017-09-22 | Dispositif, terminal et procédé de reconnaissance d'image indécente et support de stockage lisible par ordinateur |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN107665333A (fr) |
WO (1) | WO2019041406A1 (fr) |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110084130A (zh) * | 2019-04-03 | 2019-08-02 | 深圳鲲云信息科技有限公司 | 基于多目标跟踪的人脸筛选方法、装置、设备及存储介质 |
CN110083517A (zh) * | 2019-04-29 | 2019-08-02 | 秒针信息技术有限公司 | 一种用户画像置信度的优化方法及装置 |
CN110232401A (zh) * | 2019-05-05 | 2019-09-13 | 平安科技(深圳)有限公司 | 基于图片转换的病灶判断方法、装置、计算机设备 |
CN110363243A (zh) * | 2019-07-12 | 2019-10-22 | 腾讯科技(深圳)有限公司 | 分类模型的评估方法和装置 |
CN111652259A (zh) * | 2019-04-16 | 2020-09-11 | 上海铼锶信息技术有限公司 | 一种清洗数据的方法及系统 |
CN111968078A (zh) * | 2020-07-28 | 2020-11-20 | 北京恒通智控机器人科技有限公司 | 一种变电设备的外观检测方法、装置、设备和存储介质 |
CN112182441A (zh) * | 2019-07-02 | 2021-01-05 | 中国移动通信集团贵州有限公司 | 违规数据的检测方法及装置 |
CN113763348A (zh) * | 2021-09-02 | 2021-12-07 | 北京格灵深瞳信息技术股份有限公司 | 图像质量确定方法、装置、电子设备及存储介质 |
WO2021243724A1 (fr) * | 2020-06-05 | 2021-12-09 | 北京嘀嘀无限科技发展有限公司 | Procédé de traitement d'image, dispositif électronique, enregistreur de données de déplacement de véhicule et serveur |
CN110298541B (zh) * | 2019-05-23 | 2024-04-09 | 中国平安人寿保险股份有限公司 | 数据处理方法、装置、计算机设备及存储介质 |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110136198B (zh) * | 2018-02-09 | 2023-10-03 | 腾讯科技(深圳)有限公司 | 图像处理方法及其装置、设备和存储介质 |
CN108491866B (zh) * | 2018-03-06 | 2022-09-13 | 平安科技(深圳)有限公司 | 色情图片鉴定方法、电子装置及可读存储介质 |
CN108564138A (zh) * | 2018-05-08 | 2018-09-21 | 广州优视网络科技有限公司 | 色情应用检测方法、装置、计算机可读存储介质和服务器 |
CN109034279B (zh) * | 2018-06-04 | 2023-04-25 | 平安科技(深圳)有限公司 | 手写模型训练方法、手写字识别方法、装置、设备及介质 |
CN109272016B (zh) * | 2018-08-08 | 2021-03-23 | 广州视源电子科技股份有限公司 | 目标检测方法、装置、终端设备和计算机可读存储介质 |
CN110875875B (zh) * | 2018-09-03 | 2022-04-22 | Oppo广东移动通信有限公司 | 电子红包消息检测方法、检测装置及终端设备 |
CN109491970B (zh) * | 2018-10-11 | 2024-05-10 | 平安科技(深圳)有限公司 | 面向云存储的不良图片检测方法、装置及存储介质 |
CN109241951A (zh) * | 2018-10-26 | 2019-01-18 | 北京陌上花科技有限公司 | 色情图片识别方法、识别模型构建方法及识别模型和计算机可读存储介质 |
CN109886865B (zh) * | 2019-01-07 | 2024-01-23 | 平安科技(深圳)有限公司 | 自动屏蔽不良信息的方法、装置、计算机设备以及存储介质 |
CN110414471B (zh) * | 2019-08-06 | 2022-02-01 | 福建省趋普物联科技有限公司 | 基于双模型的视频识别方法及系统 |
CN112529152A (zh) * | 2020-12-03 | 2021-03-19 | 开放智能机器(上海)有限公司 | 一种基于人工智能的西瓜成熟度检测的系统和方法 |
CN113076998A (zh) * | 2021-04-01 | 2021-07-06 | 重庆邮电大学 | 基于kubernetes深度神经网络模型的分布式分类方法 |
WO2023061506A1 (fr) * | 2021-10-15 | 2023-04-20 | 北京极智嘉科技股份有限公司 | Procédé et appareil d'identification de contenant, dispositif d'accès à un contenant et support de stockage |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101081168A (zh) * | 2007-07-06 | 2007-12-05 | 深圳市迈科龙电子有限公司 | 胎儿图像性别部位识别屏蔽方法 |
CN105808610A (zh) * | 2014-12-31 | 2016-07-27 | 中国科学院深圳先进技术研究院 | 一种互联网图片过滤方法及装置 |
CN105989330A (zh) * | 2015-02-03 | 2016-10-05 | 阿里巴巴集团控股有限公司 | 一种图片检测方法及设备 |
WO2017096758A1 (fr) * | 2015-12-11 | 2017-06-15 | 腾讯科技(深圳)有限公司 | Procédé de classification d'image, dispositif électronique et support de stockage |
CN106951848A (zh) * | 2017-03-13 | 2017-07-14 | 平安科技(深圳)有限公司 | 图片识别的方法及系统 |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104881673B (zh) * | 2014-02-28 | 2018-06-01 | 国际商业机器公司 | 基于信息整合的模式识别的方法和系统 |
CN104182735A (zh) * | 2014-08-18 | 2014-12-03 | 厦门美图之家科技有限公司 | 训练优化的基于卷积神经网络的色情图像或视频检测方法 |
CN106295502B (zh) * | 2016-07-25 | 2019-07-12 | 厦门中控智慧信息技术有限公司 | 一种人脸检测方法及装置 |
CN106776842B (zh) * | 2016-11-28 | 2021-03-19 | 腾讯科技(上海)有限公司 | 多媒体数据检测方法及装置 |
-
2017
- 2017-08-28 CN CN201710752783.2A patent/CN107665333A/zh active Pending
- 2017-09-22 WO PCT/CN2017/102866 patent/WO2019041406A1/fr active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101081168A (zh) * | 2007-07-06 | 2007-12-05 | 深圳市迈科龙电子有限公司 | 胎儿图像性别部位识别屏蔽方法 |
CN105808610A (zh) * | 2014-12-31 | 2016-07-27 | 中国科学院深圳先进技术研究院 | 一种互联网图片过滤方法及装置 |
CN105989330A (zh) * | 2015-02-03 | 2016-10-05 | 阿里巴巴集团控股有限公司 | 一种图片检测方法及设备 |
WO2017096758A1 (fr) * | 2015-12-11 | 2017-06-15 | 腾讯科技(深圳)有限公司 | Procédé de classification d'image, dispositif électronique et support de stockage |
CN106951848A (zh) * | 2017-03-13 | 2017-07-14 | 平安科技(深圳)有限公司 | 图片识别的方法及系统 |
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110084130B (zh) * | 2019-04-03 | 2023-07-25 | 深圳鲲云信息科技有限公司 | 基于多目标跟踪的人脸筛选方法、装置、设备及存储介质 |
CN110084130A (zh) * | 2019-04-03 | 2019-08-02 | 深圳鲲云信息科技有限公司 | 基于多目标跟踪的人脸筛选方法、装置、设备及存储介质 |
CN111652259A (zh) * | 2019-04-16 | 2020-09-11 | 上海铼锶信息技术有限公司 | 一种清洗数据的方法及系统 |
CN111652259B (zh) * | 2019-04-16 | 2024-03-08 | 上海铼锶信息技术有限公司 | 一种清洗数据的方法及系统 |
CN110083517A (zh) * | 2019-04-29 | 2019-08-02 | 秒针信息技术有限公司 | 一种用户画像置信度的优化方法及装置 |
CN110083517B (zh) * | 2019-04-29 | 2023-08-25 | 秒针信息技术有限公司 | 一种用户画像置信度的优化方法及装置 |
CN110232401A (zh) * | 2019-05-05 | 2019-09-13 | 平安科技(深圳)有限公司 | 基于图片转换的病灶判断方法、装置、计算机设备 |
CN110232401B (zh) * | 2019-05-05 | 2023-08-04 | 平安科技(深圳)有限公司 | 基于图片转换的病灶判断方法、装置、计算机设备 |
CN110298541B (zh) * | 2019-05-23 | 2024-04-09 | 中国平安人寿保险股份有限公司 | 数据处理方法、装置、计算机设备及存储介质 |
CN112182441A (zh) * | 2019-07-02 | 2021-01-05 | 中国移动通信集团贵州有限公司 | 违规数据的检测方法及装置 |
CN110363243A (zh) * | 2019-07-12 | 2019-10-22 | 腾讯科技(深圳)有限公司 | 分类模型的评估方法和装置 |
WO2021243724A1 (fr) * | 2020-06-05 | 2021-12-09 | 北京嘀嘀无限科技发展有限公司 | Procédé de traitement d'image, dispositif électronique, enregistreur de données de déplacement de véhicule et serveur |
CN111968078A (zh) * | 2020-07-28 | 2020-11-20 | 北京恒通智控机器人科技有限公司 | 一种变电设备的外观检测方法、装置、设备和存储介质 |
CN113763348A (zh) * | 2021-09-02 | 2021-12-07 | 北京格灵深瞳信息技术股份有限公司 | 图像质量确定方法、装置、电子设备及存储介质 |
Also Published As
Publication number | Publication date |
---|---|
CN107665333A (zh) | 2018-02-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2019041406A1 (fr) | Dispositif, terminal et procédé de reconnaissance d'image indécente et support de stockage lisible par ordinateur | |
WO2020190112A1 (fr) | Procédé, appareil, dispositif et support permettant de générer des informations de sous-titrage de données multimédias | |
WO2015127859A1 (fr) | Procédé et appareil de détection de texte sensible | |
WO2019029261A1 (fr) | Procédé, dispositif de reconnaissance de micro-expressions et support d'informations | |
WO2015184760A1 (fr) | Procédé et appareil d'entrée de geste dans l'air | |
WO2016082267A1 (fr) | Procédé et système de reconnaissance vocale | |
WO2019051899A1 (fr) | Procédé et dispositif de commande de terminaux, et support d'informations | |
WO2019080249A1 (fr) | Procédé et appareil de traitement d'alarme, dispositif informatique et support d'informations | |
WO2022154471A1 (fr) | Procédé de traitement d'image, appareil de traitement d'image, dispositif électronique et support de stockage lisible par ordinateur | |
WO2019085495A1 (fr) | Procédé et appareil de reconnaissance de micro-expression, système et support de stockage lisible par ordinateur | |
WO2015184982A1 (fr) | Procédé et appareil d'apprentissage de classficateur, procédé et système d'authentification d'identité | |
WO2019051890A1 (fr) | Procédé et dispositif de commande de terminal et support de stockage lisible par ordinateur | |
EP3903240A1 (fr) | Dispositif et procédé de compression de modèle d'apprentissage automatique | |
WO2021261830A1 (fr) | Procédé et appareil d'évaluation de qualité de vidéo | |
WO2019051895A1 (fr) | Procédé et dispositif de commande de terminal, et support de stockage | |
WO2019019376A1 (fr) | Procédé, appareil et dispositif de gestion de processus de service, et support d'informations lisible par ordinateur | |
WO2018149191A1 (fr) | Procédé, appareil et dispositif de souscription à des polices d'assurance, et support d'informations lisible par ordinateur | |
WO2019051683A1 (fr) | Procédé de photographie de lumière de remplissage, terminal mobile et support de stockage lisible par ordinateur | |
WO2018233367A1 (fr) | Procédé et appareil d'enregistrement de cas, terminal et support de stockage lisible par ordinateur | |
WO2020010671A1 (fr) | Procédé et dispositif d'affichage, poste de télévision et support d'informations | |
WO2019085103A1 (fr) | Procédé de gestion de formation, dispositif, appareil informatique, et support de stockage | |
WO2018166236A1 (fr) | Procédé, appareil et dispositif de reconnaissance de facture de règlement de revendication, et support d'informations lisible par ordinateur | |
WO2017217656A1 (fr) | Procédé et appareil de compression vidéo et programme informatique associé | |
WO2018120459A1 (fr) | Procédé, appareil et dispositif de vérification de l'authenticité d'une image, et support de stockage et extrémité de service | |
WO2019019351A1 (fr) | Procédé et appareil de traitement de données de comportement d'utilisateur, et support d'informations lisible par ordinateur |
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: 17923346 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 24/09/2020) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 17923346 Country of ref document: EP Kind code of ref document: A1 |