WO2020186867A1 - 注视区域检测方法、装置及电子设备 - Google Patents
注视区域检测方法、装置及电子设备 Download PDFInfo
- Publication number
- WO2020186867A1 WO2020186867A1 PCT/CN2019/127833 CN2019127833W WO2020186867A1 WO 2020186867 A1 WO2020186867 A1 WO 2020186867A1 CN 2019127833 W CN2019127833 W CN 2019127833W WO 2020186867 A1 WO2020186867 A1 WO 2020186867A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- gaze
- face image
- area
- line
- information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/214—Generating training patterns; Bootstrap methods, e.g. bagging or boosting
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B60—VEHICLES IN GENERAL
- B60W—CONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
- B60W40/00—Estimation or calculation of non-directly measurable driving parameters for road vehicle drive control systems not related to the control of a particular sub unit, e.g. by using mathematical models
- B60W40/08—Estimation or calculation of non-directly measurable driving parameters for road vehicle drive control systems not related to the control of a particular sub unit, e.g. by using mathematical models related to drivers or passengers
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/11—Region-based segmentation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/77—Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
- G06V10/774—Generating sets of training patterns; Bootstrap methods, e.g. bagging or boosting
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/59—Context or environment of the image inside of a vehicle, e.g. relating to seat occupancy, driver state or inner lighting conditions
- G06V20/597—Recognising the driver's state or behaviour, e.g. attention or drowsiness
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/161—Detection; Localisation; Normalisation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/172—Classification, e.g. identification
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/18—Eye characteristics, e.g. of the iris
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B60—VEHICLES IN GENERAL
- B60W—CONJOINT CONTROL OF VEHICLE SUB-UNITS OF DIFFERENT TYPE OR DIFFERENT FUNCTION; CONTROL SYSTEMS SPECIALLY ADAPTED FOR HYBRID VEHICLES; ROAD VEHICLE DRIVE CONTROL SYSTEMS FOR PURPOSES NOT RELATED TO THE CONTROL OF A PARTICULAR SUB-UNIT
- B60W2540/00—Input parameters relating to occupants
- B60W2540/225—Direction of gaze
Definitions
- the present disclosure relates to the field of computer vision technology, and in particular to a method, device and electronic equipment for detecting a gaze area.
- Gaze area detection can play an important role in applications such as intelligent driving, human-computer interaction, and security monitoring.
- human-computer interaction by determining the three-dimensional position of the human eye in space, combined with the three-dimensional line of sight direction, the position of the human gaze point in the three-dimensional space can be obtained and output to the machine for further interactive processing.
- attention detection by estimating the gaze direction of the human eye, the gaze direction of the person can be judged and the area of interest of the person can be obtained, and then it can be judged whether the person's attention is concentrated.
- a gaze area detection method comprising: acquiring a face image collected in a predetermined three-dimensional space; performing sight line detection based on the face image to obtain a sight line detection result;
- the gaze area classifier trained in advance for the predetermined three-dimensional space detects the category of the target gaze area corresponding to the face image according to the line of sight detection result, wherein the target gaze area belongs to the predetermined three-dimensional space
- the divided categories define one of the gaze areas.
- a gaze area detection device comprising: an image acquisition module for acquiring a face image collected in a predetermined three-dimensional space; a line of sight detection module for The gaze detection of the face image is performed to obtain the gaze detection result; the gaze area detection module is configured to use the gaze area classifier trained in advance for the predetermined three-dimensional space to detect the target corresponding to the face image according to the gaze detection result
- the category of the gaze area wherein the target gaze area belongs to one of multiple types of defined gaze areas obtained by dividing the predetermined three-dimensional space in advance.
- a computer-readable storage medium having a computer program stored thereon, and when the computer program is executed by a processor, the processor realizes the method according to the above-mentioned first aspect.
- an electronic device including a memory and a processor, the memory is stored with a computer program, and the processor implements the method according to the above first aspect when the computer program is executed.
- the gaze area classifier for changes in a predetermined three-dimensional space, only corresponding gaze area classifiers need to be trained for different three-dimensional spaces. Since the training of the classifier does not require a large amount of data and the training speed is relatively fast, it can significantly reduce the time cost and technical difficulty of migrating between different three-dimensional spaces (such as the space of different car models) using the gaze area detection method.
- Fig. 1 is a flowchart of a gaze area detection method according to an exemplary embodiment of the present disclosure
- FIG. 2 is a flowchart of a method for training a gaze area classifier for a predetermined three-dimensional space in real time according to an exemplary embodiment of the present disclosure
- FIG. 3 is a schematic diagram of multiple types of defined gaze regions according to an exemplary embodiment of the present disclosure.
- FIG. 4 is a flowchart of a method for determining starting point information of a person's line of sight in a face image according to an exemplary embodiment of the present disclosure
- FIG. 5 is a flowchart of a method for detecting line-of-sight direction information of a person in a face image according to an exemplary embodiment of the present disclosure
- FIG. 6 is a flowchart of a method for detecting head posture information of a person in a face image according to an exemplary embodiment of the present disclosure
- Fig. 7 is a flowchart of a method for detecting line-of-sight direction information of a person in a face image based on head posture information according to an exemplary embodiment of the present disclosure
- FIG. 8A is a flowchart of a method for normalizing a face image to obtain a normalized face image according to an exemplary embodiment of the present disclosure
- Fig. 8B is a schematic diagram of normalizing an acquired face image according to an exemplary embodiment of the present disclosure.
- FIG. 9A is a schematic diagram of a classifier outputting a target gaze area category according to an exemplary embodiment of the present disclosure
- FIG. 9B is a schematic diagram of the classifier outputting the name of the target gaze area according to an exemplary embodiment of the present disclosure.
- FIG. 10 is a flowchart of a method of training a neural network for detecting a three-dimensional line of sight direction according to an exemplary embodiment of the present disclosure
- Fig. 11 is a block diagram of a gaze area detecting device according to an exemplary embodiment of the present disclosure.
- FIG. 12 is a block diagram of a line of sight detection module of the gaze area detection device according to an exemplary embodiment of the present disclosure
- FIG. 13 is a block diagram of another line of sight detection module of the gaze area detection device according to an exemplary embodiment of the present disclosure
- FIGS. 12 and 13 are block diagrams of the eye position detection sub-module in FIGS. 12 and 13 according to an exemplary embodiment of the present disclosure
- FIG. 15 is a block diagram of another line of sight detection module of the gaze area detection device according to an exemplary embodiment of the present disclosure.
- FIG. 16 is a block diagram of a posture detection sub-module of the sight line detection module in FIG. 15 according to an exemplary embodiment of the present disclosure
- FIG. 17 is a block diagram of a direction detection sub-module of the sight line detection module in FIG. 15 according to an exemplary embodiment of the present disclosure
- FIG. 18 is a block diagram of an image processing unit of the direction detection sub-module in FIG. 17 according to an exemplary embodiment of the present disclosure
- FIG. 19 is a block diagram of another gaze area detection device according to an exemplary embodiment of the present disclosure.
- FIG. 20 is a block diagram of another gaze area detecting device according to an exemplary embodiment of the present disclosure.
- 21 is a block diagram of another gaze area detection device according to an exemplary embodiment of the present disclosure.
- FIG. 22 is a block diagram of another gaze area detection device according to an exemplary embodiment of the present disclosure.
- FIG. 23 is a block diagram of an electronic device according to an exemplary embodiment of the present disclosure.
- first, second, third, etc. may be used in this disclosure to describe various information, these information should not be limited by these terms. These terms are only used to distinguish the same type of information from each other.
- first information may also be referred to as second information, and similarly, the second information may also be referred to as first information.
- word “if” as used herein can be interpreted as "when” or “when” or “in response to”.
- the present disclosure provides a gaze area detection method, which can be applied to scenarios such as intelligent driving, human-computer interaction, and security monitoring. This disclosure will take the gaze area detection method applied to an intelligent driving scene as an example for detailed description.
- the involved execution subject may include: a computer system and a camera arranged in a predetermined three-dimensional space.
- the camera set in the predetermined three-dimensional space can send the collected face image data of the user to the aforementioned computer system.
- the computer system can use the artificial neural network to process the above-mentioned face image data, detect which part of the user’s attention is concentrated in the predetermined three-dimensional space, that is, detect the user’s target gaze area, so that the computer system can according to the above
- the user's target gaze area outputs corresponding operation control information, such as instructions for smart driving vehicles.
- the above-mentioned computer system may be installed in a server, a server cluster, or a cloud platform, or may be a computer system in electronic equipment such as personal computers, vehicle-mounted equipment, and mobile terminals.
- the aforementioned camera may be a vehicle-mounted device such as a camera in a driving recorder, a camera of a smart terminal, and the like.
- the above-mentioned smart terminal may include electronic devices such as smart phones, PDAs (Personal Digital Assistants), tablet computers, and vehicle-mounted devices.
- the camera and the computer system can be independent of each other, while being connected to each other to jointly implement the gaze area detection method provided by the embodiments of the present disclosure.
- the following uses a computer system as an example to describe in detail the gaze area detection method provided by the present disclosure.
- Fig. 1 is a flowchart of a gaze area detection method according to an exemplary embodiment of the present disclosure.
- the method can be executed by a computer system and can be applied to various smart devices (for example, smart vehicles, smart robots, smart home devices, etc.). As shown in Figure 1, the method may include steps 11-13.
- step 11 a face image collected in a predetermined three-dimensional space is acquired.
- the predetermined three-dimensional space is the space of the vehicle.
- a camera can be fixedly installed in the internal space of the vehicle such as the center console.
- the camera can collect target objects in real time or according to a preset time period.
- the driver's face image is provided to the computer system, so that the computer system obtains the collected face image.
- step 12 line of sight detection is performed based on the face image to obtain a line of sight detection result.
- the computer system can perform the line of sight detection of the human eye based on the aforementioned face image, and obtain the line of sight detection result.
- the line of sight detection is based on analyzing the position and/or direction of the line of sight of the human eye in the face image to obtain the line of sight detection result.
- the present disclosure does not limit the method of detecting the human eye. That is, the method mentioned in the embodiment of the present disclosure may be used to detect the human eye, or other traditional methods may be used to detect the human eye.
- the above-mentioned line of sight detection result may include the starting point information and the line of sight direction information of the person in the face image, and may also include information such as the head posture of the person in the face image.
- step 13 a gaze area classifier that has been trained in advance for the predetermined three-dimensional space is used to detect the category of the target gaze area corresponding to the face image according to the line of sight detection result.
- the target gaze area belongs to one of multiple types of defined gaze areas obtained by dividing the predetermined three-dimensional space in advance. For example, each space that the driver can look at when the vehicle is traveling can be used as a predetermined three-dimensional space, such as a front windshield, a rear-view mirror, or other spaces in the vehicle.
- the computer system can input the gaze detection result into the pre-trained gaze area classifier for the M-type intelligent driving vehicle, thereby detecting the above
- the category of the target gaze area corresponding to the face image is to detect which area of the vehicle the person in the face image, such as the driver, is looking at when the image is collected.
- the above-mentioned gaze area classifier for the predetermined three-dimensional space is pre-trained by the computer system based on the training sample set for the above-mentioned predetermined three-dimensional space, wherein the training sample set includes a plurality of gaze feature samples, each of which is The gaze feature sample includes gaze starting point information, gaze direction information, and annotation information of a gaze area category corresponding to the gaze feature sample, and the type of the gaze area marked belongs to one of multiple types of defined gaze areas divided into the predetermined three-dimensional space.
- the three-dimensional space areas that the human eye may pay attention to in the predetermined three-dimensional space are finely classified, and multiple types of defined gaze areas are obtained, and based on each type of definition
- the training sample set corresponding to the gaze area is trained on a classifier to obtain a gaze area classifier for a predetermined three-dimensional space.
- Subsequent use of the gaze area classifier can accurately detect the target gaze area information based on the gaze detection result, which is simple to calculate and can effectively reduce the misjudgment rate of the target gaze area, thereby providing more accurate information for subsequent operations.
- the gaze detection stage corresponding to step 12 has nothing to do with the distribution of multiple types of defined gaze areas in the predetermined three-dimensional space
- the gaze area detection stage corresponding to step 13 is related to the distribution of the multiple types of defined gaze areas in the predetermined three-dimensional space.
- the overall space size of different models of vehicles may be different, and the location of the same type of area such as a glove box in different vehicle spaces may be different
- the division of multiple types of defined gaze areas for different three-dimensional spaces may also be different, such as the definition
- the number and types of fixation areas are different. Therefore, different gaze area classifiers need to be trained for different three-dimensional spaces, for example, different gaze area classifiers are trained for M-type cars and N-type cars with different spatial distributions.
- the same method can be used for sight detection for different models of vehicles, and only the gaze area classifier needs to be retrained when changing models.
- the training of the gaze region classifier is relatively simple, does not require so much data, and the training speed is fast, so it can significantly reduce the migration and use of the above gaze regions between different models The time cost and technical difficulty of the detection method.
- the above-mentioned gaze area detection method may further include: before step 11, obtaining a gaze area classifier that has been trained for the predetermined three-dimensional space.
- the following method 1 or method 2 may be used to obtain the gaze region classifier completed for the predetermined three-dimensional space training.
- the first way is to train a gaze area classifier for a predetermined three-dimensional space in real time when gaze area detection is required.
- real-time training of a gaze area classifier for a predetermined three-dimensional space may include: step 101, inputting the gaze starting point information and gaze direction information of at least one gaze feature sample into the gaze area classifier to be trained to obtain the gaze feature The gaze area category prediction information corresponding to the sample; step 102, according to the deviation between the gaze area category prediction information and the annotation information of the gaze area category corresponding to the gaze feature sample, adjust the parameters of the gaze area classifier to Training the gaze area classifier.
- the aforementioned predetermined three-dimensional space may be the space of a certain model of vehicle.
- determine the fixed position of the camera used to collect facial images For example, fix the camera to the position of the center console to collect the facial image of the driver in the driving area.
- the subsequent classifier training phase and the detection phase need people
- the face images are all collected by the above-mentioned camera at the fixed position.
- the gaze area is divided for different parts of the above-mentioned vehicle, mainly according to the area that the driver needs to pay attention to during the driving of the vehicle, and multiple types of defined gaze areas are divided in the above-mentioned vehicle space, and each type of gaze is defined separately Category information corresponding to the locale.
- the multiple types of defined gaze areas obtained by dividing the vehicle space may include at least two of the following: left front windshield area, right front windshield area, instrument panel area, interior rearview mirror area, Center console area, left rearview mirror area, right rearview mirror area, visor area, shift lever area, under the steering wheel, co-pilot area, glove box area in front of the co-pilot.
- FIG. 3 is a schematic diagram of multiple types of defined gaze areas according to an exemplary embodiment of the present disclosure.
- the following multiple types of defined gaze areas can be determined: left front windshield, right front windshield, instrument panel, interior rearview mirror, center console, left rearview mirror, right rearview mirror, Sun visor, shift lever, mobile phone.
- Corresponding category information can be preset for each type of defined gaze area, such as a category value represented by a number. The corresponding relationship between the multiple types of defined gaze areas and the preset category values can be shown in Table 1:
- category information can also be represented by preset English letters such as A, B, C...J, etc.
- the training sample set may include a plurality of gaze feature samples, wherein each of the gaze feature samples includes gaze starting point information, gaze direction information, and label information of the gaze area category corresponding to the gaze feature sample, and the type of the gaze area that is labeled It belongs to one of multiple types of defined gaze areas divided for the predetermined three-dimensional space. Among them, how to determine the start point information and the line of sight direction information of the person based on the face image will be described in detail later.
- the following steps are performed iteratively to train the classifier for the predetermined three-dimensional space: the gaze starting point information and gaze direction information of a gaze feature sample in the training sample set are input into the gaze area classifier to be trained, Obtain the prediction information of the gaze area category corresponding to the gaze feature sample; perform parameters on the gaze area classifier according to the deviation between the prediction information of the gaze area category and the label information of the gaze area category for the gaze feature sample Adjustment to train the gaze area classifier.
- the foregoing step 102 may include: obtaining a loss function value according to the difference between the predicted value of the gaze area category and the label value of the gaze area category of the same gaze feature sample; when the loss function value When the preset training termination condition is met, the training is terminated, and the classifier in the current training stage is determined as the classifier that has been trained; otherwise, if the loss function value does not meet the preset training termination condition, it is based on the loss function value The parameters of the gaze area classifier are adjusted.
- the loss function is a mathematical expression used to measure the degree of misclassification of training samples by the classifier model during the training process.
- the value of the loss function can be obtained based on the entire training sample set. The larger the value of the above loss function, the greater the probability of misclassification of the classifier in the current training stage. On the contrary, the smaller the value of the above loss function indicates the probability of misclassification of the classifier in the current training stage. The smaller.
- the aforementioned preset training termination condition is a condition for terminating the training of the gaze area classifier.
- the foregoing preset training termination condition may be: the loss function value of the preset loss function is less than the preset threshold.
- the aforementioned preset training termination condition should be that the loss function value is equal to 0, which means that the gaze area categories predicted by the current classifier are correct.
- the above-mentioned preset threshold may be a preset empirical value.
- the above loss function value can be used to adjust the relevant parameters of the gaze area classifier. Then, the gaze area classifier with updated parameters is used to iteratively execute step 101 and step 102 until the preset training termination condition is met, and the gaze area classifier completed for the predetermined three-dimensional space training is obtained.
- the computer system may use algorithms such as support vector machines, naive Bayes, decision trees, random forests, and K-means to train the above-mentioned gaze area classifier.
- the training of the classifier does not require a large amount of data and the training speed is relatively fast, it can significantly reduce the time cost and technical difficulty of using the gaze area detection method to migrate between different three-dimensional spaces (such as the space of different car models).
- the computer system may store the gaze area classifier completed for each predetermined three-dimensional space training in association with the spatial identifier of the predetermined three-dimensional space in a designated storage resource, such as a cloud server, to form A set of preset gaze area classifiers.
- a designated storage resource such as a cloud server
- the above-mentioned preset gaze area classifier set may include the correspondence between multiple vehicle models and gaze area classifiers, as shown in Table 2:
- the vehicle can automatically download it from the cloud server according to its own model (for example, M01) before performing gaze area detection
- the corresponding target gaze area classifier program for example, the computer program corresponding to the above-mentioned first classifier, so as to quickly realize the gaze area detection.
- the human eye sight detection result obtained in the above step 12 includes at least the starting point information and the sight direction information of the person in the face image, and may also include the head posture information of the person in the face image.
- steps 1211-1212 may be executed to determine the starting point information of the person's line of sight in the face image.
- step 1211 the position of the eyes in the face image is detected.
- the aforementioned eye position is the position of the human eye in the face image in the actual camera coordinate system.
- the aforementioned actual camera coordinate system is a spatial rectangular coordinate system determined by the computer system based on the aforementioned camera.
- the aforementioned camera is a camera that captures the aforementioned human face image in the aforementioned predetermined three-dimensional space, and may be marked as a camera C0.
- the Z axis of the actual camera coordinate system is the optical axis of the aforementioned camera, and the optical center of the camera lens is the origin of the preset actual camera coordinate system.
- the horizontal axis of the actual camera coordinate system is the X axis and the vertical axis is the Y axis parallel to the lens plane of the camera.
- the computer system can detect the eye position in the face image in any of the following ways:
- the first way is based on at least two frames of face images simultaneously collected by at least two cameras for the same target object, such as the above-mentioned driver
- the at least two cameras include cameras that collect the face image to be measured
- the second method is to detect the head posture information of the person in the face image, Detecting the position of the eyes in the face image based on the head posture information.
- the computer system can determine the above-mentioned head posture information of the driver by using head posture estimation methods in related technologies, such as flexible model methods, geometric methods, etc., according to a face image taken by a camera.
- head posture estimation methods in related technologies, such as flexible model methods, geometric methods, etc.
- the 3D position of the eyes of the target object in the preset actual camera coordinate system is acquired based on the head posture information, and the preset actual camera coordinate system is based on the camera coordinate system determined by the camera C0.
- the 3D position of the human eye can be determined by using the face image collected by a single camera, that is, a monocular camera, so that the hardware configuration cost for gaze area detection can be saved.
- step 1212 the starting point information of the line of sight of the person in the face image is determined according to the eye position.
- the eye position detected from the face image in step 1211 may include the target object in the face image, such as the position of a single eye of the driver, and may also include the positions of both eyes (that is, the positions of the left and right eyes of the driver). .
- the following method 1 or method 2 may be used to determine the starting point information of the person's line of sight in the face image.
- Manner 1 Determine the starting point of the person's line of sight in the face image according to the position of the single eye.
- the eye positions determined in step 1211 include the positions of both eyes, the starting point information of the line of sight of the person in the face image can be determined according to the position of any one of the eyes.
- the eye position determined in step 1211 includes the position of a single eye, the starting point information of the line of sight of the person in the face image is determined according to the position of the single eye.
- the middle position of the eyes is determined to be the line-of-sight starting point information, where the middle position of the eyes may be the middle point position of the 3D coordinate connection of the eyes, It can also be other positions on the 3D coordinate line of the eyes.
- the second method described above is used to determine the start point information of the person's line of sight in the face image. Compared with the first method described above, it is beneficial to eliminate the inaccuracy of the start point information of the line of sight caused by the monocular detection error, thereby improving the line of sight detection result. Accuracy.
- steps 1221-1222 can be executed to detect the line of sight direction information of the person in the face image.
- step 1221 the head posture information of the person in the face image is detected.
- the computer system can determine the head posture information of the driver by using the head posture estimation methods in related technologies such as flexible model method and geometric method according to the face image taken by a camera.
- the above-mentioned flexible model method refers to matching a flexible model such as Active Shape Model (ASM), Active Appearance Model (AAM), and elastic image matching model on the head image and face structure of the image plane.
- ASM Active Shape Model
- AAM Active Appearance Model
- EMM Elastic Graph Matching
- the geometric method refers to the use of the shape of the head and the accurate morphological information of the local feature points of the face, such as the relative positions of the eyes, nose, and mouth, to estimate the head posture.
- the head posture of a person in the image can be estimated based on a single frame image collected by a monocular camera.
- the head posture information of the person in the face image can be detected by performing steps 1201 to 1202 (step 1221).
- step 1201 multiple key points of the face in the face image are detected.
- the key points of the face can be detected by edge detection algorithms such as the Robert algorithm and the Sobel algorithm, and the key points of the face can also be detected by related models such as active contour models (such as the Snake model).
- edge detection algorithms such as the Robert algorithm and the Sobel algorithm
- related models such as active contour models (such as the Snake model).
- face key point detection may be performed by a neural network used for face key point detection.
- a third-party application such as the Dlib toolkit
- Dlib toolkit can also be used for face key point detection.
- a preset number (such as 160) of facial key point positions can be detected, which may include the position coordinates of the key points of the face such as the left eye corner, the right eye corner, the nose tip, the left mouth corner, the right mouth corner, and the lower jaw. It is understandable that the number of face key point position coordinates obtained may be different according to different face key point detection methods. For example, using the Dlib toolkit can detect 68 key points on the face.
- step 1202 based on the detected key points of the face and a preset average face model, the head posture information of the person in the face image is determined.
- step 1222 the line of sight direction information of the person in the face image is detected based on the head posture information.
- a trained neural network may be used to detect the line of sight direction information of the person in the face image.
- the step 1222 may include steps 12221 to 12223.
- step 12221 normalize the face image according to the head posture information to obtain a normalized face image.
- the position of the face area image in the entire image changes randomly, and the posture of the person's head in the image also changes randomly. If the face image directly collected by the camera is used as the sample image when training the above neural network, the training difficulty and training time of the neural network will be increased due to the randomness of the head posture and the image position of the face area.
- each sample image data in the training sample set is normalized, so that the normalized sample image data is equivalent to The virtual camera is facing the image data taken by the human head, and then the normalized sample image data is used to train the neural network.
- step 12221 may include steps 12-1 to 12-3.
- the head coordinate system of the person in the face image is determined according to the head posture information.
- the X axis of the head coordinate system is parallel to the line connecting the left and right eye coordinates;
- the Y axis of the head coordinate system is perpendicular to the X axis in the face plane;
- the Z axis of the head coordinate system It is perpendicular to the face plane;
- the starting point of the line of sight of the human eye is the origin of the head coordinate system.
- the computer system detects the head posture information of the target object based on the aforementioned face image, which is equivalent to the computer system predicting the three-dimensional head model of the target object.
- the three-dimensional head model may represent the posture information of the head of the target object relative to the camera C0 when the camera C0 collects the aforementioned face image.
- the computer system can determine the head coordinate system of the target object based on the head posture information.
- the head coordinate system can be expressed as a spatial rectangular coordinate system.
- the X axis of the head coordinate system may be parallel to the line connecting the 3D position coordinates of the two eyes in the three-dimensional head model.
- the midpoint of the line of the 3D position coordinates of the two eyes, that is, the starting point of the line of sight of the human eye can be determined as the origin of the head coordinate system.
- the Y axis of the head coordinate system is perpendicular to the X axis in the face plane.
- the Z axis of the head coordinate system is perpendicular to the face plane.
- step 12-2 the actual camera coordinate system corresponding to the face image is rotated and translated based on the head coordinate system to obtain a virtual camera coordinate system.
- the Z axis of the virtual camera coordinate system points to the origin of the head coordinate system
- the X axis of the virtual camera coordinate system and the X axis of the head coordinate system are in the same plane
- the virtual camera coordinates The origin of the system and the origin of the head coordinate system are separated by a predetermined distance in the Z-axis direction of the virtual camera coordinate system.
- the camera can be rotated and translated with reference to the head coordinate system to determine a virtual camera, and based on the head coordinate system of the virtual camera Establish the virtual camera coordinate system corresponding to the above-mentioned virtual camera.
- the method for establishing the virtual camera coordinate system is similar to the method for establishing the preset actual camera coordinate system, that is, the Z axis of the virtual camera coordinate system is the optical axis of the virtual camera, and the X and Y axes of the virtual camera coordinate system are parallel to The lens plane of the virtual camera; the optical center of the virtual camera lens is the origin of the virtual camera coordinate system.
- the positional relationship between the virtual camera coordinate system and the head coordinate system meets the following three conditions:
- Condition 1 The Z axis of the virtual camera coordinate system points to the origin of the head coordinate system;
- Condition 3 The origin of the virtual camera coordinate system and the origin of the head coordinate system are separated by a predetermined distance in the Z-axis direction of the virtual camera coordinate system.
- the above process is equivalent to determining a virtual camera by performing the following operations on the camera C0: rotating the camera C0 so that the Z axis points to the starting point of the person's three-dimensional line of sight in the human eye image, and making the X axis of the camera C0 coincide with the head
- the X axis of the head coordinate system is in the same plane; the rotated camera C0 is translated along its Z axis so that the distance between the optical center of the lens and the origin of the head coordinate system is a preset length.
- the computer system can determine the relationship between the actual camera coordinate system and the aforementioned virtual camera coordinate system based on the positional relationship between the actual camera coordinate system and the head coordinate system, and the positional relationship between the virtual camera coordinate system and the aforementioned head coordinate system.
- the position transformation relationship can be determined using the position transformation relationship.
- the virtual camera coordinate system is related to the head posture of the person in the face image. Therefore, different face images may correspond to different virtual camera coordinate systems.
- step 12-3 according to the position transformation relationship between the actual camera coordinate system and the virtual camera coordinate system, normalization processing is performed on the face image to obtain the corrected face image.
- the computer system can use the position transformation relationship between the actual camera coordinate system and the virtual camera coordinate system to perform processing such as rotation, affine, and zoom transformation on the face image to obtain the virtual camera coordinate system.
- processing such as rotation, affine, and zoom transformation on the face image to obtain the virtual camera coordinate system.
- face image Of the face image.
- FIG. 8B shows a schematic diagram of normalization processing of acquired facial images according to an exemplary embodiment, where the image P0 is the facial image collected by the actual vehicle camera C0 for the driver, and the image P1 represents the normalization processing described above.
- the corrected face image in the virtual camera coordinate system obtained later is equivalent to the driver's face image collected by a virtual camera C1 facing the driver's head.
- the line of sight direction detection is performed based on the corrected face image to obtain the first detected line of sight direction.
- the first detected line of sight direction is the three-dimensional line of sight direction information in the virtual camera coordinate system, and may be a three-dimensional direction vector.
- the normalized face image that has undergone the above-mentioned normalization processing may be input to a trained neural network for detecting the line of sight direction to detect the three-dimensional line of sight information of the person in the above-mentioned corrected face image.
- the aforementioned neural network for detecting the direction of the line of sight may include a deep neural network (DNN) such as a convolutional neural network (convolutional neural network, CNN), etc.
- DNN deep neural network
- CNN convolutional neural network
- step 12223 perform coordinate inverse transformation processing on the first detected line of sight direction to obtain the person's line of sight direction information in the face image.
- the computer system detects the line-of-sight direction information in the virtual camera coordinate system, that is, the first detected line-of-sight direction
- the coordinate inverse transformation process is used to obtain the line-of-sight direction information in the actual camera coordinate system.
- step 12 is equivalent to the process of determining the line of sight feature vector of the person in the face image, and the line of sight feature vector includes the start point information and the line of sight direction information of the person in the face image.
- the artificial neural network used in this stage is such as the neural network used to detect the key points of the face ,
- the neural network used to detect the direction of the line of sight, etc. can be applied to different car models and has good mobility.
- the gaze starting point information and gaze direction information of the person in the face image determined in step 12 can be input into the gaze region classifier that has been trained in advance for a predetermined three-dimensional space. To detect the category of the target gaze area corresponding to the face image.
- the above step 13 may include: determining target gaze area information according to the category of the target gaze area, and output the target gaze area information.
- the classifier may output the category of the target gaze area, as shown in FIG. 9A, or directly output the name of the target gaze area, as shown in FIG. 9B.
- the above-mentioned gaze area detection method may further include: before the above-mentioned step 11, training a neural network for detecting the direction of the line of sight.
- This step corresponds to the training process of the 3D line of sight direction estimation model. It should be noted that this step and the process of real-time training of the gaze area classifier shown in FIG. 2 can be executed in different computer systems.
- FIG. 10 is a flowchart of a method of training a neural network for detecting a three-dimensional line of sight direction according to an exemplary embodiment of the present disclosure.
- the method may include steps 1001-1005.
- step 1001 an original sample set containing at least one face sample is determined, where each face sample includes a face image sample and line-of-sight direction label information.
- the above-mentioned neural network may be trained by a supervised learning method.
- each sample in the sample set used to train the aforementioned neural network may include: input information used for prediction, that is, a face image sample; and the true value corresponding to the input information is the actual line of sight measured in the actual camera coordinate system Direction information.
- the above-mentioned actually measured line-of-sight direction information is also referred to as line-of-sight direction marking information.
- step 1002 according to the key points of the face and the average face model, head posture information corresponding to each of the face image samples is determined.
- step 1003 based on the head posture information and the actual camera coordinate system, determine the normalized face image sample corresponding to each of the face image samples and the line-of-sight direction label information in the virtual coordinate system.
- the implementation process of the foregoing step 1002 and step 1003 is similar to the foregoing step 1202 and steps 12-1 to 12-3, respectively, and will not be repeated here.
- the computer system can convert the above-mentioned line-of-sight direction labeling information into virtual line-of-sight labeling information according to the position transformation relationship from the actual camera coordinate system to the virtual camera coordinate system.
- step 1004 each of the corrected face image samples is input to the to-be-trained Three-dimensional line-of-sight direction detection neural network to obtain three-dimensional line-of-sight direction prediction information; in step 1005, according to the deviation between the three-dimensional line-of-sight direction prediction information and the virtual line-of-sight direction labeling information, the neural network is parameterized to obtain Neural network for detecting the direction of the line of sight.
- the normalized face image processed in the virtual camera coordinate system is used as the training sample data, which can reduce the difficulty of neural network training caused by head posture changes, and improve the neural network used to detect the direction of sight Training efficiency.
- the attention monitoring result of the person corresponding to the face image can be determined according to the detection result of the gaze area category.
- the gaze area category detection result may be the gaze area detection category within a preset time period.
- the detection result of the gaze area category may be "During the preset time period, the gaze area of the driver has always been area 2", then, if the area 2 is the right front windshield, it indicates that the driver is driving More attentive. If this area 2 is the glove box area in front of the co-pilot, it means that the driver is likely to be distracted and unable to concentrate.
- the attention monitoring result may be output, for example, "driving is very attentive” may be displayed in a certain display area in the vehicle.
- a distraction prompt message according to the attention monitoring result, and prompt the driver to "please concentrate on driving and ensure driving safety" through a prominent display on the display screen or voice prompts.
- specific information is output, at least one of the attention monitoring result and the distraction prompt information may be output.
- the monitoring of the driver's attention in the intelligent driving application scenario is taken as an example for description.
- the detection of the gaze area can also have many other uses.
- vehicle-machine interactive control based on gaze area detection can be performed.
- Some electronic equipment such as a multimedia player, can be installed in the vehicle, which can automatically control the multimedia player to start the playback function according to the detection result of the gaze area by detecting the gaze area of the person in the vehicle.
- the face image of the person (such as the driver or passenger) in the vehicle is captured by a camera deployed in the vehicle, and the detection result of the gaze area category is detected through a pre-trained neural network.
- the detection result may be: within a period of time T, the gaze area of the person in the vehicle has been the area where the "gaze on" option on a certain multimedia player in the vehicle is located. According to the above detection result, it can be determined that the person in the vehicle wants to turn on the multimedia player, so that corresponding control instructions can be output to control the multimedia player to start playing.
- the face image of the control person can be collected, and the gaze area category detection result can be detected through a pre-trained neural network.
- the detection result may be: within a period of time T, the gaze area of the controller has been the area where the "gaze on" option on the smart air conditioner is located. According to the above detection results, it can be determined that the controller wants to start the smart air conditioner, so that a corresponding control command can be output to control the air conditioner to turn on.
- the present disclosure may also provide embodiments of devices and electronic equipment corresponding to the foregoing method embodiments.
- FIG. 11 is a block diagram of a gaze area detecting device 1100 according to an exemplary embodiment of the present disclosure.
- the gaze area detection device 1100 may include an image acquisition module 21, a gaze detection module 22 and a gaze area detection module 23.
- the image acquisition module 21 is used to acquire a face image collected in a predetermined three-dimensional space.
- the sight line detection module 22 is configured to perform sight line detection based on the face image to obtain a sight line detection result.
- the sight line detection result may include the start point information and the sight direction information of the person in the face image.
- the gaze area detection module 23 is configured to use a gaze area classifier trained in advance for the predetermined three-dimensional space to detect the category of the target gaze area corresponding to the face image according to the line of sight detection result.
- the target gaze area belongs to one of multiple types of defined gaze areas obtained by dividing the predetermined three-dimensional space in advance.
- a line-of-sight detection module 22 of a gaze area detection device may include: an eye position detection sub-module 221 for detecting the eye position in the face image; a first starting point The information determining submodule 222 is configured to determine that the middle position of the eyes is the line of sight starting point information when the eye position includes the positions of the eyes.
- another line of sight detection module 22 of the gaze area detection device may include: an eye position detection sub-module 221 for detecting the eye position in the face image; second The starting point information determining submodule 223 is configured to determine that the position of any one of the eyes is the line of sight starting point information when the eye position includes the positions of both eyes, or, when the eye position includes a single eye In the case of the position of, the position of the single eye is determined as the start point information of the line of sight.
- the eye position detection sub-module 221 in FIGS. 12 and 13 may include: a posture detection unit 2211 for detecting head posture information of the person in the face image;
- the position determining unit 2212 is configured to determine the position of the eyes in the face image according to the head posture information.
- another line of sight detection module 22 of the gaze area detection device may include: a posture detection sub-module 22-1 for detecting the head posture of the person in the face image Information; direction detection sub-module 22-2, used to detect the line of sight direction information of the person in the face image based on the head posture information.
- the posture detection sub-module 22-1 in FIG. 15 may include: a key point detection unit 22-11 for detecting multiple face key points in the face image
- the posture determination unit 22-12 is configured to determine the head posture information of the person in the face image based on the key points of the face and a preset average face model.
- the direction detection sub-module 22-2 in FIG. 15 may include: an image processing unit 22-21, configured to perform processing on the face image according to the head posture information Normalized processing to obtain the corrected face image; the first direction detection unit 22-22 is configured to detect the line of sight direction based on the corrected face image to obtain the first detected line of sight direction; the direction determining unit 22-23 is used to check the The first detected line of sight direction is subjected to coordinate inverse transformation processing to obtain the line of sight direction information of the person in the face image.
- the image processing unit 22-21 in FIG. 17 may include: a head coordinate determination subunit 22-211 for determining the face according to the head posture information The head coordinate system of the person in the image; coordinate transformation subunits 22-212 are used to rotate and translate the actual camera coordinate system corresponding to the face image based on the head coordinate system to obtain a virtual camera coordinate system;
- the processing subunits 22-213 are configured to perform normalization processing on the face image according to the position transformation relationship between the actual camera coordinate system and the virtual camera coordinate system to obtain the corrected face image.
- the gaze area classifier may be trained in advance based on a training sample set for the predetermined three-dimensional space.
- the training sample set may include a plurality of gaze feature samples, each of the gaze feature samples includes gaze starting point information, gaze direction information, and label information of the gaze area category corresponding to the gaze feature sample, and the type of the gaze area marked belongs to One of the multiple categories defined for the predetermined three-dimensional space is defined.
- FIG. 19 is a block diagram of another gaze area detecting device 1900 according to an exemplary embodiment of the present disclosure. Compared with the gaze area detection device 1100 shown in FIG. 11, the gaze area detection device 1900 may further include a classifier training module 20.
- the classifier training module 20 may include: a category prediction sub-module 201, configured to input the gaze starting point information and the gaze direction information of at least one of the gaze feature samples into the gaze area classifier to be trained to obtain the gaze feature sample Corresponding gaze area category prediction information; parameter adjustment sub-module 202 for performing the gaze area classifier based on the deviation between the gaze area category prediction information and the annotation information of the gaze area category corresponding to the gaze feature sample The parameters are adjusted to train the gaze area classifier.
- a category prediction sub-module 201 configured to input the gaze starting point information and the gaze direction information of at least one of the gaze feature samples into the gaze area classifier to be trained to obtain the gaze feature sample Corresponding gaze area category prediction information
- parameter adjustment sub-module 202 for performing the gaze area classifier based on the deviation between the gaze area category prediction information and the annotation information of the gaze area category corresponding to the gaze feature sample The parameters are adjusted to train the gaze area classifier.
- FIG. 20 is a block diagram of another gaze area detecting device 2000 according to an exemplary embodiment of the present disclosure. Compared with the gaze area detection device 1100 shown in FIG. 11, the gaze area detection device 2000 may further include a classifier acquisition module 203.
- the classifier obtaining module 203 may obtain the gaze area classifier corresponding to the space identifier from the preset gaze area classifier set according to the space identifier of the predetermined three-dimensional space.
- the preset gaze area classifier set may include: gaze area classifiers respectively corresponding to the spatial identifiers of different three-dimensional spaces.
- the predetermined three-dimensional space may include a vehicle space.
- the face image may be determined based on the image collected for the driving area in the vehicle space.
- the multiple types of defined gaze areas obtained by dividing the predetermined three-dimensional space may include at least two of the following types: left front windshield area, right front windshield area, instrument panel area, interior rearview mirror area, and center console Area, left rearview mirror area, right rearview mirror area, visor area, shift lever area, area under the steering wheel, co-pilot area, glove box area in front of the co-pilot.
- FIG. 21 is a block diagram of another gaze area detecting device 2100 according to an exemplary embodiment of the present disclosure.
- the gaze area detection device 2100 may further include: an attention monitoring module 24, configured to determine the face according to the gaze area category detection result obtained by the gaze area detection module 23 The attention monitoring result of the person corresponding to the image; the monitoring result output module 25 is configured to output the attention monitoring result and/or output distraction prompt information according to the attention monitoring result.
- FIG. 22 is a block diagram of another gaze area detecting device 2200 according to an exemplary embodiment of the present disclosure.
- the gaze area detection device 2200 may further include: a control instruction determination module 26 for determining a control instruction corresponding to the gaze area category detection result obtained by the gaze area detection module 23;
- the operation control module 27 is configured to control the electronic device to perform operations corresponding to the control instructions.
- the relevant part can refer to the part of the description of the method embodiment.
- the device embodiments described above are merely illustrative, where the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, that is, they may be located in one unit. Locally, or it can be distributed to multiple network units.
- Those of ordinary skill in the art can select some or all of the modules according to actual needs to implement the embodiments of the present disclosure without creative work.
- FIG. 23 is a block diagram of an electronic device 2300 according to an exemplary embodiment of the present disclosure.
- the electronic device 2300 may include a processor, an internal bus, a network interface, a memory, and a non-volatile memory.
- the processor can read the corresponding computer program from the non-volatile memory to run in the memory, thereby logically forming a gaze area detection device that implements the above gaze area detection method.
- the present disclosure can be provided as a method, device, system, or computer program product. Therefore, the present disclosure may adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment combining software and hardware.
- the present disclosure may also provide a computer-readable storage medium, the storage medium may store a computer program, and when the computer program is executed by a processor, the processor realizes the gaze area detection method according to any of the foregoing method embodiments .
- Embodiments of the subject matter described herein can be implemented as one or more computer programs, that is, one or more of computer program instructions encoded on a tangible non-transitory program carrier to be executed by a data processing device or to control the operation of the data processing device Modules.
- the program instructions may be encoded on the generated propagating signal (such as a machine-generated electrical, optical or electromagnetic signal) that is generated to encode the information and transmit it to a suitable receiver device for data transmission
- the processing device executes.
- the computer storage medium may be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of one or more of them.
- the processing and logic flow described herein can be executed by one or more programmable computers executing one or more computer programs to perform corresponding functions by operating according to input data and generating output.
- the processing and logic flow can also be executed by a dedicated logic circuit such as FPGA (Field Programmable Gate Array) or ASIC (Application Specific Integrated Circuit), and the device can also be implemented as a dedicated logic circuit.
- FPGA Field Programmable Gate Array
- ASIC Application Specific Integrated Circuit
- Computers suitable for executing computer programs include, for example, general-purpose or special-purpose microprocessors, or any other type of central processing unit.
- the central processing unit will receive instructions and data from a read-only memory and/or random access memory.
- the basic components of a computer include a central processing unit for implementing or executing instructions and one or more memory devices for storing instructions and data.
- a computer can include one or more mass storage devices for storing data, such as magnetic disks, magneto-optical disks, or optical disks, or the computer can be operatively coupled to this mass storage device to receive data from or send data to it. Transfer data.
- the computer can be embedded in another device (such as a mobile phone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a global positioning system (GPS) receiver, or a universal serial bus (USB) ) Flash drives, portable storage devices, etc.).
- PDA personal digital assistant
- GPS global positioning system
- USB universal serial bus
- Computer readable media suitable for storing computer program instructions and data may include various forms of non-volatile memory, such as semiconductor memory devices (for example, Erasable Programmable Read Only Memory (EPROM), electronic Erasable Programmable Read Only Memory (Electrically Erasable Programmable Read Only Memory, EEPROM) and flash memory), magnetic disks (such as internal hard disks or removable disks), magneto-optical disks, CD-ROMs (Compact Disc Read Only Memory, CD-ROM) , Digital Versatile Disc (DVD), etc.
- EPROM Erasable Programmable Read Only Memory
- EEPROM Electrical Erasable Programmable Read Only Memory
- flash memory such as electrically Erasable Programmable Read Only Memory
- magnetic disks such as internal hard disks or removable disks
- magneto-optical disks CD-ROMs (Compact Disc Read Only Memory, CD-ROM) , Digital Versatile Disc (DVD), etc.
- the processor and the memory can be supplemented by or incorporated into a
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Human Computer Interaction (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Oral & Maxillofacial Surgery (AREA)
- Computing Systems (AREA)
- Medical Informatics (AREA)
- Automation & Control Theory (AREA)
- Transportation (AREA)
- Mechanical Engineering (AREA)
- Evolutionary Biology (AREA)
- Ophthalmology & Optometry (AREA)
- Bioinformatics & Computational Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Databases & Information Systems (AREA)
- Image Analysis (AREA)
Abstract
Description
| 定义注视区域 | 类别值 |
| 左前挡风玻璃 | 1 |
| 右前挡风玻璃 | 2 |
| 仪表盘 | 3 |
| 车内后视镜 | 4 |
| 中控台 | 5 |
| 左后视镜 | 6 |
| 右后视镜 | 7 |
| 遮阳板 | 8 |
| 换挡杆 | 9 |
| 手机 | 10 |
| 车辆型号 | 分类器 |
| M01 | 第一分类器 |
| M02 | 第二分类器 |
| M03 | 第三分类器 |
| … | … |
Claims (34)
- 一种注视区域检测方法,所述方法包括:获取在预定三维空间内采集到的人脸图像;基于所述人脸图像进行视线检测以得到视线检测结果;利用预先针对所述预定三维空间训练完成的注视区域分类器,根据所述视线检测结果检测所述人脸图像对应的目标注视区域的类别,其中,所述目标注视区域属于预先对所述预定三维空间划分得到的多类定义注视区域之一。
- 根据权利要求1所述的方法,其中,所述视线检测结果包括:所述人脸图像中人的视线起点信息和视线方向信息。
- 根据权利要求2所述的方法,其中,所述基于所述人脸图像进行视线检测以得到视线检测结果包括:检测所述人脸图像中的眼睛位置;在所述眼睛位置包括双眼的位置的情况下,确定所述双眼的中间位置为所述视线起点信息。
- 根据权利要求2所述的方法,其中,所述基于所述人脸图像进行视线检测以得到视线检测结果包括:检测所述人脸图像中的眼睛位置;在所述眼睛位置包括双眼的位置的情况下,确定所述双眼中的任一只眼睛的位置为所述视线起点信息,或者,在所述眼睛位置包括单眼的位置的情况下,确定所述单眼的位置为所述视线起点信息。
- 根据权利要求3或4所述的方法,其中,所述检测所述人脸图像中的眼睛位置包括:检测所述人脸图像中人的头部姿态信息;依据所述头部姿态信息确定所述人脸图像中的眼睛位置。
- 根据权利要求2所述的方法,其中,所述基于所述人脸图像进行视线检测以得到视线检测结果包括:检测所述人脸图像中人的头部姿态信息;基于所述头部姿态信息检测所述人脸图像中人的视线方向信息。
- 根据权利要求5或6所述的方法,其中,所述检测所述人脸图像中人的头部姿态信息包括:检测所述人脸图像中的多个人脸关键点;基于所述人脸关键点和预设平均人脸模型,确定所述人脸图像中人的头部姿态信息。
- 根据权利要求6或7所述的方法,其中,所述基于所述头部姿态信息检测所述人脸图像中人的视线方向信息包括:根据所述头部姿态信息对所述人脸图像进行规范化处理,获得转正人脸图像;基于所述转正人脸图像进行视线方向检测,获得第一检测视线方向;对所述第一检测视线方向进行坐标逆变换处理,获得所述人脸图像中人的视线方向信息。
- 根据权利要求8所述的方法,其中,所述根据所述头部姿态信息对所述人脸图像进行规范化处理,获得转正人脸图像,包括:根据所述头部姿态信息确定所述人脸图像中人的头部坐标系;基于所述头部坐标系对所述人脸图像对应的实际相机坐标系进行旋转及平移,获得虚拟相机坐标系;根据所述实际相机坐标系与所述虚拟相机坐标系之间的位置变换关系,对所述人脸图像进行规范化处理,获得所述转正人脸图像。
- 根据权利要求1-9中任一所述的方法,其中,所述注视区域分类器预先基于针对所述预定三维空间的训练样本集训练完成,其中,所述训练样本集包括多个视线特征样本,每个所述视线特征样本包括 视线起点信息、视线方向信息、以及该视线特征样本对应的注视区域类别的标注信息,标注的注视区域的类别属于针对所述预定三维空间划分的所述多类定义注视区域之一。
- 根据权利要求10所述的方法,所述方法还包括:在所述获取在预定三维空间内采集到的人脸图像之前,将至少一个所述视线特征样本的所述视线起点信息和所述视线方向信息输入待训练的注视区域分类器,获得该视线特征样本对应的注视区域类别预测信息;根据所述注视区域类别预测信息和该视线特征样本对应的注视区域类别的标注信息之间的偏差,对所述注视区域分类器进行参数调整,以训练所述注视区域分类器。
- 根据权利要求10所述的方法,所述方法还包括:在所述获取在预定三维空间内采集到的人脸图像之前,根据所述预定三维空间的空间标识从预设注视区域分类器集合中获取所述空间标识对应的注视区域分类器,其中,所述预设注视区域分类器集合包括:不同三维空间的空间标识分别对应的注视区域分类器。
- 根据权利要求1~12中任一所述的方法,其中,所述预定三维空间包括:车辆空间。
- 根据权利要求13所述的方法,其中,所述人脸图像基于针对所述车辆空间中的驾驶区域采集到的图像确定;所述多类定义注视区域包括下列中至少两类:左前挡风玻璃区域、右前挡风玻璃区域、仪表盘区域、车内后视镜区域、中控台区域、左后视镜区域、右后视镜区域、遮光板区域、换挡杆区域、方向盘下方区域、副驾驶区域、副驾驶前方的杂物箱区域。
- 根据权利要求1~14中任一所述的方法,所述方法还包括:根据注视区域类别检测结果,确定所述人脸图像对应的人的注意力监控结果;输出所述注意力监控结果,和/或,根据所述注意力监控结果输出分心提示信息。
- 根据权利要求1~15中任一所述的方法,所述方法还包括:确定与注视区域类别检测结果对应的控制指令;控制电子设备执行与所述控制指令相应的操作。
- 一种注视区域检测装置,所述装置包括:图像获取模块,用于获取在预定三维空间内采集到的人脸图像;视线检测模块,用于基于所述人脸图像进行视线检测以得到视线检测结果;注视区域检测模块,用于利用预先针对所述预定三维空间训练完成的注视区域分类器,根据所述视线检测结果检测所述人脸图像对应的目标注视区域的类别,其中,所述目标注视区域属于预先对所述预定三维空间划分得到的多类定义注视区域之一。
- 根据权利要求17所述的装置,其中,所述视线检测结果包括:所述人脸图像中人的视线起点信息和视线方向信息。
- 根据权利要求18所述的装置,其中,所述视线检测模块包括:眼睛位置检测子模块,用于检测所述人脸图像中的眼睛位置;第一起点信息确定子模块,用于在所述眼睛位置包括双眼的位置的情况下,确定所述双眼的中间位置为所述视线起点信息。
- 根据权利要求18所述的装置,其中,所述视线检测模块包括:眼睛位置检测子模块,用于检测所述人脸图像中的眼睛位置;第二起点信息确定子模块,用于在所述眼睛位置包括双眼的位置的情况下,确定所述双眼中的任一只眼睛的位置为所述视线起点信息,或者,在所述眼睛位置包括单眼的位置的情况下,确定所述单眼的位置为所述视线起点信息。
- 根据权利要求19或20所述的装置,其中,所述眼睛位置检测子模块包括:姿态检测单元,用于检测所述人脸图像中人的头部姿态信息;位置确定单元,用于依据所述头部姿态信息确定所述人脸图像中的眼睛位置。
- 根据权利要求18所述的装置,其中,所述视线检测模块包括:姿态检测子模块,用于检测所述人脸图像中人的头部姿态信息;方向检测子模块,用于基于所述头部姿态信息检测所述人脸图像中人的视线方向信息。
- 根据权利要求22所述的装置,其中,所述姿态检测子模块包括:关键点检测单元,用于检测所述人脸图像中的多个人脸关键点;姿态确定单元,用于基于所述人脸关键点和预设平均人脸模型,确定所述人脸图像中人的头部姿态信息。
- 根据权利要求22或23所述的装置,其中,所述方向检测子模块包括:图像处理单元,用于根据所述头部姿态信息对所述人脸图像进行规范化处理,获得转正人脸图像;第一方向检测单元,用于基于所述转正人脸图像进行视线方向检测,获得第一检测视线方向;方向确定单元,用于对所述第一检测视线方向进行坐标逆变换处理,获得所述人脸图像中人的视线方向信息。
- 根据权利要求24所述的装置,其中,所述图像处理单元包括:头部坐标确定子单元,用于根据所述头部姿态信息确定所述人脸图像中人的头部坐标系;坐标变换子单元,用于基于所述头部坐标系对所述人脸图像对应的实际相机坐标系进行旋转及平移,获得虚拟相机坐标系;图像处理子单元,用于根据所述实际相机坐标系与所述虚拟相机坐标系之间的位置变换关系,对所述人脸图像进行规范化处理,获得所述转正人脸图像。
- 根据权利要求17-25中任一所述的装置,其中,所述注视区域分类器预先基于针对所述预定三维空间的训练样本集训练完成,其中,所述训练样本集包括多个视线特征样本,每个所述视线特征样本包括视线起点信息、视线方向信息、以及该视线特征样本对应的注视区域类别的标注信息,标注的注视区域的类别属于针对所述预定三维空间划分的所述多类定义注视区域之一。
- 根据权利要求26所述的装置,所述装置还包括分类器训练模块,所述分类器训练模块包括:类别预测子模块,用于将至少一个所述视线特征样本的所述视线起点信息和所述视线方向信息输入待训练的注视区域分类器,获得该视线特征样本对应的注视区域类别预测信息;参数调整子模块,用于根据所述注视区域类别预测信息和该视线特征样本对应的注视区域类别的标注信息之间的偏差,对所述注视区域分类器进行参数调整,以训练所述注视区域分类器。
- 根据权利要求26所述的装置,所述装置还包括:分类器获取模块,用于根据所述预定三维空间的空间标识从预设注视区域分类器集合中获取所述空间标识对应的注视区域分类器,其中,所述预设注视区域分类器集合包括:不同三维空间的空间标识分别对应的注视区域分类器。
- 根据权利要求17~28中任一所述的装置,其中,所述预定三维空间包括:车辆空间。
- 根据权利要求29所述的装置,其中,所述人脸图像基于针对所述车辆空间中的驾驶区域采集到的图像确定;所述多类定义注视区域包括下列中至少两类:左前挡风玻璃区域、右前挡风玻璃区域、仪表盘区域、车内后视镜区域、中控台区域、左后视镜区域、右后视镜区域、遮光板区域、换挡杆区域、方向盘下方区域、副驾驶区域、副驾驶前方的杂物箱区域。
- 根据权利要求17~30中任一所述的装置,所述装置还包括:注意力监控模块,用于根据所述注视区域检测模块得到的注视区域类别检测结果,确定所述人脸图像对应的人的注意力监控结果;监控结果输出模块,用于输出所述注意力监控结果,和/或,根据所述注意力监控结果输出分心提示信息。
- 根据权利要求17~31中任一所述的装置,所述装置还包括:控制指令确定模块,用于确定与所述注视区域检测模块得到的注视区域类别检测结果对应的控制指令;操作控制模块,用于控制电子设备执行与所述控制指令相应的操作。
- 一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时,使该处理器实现根据权利要求1~16中任一项所述的方法。
- 一种电子设备,包括存储器和处理器,其中,所述存储器上存储有计算机程序,所述处理器在执行所述计算机程序时,实现根据权利要求1~16中任一项所述的方法。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020217022187A KR20210104107A (ko) | 2019-03-18 | 2019-12-24 | 주시 영역 검출 방법, 장치 및 전자 디바이스 |
| JP2021540793A JP7244655B2 (ja) | 2019-03-18 | 2019-12-24 | 注視エリア検出方法、装置、及び電子デバイス |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910204793.1 | 2019-03-18 | ||
| CN201910204793.1A CN111723828B (zh) | 2019-03-18 | 2019-03-18 | 注视区域检测方法、装置及电子设备 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020186867A1 true WO2020186867A1 (zh) | 2020-09-24 |
Family
ID=72519550
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2019/127833 Ceased WO2020186867A1 (zh) | 2019-03-18 | 2019-12-24 | 注视区域检测方法、装置及电子设备 |
Country Status (4)
| Country | Link |
|---|---|
| JP (1) | JP7244655B2 (zh) |
| KR (1) | KR20210104107A (zh) |
| CN (1) | CN111723828B (zh) |
| WO (1) | WO2020186867A1 (zh) |
Cited By (23)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112329718A (zh) * | 2020-11-26 | 2021-02-05 | 北京沃东天骏信息技术有限公司 | 用于生成信息的方法和装置 |
| CN112434741A (zh) * | 2020-11-25 | 2021-03-02 | 杭州盛世传奇标识系统有限公司 | 一种互动介绍标识的使用方法、系统、装置和存储介质 |
| CN112528842A (zh) * | 2020-12-07 | 2021-03-19 | 北京嘀嘀无限科技发展有限公司 | 用于姿态检测的方法、装置、设备和存储介质 |
| CN112580522A (zh) * | 2020-12-22 | 2021-03-30 | 北京每日优鲜电子商务有限公司 | 睡眠人员检测方法、装置、设备及存储介质 |
| CN112733740A (zh) * | 2021-01-14 | 2021-04-30 | 深圳数联天下智能科技有限公司 | 一种注意力信息的生成方法、装置、终端设备及存储介质 |
| CN113115086A (zh) * | 2021-04-16 | 2021-07-13 | 安乐 | 基于视频视线识别对电梯媒体收视信息进行采集的方法 |
| CN113692371A (zh) * | 2021-06-30 | 2021-11-23 | 华为技术有限公司 | 一种目标位置的确定方法、确定装置及确定系统 |
| CN114677476A (zh) * | 2022-03-30 | 2022-06-28 | 北京字跳网络技术有限公司 | 一种脸部处理方法、装置、计算机设备及存储介质 |
| CN114916936A (zh) * | 2022-06-06 | 2022-08-19 | 中国科学院西安光学精密机械研究所 | 一种基于多模态技术的驾驶状态检测预警系统及方法 |
| CN114967935A (zh) * | 2022-06-29 | 2022-08-30 | 深圳职业技术学院 | 基于视线估计的交互方法、装置、终端设备及存储介质 |
| CN115035499A (zh) * | 2022-05-31 | 2022-09-09 | 上海商汤临港智能科技有限公司 | 用于确定注视区域的方法、车辆控制方法及装置 |
| CN115147472A (zh) * | 2021-03-29 | 2022-10-04 | 东风汽车集团股份有限公司 | 头部姿态估计方法、系统、设备、介质和车辆 |
| CN115366629A (zh) * | 2021-05-17 | 2022-11-22 | 广州汽车集团股份有限公司 | 一种车辆遮光板控制方法及系统、计算机可读存储介质 |
| CN115761871A (zh) * | 2022-12-01 | 2023-03-07 | 北京中科睿医信息科技有限公司 | 基于眼动检测的检测图像生成方法、装置、设备及介质 |
| CN116030512A (zh) * | 2022-08-04 | 2023-04-28 | 荣耀终端有限公司 | 注视点检测方法及装置 |
| CN116052261A (zh) * | 2022-05-31 | 2023-05-02 | 荣耀终端有限公司 | 视线估计方法及电子设备 |
| CN116092172A (zh) * | 2023-02-14 | 2023-05-09 | 华中师范大学 | 自动检测视线交流的方法及设备 |
| CN116665292A (zh) * | 2022-02-18 | 2023-08-29 | 北京七鑫易维信息技术有限公司 | 注视信息确定方法、装置、眼动设备、待观测对象及介质 |
| CN117022142A (zh) * | 2023-08-03 | 2023-11-10 | 浙江极氪智能科技有限公司 | 车载功能控制方法、装置、设备及可读存储介质 |
| EP4365051A4 (en) * | 2021-07-30 | 2024-08-14 | Huawei Technologies Co., Ltd. | VEHICLE CONTROL METHOD AND ASSOCIATED APPARATUS |
| CN118865384A (zh) * | 2024-07-01 | 2024-10-29 | 重庆菲利信科技有限公司 | 一种用于自动驾驶场景图片的快速标注方法和装置 |
| CN119851342A (zh) * | 2024-12-17 | 2025-04-18 | 科大讯飞股份有限公司 | 行为识别方法、装置及车辆 |
| CN120783382A (zh) * | 2025-09-12 | 2025-10-14 | 季华实验室 | 一种3d视线目标估计方法及装置 |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112308006B (zh) * | 2020-11-10 | 2024-11-22 | 深圳地平线机器人科技有限公司 | 视线区域预测模型生成方法、装置、存储介质及电子设备 |
| WO2022141114A1 (zh) * | 2020-12-29 | 2022-07-07 | 深圳市大疆创新科技有限公司 | 视线估计方法、装置、车辆及计算机可读存储介质 |
| CN112766097B (zh) * | 2021-01-06 | 2024-02-13 | 中国科学院上海微系统与信息技术研究所 | 视线识别模型的训练方法、视线识别方法、装置及设备 |
| CN115246405A (zh) * | 2021-04-26 | 2022-10-28 | 上海擎感智能科技有限公司 | 一种驾驶员分心行为的检测方法及系统 |
| CN113627267B (zh) * | 2021-07-15 | 2024-12-17 | 中汽创智科技有限公司 | 一种视线检测方法、装置、设备及介质 |
| CN113569785A (zh) * | 2021-08-04 | 2021-10-29 | 上海汽车集团股份有限公司 | 驾驶状态感知方法及装置 |
| CN113807330B (zh) * | 2021-11-19 | 2022-03-08 | 哈尔滨工业大学(深圳)(哈尔滨工业大学深圳科技创新研究院) | 面向资源受限场景的三维视线估计方法及装置 |
| KR20230101580A (ko) | 2021-12-29 | 2023-07-06 | 삼성전자주식회사 | 안구 모델에 기초하여 센싱 범위를 결정하는 시선 추적 방법, 장치 및 시선 추적 센서 |
| CN115965947A (zh) * | 2022-11-30 | 2023-04-14 | 华为技术有限公司 | 一种数据处理方法及装置 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106891811A (zh) * | 2017-03-15 | 2017-06-27 | 黄建平 | 一种汽车显示系统 |
| CN107878326A (zh) * | 2016-09-30 | 2018-04-06 | 法乐第(北京)网络科技有限公司 | 车辆驾驶辅助装置及车辆驾驶辅助控制方法 |
| US20180354509A1 (en) * | 2017-06-08 | 2018-12-13 | Daqri, Llc | Augmented reality (ar) visualization of advanced driver-assistance system |
| CN109080641A (zh) * | 2017-06-08 | 2018-12-25 | 丰田自动车株式会社 | 驾驶意识推定装置 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106293031B (zh) * | 2015-06-04 | 2019-05-21 | 北京智谷睿拓技术服务有限公司 | 信息处理方法、信息处理装置及用户设备 |
| CN107590482A (zh) * | 2017-09-29 | 2018-01-16 | 百度在线网络技术(北京)有限公司 | 信息生成方法和装置 |
| CN107679490B (zh) * | 2017-09-29 | 2019-06-28 | 百度在线网络技术(北京)有限公司 | 用于检测图像质量的方法和装置 |
| CN108875524B (zh) * | 2018-01-02 | 2021-03-02 | 北京旷视科技有限公司 | 视线估计方法、装置、系统和存储介质 |
| CN108171218A (zh) * | 2018-01-29 | 2018-06-15 | 深圳市唯特视科技有限公司 | 一种基于深度外观注视网络的视线估计方法 |
-
2019
- 2019-03-18 CN CN201910204793.1A patent/CN111723828B/zh active Active
- 2019-12-24 JP JP2021540793A patent/JP7244655B2/ja active Active
- 2019-12-24 KR KR1020217022187A patent/KR20210104107A/ko not_active Withdrawn
- 2019-12-24 WO PCT/CN2019/127833 patent/WO2020186867A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107878326A (zh) * | 2016-09-30 | 2018-04-06 | 法乐第(北京)网络科技有限公司 | 车辆驾驶辅助装置及车辆驾驶辅助控制方法 |
| CN106891811A (zh) * | 2017-03-15 | 2017-06-27 | 黄建平 | 一种汽车显示系统 |
| US20180354509A1 (en) * | 2017-06-08 | 2018-12-13 | Daqri, Llc | Augmented reality (ar) visualization of advanced driver-assistance system |
| CN109080641A (zh) * | 2017-06-08 | 2018-12-25 | 丰田自动车株式会社 | 驾驶意识推定装置 |
Cited By (29)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112434741A (zh) * | 2020-11-25 | 2021-03-02 | 杭州盛世传奇标识系统有限公司 | 一种互动介绍标识的使用方法、系统、装置和存储介质 |
| CN112329718A (zh) * | 2020-11-26 | 2021-02-05 | 北京沃东天骏信息技术有限公司 | 用于生成信息的方法和装置 |
| CN112528842A (zh) * | 2020-12-07 | 2021-03-19 | 北京嘀嘀无限科技发展有限公司 | 用于姿态检测的方法、装置、设备和存储介质 |
| CN112580522A (zh) * | 2020-12-22 | 2021-03-30 | 北京每日优鲜电子商务有限公司 | 睡眠人员检测方法、装置、设备及存储介质 |
| CN112733740A (zh) * | 2021-01-14 | 2021-04-30 | 深圳数联天下智能科技有限公司 | 一种注意力信息的生成方法、装置、终端设备及存储介质 |
| CN112733740B (zh) * | 2021-01-14 | 2024-05-28 | 深圳数联天下智能科技有限公司 | 一种注意力信息的生成方法、装置、终端设备及存储介质 |
| CN115147472A (zh) * | 2021-03-29 | 2022-10-04 | 东风汽车集团股份有限公司 | 头部姿态估计方法、系统、设备、介质和车辆 |
| CN113115086A (zh) * | 2021-04-16 | 2021-07-13 | 安乐 | 基于视频视线识别对电梯媒体收视信息进行采集的方法 |
| CN113115086B (zh) * | 2021-04-16 | 2023-09-19 | 浙江闪链科技有限公司 | 基于视频视线识别对电梯媒体收视信息进行采集的方法 |
| CN115366629A (zh) * | 2021-05-17 | 2022-11-22 | 广州汽车集团股份有限公司 | 一种车辆遮光板控制方法及系统、计算机可读存储介质 |
| CN113692371A (zh) * | 2021-06-30 | 2021-11-23 | 华为技术有限公司 | 一种目标位置的确定方法、确定装置及确定系统 |
| EP4365051A4 (en) * | 2021-07-30 | 2024-08-14 | Huawei Technologies Co., Ltd. | VEHICLE CONTROL METHOD AND ASSOCIATED APPARATUS |
| CN116665292A (zh) * | 2022-02-18 | 2023-08-29 | 北京七鑫易维信息技术有限公司 | 注视信息确定方法、装置、眼动设备、待观测对象及介质 |
| CN114677476A (zh) * | 2022-03-30 | 2022-06-28 | 北京字跳网络技术有限公司 | 一种脸部处理方法、装置、计算机设备及存储介质 |
| CN115035499A (zh) * | 2022-05-31 | 2022-09-09 | 上海商汤临港智能科技有限公司 | 用于确定注视区域的方法、车辆控制方法及装置 |
| CN116052261A (zh) * | 2022-05-31 | 2023-05-02 | 荣耀终端有限公司 | 视线估计方法及电子设备 |
| CN114916936A (zh) * | 2022-06-06 | 2022-08-19 | 中国科学院西安光学精密机械研究所 | 一种基于多模态技术的驾驶状态检测预警系统及方法 |
| CN114967935B (zh) * | 2022-06-29 | 2023-04-07 | 深圳职业技术学院 | 基于视线估计的交互方法、装置、终端设备及存储介质 |
| CN114967935A (zh) * | 2022-06-29 | 2022-08-30 | 深圳职业技术学院 | 基于视线估计的交互方法、装置、终端设备及存储介质 |
| CN116030512A (zh) * | 2022-08-04 | 2023-04-28 | 荣耀终端有限公司 | 注视点检测方法及装置 |
| CN116030512B (zh) * | 2022-08-04 | 2023-10-31 | 荣耀终端有限公司 | 注视点检测方法及装置 |
| CN115761871B (zh) * | 2022-12-01 | 2023-08-11 | 北京中科睿医信息科技有限公司 | 基于眼动检测的检测图像生成方法、装置、设备及介质 |
| CN115761871A (zh) * | 2022-12-01 | 2023-03-07 | 北京中科睿医信息科技有限公司 | 基于眼动检测的检测图像生成方法、装置、设备及介质 |
| CN116092172A (zh) * | 2023-02-14 | 2023-05-09 | 华中师范大学 | 自动检测视线交流的方法及设备 |
| CN117022142A (zh) * | 2023-08-03 | 2023-11-10 | 浙江极氪智能科技有限公司 | 车载功能控制方法、装置、设备及可读存储介质 |
| CN118865384A (zh) * | 2024-07-01 | 2024-10-29 | 重庆菲利信科技有限公司 | 一种用于自动驾驶场景图片的快速标注方法和装置 |
| CN118865384B (zh) * | 2024-07-01 | 2025-02-18 | 重庆菲利信科技有限公司 | 一种用于自动驾驶场景图片的快速标注方法和装置 |
| CN119851342A (zh) * | 2024-12-17 | 2025-04-18 | 科大讯飞股份有限公司 | 行为识别方法、装置及车辆 |
| CN120783382A (zh) * | 2025-09-12 | 2025-10-14 | 季华实验室 | 一种3d视线目标估计方法及装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2022517254A (ja) | 2022-03-07 |
| CN111723828B (zh) | 2024-06-11 |
| JP7244655B2 (ja) | 2023-03-22 |
| KR20210104107A (ko) | 2021-08-24 |
| CN111723828A (zh) | 2020-09-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7244655B2 (ja) | 注視エリア検出方法、装置、及び電子デバイス | |
| CN112590794B (zh) | 确定车辆驾驶员接管车辆控制的能力估计值的方法和装置 | |
| CN110765807B (zh) | 驾驶行为分析、处理方法、装置、设备和存储介质 | |
| EP3956807B1 (en) | A neural network for head pose and gaze estimation using photorealistic synthetic data | |
| TWI770420B (zh) | 車輛事故的鑑定方法及裝置、電子設備 | |
| EP3033999B1 (en) | Apparatus and method for determining the state of a driver | |
| CN110826370B (zh) | 车内人员的身份识别方法、装置、车辆及存储介质 | |
| García et al. | Driver monitoring based on low-cost 3-D sensors | |
| US9881221B2 (en) | Method and system for estimating gaze direction of vehicle drivers | |
| CN111027506B (zh) | 视线方向的确定方法、装置、电子设备及存储介质 | |
| CN111566612A (zh) | 基于姿势和视线的视觉数据采集系统 | |
| US9606623B2 (en) | Gaze detecting apparatus and method | |
| JP2019040465A (ja) | 行動認識装置,学習装置,並びに方法およびプログラム | |
| CN110853073A (zh) | 确定关注点的方法、装置、设备、系统及信息处理方法 | |
| CN107408303A (zh) | 用于对象跟踪的系统和方法 | |
| US11062141B2 (en) | Methods and apparatuses for future trajectory forecast | |
| US10150415B2 (en) | Method and apparatus for detecting a pedestrian by a vehicle during night driving | |
| CN114882480A (zh) | 用于获取目标对象状态的方法、装置、介质以及电子设备 | |
| CN112083795A (zh) | 对象控制方法及装置、存储介质和电子设备 | |
| CN111127837A (zh) | 一种报警方法、摄像机及报警系统 | |
| CN115713738A (zh) | 使用神经网络模型的凝视和意识预测 | |
| WO2023220916A1 (zh) | 一种部位定位方法及装置 | |
| US20140368644A1 (en) | Apparatus and method for tracking driver attentiveness using vector | |
| CN109034137B (zh) | 头部姿态标记更新方法、装置、存储介质和终端设备 | |
| CN119888694B (zh) | 基于面部特征的疲劳驾驶识别方法及相关装置 |
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: 19920034 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2021540793 Country of ref document: JP Kind code of ref document: A Ref document number: 20217022187 Country of ref document: KR Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19920034 Country of ref document: EP Kind code of ref document: A1 |