WO2023277295A1 - 시선 방향 인식 시에 에러를 보정하는 전자 장치 및 전자 장치의 동작 방법 - Google Patents

시선 방향 인식 시에 에러를 보정하는 전자 장치 및 전자 장치의 동작 방법 Download PDF

Info

Publication number
WO2023277295A1
WO2023277295A1 PCT/KR2022/002425 KR2022002425W WO2023277295A1 WO 2023277295 A1 WO2023277295 A1 WO 2023277295A1 KR 2022002425 W KR2022002425 W KR 2022002425W WO 2023277295 A1 WO2023277295 A1 WO 2023277295A1
Authority
WO
WIPO (PCT)
Prior art keywords
gaze direction
face
module
processor
electronic device
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
Application number
PCT/KR2022/002425
Other languages
English (en)
French (fr)
Inventor
이철준
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Samsung Electronics Co Ltd
Original Assignee
Samsung Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Samsung Electronics Co Ltd filed Critical Samsung Electronics Co Ltd
Priority to EP22833353.0A priority Critical patent/EP4250064A4/en
Priority to CN202280017066.4A priority patent/CN116917846A/zh
Priority to US17/718,905 priority patent/US12223769B2/en
Publication of WO2023277295A1 publication Critical patent/WO2023277295A1/ko
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/011Arrangements for interaction with the human body, e.g. for user immersion in virtual reality
    • G06F3/013Eye tracking input arrangements
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/16Sound input; Sound output
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/70Determining position or orientation of objects or cameras
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/168Feature extraction; Face representation

Definitions

  • the present disclosure relates to an electronic device, and more particularly, to an electronic device for correcting an error in recognizing a gaze direction and a method of operating the electronic device.
  • An image captured by the camera may include data of two or more colors having a set resolution, for example, red (R), green (G), and blue (B) data.
  • R red
  • G green
  • B blue
  • Face recognition technology can be used for various purposes, such as identifying a person included in an image and improving service quality of an image.
  • An object of the present disclosure is to provide an electronic device and an operating method of the electronic device for correcting errors caused by actions including eye blinking, coughing, tics, and the like when recognizing a gaze direction.
  • An electronic device includes a camera module, a memory, and a processor configured to generate an image frame, wherein the processor performs face recognition on the image frame; performing feature point extraction of the face in response to the face being recognized in the face recognition; recognizing the direction of the face in response to extraction of feature points of the face; generating gaze direction information by recognizing a gaze direction of the face in response to recognizing the face direction of the face; generating filtered gaze direction information by performing filtering on the gaze direction information in response to the recognition of the gaze direction;
  • the image frame, the face direction information, and the filtered gaze direction information are stored in the memory.
  • a method of operating an electronic device including a processor, a camera module, and a memory may include generating an image frame by the camera module; the processor performing face recognition on the image frame; In response to recognizing a face in the face recognition, the processor extracts feature points of the face; In response to extraction of feature points of the face, the processor recognizes a face direction of the face; In response to recognizing the face direction, the processor recognizes a gaze direction of the face and generates gaze direction information; In response to recognizing the gaze direction, the processor performs filtering on the gaze direction information to generate filtered gaze direction information; and storing, by the processor, the filtered gaze direction information in the memory.
  • An operating method of an electronic device including a processor and a camera module may include generating an image frame by the camera module; the processor performing face recognition on the image frame; In response to recognizing a face in the face recognition, the processor extracts feature points of the face; In response to extraction of feature points of the face, the processor recognizes a face direction of the face; in response to recognizing the direction of the face, recognizing a gaze direction of the face based on a recognition module; And the processor corrects an error occurring in recognizing the gaze direction by error-causing actions, wherein the recognition module is based on appearance-based deep learning created and executed by the processor.
  • FIG. 1 shows an electronic device according to a first embodiment of the present disclosure.
  • FIG. 2 shows an example of modules executed by a processor.
  • FIG. 3 shows an example of how an image frame is processed by the modules of FIG. 2 executed by the processor of FIG. 1 .
  • 4A to 4F show examples of processes in which an image frame is processed by the method of FIG. 3 .
  • FIG 5 shows an example of a gaze direction filtering module according to an embodiment of the present disclosure.
  • FIG. 6 shows measurement results in which performance of the eye-blinking filtering module corrects eye-blink errors varies according to filtering coefficients.
  • FIG. 7 shows measurement results in which performance of tracking the gaze direction GD of the gaze direction filtering module 250 varies according to filtering coefficients.
  • FIG. 10 is a block diagram of an electronic device in a network environment according to various embodiments.
  • 11A to 11D show examples in which an electronic device is implemented as a smart television to provide an interactive service based on a gaze direction.
  • 12A to 12C show examples in which an electronic device is implemented as a smart phone and provides an interactive service based on a gaze direction.
  • FIG 13 shows examples in which an electronic device is implemented as smart glasses.
  • an electronic device 100 may include a processor 110 (eg, including a processing circuit), a memory 120, and a camera module 130 (eg, including a camera).
  • the processor 110 may include, for example, various processing circuits and execute an operating system, middleware, or applications of the electronic device 100 .
  • the processor 110 may include a main processor 111 and an auxiliary processor 113 .
  • the main processor 111 may include a central processing unit (CPU) or an application processor (AP).
  • the auxiliary processor 113 may be a graphics processor (GPU), a neural processor (NPU), a neuromorphic processor, an image signal processor (ISP), a digital signal processor (DSP), a dedicated processor, a sensor hub processor, or a communication processor. may include a processor.
  • the auxiliary processor 113 may substitute for some of the tasks of the main processor 111 according to a request of the main processor 111 .
  • Memory 120 may be used to store data.
  • Memory 120 may include volatile memory 122 and non-volatile memory 124 .
  • Volatile memory 122 may include a variety of memories such as static random access memory, dynamic random access memory, phase change random access memory, ferroelectric random access memory, magnetic random access memory, or resistive random access memory.
  • the volatile memory 122 may be used as a main memory of the electronic device 100 .
  • the volatile memory 122 may temporarily store codes executed by an operating system, middleware, or applications.
  • the volatile memory 122 may temporarily store data generated by an operating system, middleware, or applications.
  • the nonvolatile memory 124 may include various nonvolatile memories such as NAND flash memory, phase change memory, ferroelectric memory, magnetic memory, or resistive memory.
  • the nonvolatile memory 124 may be used as an auxiliary memory of the electronic device 100 .
  • non-volatile memory may store originals of codes executed by an operating system, middleware, or applications.
  • Non-volatile memory may store originals of data generated by an operating system, middleware, or applications.
  • the camera module 130 may include a camera and capture still images or moving images.
  • the camera module 130 may generate an image IMG corresponding to a predetermined resolution as one image frame of a still image or moving image.
  • the image IMG is referred to as one image frame among image frames of a moving picture, but this does not limit the technical scope of the present description.
  • the processor 110 may perform face recognition. Face recognition may be performed based on a knowledge-based method or a feature-based method. For example, face recognition may be performed based on deep learning.
  • the processor 110 may recognize (or estimate) a gaze direction based on a face recognized in the image frame IMG. Recognition of the gaze direction may be performed based on a model-based method or an appearance-based method.
  • a model-based method may use a geometrical model of the eye.
  • Model-based methods may include corneal-reflection-based methods or shape-based methods.
  • the corneal-reflection-based method may shine light toward the cornea of a face-recognized user, and recognize (or estimate) a gaze direction using a direction of light reflected from the cornea.
  • the shape-based method is based on the shape of the pupil and can recognize (or estimate) the gaze direction based on the pupil and its center position.
  • the model-based method is based on the geometric features of the face and eyes, it may require that the resolution of the image frame IMG is greater than or equal to a reference value.
  • the processor 110 may fail to identify geometric features of the eye included in the image frame IMG. For example, recognition (or estimation) of gaze direction may fail.
  • Appearance-based methods do not use (eg, extract or identify and use) the geometric features of the eyes of the face included in the image frame (IMG).
  • the appearance-based method recognizes (or estimates) the gaze direction using only the image data of the eyes of the face itself included in the image frame (IMG). Accordingly, even when the resolution of the image frame IMG is lower than the reference value, the processor 110 may succeed in recognizing (or estimating) the gaze direction.
  • the appearance-based method may be performed using a learned recognition model based on deep learning. Appearance-based methods may recognize (or estimate) a gaze direction based on an image of a face recognized in an image frame (IMG). When a face on the image frame IMG blinks, the processor 110 of the appearance-based method may generate an error in recognizing (or estimating) the gaze direction. In order to correct errors caused by eye blinking, an attempt to recognize eye blinking may be made.
  • Blinking may indicate a motion of lowering and raising the eyelids using various muscles around the eyes including the orbicularis oculi and the levator palpebrae superioris.
  • Eye blinking may include spontaneous blinking caused by obvious external stimuli, and reflex blinking caused by sudden light changes, corneal contact, and sudden appearance of objects. .
  • blinking at least 2 to 4 times per minute, and blinking 15 to 20 times can be performed on average.
  • the number of blinks may increase in an environment with strong wind or a dry environment, and may decrease when the user focuses on a specific object.
  • a time required for one blink may range from 100 ms to 400 ms on average.
  • Eye blink recognition methods may include an intrusive method and a non-intrusive method.
  • Intrusive methods may use a separate device installed to recognize eye blinking.
  • intrusive methods include a method of measuring electrooculography (EOG) using at least one electrode, a method of using a Doppler sensor, and a method of using glasses with a camera attached to observe the eyes. can do.
  • EOG electrooculography
  • the non-intrusive method may not require a separate device installed to recognize eye blinking.
  • the non-intrusive method may recognize eye blinking using an image frame (IMG) of a face including eyes. For example, the non-invasive method identifies landmarks around the eye, identifies the distance between the upper and lower eyelids based on the landmarks, and blinks the eye based on the identified distance. Recognizable.
  • identification of landmarks requires a high amount of computation, and recognizing eye blinks in a non-intrusive way requires a high frame rate.
  • eye blinking may be identified only after the user on the image frame IMG blinks. Therefore, it is difficult for the non-intrusive method to recognize eye blinking in real time, and thus it may be difficult to correct an error caused by eye blinking in real time.
  • gaze direction recognition (or estimation) generated by a user blinking an eye on an image frame (IMG) without separately recognizing eye blinking
  • IMG image frame
  • an operating method of the electronic device 100 for robustly recognizing (or estimating) the direction of the user's gaze on the image frame IMG by correcting the error of .
  • the electronic device 100 can provide various services based on the direction of gaze to the user with high reliability.
  • embodiments of the present disclosure are described as suppressing (or compensating for) errors in gaze direction that occur due to eye blinking.
  • embodiments of the present disclosure are not limited to being associated with eye blinking.
  • Embodiments of the present disclosure are based on the appearance-based method for any actions that cause errors in gaze direction recognition, for example, eye blinking, coughing, sudden movements caused by tic disorders, etc. It can be applied to suppress (or compensate for) errors in direction.
  • each of the modules 200 may be implemented in hardware, software running on hardware, or a combination of software and hardware.
  • the modules 200 include a face recognition module 210, a feature point extraction module 220, a face direction recognition module 230, a gaze direction recognition module 240, and a gaze direction filtering module 250. can include
  • the camera module 130 may generate an image frame IMG.
  • the image frame IMG may be stored in the memory 120 through the processor 110 or by bypassing the processor 110 .
  • the face recognition module 210 executed by the processor 110 may receive the image frame IMG from the memory 120 .
  • the face recognition module 210 may recognize (or infer) whether a face is included in the image frame IMG by performing face recognition on the image frame IMG.
  • the face recognition module 210 may be a module learned to recognize (or infer) a face based on deep learning. That is, the face recognition module 210 may recognize a face from the image frame IMG based on deep learning.
  • the face recognition module 210 may generate face recognition information (FRI) representing the recognized face.
  • FRI face recognition information
  • the face recognition information FRI may be included (eg, added) to the image frame IMG as meta information of the image frame IMG.
  • the face recognition module 210 may store face recognition information (FRI) in the memory 120 .
  • the feature point extraction module 220 may receive the image frame IMG and face recognition information FRI from the memory 120 .
  • the feature point extraction module 220 may extract feature points of a face on the image frame IMG by performing feature point extraction based on the image frame IMG and the face recognition information FRI.
  • Feature points may be points that are characteristically shown in the face image of the image frame IMG.
  • the feature points are independent of the geometric features of the model-based method, and may be feature points shown in the face image itself.
  • the feature point extraction module 220 may be a module learned to extract feature points based on deep learning. That is, the feature point extraction module 220 may extract feature points from the face of the image frame IMG based on deep learning. If feature point extraction is successful, the feature point extraction module 220 may generate feature point information (FPI) representing the feature points.
  • the feature point information (FPI) is meta information of the image frame (IMG), and may be included (eg, added) to the image frame (IMG).
  • the feature point information (FPI) is meta information of the image frame (IMG) and may include face recognition information (FRI).
  • the feature point extraction module 220 may store feature point information (FPI) in the memory 120 .
  • the face direction recognition module 230 may receive the image frame IMG and feature point information FPI from the memory 120 .
  • the face direction recognition module 230 may recognize (or infer) the face direction included in the image frame IMG by performing face direction recognition based on the image frame IMG and feature point information FPI.
  • the face direction recognition module 230 may generate a 3D face image from a 2D face image of the image frame IMG based on feature points by executing a specific algorithm.
  • the face direction may be represented by a rotation vector and a transition vector.
  • the rotation vector is a 3D vector, and may represent how much (eg, an angle unit) the face is rotated in which direction based on when the front of the face is exposed on the image frame IMG.
  • the transition vector is a 3D vector and may indicate how much the face has moved in a direction (eg, a horizontal direction, a vertical direction, or a depth direction of the image frame IMG) on the image frame IMG.
  • the face direction recognition module 230 may generate face direction information (FDI) including a rotation vector and a transition vector.
  • the face direction information FDI is meta information of the image frame IMG and may be included (eg, added) to the image frame IMG.
  • the face direction information (FDI) is meta information of the image frame (IMG) and may include feature point information (FPI).
  • the face direction recognition module 230 may store face direction information (FDI) in the memory 120 .
  • the gaze direction recognition module 240 may receive the image frame IMG and face direction information FDI from the memory 120 .
  • the gaze direction recognition module 240 may recognize (or infer) the gaze direction of a face included in the image frame (IMG) by performing gaze direction recognition based on the image frame (IMG) and face direction information (FDI). there is.
  • the gaze direction recognition module 240 may be a module learned to recognize (or infer) a gaze direction based on deep learning. That is, the gaze direction recognition module 240 may recognize (or infer) the gaze direction of the face of the image frame IMG based on deep learning.
  • the gaze direction recognition module 240 may generate gaze direction information (GDI) indicating the gaze direction.
  • the gaze direction information GDI is meta information of the image frame IMG and may be included (eg, added) to the image frame IMG.
  • the gaze direction information GDI is meta information of the image frame IMG and may include face direction information FDI.
  • the gaze direction recognition module 240 may store gaze direction information (GDI) in the memory 120 .
  • the gaze direction filtering module 250 may receive gaze direction information GDI from the memory 120 .
  • the gaze direction filtering module 250 may perform filtering on the gaze direction information (GDI) to correct an error generated due to eye blinking of a face included in the image frame (IMG).
  • the gaze direction filtering module 250 may correct a gaze direction error by limiting the degree to which the gaze direction indicated by the gaze direction information GDI changes between successive image frames.
  • the gaze direction filtering module 250 removes high-frequency components from gaze direction information (GDI) of successive image frames by performing low pass filtering (LPF) to reduce eye-blink errors. can be corrected
  • the gaze direction filtering module 250 may store the filtered gaze direction information GDI_F in the memory 120 .
  • the filtering module 250 may perform filtering on only information indicating a gaze direction among gaze direction information (GDI). For example, instead of receiving the gaze direction information (GDI) from the memory 120, the gaze direction filtering module 250 directly receives the gaze direction information (GDI) from the gaze direction recognition module 240 to perform filtering.
  • GDI gaze direction information
  • FPI feature point information
  • FDI face direction information
  • the filtering module 250 may perform filtering on only information indicating a gaze direction among gaze direction information (GDI). For example, instead of receiving the gaze direction information (GDI) from the memory 120, the gaze direction filtering module 250 directly receives the gaze direction information (GDI) from the gaze direction recognition module 240 to perform filtering.
  • FIG. 3 shows an example of how an image frame IMG is processed by the modules 200 of FIG. 2 executed by the processor 110 of FIG. 1 .
  • 4A to 4F show examples of a process in which an image frame IMG is processed by the method of FIG. 3 .
  • the face recognition module 210 executed by the processor 110 may receive an image frame IMG.
  • the face recognition module 210 may perform face recognition on the image frame IMG. If face recognition fails, for example, if a face is not recognized in the image frame IMG, it may be determined that the image frame IMG is an image frame that does not include a face. Accordingly, subsequent processes associated with face recognition may be omitted, and processes associated with face recognition may be performed for the next image frame in step S110.
  • face recognition succeeds, for example, if a face is recognized in the image frame IMG, subsequent processes associated with face recognition may be performed.
  • the face recognition module 210 may succeed in recognizing a face in the image frame IMG of FIG. 4A . If face recognition is successful, face recognition information (FRI) may be generated and stored in the memory 120 .
  • FAI face recognition information
  • the feature point extraction module 220 may perform feature point extraction on the face recognized in the image frame IMG. If feature point extraction fails, subsequent processes related to face recognition may be skipped, and processes related to face recognition may be performed on the next image frame in step S110.
  • feature points FP may be generated from the face of the image frame IMG.
  • the feature points FP may be created in the circumference of the eyes, the eyebrows, the nose, the upper and lower lips, and the contour of the face.
  • feature point information FPI may be generated and stored in the memory 120 .
  • the face direction recognition module 230 may recognize (or infer) the face direction FD based on the feature points FP. there is. If the recognition of the face direction FD succeeds, face direction information FDI may be generated and stored in the memory 120 . Exemplarily, an example of a rotation vector among rotation vectors and transition vectors of the face direction information (FDI) is indicated as the face direction (FD) in FIG. 4C.
  • the gaze direction recognition module 240 recognizes the gaze direction GD from the image of the eyes (or pupils) of the face of the image frame IMG. (or inferred). Similar to the face direction (FD), the gaze direction may also be represented by at least one 3D vector. In order to avoid unnecessarily complicating the drawing, the line of sight direction GD is briefly expressed in the form of a total sum of vectors. If recognition of the gaze direction is successful, gaze direction information (GDI) may be generated and stored in the memory 120 .
  • GDI gaze direction information
  • an error may occur in recognizing the gaze direction GD.
  • the gaze direction GD indicates a gaze direction recognized before eye blinking occurs.
  • An erroneous gaze direction (GD_E) represents a gaze direction recognized while eye blinking occurs. Even if the user fixes the gaze direction while eye blinking occurs, the gaze direction recognizing module 240 may recognize an erroneous gaze direction GD_E.
  • the reliability of the gaze direction recognition module 240 deteriorates. Accordingly, it may be difficult to provide a service based on the recognition result of the gaze direction recognition module 240 .
  • the gaze direction filtering module 250 may perform filtering on the gaze direction information (GDI).
  • the gaze direction filtering module 250 may generate a filtered gaze direction GD_F by correcting the erroneous gaze direction GD_E recognized by the gaze direction recognizing module 240 .
  • the filtered gaze direction GD_F may be closer to the gaze direction GD corresponding to the actual gaze direction than the erroneous gaze direction GD_E.
  • the gaze direction filtering module 250 may correct a gaze direction error by limiting the degree to which the gaze direction indicated by the gaze direction information (GDI) changes between successive image frames. For example, the gaze direction filtering module 250 removes high-frequency components from gaze direction information (GDI) of successive image frames by performing low pass filtering (LPF) to reduce eye-blink errors. can be corrected
  • the gaze direction filtering module 250 may output and store filtered gaze direction information GDI_F indicating the filtered gaze direction GD_F in the memory 120 .
  • the gaze direction filtering module 250 includes a coefficient memory 251, a first multiplier 252, a delay 253 (Z-1), and a second multiplier 254 , and an adder 255.
  • the gaze direction filtering module 250 may be implemented as a first-order infinite impulse response (IIR) filter.
  • IIR infinite impulse response
  • the gaze direction filtering module 250 of the present disclosure is not limited to a first-order IIR filter and may be implemented with various types of filters.
  • the coefficient memory 251 may store a first filtering coefficient (a) and a second filtering coefficient (b). For example, the value of the first filtering coefficient (a) and the value of the second filtering coefficient (b) may be dynamically adjusted. The value of the first filtering coefficient (a) and the value of the second filtering coefficient (b) may be adjusted in response to a user's setting of the electronic device 100 . Alternatively, the value of the first filtering coefficient (a) and the value of the second filtering coefficient (b) may be adjusted based on an operating system of the electronic device 100 or a policy of an application. The coefficient memory 251 may output the stored first filtering coefficient (a) and second filtering coefficient (b).
  • the first multiplier 252 outputs the n-th image frame (e.g., IMG[n]) from the gaze direction recognition module 240 (or from the memory 120), where n is an integer representing a sequence in time. Gaze direction information GDI[n] may be received, and a second filtering coefficient b may be received from the coefficient memory 251 . The first multiplier 252 may multiply and output the nth gaze direction information GDI[n] by the second filtering coefficient b. For example, the first multiplier 252 applies the second filtering coefficient (b) to each of values (eg, size values) in three directions corresponding to the 3D coordinate system of the nth gaze direction information GDI[n]. ) can be multiplied by
  • the delayer 253 may delay and output the output of the gaze direction filtering module 250 .
  • the delay unit 253 performs the n ⁇ 1 filtered gaze direction information (GDI_F[n ⁇ 1]). ) can be output.
  • the second multiplier 254 receives the n ⁇ 1 th filtered gaze direction information GDI_F[n ⁇ 1] from the delay unit 253 and receives the first filtering coefficient a from the coefficient memory 251. can do.
  • the second multiplier 254 may multiply and output the value of the n ⁇ 1 th filtered gaze direction information (GDI_F[n ⁇ 1]) by the first filtering coefficient (a).
  • the second multiplier 254 applies values (eg, size values) of three directions corresponding to the 3D coordinate system of the n ⁇ 1 th filtered gaze direction information (GDI_F[n ⁇ 1]) to each It can be multiplied by the first filtering coefficient (a).
  • the adder 255 may receive the output of the first multiplier 252 and the output of the second multiplier 254 .
  • the adder 255 may add the output of the first multiplier 252 and the output of the second multiplier 254 and output the nth filtered gaze direction information GDI_F[n].
  • the adder 255 generates values in three directions (eg, magnitude values) corresponding to the 3D coordinate system of the output of the first multiplier 252 and the 3D coordinate system of the output of the second multiplier 254. Values (eg, size values) in the corresponding three directions may be respectively added.
  • the nth filtered gaze direction information GDI_F[n] output from the adder 255 may be stored in the memory 120 .
  • FIG. 6 shows measurement results in which the eye-blink error correction performance of the eye-direction filtering module 250 varies according to filtering coefficients.
  • a horizontal axis indicates time T (eg, a frame number of an image frame IMG), and a vertical axis indicates an angle (degree).
  • T eg, a frame number of an image frame IMG
  • a vertical axis indicates an angle (degree).
  • the difference between the actual gaze direction (eg, GD) and the filtered gaze direction (GD_F) may be represented as an angle on the vertical axis (see FIG. 4F).
  • the first line L1 is formed when the first filtering coefficient (a) is '0.0' and the second filtering coefficient (b) is '1.0', For example, an example of when the gaze direction filtering module 250 is inactivated is shown.
  • the second line L2 shows an example when the first filtering coefficient (a) is '0.1' and the second filtering coefficient (b) is '0.9'.
  • the third line L3 shows an example when the first filtering coefficient (a) is '0.2' and the second filtering coefficient (b) is '0.8'.
  • the fourth line L4 shows an example when the first filtering coefficient (a) is '0.3' and the second filtering coefficient (b) is '0.7'.
  • a horizontal axis indicates time T (eg, a frame number of an image frame IMG), and a vertical axis indicates an angle (degree).
  • T eg, a frame number of an image frame IMG
  • a vertical axis indicates an angle (degree).
  • a difference between the actual gaze direction and the filtered gaze direction GD_F may be represented as an angle on the vertical axis.
  • the fifth line L5 is when the first filtering coefficient (a) is '0.0' and the second filtering coefficient (b) is '1.0', For example, an example of when the gaze direction filtering module 250 is inactivated is shown.
  • the sixth line L6 shows an example when the first filtering coefficient (a) is '0.1' and the second filtering coefficient (b) is '0.9'.
  • a seventh line (L7) shows an example when the first filtering coefficient (a) is '0.2' and the second filtering coefficient (b) is '0.8'.
  • An eighth line (L8) shows an example when the first filtering coefficient (a) is '0.3' and the second filtering coefficient (b) is '0.7'.
  • FIG. 8 shows measurement results in which the gaze direction filtering module 250 suppresses an error due to eye blinking when the actual gaze direction is fixed.
  • a horizontal axis indicates time T (eg, a frame number of an image frame IMG), and a vertical axis indicates an angle (degree).
  • a ground truth indicates an actual gaze direction.
  • the actual gaze direction may be fixed.
  • a ninth line L9 shows the filtered gaze direction information GDI_F when the gaze direction filtering module 250 is inactivated.
  • a tenth line L10 shows the filtered gaze direction information GDI_F when the gaze direction filtering module 250 is activated.
  • the ninth line L9 may have a large error with the ground truth GT.
  • the tenth line L10 may have a relatively small error with the ground truth GT. That is, the gaze direction filtering module 250 according to an embodiment of the present disclosure can effectively suppress errors caused by eye blinking.
  • FIG. 9 shows measurement results in which the gaze direction filtering module 250 suppresses errors due to eye blinking when the actual gaze direction moves.
  • a horizontal axis indicates time T (eg, a frame number of an image frame IMG), and a vertical axis indicates an angle (degree).
  • a ground truth indicates an actual gaze direction.
  • the actual gaze direction may move with the passage of time.
  • An eleventh line L11 shows the filtered gaze direction information GDI_F when the gaze direction filtering module 250 is inactivated.
  • a twelfth line L12 shows the filtered gaze direction information GDI_F when the gaze direction filtering module 250 is activated.
  • the eleventh line L11 may have a large error with the ground truth GT.
  • the 12th line L12 may have a relatively small error with the ground truth GT. That is, the gaze direction filtering module 250 according to an embodiment of the present disclosure can effectively suppress errors caused by eye blinking.
  • FIG. 10 is a block diagram of an electronic device 301 within a network environment 300 according to various embodiments.
  • the electronic device 301 shows an example of an extended implementation of the electronic device 100 of FIG. 1 .
  • an electronic device 301 communicates with an electronic device 302 through a first network 398 (eg, a short-range wireless communication network) or through a second network 399. It may communicate with at least one of the electronic device 304 or the server 308 through (eg, a long-distance wireless communication network). According to an embodiment, the electronic device 301 may communicate with the electronic device 304 through the server 308 .
  • a first network 398 eg, a short-range wireless communication network
  • the server 308 e.g, a long-distance wireless communication network
  • the electronic device 301 includes a processor 320, a memory 330, an input module 350, a sound output module 355, a display module 360, an audio module 370, a sensor module ( 376), interface 377, connection terminal 378, haptic module 379, camera module 380, power management module 388, battery 389, communication module 390, subscriber identification module 396 , or an antenna module 397.
  • at least one of these components eg, the connection terminal 378) may be omitted or one or more other components may be added.
  • some of these components eg, sensor module 376, camera module 380, or antenna module 397) are integrated into one component (eg, display module 360). It can be.
  • the processor 320 for example, executes software (eg, the program 340) to cause at least one other component (eg, hardware or software component) of the electronic device 301 connected to the processor 320. It can control and perform various data processing or calculations. According to one embodiment, as at least part of data processing or operation, the processor 320 transfers instructions or data received from other components (eg, sensor module 376 or communication module 390) to volatile memory 332. , processing commands or data stored in the volatile memory 332 , and storing resultant data in the non-volatile memory 334 .
  • software eg, the program 340
  • the processor 320 transfers instructions or data received from other components (eg, sensor module 376 or communication module 390) to volatile memory 332. , processing commands or data stored in the volatile memory 332 , and storing resultant data in the non-volatile memory 334 .
  • the processor 320 may include a main processor 321 (eg, a central processing unit or an application processor) or a secondary processor 323 (eg, a graphic processing unit, a neural network processing unit ( NPU: neural processing unit (NPU), image signal processor, sensor hub processor, or communication processor).
  • a main processor 321 eg, a central processing unit or an application processor
  • a secondary processor 323 eg, a graphic processing unit, a neural network processing unit ( NPU: neural processing unit (NPU), image signal processor, sensor hub processor, or communication processor.
  • NPU neural network processing unit
  • NPU neural processing unit
  • image signal processor sensor hub processor
  • communication processor e.g., a communication processor.
  • the auxiliary processor 323 may use less power than the main processor 321 or be set to be specialized for a designated function.
  • the auxiliary processor 323 may be implemented separately from or as part of the main processor 321 .
  • the auxiliary processor 323 may, for example, take place of the main processor 321 while the main processor 321 is in an inactive (eg, sleep) state, or when the main processor 321 is active (eg, running an application). ) state, together with the main processor 321, at least one of the components of the electronic device 301 (eg, the display module 360, the sensor module 376, or the communication module 390) It is possible to control at least some of the related functions or states.
  • the auxiliary processor 323 eg, an image signal processor or a communication processor
  • the auxiliary processor 323 may include a hardware structure specialized for processing an artificial intelligence model.
  • AI models can be created through machine learning. Such learning may be performed, for example, in the electronic device 301 itself where the artificial intelligence model is performed, or may be performed through a separate server (eg, the server 308).
  • the learning algorithm may include, for example, supervised learning, unsupervised learning, semi-supervised learning or reinforcement learning, but in the above example Not limited.
  • the artificial intelligence model may include a plurality of artificial neural network layers.
  • Artificial neural networks include deep neural networks (DNNs), convolutional neural networks (CNNs), recurrent neural networks (RNNs), restricted boltzmann machines (RBMs), deep belief networks (DBNs), bidirectional recurrent deep neural networks (BRDNNs), It may be one of deep Q-networks or a combination of two or more of the foregoing, but is not limited to the foregoing examples.
  • the artificial intelligence model may include, in addition or alternatively, software structures in addition to hardware structures.
  • the processor 320 may correspond to the processor 110 of the electronic device 100 of FIG. 1 .
  • the main processor 321 and the auxiliary processor 323 may respectively correspond to the main processor 111 and the auxiliary processor 113 of FIG. 1 .
  • the memory 330 may store various data used by at least one component (eg, the processor 320 or the sensor module 376) of the electronic device 301 .
  • the data may include, for example, input data or output data for software (eg, program 340) and commands related thereto.
  • the memory 330 may include volatile memory 332 or non-volatile memory 334 .
  • the memory 330 may correspond to the memory 120 of the electronic device 100 of FIG. 1 .
  • the volatile memory 332 and the nonvolatile memory 334 may respectively correspond to the volatile memory 122 and the nonvolatile memory 124 of FIG. 1 .
  • the program 340 may be stored as software in the memory 330 and may include, for example, an operating system 342 , middleware 344 , or an application 346 .
  • the input module 350 may receive a command or data to be used by a component (eg, the processor 320) of the electronic device 301 from an outside of the electronic device 301 (eg, a user).
  • the input module 350 may include, for example, a microphone, a mouse, a keyboard, a key (eg, a button), or a digital pen (eg, a stylus pen).
  • the sound output module 355 may output sound signals to the outside of the electronic device 301 .
  • the sound output module 355 may include, for example, a speaker or receiver.
  • the speaker can be used for general purposes such as multimedia playback or recording playback.
  • a receiver may be used to receive an incoming call. According to one embodiment, the receiver may be implemented separately from the speaker or as part of it.
  • the display module 360 may visually provide information to the outside of the electronic device 301 (eg, a user).
  • the display module 360 may include, for example, a display, a hologram device, or a projector and a control circuit for controlling the device.
  • the display module 360 may include a touch sensor configured to detect a touch or a pressure sensor configured to measure the intensity of force generated by the touch.
  • the audio module 370 may convert sound into an electrical signal or vice versa. According to one embodiment, the audio module 370 acquires sound through the input module 350, the sound output module 355, or an external electronic device connected directly or wirelessly to the electronic device 301 (eg: Sound may be output through the electronic device 302 (eg, a speaker or a headphone).
  • the audio module 370 acquires sound through the input module 350, the sound output module 355, or an external electronic device connected directly or wirelessly to the electronic device 301 (eg: Sound may be output through the electronic device 302 (eg, a speaker or a headphone).
  • the sensor module 376 detects an operating state (eg, power or temperature) of the electronic device 301 or an external environmental state (eg, a user state), and generates an electrical signal or data value corresponding to the detected state. can do.
  • the sensor module 376 may include, for example, a gesture sensor, a gyro sensor, an air pressure sensor, a magnetic sensor, an acceleration sensor, a grip sensor, a proximity sensor, a color sensor, an IR (infrared) sensor, a bio sensor, It may include a temperature sensor, humidity sensor, or light sensor.
  • the interface 377 may support one or more specified protocols that may be used to directly or wirelessly connect the electronic device 301 to an external electronic device (eg, the electronic device 302).
  • the interface 377 may include, for example, a high definition multimedia interface (HDMI), a universal serial bus (USB) interface, an SD card interface, or an audio interface.
  • HDMI high definition multimedia interface
  • USB universal serial bus
  • SD card interface Secure Digital Card
  • connection terminal 378 may include a connector through which the electronic device 301 may be physically connected to an external electronic device (eg, the electronic device 302).
  • the connection terminal 378 may include, for example, an HDMI connector, a USB connector, an SD card connector, or an audio connector (eg, a headphone connector).
  • the haptic module 379 may convert electrical signals into mechanical stimuli (eg, vibration or movement) or electrical stimuli that a user may perceive through tactile or kinesthetic senses.
  • the haptic module 379 may include, for example, a motor, a piezoelectric element, or an electrical stimulation device.
  • the camera module 380 may capture still images and moving images.
  • the camera module 380 may include one or more lenses, image sensors, image signal processors, or flashes.
  • the camera module 380 may correspond to the camera module 130 of the electronic device 100 of FIG. 1 .
  • the power management module 388 may manage power supplied to the electronic device 301 .
  • the power management module 388 may be implemented as at least part of a power management integrated circuit (PMIC), for example.
  • PMIC power management integrated circuit
  • the battery 389 may supply power to at least one component of the electronic device 301 .
  • the battery 389 may include, for example, a non-rechargeable primary battery, a rechargeable secondary battery, or a fuel cell.
  • the communication module 390 is a direct (eg, wired) communication channel or a wireless communication channel between the electronic device 301 and an external electronic device (eg, the electronic device 302, the electronic device 304, or the server 308). Establishment and communication through the established communication channel may be supported.
  • the communication module 390 may include one or more communication processors that operate independently of the processor 320 (eg, an application processor) and support direct (eg, wired) communication or wireless communication.
  • the communication module 390 is a wireless communication module 392 (eg, a cellular communication module, a short-range wireless communication module, or a global navigation satellite system (GNSS) communication module) or a wired communication module 394 (eg, : a local area network (LAN) communication module or a power line communication module).
  • the corresponding communication module is a first network 398 (eg, a short-distance communication network such as Bluetooth, wireless fidelity (WiFi) direct, or infrared data association (IrDA)) or a second network 399 (eg, a legacy communication module).
  • the wireless communication module 392 uses subscriber information (eg, International Mobile Subscriber Identifier (IMSI)) stored in the subscriber identification module 396 within a communication network such as the first network 398 or the second network 399.
  • IMSI International Mobile Subscriber Identifier
  • the wireless communication module 392 may support a 5G network after a 4G network and a next-generation communication technology, such as NR access technology (new radio access technology).
  • NR access technologies include high-speed transmission of high-capacity data (enhanced mobile broadband (eMBB)), minimization of terminal power and access of multiple terminals (massive machine type communications (mMTC)), or high reliability and low latency (ultra-reliable and low latency (URLLC)).
  • eMBB enhanced mobile broadband
  • mMTC massive machine type communications
  • URLLC ultra-reliable and low latency
  • -latency communications can be supported.
  • the wireless communication module 392 may support a high frequency band (eg, mmWave band) to achieve a high data rate, for example.
  • the wireless communication module 392 uses various technologies for securing performance in a high frequency band, such as beamforming, massive multiple-input and multiple-output (MIMO), and full-dimensional multiplexing. Technologies such as input/output (FD-MIMO: full dimensional MIMO), array antenna, analog beam-forming, or large scale antenna may be supported.
  • the wireless communication module 392 may support various requirements defined for the electronic device 301, an external electronic device (eg, the electronic device 304), or a network system (eg, the second network 399).
  • the wireless communication module 392 is a peak data rate for realizing eMBB (eg, 20 Gbps or more), a loss coverage for realizing mMTC (eg, 164 dB or less), or a U-plane latency for realizing URLLC (eg, Example: downlink (DL) and uplink (UL) each of 0.5 ms or less, or round trip 1 ms or less) may be supported.
  • eMBB eg, 20 Gbps or more
  • a loss coverage for realizing mMTC eg, 164 dB or less
  • U-plane latency for realizing URLLC eg, Example: downlink (DL) and uplink (UL) each of 0.5 ms or less, or round trip 1 ms or less
  • the antenna module 397 may transmit or receive signals or power to the outside (eg, an external electronic device).
  • the antenna module 397 may include an antenna including a radiator formed of a conductor or a conductive pattern formed on a substrate (eg, PCB).
  • the antenna module 397 may include a plurality of antennas (eg, an array antenna). In this case, at least one antenna suitable for a communication method used in a communication network such as the first network 398 or the second network 399 is selected from the plurality of antennas by, for example, the communication module 390. can be chosen A signal or power may be transmitted or received between the communication module 390 and an external electronic device through the selected at least one antenna.
  • other components eg, a radio frequency integrated circuit (RFIC) may be additionally formed as a part of the antenna module 397 in addition to the radiator.
  • RFIC radio frequency integrated circuit
  • the antenna module 397 may form a mmWave antenna module.
  • the mmWave antenna module includes a printed circuit board, an RFIC disposed on or adjacent to a first surface (eg, a lower surface) of the printed circuit board and capable of supporting a designated high frequency band (eg, mmWave band); and a plurality of antennas (eg, array antennas) disposed on or adjacent to a second surface (eg, a top surface or a side surface) of the printed circuit board and capable of transmitting or receiving signals of the designated high frequency band.
  • a first surface eg, a lower surface
  • a designated high frequency band eg, mmWave band
  • a plurality of antennas eg, array antennas
  • peripheral devices eg, a bus, general purpose input and output (GPIO), serial peripheral interface (SPI), or mobile industry processor interface (MIPI)
  • signal e.g. commands or data
  • commands or data may be transmitted or received between the electronic device 301 and the external electronic device 304 through the server 308 connected to the second network 399 .
  • Each of the external electronic devices 302 or 304 may be the same as or different from the electronic device 301 .
  • all or part of operations executed in the electronic device 301 may be executed in one or more external electronic devices among the external electronic devices 302, 304, or 308. For example, when the electronic device 301 needs to perform a certain function or service automatically or in response to a request from a user or another device, the electronic device 301 instead of executing the function or service by itself. Alternatively or additionally, one or more external electronic devices may be requested to perform the function or at least part of the service.
  • One or more external electronic devices receiving the request may execute at least a part of the requested function or service or an additional function or service related to the request, and deliver the execution result to the electronic device 301 .
  • the electronic device 301 may provide the result as at least part of a response to the request as it is or after additional processing.
  • cloud computing distributed computing, mobile edge computing (MEC), or client-server computing technology may be used.
  • the electronic device 301 may provide an ultra-low latency service using, for example, distributed computing or mobile edge computing.
  • the external electronic device 304 may include an internet of things (IoT) device.
  • Server 308 may be an intelligent server using machine learning and/or neural networks.
  • the external electronic device 304 or server 308 may be included in the second network 399 .
  • the electronic device 301 may be applied to intelligent services (eg, smart home, smart city, smart car, or health care) based on 5G communication technology and IoT-related technology.
  • processor 320 may execute modules 200 of FIG. 2 . Accordingly, the processor 320 may recognize (or estimate) the user's gaze direction with improved reliability through the camera module 380 .
  • the electronic device 301 may provide a user with an interactive service using the gaze direction based on the recognized gaze direction.
  • the smart television 400 includes an input module 450 (eg, including an input circuit), a sound (or audio) output module 455 (eg, a sound (or audio) output circuit) ), a display module 460 (eg, including a display), and a camera module 480 (eg, including a camera).
  • an input module 450 eg, including an input circuit
  • a sound (or audio) output module 455 eg, a sound (or audio) output circuit
  • a display module 460 eg, including a display
  • a camera module 480 eg, including a camera
  • the input module 450 may include various input circuits including a microphone coupled to the main body of the smart television 400 or a remote controller remotely connected to the smart television 400 .
  • the remote controller may include a microphone.
  • the input module 450 may correspond to the input module 350 of FIG. 10 .
  • the sound output module 455 may include two or more speakers, including, for example, various sound output circuits.
  • the sound output module 455 may correspond to the sound output module 355 of FIG. 10 .
  • the display module 460 may correspond to the display module 360 of FIG. 10 .
  • the camera module 480 may correspond to the camera module 380 of FIG. 10 .
  • the smart television 400 may further include all or some of the components of the electronic device 301 described with reference to FIG. 10 .
  • the smart television 400 may further include additional components such as a communication module (corresponding to 390 in FIG. 10 ) for receiving an image displayed through the display module 460 from an external device.
  • the smart television 400 may activate or deactivate a gaze tracking mode for tracking a direction of the user's gaze based on an image frame generated by the camera module 480 in response to a user's command. In response to the activation of the gaze tracking mode, the smart television 400 may continuously track the direction of the user's gaze. Based on the gaze direction filtering module 250 (see FIG. 2 ), the smart television 400 can correct errors caused by the user's eye blinking. Therefore, the smart television 400 can track the user's gaze direction with high reliability.
  • the smart television 400 responds to generation of a specific signal (eg, command) from the user through the input module 450, the user's gaze direction information (eg, the filtered gaze).
  • a specific signal eg, command
  • the user's gaze direction information eg, the filtered gaze
  • An interactive service based on the direction information (GDI_F) may be started.
  • the user responds to target information, such as 'Hey Bixby. What is this?' By issuing a command requesting, it is possible to request the start of an interactive service.
  • the smart television 400 receives input from a user through an input module 450 (eg, microphone) provided in the main body or an input module 450 (eg, microphone or button) provided in a remote controller. It may receive a command and generate a signal corresponding to the command.
  • an input module 450 eg, microphone
  • an input module 450 eg, microphone or button
  • the smart television 400 may identify an object at a location indicated by the filtered gaze direction information GDI_F on the image displayed by the display module 460 . If the target indicated by the filtered gaze direction information (GDI_F) is not identified on the image, the smart television 400 outputs a message informing that identification has failed, such as 'cannot identify target' (eg, voice or in the form of text).
  • a message informing that identification has failed such as 'cannot identify target' (eg, voice or in the form of text).
  • the smart television 400 may display target information (eg, in the form of voice or text) in step S220.
  • target information eg, in the form of voice or text
  • the object indicated by the filtered gaze direction information GDI_F may be 'bibimbap'.
  • the smart television 400 may display 'bibimbap', which is the name of the object.
  • the smart television 400 provides information such as recipe information of 'bibimbap', information of nearby restaurants selling bibimbap, information of nearby companies delivering bibimbap, origin of 'bibimbap', preference of 'bibimbap' by age group or gender, and the like. Additional information related to 'bibimbap' may be displayed.
  • the smart television 400 may obtain information of a target from an external device using a communication module (corresponding to 390 in FIG. 10 ), and display the obtained information.
  • step S230 the user sends 'Hey Bixby. You can issue a command requesting information about a target, such as 'what is this?'.
  • the smart television 400 may identify an object at a location indicated by the filtered gaze direction information GDI_F on the image displayed by the display module 460 .
  • the smart television 400 may display target information (eg, in the form of voice or text).
  • target information eg, in the form of voice or text
  • an object indicated by the filtered gaze direction information GDI_F may be an 'apple'.
  • the smart television 400 may display 'apple', which is the name of the object.
  • the smart television 400 may display price information of a nearby store that sells 'apples', price information of a nearby store that delivers 'apples', or additional information related to 'apples'.
  • the smart television 400 may execute the additional service in response to a user generating an additional command requesting an additional service, not an object identification command, through the input module 450 .
  • Some of the additional services supported by the smart television 400 may be performed through the communication module 390 .
  • some of the additional services may include payment services.
  • Some of the additional services supported by the smart television 400 may be performed without going through the communication module 390 .
  • another part of the additional services may include a data storage service.
  • step S250 the user may issue a command requesting delivery of objects, such as 'Deliver 3 items'.
  • the smart television 400 may request delivery of an object at a location indicated by the filtered gaze direction information GDI_F on the image displayed by the display module 460 .
  • the smart television 400 may recognize the user's command based on the filtered gaze direction GD_F. For example, the smart television 400 may determine that a command corresponding to the specific text is received in response to the filtered gaze direction (GD_F) remaining in the specific text for a reference period of time or longer.
  • GD_F filtered gaze direction
  • the smart television 400 may perform online payment based on payment information previously registered by the user, and display payment information indicating the payment result.
  • the smart television 400 may display time information indicating an estimated time when delivery of apples is completed.
  • the smart television 400 will provide a user with an interactive service based on the filtered gaze direction information (GDI_F). can Thus, the user's benefits provided by the smart television 400 can be increased.
  • the smart phone 500 includes an input module 550 (eg, including an input circuit), an audio output module 555 (eg, including a sound output circuit), and a display module 560 ) (eg, including a display), a first camera module 580a (eg, including a camera), and a second camera module 580b (eg, including a camera).
  • an input module 550 eg, including an input circuit
  • an audio output module 555 eg, including a sound output circuit
  • a display module 560 eg, including a display
  • a first camera module 580a eg, including a camera
  • a second camera module 580b eg, including a camera
  • the input module 550 may include a microphone provided at the bottom of the smart phone 500 and may correspond to the input module 350 of FIG. 10 .
  • the sound output module 555 may include a speaker provided at the bottom of the smart phone 500 and may correspond to the sound output module 355 of FIG. 10 .
  • the display module 560 may correspond to the display module 360 of FIG. 10 .
  • the first camera module 580a may be a front camera module of the smart phone 500 and may correspond to the camera module 380 of FIG. 10 .
  • the second camera module 580b may be a rear camera module of the smart phone 500 and may correspond to the camera module 380 of FIG. 10 .
  • the smart phone 500 may further include all or some of the components of the electronic device 301 described with reference to FIG. 10 .
  • the smart phone 500 may further include additional components such as a communication module (corresponding to 390 in FIG. 10 ) for communicating with an external device.
  • the smart phone 500 activates or deactivates the gaze tracking mode for tracking the direction of the user's gaze based on the image frame generated by the first camera module 580a or the second camera module 580b in response to the user's command. can do.
  • the smart phone 500 may continuously track the direction of the user's gaze.
  • the smart phone 500 may correct an error caused by the user's eye blinking. Accordingly, the smart phone 500 can track the user's gaze direction with high reliability.
  • the initial shooting mode of the second camera module 580b of the smart phone 500 may be a wide mode.
  • the second camera module 580b may capture images with a wide field of view.
  • An image captured by the second camera module 580b may be displayed through the display module 560 .
  • the smart phone 500 responds to generation of a specific signal (eg, command) from the user through the input module 550, the user's gaze direction information (eg, filtered gaze direction information GDI_F) ( 2, 3, and 4f), the interactive service may start.
  • a specific signal eg, command
  • the user's gaze direction information eg, filtered gaze direction information GDI_F
  • the interactive service may start.
  • the user issues a command requesting a mode change, such as 'Hey Bixby. Gaze mode'. , the start of the interactive service can be requested.
  • the smart phone 500 may measure the distance between the user's pupil and the smart phone 500 using the first camera module 580a.
  • the first camera module 580a may include a separate distance measurement image sensor set to measure distance or an image sensor including distance measurement pixels set to measure distance.
  • the measured distance may be the distance of a virtual line (indicated by a dotted line) between the first camera module 580a and the user's pupil.
  • the smart phone 500 may calculate an angle between the filtered gaze direction information GDI_F and the false line.
  • the smart phone 500 may identify an object at a location indicated by the filtered gaze direction information GDI_F on the image displayed by the display module 560 .
  • the smart phone 500 uses the second camera module 580b to view objects included in the image.
  • Information about the distance or distance to the focus area can be continuously generated.
  • the smart phone 500 may identify an object at a location indicated by the filtered gaze direction information (GDI_F) on the image based on the distance measured in step S320, the angle calculated in step S330, and the continuously generated distance. .
  • the smart phone 500 outputs a message informing that identification has failed, such as 'Unable to identify target' (eg, For example, in the form of voice or text).
  • step S350 when a target indicated by the filtered gaze direction information (GDI_F) is identified on an image, in step S350, the smart phone 500 identifies the object identified by the filtered gaze direction information (GDI_F) on the image.
  • the focus of the second camera module 580b may be changed to the target. Accordingly, an enlarged image of the identified object may be captured by the second camera module 580b and displayed on the display module 560 .
  • the smart phone 500 may change the focus to the location indicated by the filtered gaze direction information GDI_F.
  • the smart phone 500 In response to the change in the focus of the second camera module 580b, in step S360, the smart phone 500 outputs a message informing of the mode change, such as 'starting gaze mode' (eg, voice or text message). in the form of).
  • the smart phone 500 may output information on the identified subject in the form of voice or text.
  • the information on the identified object may include the name, type, and academic information of the identified object.
  • the smart phone 500 will provide a user with an interactive service based on the filtered gaze direction information (GDI_F). can Accordingly, the user's convenience provided by the smart phone 500 can be increased.
  • the smart glasses 600 include an input module 650 (eg, including an input circuit) and an audio output module 655 (eg, a sound output circuit). ), a display module 660 (eg, a display), and a camera module 680 (eg, including a camera).
  • the input module 650 may include various input circuits including a microphone provided on the edge of the smart glasses 600 and may correspond to the input module 350 of FIG. 10 .
  • the sound output module 655 may include various sound output circuits including a speaker provided on the cradle of the smart glasses 600 and may correspond to the sound output module 355 of FIG. 10 .
  • the display module 660 includes a display and may correspond to lenses of the smart glasses 600 and may correspond to the display module 360 of FIG. 10 .
  • the display module 660 may be implemented as a transparent display.
  • the camera module 680 includes a camera and may be a front camera module of the smart glasses 600 and may correspond to the camera module 380 of FIG. 10 .
  • the smart glasses 600 may further include all or some of the components of the electronic device 301 described with reference to FIG. 10 .
  • the smart glasses 600 include a communication module (corresponding to 390 in FIG. 10 ) for communicating with an external device, and an additional camera module (corresponding to 380 in FIG. Corresponding to) may further include additional components such as
  • the camera module 680 may capture images of the user's eyes. For example, the distance and angle (eg, relative positions) between the smart glasses 600 and the user's eyes may be kept constant. Accordingly, the processor of the smart glasses 600 (corresponding to 320 in FIG. 10 ) may be set to perform gaze direction recognition and gaze direction filtering while omitting face recognition and feature point extraction.
  • the smart glasses 600 in response to a signal corresponding to a specific command such as 'menu display' being generated by the input module 650 from the user, the smart glasses 600 display weather information, directions, and memos through the display module 660. A menu including items such as , phone, etc. may be displayed.
  • the smart glasses 600 may perform an operation (or function) corresponding to the specific list. .
  • the smart glasses 600 may output information on expected weather as a message in the form of text or voice.
  • the smart glasses 600 may request destination information from the user.
  • the smart glasses 600 may provide route guidance from the current location to the destination using a text or voice message.
  • the smart glasses 600 may record information (eg, voice information) input from the user.
  • the smart glasses 600 may request contact information from the user.
  • the smart glasses 600 may interwork (or link) with an external smart phone to perform a call function.
  • the electronic device 301 of the present disclosure may be implemented as virtual reality goggles.
  • the virtual reality goggles may be implemented in a form similar to the smart glasses 600 of FIG. 13 . Therefore, redundant descriptions are omitted.
  • Electronic devices may be devices of various types.
  • the electronic device may include, for example, a portable communication device (eg, a smart phone), a computer device, a portable multimedia device, a portable medical device, a camera, a wearable device, or a home appliance.
  • a portable communication device eg, a smart phone
  • a computer device e.g., a smart phone
  • a portable multimedia device e.g., a portable medical device
  • a camera e.g., a portable medical device
  • a camera e.g., a portable medical device
  • a camera e.g., a portable medical device
  • a camera e.g., a camera
  • a wearable device e.g., a smart bracelet
  • first, second, or first or secondary may simply be used to distinguish that component from other corresponding components, and may refer to that component in other respects (eg, importance or order) is not limited.
  • a (eg, first) component is said to be “coupled” or “connected” to another (eg, second) component, with or without the terms “functionally” or “communicatively.”
  • the certain component may be connected to the other component directly (eg by wire), wirelessly, or through a third component.
  • module used in various embodiments of the present disclosure may include a unit implemented in hardware, software, or firmware, and may include, for example, logic, logical blocks, parts, or circuits interchangeably with terms such as can be used
  • a module may be an integrally constructed component or a minimal unit of components or a portion thereof that performs one or more functions.
  • a module may be implemented in the form of an integrated circuit (IC), an application-specific integrated circuit (ASIC), a field programmable gate array (FPGA), a complex programmable logic device (CPLD), and the like. .
  • IC integrated circuit
  • ASIC application-specific integrated circuit
  • FPGA field programmable gate array
  • CPLD complex programmable logic device
  • a storage medium eg, the internal memory 336 or the external memory 338, readable by a machine (eg, the electronic device 301). It may be implemented as software (eg, the program 340) including them.
  • a processor eg, the processor 320 of a device (eg, the electronic device 301 ) may call at least one command among one or more instructions stored from a storage medium and execute it. This enables the device to be operated to perform at least one function according to the at least one command invoked.
  • the one or more instructions may include code generated by a compiler or code executable by an interpreter.
  • the device-readable storage medium may be provided in the form of a non-transitory storage medium.
  • the storage medium is a tangible device and does not contain a signal (e.g. electromagnetic wave), and this term refers to the case where data is stored semi-permanently in the storage medium. It does not discriminate when it is temporarily stored.
  • a signal e.g. electromagnetic wave
  • the method according to various embodiments of the present disclosure may be provided by being included in a computer program product.
  • Computer program products may be traded between sellers and buyers as commodities.
  • a computer program product is distributed in the form of a device-readable storage medium (e.g. compact disc read only memory (CD-ROM)), or through an application store (e.g. Play StoreTM) or on two user devices (e.g. It can be distributed (eg downloaded or uploaded) online, directly between smart phones.
  • a device-readable storage medium e.g. compact disc read only memory (CD-ROM)
  • an application store e.g. Play StoreTM
  • two user devices e.g. It can be distributed (eg downloaded or uploaded) online, directly between smart phones.
  • at least part of the computer program product may be temporarily stored or temporarily created in a device-readable storage medium such as a manufacturer's server, an application store server, or a relay server's memory.
  • each component (eg, module or program) of the components described above may include a single object or a plurality of objects, and some of the multiple objects may be separately disposed in other components.
  • one or more components or operations among the aforementioned components may be omitted, or one or more other components or operations may be added.
  • a plurality of components eg modules or programs
  • the integrated component may perform one or more functions of each of the plurality of components identically or similarly to those performed by a corresponding component of the plurality of components prior to the integration. .
  • operations performed by modules, programs, or other components are executed sequentially, in parallel, iteratively, or heuristically, or one or more of the operations are executed in a different order, omitted, or , or one or more other operations may be added.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Oral & Maxillofacial Surgery (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)

Abstract

본 기재는 시선 방향 인식 시에 에러를 보정하는 전자 장치에 관한 것이다. 본 기재의 전자 장치는, 카메라를 포함하고 이미지 프레임을 생성하도록 설정된 카메라 모듈, 메모리, 그리고 프로세서를 포함하고, 프로세서는 이미지 프레임에 대해 얼굴 인식을 수행하고, 얼굴 인식에서 얼굴이 인식되는 것에 응답하여 얼굴의 특징점 추출을 수행하고, 얼굴의 특징점이 추출되는 것에 응답하여 얼굴의 얼굴 방향을 인식하고, 얼굴 방향이 인식되는 것에 응답하여 얼굴의 시선 방향을 인식하고, 시선 방향이 인식되는 것에 응답하여 시선 방향의 정보에 대해 필터링을 수행하여 필터링된 시선 방향 정보를 생성하고, 그리고 필터링된 시선 방향 정보를 메모리에 저장한다.

Description

시선 방향 인식 시에 에러를 보정하는 전자 장치 및 전자 장치의 동작 방법
본 기재는 전자 장치에 관한 것으로, 더 상세하게는 시선 방향 인식 시에 에러를 보정하는 전자 장치 및 전자 장치의 동작 방법에 관한 것이다.
카메라에 의해 촬영된 이미지는 설정된 해상도를 갖는 둘 이상의 색들, 예를 들어, 적색(R), 녹색(G) 및 청색(B)의 데이터를 포함할 수 있다. 카메라에 의해 촬영된 이미지에 사람의 얼굴이 포함되는지를 식별하기 위해, 카메라에 의해 촬영된 이미지에서 얼굴을 인식하는 기술들이 연구되고 있다. 얼굴 인식 기술은 이미지에 포함된 사람의 식별, 이미지의 서비스 품질 개선 등과 같은 다양한 용도로 사용될 수 있다.
얼굴 인식에 더하여, 카메라에 의해 촬영된 이미지에서 인식된 얼굴로부터 시선(gaze) 방향을 인식하는 기술들이 연구되고 있다. 이미지에 포함된 사람의 얼굴에서 시선 방향까지 식별되면, 이미지를 기반으로 더 다양한 서비스들이 제공될 수 있다.
본 기재의 목적은 시선 방향 인식 시에 눈 깜빡임, 기침, 틱장애 등을 포함하는 행동에 의해 발생하는 에러를 보정하는 전자 장치 및 전자 장치의 동작 방법을 제공하는 데에 있다.
본 기재의 실시 예에 따른 전자 장치는, 이미지 프레임을 생성하도록 설정된 카메라 모듈, 메모리, 그리고 프로세서를 포함하고, 상기 프로세서는 상기 이미지 프레임에 대해 얼굴 인식을 수행하고; 상기 얼굴 인식에서 얼굴이 인식되는 것에 응답하여 상기 얼굴의 특징점 추출을 수행하고; 상기 얼굴의 특징점이 추출되는 것에 응답하여 상기 얼굴 방향을 인식하고; 상기 얼굴의 얼굴 방향이 인식되는 것에 응답하여 상기 얼굴의 시선 방향을 인식하여 시선 방향 정보를 생성하고; 상기 시선 방향이 인식되는 것에 응답하여 상기 시선 방향 정보에 대해 필터링을 수행하여 필터링된 시선 방향 정보를 생성하고; 그리고 상기 이미지 프레임, 상기 얼굴 방향 정보, 그리고 상기 필터링된 시선 방향 정보를 상기 메모리에 저장한다.
프로세서, 카메라 모듈 및 메모리를 포함하는 본 기재의 실시 예에 따른 전자 장치의 동작 방법은, 상기 카메라 모듈이 이미지 프레임을 생성하고; 상기 프로세서가 상기 이미지 프레임에 대해 얼굴 인식을 수행하고; 상기 얼굴 인식에서 얼굴이 인식되는 것에 응답하여, 상기 프로세서가 상기 얼굴의 특징점 추출을 수행하고; 상기 얼굴의 특징점이 추출되는 것에 응답하여, 상기 프로세서가 상기 얼굴의 얼굴 방향을 인식하고; 상기 얼굴 방향이 인식되는 것에 응답하여, 상기 프로세서가 상기 얼굴의 시선 방향을 인식하여 시선 방향 정보를 생성하고; 상기 시선 방향이 인식되는 것에 응답하여, 상기 프로세서가 상기 시선 방향 정보에 대해 필터링을 수행하여 필터링된 시선 방향 정보를 생성하고; 그리고 상기 프로세서가 상기 필터링된 시선 방향 정보를 상기 메모리에 저장하는 것을 포함한다.
프로세서 및 카메라 모듈을 포함하는 본 기재의 실시 예에 따른 전자 장치의 동작 방법은, 상기 카메라 모듈이 이미지 프레임을 생성하고; 상기 프로세서가 상기 이미지 프레임에 대해 얼굴 인식을 수행하고; 상기 얼굴 인식에서 얼굴이 인식되는 것에 응답하여, 상기 프로세서가 상기 얼굴의 특징점 추출을 수행하고; 상기 얼굴의 특징점이 추출되는 것에 응답하여, 상기 프로세서가 상기 얼굴의 얼굴 방향을 인식하고; 상기 얼굴 방향이 인식되는 것에 응답하여, 인식 모듈에 기반하여 상기 얼굴의 시선 방향을 인식하고; 그리고 상기 프로세서가 에러 유발 행동들에 의해 상기 시선 방향의 인식 시에 발생하는 에러를 보정하는 것을 포함하고, 상기 인식 모듈은 겉모습-기반(appearance-based)의 심층 학습(Deep Learning)에 기반하여 생성되고 그리고 상기 프로세서에 의해 실행된다.
본 기재에 따르면, 연속한 이미지 프레임들에서 얼굴의 시선 방향의 변화가 저대역 통과 필터링에 의해 억제된다. 따라서, 눈 깜빡임, 기침, 틱장애 등을 포함하는 행동에 의해 시선 방향 인식에서 발생하는 에러가 보정된다. 따라서, 향상된 신뢰성으로 시선 방향을 인식하는 전자 장치 및 전자 장치의 동작 방법이 제공된다.
도 1은 본 기재의 제1 실시 예에 따른 전자 장치를 보여준다.
도 2는 프로세서에 의해 실행되는 모듈들의 예를 보여준다.
도 3은 도 1의 프로세서에 의해 실행되는 도 2의 모듈들에 의해 이미지 프레임이 처리되는 방법의 예를 보여준다.
도 4a 내지 도 4f는 도 3의 방법에 의해 이미지 프레임이 처리되는 과정의 예들을 보여준다.
도 5는 본 기재의 실시 예에 따른 시선 방향 필터링 모듈의 예를 보여준다.
도 6은 필터링 계수에 따라 시선 방향 필터링 모듈이 눈 깜빡임의 에러를 보정하는 성능이 달라지는 측정 결과를 보여준다.
도 7은 필터링 계수에 따라 시선 방향 필터링 모듈(250)이 시선 방향(GD)을 추적하는 성능이 달라지는 측정 결과를 보여준다.
도 8은 실제 시선 방향이 고정된 때에, 시선 방향 필터링 모듈이 눈 깜빡임으로 인한 에러를 억제하는 측정 결과를 보여준다.
도 9는 실제 시선 방향이 이동하는 때에, 시선 방향 필터링 모듈이 눈 깜빡임으로 인한 에러를 억제하는 측정 결과를 보여준다.
도 10은 다양한 실시 예들에 따른 네트워크 환경 내의 전자 장치의 블록도이다.
도 11a 내지 도 11d는 전자 장치가 스마트 텔레비전으로 구현되어 시선 방향에 기반한 양방향 서비스를 제공하는 예들을 보여준다.
도 12a 내지 도 12c는 전자 장치가 스마트 폰으로 구현되어 시선 방향에 기반한 양방향 서비스를 제공하는 예들을 보여준다.
도 13은 전자 장치가 스마트 글래스로 구현되는 예들을 보여준다.
이하에서, 본 기재의 기술 분야에서 통상의 지식을 가진 자가 본 기재를 용이하게 실시할 수 있을 정도로, 본 기재의 실시 예들이 명확하고 상세하게 기재될 것이다.
도 1은 본 기재의 제1 실시 예에 따른 전자 장치(100)를 보여준다. 도 1을 참조하면, 전자 장치(100)는 프로세서(110)(예를 들어, 프로세싱 회로를 포함), 메모리(120), 그리고 카메라 모듈(130)(예를 들어, 카메라를 포함)을 포함할 수 있다. 프로세서(110)는 ,예를 들어 다양한 프로세싱 회로를 포함하고, 전자 장치(100)의 운영 체제, 미들 웨어 또는 응용들을 실행할 수 있다. 프로세서(110)는 메인 프로세서(111) 및 보조 프로세서(113)를 포함할 수 있다. 메인 프로세서(111)는 중앙 처리 장치(CPU) 또는 응용 프로세서(AP)를 포함할 수 있다.
보조 프로세서(113)는 그래픽 프로세서(GPU), 뉴럴 프로세서(NPU), 뉴로모픽 프로세서(Neuromorphic Processor), 이미지 시그널 프로세서(ISP), 디지털 시그널 프로세서(DSP), 전용 프로세서, 센서 허브 프로세서, 또는 커뮤니케이션 프로세서를 포함할 수 있다. 보조 프로세서(113)는 메인 프로세서(111)의 요청에 따라, 메인 프로세서(111)의 작업들 중 일부를 대신하여 처리할 수 있다.
메모리(120)는 데이터를 저장하는데 사용될 수 있다. 메모리(120)는 휘발성 메모리(122) 및 비휘발성 메모리(124)를 포함할 수 있다. 휘발성 메모리(122)는 정적 랜덤 액세스 메모리, 동적 랜덤 액세스 메모리, 상 변화 랜덤 액세스 메모리, 강유전체 랜덤 액세스 메모리, 자기 랜덤 액세스 메모리, 또는 저항성 랜덤 액세스 메모리 등과 같은 다양한 메모리들을 포함할 수 있다. 휘발성 메모리(122)는 전자 장치(100)의 메인 메모리로 사용될 수 있다. 예를 들어, 휘발성 메모리(122)는 운영 체제, 미들 웨어, 또는 응용들에 의해 실행되는 코드들을 임시로 저장할 수 있다. 휘발성 메모리(122)는 운영 체제, 미들 웨어, 또는 응용들에 의해 생성되는 데이터를 임시로 저장할 수 있다. 비휘발성 메모리(124)는 낸드 플래시 메모리, 상 변화 메모리, 강유전체 메모리, 자기 메모리, 또는 저항성 메모리 등과 같은 다양한 비휘발성 메모리들을 포함할 수 있다. 비휘발성 메모리(124)는 전자 장치(100)의 보조 메모리로 사용될 수 있다. 예를 들어, 비휘발성 메모리는 운영 체제, 미들 웨어, 또는 응용들에 의해 실행되는 코드들의 원본들을 저장할 수 있다. 비휘발성 메모리는 운영 체제, 미들 웨어, 또는 응용들에 의해 생성되는 데이터의 원본들을 저장할 수 있다.
카메라 모듈(130)은 카메라를 포함하고 정지 영상 또는 동영상을 촬영할 수 있다. 카메라 모듈(130)은 정해진 해상도에 대응하는 이미지(IMG)를 정지 영상 또는 동영상의 하나의 이미지 프레임으로 생성할 수 있다. 이하에서, 이미지(IMG)는 동영상의 이미지 프레임들 중 하나의 이미지 프레임인 것으로 언급되지만, 이는 본 기재의 기술적 사상을 한정하지 않는다.
카메라 모듈(130)에 의해 생성되는 이미지 프레임(IMG)에 기반하여, 프로세서(110)는 얼굴 인식을 수행할 수 있다. 얼굴 인식은 지식-기반(knowledge-based) 방법, 또는 특색-기반(feature-based) 방법에 기반하여 수행될 수 있다. 예를 들어, 얼굴 인식은 심층 학습(Deep Learning)에 기반하여 수행될 수 있다.
프로세서(110)는 이미지 프레임(IMG)에서 인식된 얼굴에 기반하여, 시선 방향을 인식(또는 추정)할 수 있다. 시선 방향의 인식은 모델-기반(model-based) 방법 또는 겉모습-기반(appearance-based) 방법에 기반하여 수행될 수 있다.
모델-기반 방법은 눈의 기하학적 모델(geometrical model)을 사용할 수 있다. 모델-기반 방법은 각막-반사-기반(corneal-reflection-based) 방법 또는 형태-기반(shape-based) 방법을 포함할 수 있다. 각막-반사-기반 방법은 얼굴이 인식된 사용자의 각막을 향해 빛을 비추고, 그리고 각막에서 반사된 빛 방향을 이용하여 시선 방향을 인식(또는 추정)할 수 있다. 형태-기반 방법은 눈동자의 모양에 기반하며, 눈동자와 동공의 중심 위치에 기반하여 시선 방향을 인식(또는 추정)할 수 있다.
모델-기반 방법은 얼굴 및 눈의 기하학적 특징에 기반하므로, 이미지 프레임(IMG)의 해상도가 기준값 이상일 것을 필요로 할 수 있다. 이미지 프레임(IMG)의 해상도가 기준값보다 낮은 경우, 프로세서(110)는 이미지 프레임(IMG)에 포함된 눈의 기하학적 특징을 식별하는 데 실패할 수 있다. 예를 들어, 시선 방향의 인식(또는 추정)이 실패할 수 있다.
겉모습-기반 방법은 이미지 프레임(IMG)에 포함된 얼굴의 눈의 기하학적 특징을 이용(예를 들어, 추출 또는 식별하여 이용)하지 않는다. 겉모습-기반 방법은 이미지 프레임(IMG)에 포함된 얼굴의 눈의 이미지 데이터 자체만을 이용하여 시선 방향을 인식(또는 추정)한다. 따라서, 이미지 프레임(IMG)의 해상도가 기준값보다 낮은 경우에도, 프로세서(110)는 시선 방향의 인식(또는 추정)을 성공할 수 있다.
겉모습-기반 방법은 심층 학습(Deep Learning)에 기반하여 학습된 인식 모델을 이용하여 수행될 수 있다. 겉모습-기반 방법은 이미지 프레임(IMG)에서 인식된 얼굴의 이미지에 기반하여 시선 방향을 인식(또는 추정)할 수 있다. 이미지 프레임(IMG) 상의 얼굴이 눈을 깜빡일 때에, 겉모습-기반 방법의 프로세서(110)는 시선 방향의 인식(또는 추정)에서 에러를 발생할 수 있다. 눈의 깜빡임으로 인해 발생하는 에러를 보정하기 위하여, 눈의 깜빡임을 인식하는 시도가 있을 수 있다.
눈 깜빡임은 눈 둘레근(orbicularis oculi) 및 눈꺼풀 올림근(levator palpebrae superioris)을 포함하는 눈 주위의 다양한 근육들을 이용하여 눈꺼풀을 내렸다가 올리는 동작을 나타낼 수 있다. 눈의 깜빡임은 명백한 외부의 자극에 의해 발생하는 자발적 깜빡임(spontaneous blinking), 그리고 갑작스러운 빛의 변화, 각막의 접촉, 갑작스러운 물체의 출현 등에 의해 발생하는 반사적 깜빡임(reflex blinking)을 포함할 수 있다.
사용자가 성인인 경우, 분당 최소 2 내지 4회의 깜빡임을 수행하고, 그리고 평균적으로 15 내지 20회의 깜빡임을 수행할 수 있다. 강한 바람이 부는 환경 또는 건조한 환경에서 깜빡임의 횟수가 증가하고, 그리고 사용자가 특정한 물체를 집중하여 주시할 때에 깜빡임의 횟수가 감소할 수 있다. 한 번의 깜빡임에 필요한 시간은 평균적으로 100ms 내지 400ms일 수 있다.
눈의 깜빡임을 인식하는 방법은 침입적(intrusive) 방법 및 비침입적(non-intrusive) 방법을 포함할 수 있다. 침입적 방법은 눈의 깜빡임을 인식하기 위해 설치된 별도의 장치를 이용할 수 있다. 예를 들어, 침입적 방법은 적어도 하나의 전극을 이용하여 안전도 기록(EOG)(Electrooculography)을 측정하는 방법, 도플러 센서를 이용하는 방법, 그리고 눈을 관찰하는 카메라가 부착된 안경을 이용하는 방법을 포함할 수 있다.
비침입적 방법은 눈의 깜빡임을 인식하기 위해 설치되는 별도의 장치를 필요로 하지 않을 수 있다. 비침입적 방법은 눈을 포함하는 얼굴의 이미지 프레임(IMG)을 이용하여 눈의 깜빡임을 인식할 수 있다. 예를 들어, 비침입적 방법은 눈 주변의 랜드마크들(landmarks)을 식별하고, 랜드마크들에 기반하여 윗눈꺼풀과 아랫눈꺼풀 사이의 거리를 식별하고, 그리고 식별된 거리에 기반하여 눈의 깜빡임을 인식할 수 있다. 하지만, 랜드마크들의 식별은 높은 연산량을 필요로 하고, 비침입적 방법으로 눈의 깜빡임을 인식하는 것은 높은 프레임율을 필요로 한다. 또한, 이미지 프레임(IMG) 상의 사용자가 눈을 깜빡인 후에야 눈의 깜빡임을 식별할 수 있다. 따라서, 비침입적 방법은 눈의 깜빡임을 실시간으로 인식하는 것이 어렵고, 따라서 눈의 깜빡임으로 인해 발생하는 에러를 실시간으로 보정하는 것이 어려울 수 있다.
본 기재는 겉모습-기반(appearance-based) 시선 방향 인식 방법에서, 눈의 깜빡임을 별도로 인식하지 않고도, 이미지 프레임(IMG) 상의 사용자가 눈을 깜빡이는 것에 의해 발생하는 시선 방향 인식(또는 추정)의 에러를 보정함으로써, 이미지 프레임(IMG) 상의 사용자의 시선 방향을 강건하게(robust) 인식(또는 추정)하는 전자 장치(100)의 동작 방법을 제공할 수 있다. 이미지 프레임(IMG) 상의 사용자의 눈의 깜빡임으로 인해 발생하는 시선 방향의 에러를 억제함으로써, 전자 장치(100)는 시선 방향에 기반한 다양한 서비스들을 높은 신뢰도로 사용자에게 제공할 수 있다.
상술된 기재에서 그리고 아래에서, 본 기재의 실시 예들은 눈의 깜빡임으로 인해 발생하는 시선 방향의 에러를 억제(또는 보상)하는 것으로 기술된다. 그러나 본 기재의 실시 예들은 눈의 깜빡임과 연관되는 것으로 한정되지 않는다. 본 기재의 실시 예들은 겉모습-기반 방법에 기반한 시선 방향 인식에서 에러를 유발하는 임의의 행동들, 예를 들어 눈의 깜빡임, 기침, 틱장애로 인해 발생하는 돌발적인 움직임 등으로 인해 발생하는 시선 방향의 에러를 억제(또는 보상)하도록 적용될 수 있다.
도 2는 프로세서(110)에 의해 실행되는 모듈들(200)의 예를 보여준다. 예시적으로, 모듈들(200)의 각각은 하드웨어, 하드웨어에서 실행되는 소프트웨어, 또는 소프트웨어와 하드웨어의 조합으로 구현될 수 있다. 도 2를 참조하면, 모듈들(200)은 얼굴 인식 모듈(210), 특징점 추출 모듈(220), 얼굴 방향 인식 모듈(230), 시선 방향 인식 모듈(240), 그리고 시선 방향 필터링 모듈(250)을 포함할 수 있다.
도 1 및 도 2를 참조하면, 카메라 모듈(130)은 이미지 프레임(IMG)을 생성할 수 있다. 이미지 프레임(IMG)은 프로세서(110)를 통해 또는 프로세서(110)를 우회하여 메모리(120)에 저장될 수 있다.
프로세서(110)에 의해 실행되는 얼굴 인식 모듈(210)은 메모리(120)로부터 이미지 프레임(IMG)을 수신할 수 있다. 얼굴 인식 모듈(210)은 이미지 프레임(IMG)에 대해 얼굴 인식을 수행하여, 이미지 프레임(IMG)에 얼굴이 포함되어 있는지 인식(또는 추론)할 수 있다. 예시적으로, 얼굴 인식 모듈(210)은 심층 학습(Deep Learning)에 기반하여 얼굴을 인식(또는 추론)하도록 학습된 모듈일 수 있다. 즉, 얼굴 인식 모듈(210)은 심층 학습에 기반하여 이미지 프레임(IMG)으로부터 얼굴을 인식할 수 있다.
얼굴 인식이 성공하면, 얼굴 인식 모듈(210)은 인식된 얼굴을 나타내는 얼굴 인식 정보(FRI)(Face Recognition Information)를 생성할 수 있다. 예를 들어, 얼굴 인식 정보(FRI)는 이미지 프레임(IMG)의 메타 정보로서, 이미지 프레임(IMG)에 포함(예를 들어, 추가)될 수 있다. 예를 들어, 얼굴 인식 모듈(210)은 얼굴 인식 정보(FRI)를 메모리(120)에 저장할 수 있다.
특징점 추출 모듈(220)은 메모리(120)로부터 이미지 프레임(IMG) 및 얼굴 인식 정보(FRI)를 수신할 수 있다. 특징점 추출 모듈(220)은 이미지 프레임(IMG) 및 얼굴 인식 정보(FRI)에 기반하여 특징점 추출을 수행하여, 이미지 프레임(IMG) 상의 얼굴의 특징점들을 추출할 수 있다. 특징점들은 이미지 프레임(IMG)의 얼굴의 이미지에서 특징적으로 보여지는 지점들일 수 있다. 특징점들은 모델-기반 방법의 기하학적 특징들과 무관하며, 얼굴의 이미지 자체에서 보여지는 특징적인 지점들일 수 있다.
예시적으로, 특징점 추출 모듈(220)은 심층 학습(Deep Learning)에 기반하여 특징점들을 추출하도록 학습된 모듈일 수 있다. 즉, 특징점 추출 모듈(220)은 심층 학습에 기반하여 이미지 프레임(IMG)의 얼굴로부터 특징점들을 추출할 수 있다. 특징점 추출에 성공하면, 특징점 추출 모듈(220)은 특징점들을 나타내는 특징점 정보(FPI)(Feature Point Information)를 생성할 수 있다. 예를 들어, 특징점 정보(FPI)는 이미지 프레임(IMG)의 메타 정보로서, 이미지 프레임(IMG)에 포함(예를 들어, 추가)될 수 있다. 예를 들어, 특징점 정보(FPI)는 이미지 프레임(IMG)의 메타 정보로서, 얼굴 인식 정보(FRI)를 포함할 수 있다. 예를 들어, 특징점 추출 모듈(220)은 특징점 정보(FPI)를 메모리(120)에 저장할 수 있다.
얼굴 방향 인식 모듈(230)은 메모리(120)로부터 이미지 프레임(IMG) 및 특징점 정보(FPI)를 수신할 수 있다. 얼굴 방향 인식 모듈(230)은 이미지 프레임(IMG) 및 특징점 정보(FPI)에 기반하여 얼굴 방향 인식을 수행하여, 이미지 프레임(IMG)에 포함된 얼굴 방향을 인식(또는 추론)할 수 있다. 예를 들어, 얼굴 방향 인식 모듈(230)은 특정한 알고리즘을 실행하여, 특징점들에 기반하여 이미지 프레임(IMG)의 얼굴의 2차원 이미지로부터 얼굴의 3차원 이미지를 생성할 수 있다.
얼굴 방향은 회전 벡터(Rotation Vector) 및 트랜지션 벡터(Transition Vector)로 나타내어질 수 있다. 회전 벡터는 3차원 벡터이며, 이미지 프레임(IMG) 상에서 얼굴의 정면이 노출될 때를 기준으로, 얼굴이 어느 방향으로 어느 정도(예를 들어, 각도의 단위로) 회전했는지를 나타낼 수 있다. 트랜지션 벡터는 3차원 벡터이며, 이미지 프레임(IMG) 상에서 얼굴이 어느 방향(예를 들어, 이미지 프레임(IMG)의 수평 방향, 수직 방향, 또는 깊이 방향)으로 어느 정도 이동했는지를 나타낼 수 있다. 얼굴 방향 인식 모듈(230)은 회전 벡터 및 트랜지션 벡터를 포함하는 얼굴 방향 정보(FDI)(Face Direction Information)를 생성할 수 있다. 예를 들어, 얼굴 방향 정보(FDI)는 이미지 프레임(IMG)의 메타 정보로서, 이미지 프레임(IMG)에 포함(예를 들어, 추가)될 수 있다. 예를 들어, 얼굴 방향 정보(FDI)는 이미지 프레임(IMG)의 메타 정보로서, 특징점 정보(FPI)를 포함할 수 있다. 예를 들어, 얼굴 방향 인식 모듈(230)은 얼굴 방향 정보(FDI)를 메모리(120)에 저장할 수 있다.
시선 방향 인식 모듈(240)은 메모리(120)로부터 이미지 프레임(IMG) 및 얼굴 방향 정보(FDI)를 수신할 수 있다. 시선 방향 인식 모듈(240)은 이미지 프레임(IMG) 및 얼굴 방향 정보(FDI)에 기반하여 시선 방향 인식을 수행하여, 이미지 프레임(IMG)에 포함된 얼굴의 시선 방향을 인식(또는 추론)할 수 있다.
예를 들어, 시선 방향 인식 모듈(240)은 심층 학습(Deep Learning)에 기반하여 시선 방향을 인식(또는 추론)하도록 학습된 모듈일 수 있다. 즉, 시선 방향 인식 모듈(240)은 심층 학습에 기반하여 이미지 프레임(IMG)의 얼굴의 시선 방향을 인식(또는 추론)할 수 있다. 시선 방향 인식 모듈(240)은 시선 방향을 나타내는 시선 방향 정보(GDI)(Gaze Direction Information)를 생성할 수 있다. 예를 들어, 시선 방향 정보(GDI)는 이미지 프레임(IMG)의 메타 정보로서, 이미지 프레임(IMG)에 포함(예를 들어, 추가)될 수 있다. 예를 들어, 시선 방향 정보(GDI)는 이미지 프레임(IMG)의 메타 정보로서, 얼굴 방향 정보(FDI)를 포함할 수 있다. 예를 들어, 시선 방향 인식 모듈(240)은 시선 방향 정보(GDI)를 메모리(120)에 저장할 수 있다.
시선 방향 필터링 모듈(250)은 메모리(120)로부터 시선 방향 정보(GDI)를 수신할 수 있다. 시선 방향 필터링 모듈(250)은 시선 방향 정보(GDI)에 대해 필터링을 수행하여, 이미지 프레임(IMG)에 포함된 얼굴의 눈 깜빡임으로 인해 발행하는 에러를 보정할 수 있다. 예를 들어, 시선 방향 필터링 모듈(250)은 연속한 이미지 프레임들 사이에서 시선 방향 정보(GDI)가 가리키는 시선 방향이 변하는 정도를 제한함으로써, 시선 방향의 에러를 보정할 수 있다. 예를 들어, 시선 방향 필터링 모듈(250)은 연속한 이미지 프레임들의 시선 방향 정보(GDI)에서 고주파 성분을 제거하는 저대역 통과 필터링(LPF)(Low Pass Filtering)을 수행함으로써, 눈 깜빡임의 에러를 보정할 수 있다. 시선 방향 필터링 모듈(250)은 필터링된 시선 방향 정보(GDI_F)를 메모리(120)에 저장할 수 있다.
예시적으로, 시선 방향 정보(GDI)가 이미지 프레임(IMG)의 메타 정보로서 얼굴 인식 정보(FRI), 특징점 정보(FPI), 얼굴 방향 정보(FDI) 등과 같은 다양한 정보들을 포함할 때, 시선 방향 필터링 모듈(250)은 시선 방향 정보(GDI) 중에서 시선 방향을 나타내는 정보에 대해서만 필터링을 수행할 수 있다. 예시적으로, 시선 방향 필터링 모듈(250)은 메모리(120)로부터 시선 방향 정보(GDI)를 수신하는 대신, 시선 방향 인식 모듈(240)로부터 시선 방향 정보(GDI)를 직접 수신하여 필터링을 수행할 수 있다.
도 3은 도 1의 프로세서(110)에 의해 실행되는 도 2의 모듈들(200)에 의해 이미지 프레임(IMG)이 처리되는 방법의 예를 보여준다. 도 4a 내지 도 4f는 도 3의 방법에 의해 이미지 프레임(IMG)이 처리되는 과정의 예들을 보여준다.
도 1, 도 2, 도 3 및 도 4a를 참조하면, S110 단계에서 프로세서(110)에 의해 실행되는 얼굴 인식 모듈(210)은 이미지 프레임(IMG)을 수신할 수 있다.
S120 단계에서, 얼굴 인식 모듈(210)은 이미지 프레임(IMG)에서 얼굴 인식을 수행할 수 있다. 얼굴 인식이 실패하면, 예를 들어 이미지 프레임(IMG)에서 얼굴이 인식되지 않으면, 이미지 프레임(IMG)은 얼굴을 포함하지 않는 이미지 프레임인 것으로 판단될 수 있다. 따라서, 얼굴 인식과 연관된 후속 프로세스들은 생략되고, 그리고 S110 단계에서 다음 이미지 프레임에 대해 얼굴 인식과 연관된 프로세스들이 수행될 수 있다.
얼굴 인식이 성공하면, 예를 들어 이미지 프레임(IMG)에서 얼굴이 인식되면, 얼굴 인식과 연관된 후속 프로세스들이 수행될 수 있다. 예시적으로, 얼굴 인식 모듈(210)은 도 4a의 이미지 프레임(IMG)에서 얼굴의 인식에 성공할 수 있다. 얼굴의 인식이 성공하면, 얼굴 인식 정보(FRI)가 생성되어 메모리(120)에 저장될 수 있다.
도 1, 도 2, 도 3 및 도 4b를 참조하면, S130 단계에서 특징점 추출 모듈(220)은 이미지 프레임(IMG)에서 인식된 얼굴에 대해 특징점 추출을 수행할 수 있다. 특징점 추출이 실패하면, 얼굴 인식과 연관된 후속 프로세스들은 생략되고, 그리고 S110 단계에서 다음 이미지 프레임에 대해 얼굴 인식과 연관된 프로세스들이 수행될 수 있다.
특징점 추출이 성공하면, 도 4b에 도시된 바와 같이, 이미지 프레임(IMG)의 얼굴에서 특징점들(FP)이 생성될 수 있다. 예를 들어, 특징점들(FP)은 눈의 둘레, 눈썹, 코, 윗 입술과 아랫 입술, 그리고 얼굴의 윤곽선에서 생성될 수 있다. 특징점 추출이 성공하면, 특징점 정보(FPI)가 생성되어 메모리(120)에 저장될 수 있다.
도 1, 도 2, 도 3, 도 4b 및 도 4c를 참조하면, S140 단계에서 얼굴 방향 인식 모듈(230)은 특징점들(FP)에 기반하여 얼굴 방향(FD)을 인식(또는 추론)할 수 있다. 얼굴 방향(FD)의 인식이 성공하면, 얼굴 방향 정보(FDI)가 생성되어 메모리(120)에 저장될 수 있다. 예시적으로, 얼굴 방향 정보(FDI)의 회전 벡터 및 트랜지션 벡터 중에서 회전 벡터의 예가 도 4c에서 얼굴 방향(FD)으로 표시되어 있다.
도 1, 도 2, 도 3 및 도 4d를 참조하면, S150 단계에서, 시선 방향 인식 모듈(240)은 이미지 프레임(IMG)의 얼굴의 눈(또는 눈동자)의 이미지로부터 시선 방향(GD)을 인식(또는 추론)할 수 있다. 얼굴 방향(FD)과 유사하게, 시선 방향 또한 적어도 하나의 3차원 벡터로 표현될 수 있다. 도면이 불필요하게 복잡해지는 것을 방지하기 위하여, 시선 방향(GD)은 벡터들의 총 합의 형태로 간략히 표시된다. 시선 방향의 인식이 성공하면, 시선 방향 정보(GDI)가 생성되어 메모리(120)에 저장될 수 있다.
도 1, 도 2, 도 3 및 도 4e를 참조하면, 이미지 프레임(IMG)이 눈의 깜빡임을 포함할 때, 시선 방향(GD)을 인식하는데 에러가 발생할 수 있다. 예를 들어, 시선 방향(GD)은 눈의 깜빡임이 발생하기 이전에 인식된 시선 방향을 나타낸다. 에러 있는(erroneous) 시선 방향(GD_E)은 눈의 깜빡임이 발생하는 동안 인식되는 시선 방향을 나타낸다. 눈의 깜빡임이 발생하는 동안 사용자가 시선 방향을 고정하더라도, 시선 방향 인식 모듈(240)에서 에러 있는 시선 방향(GD_E)이 인식될 수 있다.
에러 있는 시선 방향(GD_E)이 인식됨에 따라, 시선 방향 인식 모듈(240)의 신뢰성이 저하된다. 따라서, 그리고 시선 방향 인식 모듈(240)의 인식 결과에 기반하여 서비스를 제공하는 것이 어려워질 수 있다.
도 1, 도 2, 도 3 및 도 4f를 참조하면, S160 단계에서 시선 방향 필터링 모듈(250)은 시선 방향 정보(GDI)에 필터링을 수행할 수 있다. 시선 방향 필터링 모듈(250)은 시선 방향 인식 모듈(240)에서 인식된 에러 있는 시선 방향(GD_E)을 보정하여, 필터링된 시선 방향(GD_F)을 생성할 수 있다. 필터링된 시선 방향(GD_F)은 실제 시선 방향에 대응하는 시선 방향(GD)에 에러 있는 시선 방향(GD_E)보다 더 근접할 수 있다.
예시적으로, 시선 방향 필터링 모듈(250)은 연속한 이미지 프레임들 사이에서 시선 방향 정보(GDI)가 가리키는 시선 방향이 변하는 정도를 제한함으로써, 시선 방향의 에러를 보정할 수 있다. 예를 들어, 시선 방향 필터링 모듈(250)은 연속한 이미지 프레임들의 시선 방향 정보(GDI)에서 고주파 성분을 제거하는 저대역 통과 필터링(LPF)(Low Pass Filtering)을 수행함으로써, 눈 깜빡임의 에러를 보정할 수 있다.
S170 단계에서, 시선 방향 필터링 모듈(250)은 필터링된 시선 방향(GD_F)을 나타내는 필터링된 시선 방향 정보(GDI_F)를 출력하여, 메모리(120)에 저장할 수 있다.
도 5는 본 기재의 실시 예에 따른 시선 방향 필터링 모듈(250)의 예를 보여준다. 도 1, 도 2 및 도 5를 참조하면, 시선 방향 필터링 모듈(250)은 계수 메모리(251), 제1 곱셈기(252), 지연기(253)(Z-1), 제2 곱셈기(254), 그리고 덧셈기(255)를 포함할 수 있다. 예시적으로, 시선 방향 필터링 모듈(250)은 1차 IIR(Infinite Impulse Response) 필터로 구현될 수 있다. 그러나 본 기재의 시선 방향 필터링 모듈(250)은 1차 IIR 필터로 한정되지 않으며, 다양한 형태의 필터들로 구현될 수 있다.
계수 메모리(251)는 제1 필터링 계수(a) 및 제2 필터링 계수(b)를 저장할 수 있다. 예시적으로, 제1 필터링 계수(a)의 값 및 제2 필터링 계수(b)의 값은 동적으로 조절될 수 있다. 제1 필터링 계수(a)의 값 및 제2 필터링 계수(b)의 값은 전자 장치(100)의 사용자의 설정에 응답하여 조절될 수 있다. 또는, 제1 필터링 계수(a)의 값 및 제2 필터링 계수(b)의 값은 전자 장치(100)의 운영 체제 또는 응용의 정책에 기반하여 조절될 수 있다. 계수 메모리(251)는 저장된 제1 필터링 계수(a) 및 제2 필터링 계수(b)를 출력할 수 있다.
제1 곱셈기(252)는 시선 방향 인식 모듈(240)로부터(또는 메모리(120)로부터) 제n 이미지 프레임(예를 들어, IMG[n])(n은 시간 상의 순서를 나타내는 정수)의 제n 시선 방향 정보(GDI[n])를 수신하고, 그리고 계수 메모리(251)로부터 제2 필터링 계수(b)를 수신할 수 있다. 제1 곱셈기(252)는 제n 시선 방향 정보(GDI[n])와 제2 필터링 계수(b)를 곱하여 출력할 수 있다. 예를 들어, 제1 곱셈기(252)는 제n 시선 방향 정보(GDI[n])의 3차원 좌표계에 대응하는 세 방향의 값들(예를 들어, 크기 값들)의 각각에 제2 필터링 계수(b)를 곱할 수 있다.
지연기(253)는 시선 방향 필터링 모듈(250)의 출력을 지연하여 출력할 수 있다. 예를 들어, 시선 방향 필터링 모듈(250)에 제n 시선 방향 정보(GDI[n])가 입력될 때, 지연기(253)는 제n-1 필터링된 시선 방향 정보(GDI_F[n-1])를 출력할 수 있다.
제2 곱셈기(254)는 지연기(253)로부터 제n-1 필터링된 시선 방향 정보(GDI_F[n-1])를 수신하고, 그리고 계수 메모리(251)로부터 제1 필터링 계수(a)를 수신할 수 있다. 제2 곱셈기(254)는 제n-1 필터링된 시선 방향 정보(GDI_F[n-1])의 값 및 제1 필터링 계수(a)를 곱하여 출력할 수 있다. 예를 들어, 제2 곱셈기(254)는 제n-1 필터링된 시선 방향 정보(GDI_F[n-1])의 3차원 좌표계에 대응하는 세 방향의 값들(예를 들어, 크기 값들)의 각각에 제1 필터링 계수(a)를 곱할 수 있다.
덧셈기(255)는 제1 곱셈기(252)의 출력과 제2 곱셈기(254)의 출력을 수신할 수 있다. 덧셈기(255)는 제1 곱셈기(252)의 출력과 제2 곱셈기(254)의 출력을 더하여, 제n 필터링된 시선 방향 정보(GDI_F[n])로 출력할 수 있다. 예를 들어, 덧셈기(255)는 제1 곱셈기(252)의 출력의 3차원 좌표계에 대응하는 세 방향의 값들(예를 들어, 크기 값들)과 제2 곱셈기(254)의 출력의 3차원 좌표계에 대응하는 세 방향의 값들(예를 들어, 크기 값들)을 각각 더할 수 있다. 덧셈기(255)로부터 출력되는 제n 필터링된 시선 방향 정보(GDI_F[n])는 메모리(120)에 저장될 수 있다.
도 6은 필터링 계수에 따라 시선 방향 필터링 모듈(250)이 눈 깜빡임의 에러를 보정하는 성능이 달라지는 측정 결과를 보여준다. 도 6에서, 가로 축은 시간(T)(예를 들어, 이미지 프레임(IMG)의 프레임 번호)을 가리키고, 세로 축은 각도(degree)를 나타낸다. 예시적으로, 실제 시선 방향이 고정되고 눈 깜빡임이 발생한 때에, 실제 시선 방향(예를 들어, GD)과 필터링된 시선 방향(GD_F) 사이의 차이가 세로축에서 각도로 나타내어질 수 있다(도 4f 참조).
도 1, 도 2, 도 5 및 도 6을 참조하면, 제1선(L1)은 제1 필터링 계수(a)가 '0.0'이고, 그리고 제2 필터링 계수(b)가 '1.0'인 때, 예를 들어, 시선 방향 필터링 모듈(250)이 비활성화된 때의 예를 보여준다. 제2선(L2)은 제1 필터링 계수(a)가 '0.1'이고, 그리고 제2 필터링 계수(b)가 '0.9'인 때의 예를 보여준다. 제3선(L3)은 제1 필터링 계수(a)가 '0.2'이고, 그리고 제2 필터링 계수(b)가 '0.8'인 때의 예를 보여준다. 제4선(L4)은 제1 필터링 계수(a)가 '0.3'이고, 그리고 제2 필터링 계수(b)가 '0.7'인 때의 예를 보여준다.
제1 필터링 계수(a)의 값이 증가할수록 또는 제2 필터링 계수(b)의 값이 감소할수록, 제n 필터링된 시선 방향 정보(GDI_F[n]) 중에서 제n 시선 방향 정보(GD[n])의 비중이 감소하고 그리고 제n-1 필터링된 시선 방향 정보(GDI_F[n-1])의 비중이 증가한다. 즉, 제n 필터링된 시선 방향 정보(GDI_F[n])의 변화가 더 억제되고, 그리고 고주파 성분이 더 억제된다. 따라서, 눈 깜빡임으로 인해 발생하는 에러가 더 억제될 수 있다.
도 7은 필터링 계수에 따라 시선 방향 필터링 모듈이 시선 방향을 추적하는 성능이 달라지는 측정 결과를 보여준다. 도 7에서, 가로 축은 시간(T)(예를 들어, 이미지 프레임(IMG)의 프레임 번호)을 가리키고, 세로 축은 각도(degree)를 나타낸다. 예시적으로, 눈 깜빡임 없이 실제 시선 방향이 변화할 때에, 실제 시선 방향과 필터링된 시선 방향(GD_F) 사이의 차이가 세로축에서 각도로 나타내어질 수 있다.
도 1, 도 2, 도 5 및 도 7을 참조하면, 제5선(L5)은 제1 필터링 계수(a)가 '0.0'이고, 그리고 제2 필터링 계수(b)가 '1.0'인 때, 예를 들어, 시선 방향 필터링 모듈(250)이 비활성화된 때의 예를 보여준다. 제6선(L6)은 제1 필터링 계수(a)가 '0.1'이고, 그리고 제2 필터링 계수(b)가 '0.9'인 때의 예를 보여준다. 제7선(L7)은 제1 필터링 계수(a)가 '0.2'이고, 그리고 제2 필터링 계수(b)가 '0.8'인 때의 예를 보여준다. 제8선(L8)은 제1 필터링 계수(a)가 '0.3'이고, 그리고 제2 필터링 계수(b)가 '0.7'인 때의 예를 보여준다.
제1 필터링 계수(a)의 값이 증가할수록 또는 제2 필터링 계수(b)의 값이 감소할수록, 제n 필터링된 시선 방향 정보(GDI_F[n]) 중에서 제n 시선 방향 정보(GD[n])의 비중이 감소하고 그리고 제n-1 필터링된 시선 방향 정보(GDI_F[n-1])의 비중이 증가한다. 즉, 제n 필터링된 시선 방향 정보(GDI_F[n])의 변화가 더 억제되고, 그리고 고주파 성분이 더 억제된다.
도 8은 실제 시선 방향이 고정된 때에, 시선 방향 필터링 모듈(250)이 눈 깜빡임으로 인한 에러를 억제하는 측정 결과를 보여준다. 도 8에서 가로 축은 시간(T)(예를 들어, 이미지 프레임(IMG)의 프레임 번호)을 가리키고, 세로 축은 각도(degree)를 나타낸다.
도 1, 도 2, 도 5 및 도 8을 참조하면, 그라운드 트루스(GT)(Ground Truth)는 실제 시선 방향을 나타낸다. 실제 시선 방향은 고정될 수 있다. 제9 선(L9)은 시선 방향 필터링 모듈(250)이 비활성화된 때의 필터링된 시선 방향 정보(GDI_F)를 보여준다. 제10선(L10)은 시선 방향 필터링 모듈(250)이 활성화된 때의 필터링된 시선 방향 정보(GDI_F)를 보여준다.
눈 깜빡임(BL)이 발생할 때에, 제9선(L9)은 그라운드 트루스(GT)와 큰 오차를 가질 수 있다. 제9선(L9)과 비교하면, 눈 깜빡임(BL)이 발생할 때에, 제10선(L10)은 그라운드 트루스(GT)와 상대적으로 작은 오차를 가질 수 있다. 즉, 본 기재의 실시 예에 따른 시선 방향 필터링 모듈(250)은 눈 깜빡임으로 인해 발생하는 에러를 효과적으로 억제할 수 있다.
도 9는 실제 시선 방향이 이동하는 때에, 시선 방향 필터링 모듈(250)이 눈 깜빡임으로 인한 에러를 억제하는 측정 결과를 보여준다. 도 9에서 가로 축은 시간(T)(예를 들어, 이미지 프레임(IMG)의 프레임 번호)을 가리키고, 세로 축은 각도(degree)를 나타낸다.
도 1, 도 2, 도 5 및 도 9를 참조하면, 그라운드 트루스(GT)(Ground Truth)는 실제 시선 방향을 나타낸다. 실제 시선 방향은 시간의 흐름에 따라 이동할 수 있다. 제11 선(L11)은 시선 방향 필터링 모듈(250)이 비활성화된 때의 필터링된 시선 방향 정보(GDI_F)를 보여준다. 제12선(L12)은 시선 방향 필터링 모듈(250)이 활성화된 때의 필터링된 시선 방향 정보(GDI_F)를 보여준다.
눈 깜빡임이 발생할 때에, 제11선(L11)은 그라운드 트루스(GT)와 큰 오차를 가질 수 있다. 제11선(L11)과 비교하면, 눈 깜빡임이 발생할 때에, 제12선(L12)은 그라운드 트루스(GT)와 상대적으로 작은 오차를 가질 수 있다. 즉, 본 기재의 실시 예에 따른 시선 방향 필터링 모듈(250)은 눈 깜빡임으로 인해 발생하는 에러를 효과적으로 억제할 수 있다.
도 10은 다양한 실시 예들에 따른 네트워크 환경(300) 내의 전자 장치(301)의 블록도이다. 예시적으로, 전자 장치(301)는 도 1의 전자 장치(100)의 확장된 구현 예를 보여준다.
도 10을 참조하면, 네트워크 환경(300)에서 전자 장치(301)는 제1 네트워크(398)(예: 근거리 무선 통신 네트워크)를 통하여 전자 장치(302)와 통신하거나, 또는 제2 네트워크(399)(예: 원거리 무선 통신 네트워크)를 통하여 전자 장치(304) 또는 서버(308) 중 적어도 하나와 통신할 수 있다. 일 실시 예에 따르면, 전자 장치(301)는 서버(308)를 통하여 전자 장치(304)와 통신할 수 있다. 일 실시 예에 따르면, 전자 장치(301)는 프로세서(320), 메모리(330), 입력 모듈(350), 음향 출력 모듈(355), 디스플레이 모듈(360), 오디오 모듈(370), 센서 모듈(376), 인터페이스(377), 연결 단자(378), 햅틱 모듈(379), 카메라 모듈(380), 전력 관리 모듈(388), 배터리(389), 통신 모듈(390), 가입자 식별 모듈(396), 또는 안테나 모듈(397)을 포함할 수 있다. 다양한 실시 예에서는, 전자 장치(301)에는, 이 구성요소들 중 적어도 하나(예: 연결 단자(378))가 생략되거나, 하나 이상의 다른 구성요소가 추가될 수 있다. 다양한 실시 예에서는, 이 구성요소들 중 일부들(예: 센서 모듈(376), 카메라 모듈(380), 또는 안테나 모듈(397))은 하나의 구성요소(예: 디스플레이 모듈(360))로 통합될 수 있다.
프로세서(320)는, 예를 들면, 소프트웨어(예: 프로그램(340))를 실행하여 프로세서(320)에 연결된 전자 장치(301)의 적어도 하나의 다른 구성요소(예: 하드웨어 또는 소프트웨어 구성요소)를 제어할 수 있고, 다양한 데이터 처리 또는 연산을 수행할 수 있다. 일 실시 예에 따르면, 데이터 처리 또는 연산의 적어도 일부로서, 프로세서(320)는 다른 구성요소(예: 센서 모듈(376) 또는 통신 모듈(390))로부터 수신된 명령 또는 데이터를 휘발성 메모리(332)에 저장하고, 휘발성 메모리(332)에 저장된 명령 또는 데이터를 처리하고, 결과 데이터를 비휘발성 메모리(334)에 저장할 수 있다. 일 실시 예에 따르면, 프로세서(320)는 메인 프로세서(321)(예: 중앙 처리 장치 또는 어플리케이션 프로세서) 또는 이와는 독립적으로 또는 함께 운영 가능한 보조 프로세서(323)(예: 그래픽 처리 장치, 신경망 처리 장치(NPU: neural processing unit), 이미지 시그널 프로세서, 센서 허브 프로세서, 또는 커뮤니케이션 프로세서)를 포함할 수 있다. 예를 들어, 전자 장치(301)가 메인 프로세서(321) 및 보조 프로세서(323)를 포함하는 경우, 보조 프로세서(323)는 메인 프로세서(321)보다 저전력을 사용하거나, 지정된 기능에 특화되도록 설정될 수 있다. 보조 프로세서(323)는 메인 프로세서(321)와 별개로, 또는 그 일부로서 구현될 수 있다.
보조 프로세서(323)는, 예를 들면, 메인 프로세서(321)가 인액티브(예: 슬립) 상태에 있는 동안 메인 프로세서(321)를 대신하여, 또는 메인 프로세서(321)가 액티브(예: 어플리케이션 실행) 상태에 있는 동안 메인 프로세서(321)와 함께, 전자 장치(301)의 구성요소들 중 적어도 하나의 구성요소(예: 디스플레이 모듈(360), 센서 모듈(376), 또는 통신 모듈(390))와 관련된 기능 또는 상태들의 적어도 일부를 제어할 수 있다. 일 실시 예에 따르면, 보조 프로세서(323)(예: 이미지 시그널 프로세서 또는 커뮤니케이션 프로세서)는 기능적으로 관련 있는 다른 구성요소(예: 카메라 모듈(380) 또는 통신 모듈(390))의 일부로서 구현될 수 있다. 일 실시 예에 따르면, 보조 프로세서(323)(예: 신경망 처리 장치)는 인공지능 모델의 처리에 특화된 하드웨어 구조를 포함할 수 있다. 인공지능 모델은 기계 학습을 통해 생성될 수 있다. 이러한 학습은, 예를 들어, 인공지능 모델이 수행되는 전자 장치(301) 자체에서 수행될 수 있고, 별도의 서버(예: 서버(308))를 통해 수행될 수도 있다. 학습 알고리즘은, 예를 들어, 지도형 학습(supervised learning), 비지도형 학습(unsupervised learning), 준지도형 학습(semi-supervised learning) 또는 강화 학습(reinforcement learning)을 포함할 수 있으나, 전술한 예에 한정되지 않는다. 인공지능 모델은, 복수의 인공 신경망 레이어들을 포함할 수 있다. 인공 신경망은 심층 신경망(DNN: deep neural network), CNN(convolutional neural network), RNN(recurrent neural network), RBM(restricted boltzmann machine), DBN(deep belief network), BRDNN(bidirectional recurrent deep neural network), 심층 Q-네트워크(deep Q-networks) 또는 상기 중 둘 이상의 조합 중 하나일 수 있으나, 전술한 예에 한정되지 않는다. 인공지능 모델은 하드웨어 구조 이외에, 추가적으로 또는 대체적으로, 소프트웨어 구조를 포함할 수 있다.
예시적으로, 프로세서(320)는 도 1의 전자 장치(100)의 프로세서(110)에 대응할 수 있다. 메인 프로세서(321) 및 보조 프로세서(323)는 도 1의 메인 프로세서(111) 및 보조 프로세서(113)에 각각 대응할 수 있다.
메모리(330)는, 전자 장치(301)의 적어도 하나의 구성요소(예: 프로세서(320) 또는 센서 모듈(376))에 의해 사용되는 다양한 데이터를 저장할 수 있다. 데이터는, 예를 들어, 소프트웨어(예: 프로그램(340)) 및, 이와 관련된 명령에 대한 입력 데이터 또는 출력 데이터를 포함할 수 있다. 메모리(330)는, 휘발성 메모리(332) 또는 비휘발성 메모리(334)를 포함할 수 있다.
예시적으로, 메모리(330)는 도 1의 전자 장치(100)의 메모리(120)에 대응할 수 있다. 휘발성 메모리(332) 및 비휘발성 메모리(334)는 도 1의 휘발성 메모리(122) 및 비휘발성 메모리(124)에 각각 대응할 수 있다.
프로그램(340)은 메모리(330)에 소프트웨어로서 저장될 수 있으며, 예를 들면, 운영 체제(342), 미들 웨어(344) 또는 어플리케이션(346)을 포함할 수 있다.
입력 모듈(350)은, 전자 장치(301)의 구성요소(예: 프로세서(320))에 사용될 명령 또는 데이터를 전자 장치(301)의 외부(예: 사용자)로부터 수신할 수 있다. 입력 모듈(350)은, 예를 들면, 마이크, 마우스, 키보드, 키(예: 버튼), 또는 디지털 펜(예: 스타일러스 펜)을 포함할 수 있다.
음향 출력 모듈(355)은 음향 신호를 전자 장치(301)의 외부로 출력할 수 있다. 음향 출력 모듈(355)은, 예를 들면, 스피커 또는 리시버를 포함할 수 있다. 스피커는 멀티미디어 재생 또는 녹음 재생과 같이 일반적인 용도로 사용될 수 있다. 리시버는 착신 전화를 수신하기 위해 사용될 수 있다. 일 실시 예에 따르면, 리시버는 스피커와 별개로, 또는 그 일부로서 구현될 수 있다.
디스플레이 모듈(360)은 전자 장치(301)의 외부(예: 사용자)로 정보를 시각적으로 제공할 수 있다. 디스플레이 모듈(360)은, 예를 들면, 디스플레이, 홀로그램 장치, 또는 프로젝터 및 해당 장치를 제어하기 위한 제어 회로를 포함할 수 있다. 일 실시 예에 따르면, 디스플레이 모듈(360)은 터치를 감지하도록 설정된 터치 센서, 또는 상기 터치에 의해 발생되는 힘의 세기를 측정하도록 설정된 압력 센서를 포함할 수 있다.
오디오 모듈(370)은 소리를 전기 신호로 변환시키거나, 반대로 전기 신호를 소리로 변환시킬 수 있다. 일 실시 예에 따르면, 오디오 모듈(370)은, 입력 모듈(350)을 통해 소리를 획득하거나, 음향 출력 모듈(355), 또는 전자 장치(301)와 직접 또는 무선으로 연결된 외부 전자 장치(예: 전자 장치(302))(예: 스피커 또는 헤드폰)를 통해 소리를 출력할 수 있다.
센서 모듈(376)은 전자 장치(301)의 작동 상태(예: 전력 또는 온도), 또는 외부의 환경 상태(예: 사용자 상태)를 감지하고, 감지된 상태에 대응하는 전기 신호 또는 데이터 값을 생성할 수 있다. 일 실시 예에 따르면, 센서 모듈(376)은, 예를 들면, 제스처 센서, 자이로 센서, 기압 센서, 마그네틱 센서, 가속도 센서, 그립 센서, 근접 센서, 컬러 센서, IR(infrared) 센서, 생체 센서, 온도 센서, 습도 센서, 또는 조도 센서를 포함할 수 있다.
인터페이스(377)는 전자 장치(301)가 외부 전자 장치(예: 전자 장치(302))와 직접 또는 무선으로 연결되기 위해 사용될 수 있는 하나 이상의 지정된 프로토콜들을 지원할 수 있다. 일 실시 예에 따르면, 인터페이스(377)는, 예를 들면, HDMI(high definition multimedia interface), USB(universal serial bus) 인터페이스, SD카드 인터페이스, 또는 오디오 인터페이스를 포함할 수 있다.
연결 단자(378)는, 그를 통해서 전자 장치(301)가 외부 전자 장치(예: 전자 장치(302))와 물리적으로 연결될 수 있는 커넥터를 포함할 수 있다. 일 실시 예에 따르면, 연결 단자(378)는, 예를 들면, HDMI 커넥터, USB 커넥터, SD 카드 커넥터, 또는 오디오 커넥터(예: 헤드폰 커넥터)를 포함할 수 있다.
햅틱 모듈(379)은 전기적 신호를 사용자가 촉각 또는 운동 감각을 통해서 인지할 수 있는 기계적인 자극(예: 진동 또는 움직임) 또는 전기적인 자극으로 변환할 수 있다. 일 실시 예에 따르면, 햅틱 모듈(379)은, 예를 들면, 모터, 압전 소자, 또는 전기 자극 장치를 포함할 수 있다.
카메라 모듈(380)은 정지 영상 및 동영상을 촬영할 수 있다. 일 실시 예에 따르면, 카메라 모듈(380)은 하나 이상의 렌즈들, 이미지 센서들, 이미지 시그널 프로세서들, 또는 플래시들을 포함할 수 있다. 예시적으로, 카메라 모듈(380)은 도 1의 전자 장치(100)의 카메라 모듈(130)에 대응할 수 있다.
전력 관리 모듈(388)은 전자 장치(301)에 공급되는 전력을 관리할 수 있다. 일 실시 예에 따르면, 전력 관리 모듈(388)은, 예를 들면, PMIC(power management integrated circuit)의 적어도 일부로서 구현될 수 있다.
배터리(389)는 전자 장치(301)의 적어도 하나의 구성요소에 전력을 공급할 수 있다. 일 실시 예에 따르면, 배터리(389)는, 예를 들면, 재충전 불가능한 1차 전지, 재충전 가능한 2차 전지 또는 연료 전지를 포함할 수 있다.
통신 모듈(390)은 전자 장치(301)와 외부 전자 장치(예: 전자 장치(302), 전자 장치(304), 또는 서버(308)) 간의 직접(예: 유선) 통신 채널 또는 무선 통신 채널의 수립, 및 수립된 통신 채널을 통한 통신 수행을 지원할 수 있다. 통신 모듈(390)은 프로세서(320)(예: 어플리케이션 프로세서)와 독립적으로 운영되고, 직접(예: 유선) 통신 또는 무선 통신을 지원하는 하나 이상의 커뮤니케이션 프로세서를 포함할 수 있다. 일 실시 예에 따르면, 통신 모듈(390)은 무선 통신 모듈(392)(예: 셀룰러 통신 모듈, 근거리 무선 통신 모듈, 또는 GNSS(global navigation satellite system) 통신 모듈) 또는 유선 통신 모듈(394)(예: LAN(local area network) 통신 모듈, 또는 전력선 통신 모듈)을 포함할 수 있다. 이들 통신 모듈 중 해당하는 통신 모듈은 제1 네트워크(398)(예: 블루투스, WiFi(wireless fidelity) direct 또는 IrDA(infrared data association)와 같은 근거리 통신 네트워크) 또는 제2 네트워크(399)(예: 레거시 셀룰러 네트워크, 5G 네트워크, 차세대 통신 네트워크, 인터넷, 또는 컴퓨터 네트워크(예: LAN 또는 WAN)와 같은 원거리 통신 네트워크)를 통하여 외부의 전자 장치(304)와 통신할 수 있다. 이런 여러 종류의 통신 모듈들은 하나의 구성요소(예: 단일 칩)로 통합되거나, 또는 서로 별도의 복수의 구성요소들(예: 복수 칩들)로 구현될 수 있다. 무선 통신 모듈(392)은 가입자 식별 모듈(396)에 저장된 가입자 정보(예: 국제 모바일 가입자 식별자(IMSI))를 이용하여 제1 네트워크(398) 또는 제2 네트워크(399)와 같은 통신 네트워크 내에서 전자 장치(301)를 확인 또는 인증할 수 있다.
무선 통신 모듈(392)은 4G 네트워크 이후의 5G 네트워크 및 차세대 통신 기술, 예를 들어, NR 접속 기술(new radio access technology)을 지원할 수 있다. NR 접속 기술은 고용량 데이터의 고속 전송(eMBB(enhanced mobile broadband)), 단말 전력 최소화와 다수 단말의 접속(mMTC(massive machine type communications)), 또는 고신뢰도와 저지연(URLLC(ultra-reliable and low-latency communications))을 지원할 수 있다. 무선 통신 모듈(392)은, 예를 들어, 높은 데이터 전송률 달성을 위해, 고주파 대역(예: mmWave 대역)을 지원할 수 있다. 무선 통신 모듈(392)은 고주파 대역에서의 성능 확보를 위한 다양한 기술들, 예를 들어, 빔포밍(beamforming), 거대 배열 다중 입출력(massive MIMO(multiple-input and multiple-output)), 전차원 다중입출력(FD-MIMO: full dimensional MIMO), 어레이 안테나(array antenna), 아날로그 빔포밍(analog beam-forming), 또는 대규모 안테나(large scale antenna)와 같은 기술들을 지원할 수 있다. 무선 통신 모듈(392)은 전자 장치(301), 외부 전자 장치(예: 전자 장치(304)) 또는 네트워크 시스템(예: 제2 네트워크(399))에 규정되는 다양한 요구사항을 지원할 수 있다. 일 실시 예에 따르면, 무선 통신 모듈(392)은 eMBB 실현을 위한 Peak data rate(예: 20Gbps 이상), mMTC 실현을 위한 손실 Coverage(예: 164dB 이하), 또는 URLLC 실현을 위한 U-plane latency(예: 다운링크(DL) 및 업링크(UL) 각각 0.5ms 이하, 또는 라운드 트립 1ms 이하)를 지원할 수 있다.
안테나 모듈(397)은 신호 또는 전력을 외부(예: 외부의 전자 장치)로 송신하거나 외부로부터 수신할 수 있다. 일 실시 예에 따르면, 안테나 모듈(397)은 서브스트레이트(예: PCB) 위에 형성된 도전체 또는 도전성 패턴으로 이루어진 방사체를 포함하는 안테나를 포함할 수 있다. 일 실시 예에 따르면, 안테나 모듈(397)은 복수의 안테나들(예: 어레이 안테나)을 포함할 수 있다. 이런 경우, 제1 네트워크(398) 또는 제2 네트워크(399)와 같은 통신 네트워크에서 사용되는 통신 방식에 적합한 적어도 하나의 안테나가, 예를 들면, 통신 모듈(390)에 의하여 상기 복수의 안테나들로부터 선택될 수 있다. 신호 또는 전력은 상기 선택된 적어도 하나의 안테나를 통하여 통신 모듈(390)과 외부의 전자 장치 간에 송신되거나 수신될 수 있다. 어떤 실시 예에 따르면, 방사체 이외에 다른 부품(예: RFIC(radio frequency integrated circuit))이 추가로 안테나 모듈(397)의 일부로 형성될 수 있다.
다양한 실시 예에 따르면, 안테나 모듈(397)은 mmWave 안테나 모듈을 형성할 수 있다. 일 실시 예에 따르면, mmWave 안테나 모듈은 인쇄 회로 기판, 상기 인쇄 회로 기판의 제1 면(예: 아래 면)에 또는 그에 인접하여 배치되고 지정된 고주파 대역(예: mmWave 대역)을 지원할 수 있는 RFIC, 및 상기 인쇄 회로 기판의 제2 면(예: 윗면 또는 측면)에 또는 그에 인접하여 배치되고 상기 지정된 고주파 대역의 신호를 송신 또는 수신할 수 있는 복수의 안테나들(예: 어레이 안테나)을 포함할 수 있다.
상기 구성요소들 중 적어도 일부는 주변 기기들 간 통신 방식(예: 버스, GPIO(general purpose input and output), SPI(serial peripheral interface), 또는 MIPI(mobile industry processor interface))을 통해 서로 연결되고 신호(예: 명령 또는 데이터)를 상호간에 교환할 수 있다.
일 실시 예에 따르면, 명령 또는 데이터는 제2 네트워크(399)에 연결된 서버(308)를 통해서 전자 장치(301)와 외부의 전자 장치(304) 간에 송신 또는 수신될 수 있다. 외부의 전자 장치(302, 또는 304) 각각은 전자 장치(301)와 동일한 또는 다른 종류의 장치일 수 있다. 일 실시 예에 따르면, 전자 장치(301)에서 실행되는 동작들의 전부 또는 일부는 외부의 전자 장치들(302, 304, 또는 308) 중 하나 이상의 외부의 전자 장치들에서 실행될 수 있다. 예를 들면, 전자 장치(301)가 어떤 기능이나 서비스를 자동으로, 또는 사용자 또는 다른 장치로부터의 요청에 반응하여 수행해야 할 경우에, 전자 장치(301)는 기능 또는 서비스를 자체적으로 실행시키는 대신에 또는 추가적으로, 하나 이상의 외부의 전자 장치들에게 그 기능 또는 그 서비스의 적어도 일부를 수행하라고 요청할 수 있다. 상기 요청을 수신한 하나 이상의 외부의 전자 장치들은 요청된 기능 또는 서비스의 적어도 일부, 또는 상기 요청과 관련된 추가 기능 또는 서비스를 실행하고, 그 실행의 결과를 전자 장치(301)로 전달할 수 있다. 전자 장치(301)는 상기 결과를, 그대로 또는 추가적으로 처리하여, 상기 요청에 대한 응답의 적어도 일부로서 제공할 수 있다. 이를 위하여, 예를 들면, 클라우드 컴퓨팅, 분산 컴퓨팅, 모바일 에지 컴퓨팅(MEC: mobile edge computing), 또는 클라이언트-서버 컴퓨팅 기술이 이용될 수 있다. 전자 장치(301)는, 예를 들어, 분산 컴퓨팅 또는 모바일 에지 컴퓨팅을 이용하여 초저지연 서비스를 제공할 수 있다. 다른 실시 예에 있어서, 외부의 전자 장치(304)는 IoT(internet of things) 기기를 포함할 수 있다. 서버(308)는 기계 학습 및/또는 신경망을 이용한 지능형 서버일 수 있다. 일 실시 예에 따르면, 외부의 전자 장치(304) 또는 서버(308)는 제2 네트워크(399) 내에 포함될 수 있다. 전자 장치(301)는 5G 통신 기술 및 IoT 관련 기술을 기반으로 지능형 서비스(예: 스마트 홈, 스마트 시티, 스마트 카, 또는 헬스 케어)에 적용될 수 있다.
도 1 내지 도 9를 참조하여 설명된 바와 같이, 프로세서(320)는 도 2의 모듈들(200)을 실행할 수 있다. 따라서, 프로세서(320)는 카메라 모듈(380)을 통해 사용자의 시선 방향을 더 향상된 신뢰도로 인식(또는 추정)할 수 있다. 전자 장치(301)는 인식된 시선 방향에 기반하여, 시선 방향을 이용한 양방향 서비스를 사용자에게 제공할 수 있다.
도 11a 내지 도 11d는 전자 장치(301)가 스마트 텔레비전(400)으로 구현되어 시선 방향에 기반한 양방향 서비스를 제공하는 예들을 보여준다. 도 11a를 참조하면, 스마트 텔레비전(400)은 입력 모듈(450)(예를 들어, 입력 회로를 포함), 음향(또는 오디오) 출력 모듈(455)(예를 들어, 음향(또는 오디오) 출력 회로를 포함), 디스플레이 모듈(460)(예를 들어, 디스플레이를 포함), 그리고 카메라 모듈(480)(예를 들어, 카메라를 포함)을 포함할 수 있다.
입력 모듈(450)은 스마트 텔레비전(400)의 본체에 결합된 마이크를 포함하는 다양한 입력 회로, 또는 스마트 텔레비전(400)과 원격으로 연결된 원격 컨트롤러(remote controller)를 포함할 수 있다. 원격 컨트롤러는 마이크를 포함할 수 있다. 입력 모듈(450)은 도 10의 입력 모듈(350)에 대응할 수 있다.
음향 출력 모듈(455)은 ,예를 들어 다양한 음향 출력 회로를 포함하는, 둘 이상의 스피커들을 포함할 수 있다. 음향 출력 모듈(455)은 도 10의 음향 출력 모듈(355)에 대응할 수 있다. 디스플레이 모듈(460)은 도 10의 디스플레이 모듈(360)에 대응할 수 있다. 카메라 모듈(480)은 도 10의 카메라 모듈(380)에 대응할 수 있다. 도 11a에서 생략되었지만, 스마트 텔레비전(400)은 도 10을 참조하여 설명된 전자 장치(301)의 구성 요소들의 전부 또는 일부를 더 포함할 수 있다. 예를 들어, 스마트 텔레비전(400)은 디스플레이 모듈(460)을 통해 표시되는 이미지를 외부의 장치로부터 수신하기 위한 통신 모듈(도 10의 390에 대응)과 같은 추가적인 구성 요소들을 더 포함할 수 있다.
스마트 텔레비전(400)은 사용자의 명령에 응답하여, 카메라 모듈(480)에서 생성되는 이미지 프레임에 기반하여 사용자의 시선 방향을 추적하는 시선 추적 모드를 활성화 또는 비활성화할 수 있다. 시선 추적 모드가 활성화되는 것에 응답하여, 스마트 텔레비전(400)은 사용자의 시선 방향을 지속적으로 추적할 수 있다. 시선 방향 필터링 모듈(250)(도 2 참조)에 기반하여, 스마트 텔레비전(400)은 사용자의 눈 깜빡임으로 인해 발생하는 에러를 보정할 수 있다. 따라서, 스마트 텔레비전(400)은 높은 신뢰도로 사용자의 시선 방향을 추적할 수 있다.
도 11b를 참조하면, 스마트 텔레비전(400)은 사용자로부터 입력 모듈(450)을 통해 특정한 신호(예를 들어, 명령)가 생성되는 것에 응답하여, 사용자의 시선 방향 정보(예를 들어, 필터링된 시선 방향 정보(GDI_F)(도 2, 도 3 및 도 4f 참조)에 기반한 양방향 서비스를 시작할 수 있다. 예를 들어, S210 단계에서, 사용자는 '헤이 빅스비. 이건 뭐지?'와 같이, 대상의 정보를 요청하는 명령을 내림으로써, 양방향 서비스의 시작을 요청할 수 있다.
예를 들어, 스마트 텔레비전(400)은 본체에 구비된 입력 모듈(450)(예를 들어, 마이크) 또는 원격 컨트롤러에 구비된 입력 모듈(450)(예를 들어, 마이크 또는 버튼)을 통해 사용자로부터 명령을 수신하고, 그리고 명령에 대응하는 신호를 생성할 수 있다.
사용자의 명령에 응답하여, 스마트 텔레비전(400)은 디스플레이 모듈(460)에 의해 표시되는 이미지 상에서 필터링된 시선 방향 정보(GDI_F)가 가리키는 위치의 대상을 식별할 수 있다. 필터링된 시선 방향 정보(GDI_F)가 이미지 상에서 가리키는 대상이 식별되지 않으면, 스마트 텔레비전(400)은 '대상을 식별할 수 없습니다'와 같은 식별이 실패하였음을 알리는 메시지를 출력(예를 들어, 음성 또는 텍스트의 형태로)할 수 있다.
필터링된 시선 방향 정보(GDI_F)가 이미지 상에서 가리키는 대상이 식별되면, S220 단계에서 스마트 텔레비전(400)은 대상의 정보를 표시(예를 들어, 음성 또는 텍스트의 형태로)할 수 있다. 예를 들어, 필터링된 시선 방향 정보(GDI_F)가 가리키는 대상은 '비빔밥'일 수 있다. 스마트 텔레비전(400)은 대상의 명칭인 '비빔밥'을 표시할 수 있다. 스마트 텔레비전(400)은 '비빔밥'의 레시피 정보, 비빔밥을 판매하는 가까운 레스토랑들의 정보, 비빔밥을 배달하는 가까운 업체들의 정보, 또는 '비빔밥'의 유래, '비빔밥'의 연령대별 또는 성별별 선호도 등과 같은 '비빔밥'과 연관된 추가 정보를 표시할 수 있다. 예시적으로, 스마트 텔레비전(400)은 통신 모듈(도 10의 390 대응)을 이용하여 외부의 장치로부터 대상의 정보를 획득하고, 그리고 획득된 정보를 표시할 수 있다.
도 11c를 참조하면, S230 단계에서 사용자는 '헤이 빅스비. 이건 뭐지?'와 같이, 대상의 정보를 요청하는 명령을 내릴 수 있다. 사용자의 명령에 응답하여, 스마트 텔레비전(400)은 디스플레이 모듈(460)에 의해 표시되는 이미지 상에서 필터링된 시선 방향 정보(GDI_F)가 가리키는 위치의 대상을 식별할 수 있다.
S240 단계에서 스마트 텔레비전(400)은 대상의 정보를 표시(예를 들어, 음성 또는 텍스트의 형태로)할 수 있다. 예를 들어, 필터링된 시선 방향 정보(GDI_F)가 가리키는 대상은 '사과'일 수 있다. 스마트 텔레비전(400)은 대상의 명칭인 '사과'를 표시할 수 있다. 스마트 텔레비전(400)은 '사과'를 판매하는 가까운 매장의 가격 정보, '사과'를 배달하는 가까운 매장의 가격 정보, 또는 '사과'와 연관된 추가 정보를 표시할 수 있다.
대상이 식별된 후에, 사용자로부터 입력 모듈(450)을 통해 대상의 식별 명령이 아닌 추가 서비스를 요구하는 추가 명령이 생성되는 것에 응답하여, 스마트 텔레비전(400)은 추가 서비스를 실행할 수 있다. 스마트 텔레비전(400)이 지원하는 추가 서비스들 중 일부는 통신 모듈(390)을 통해 수행될 수 있다. 예를 들어, 추가 서비스들 중 일부는 결제 서비스를 포함할 수 있다. 스마트 텔레비전(400)이 지원하는 추가 서비스들 중 다른 일부는 통신 모듈(390)을 통하지 않고 수행될 수 있다. 예를 들어, 추가 서비스들 중 다른 일부는 데이터 저장 서비스를 포함할 수 있다.
도 11d를 참조하면, S250 단계에서 사용자는 '3개 배달시켜줘'와 같이, 대상의 배달을 요청하는 명령을 내릴 수 있다. 사용자의 명령에 응답하여, 스마트 텔레비전(400)은 디스플레이 모듈(460)에 의해 표시되는 이미지 상에서 필터링된 시선 방향 정보(GDI_F)가 가리키는 위치의 대상의 배달을 요청할 수 있다.
다른 예로서, 스마트 텔레비전(400)은 필터링된 시선 방향(GD_F)에 기반하여 사용자의 명령을 인식할 수 있다. 예를 들어, 필터링된 시선 방향(GD_F)이 특정한 텍스트에 기준 시간 이상 머무르는 것에 응답하여, 스마트 텔레비전(400)은 특정한 텍스트에 대응하는 명령이 수신된 것으로 판단할 수 있다.
S260 단계에서, 스마트 텔레비전(400)은 사전에 사용자에 의해 등록된 결제 정보에 기반하여 온라인 결제를 수행하고, 그리고 결제 결과를 나타내는 결제 정보를 표시할 수 있다. 또한, 스마트 텔레비전(400)은 사과의 배달이 완료될 예상 시간을 나타내는 시간 정보를 표시할 수 있다.
도 11a 내지 도 11d를 참조하여 설명된 바와 같이, 필터링된 시선 방향 정보(GDI_F)의 신뢰성이 보장되면, 스마트 텔레비전(400)은 필터링된 시선 방향 정보(GDI_F)에 기반한 양방향 서비스를 사용자에게 제공할 수 있다. 따라서, 스마트 텔레비전(400)에 의해 제공되는 사용자의 편익이 증대될 수 있다.
도 12a 내지 도 12c는 전자 장치(301)가 스마트 폰(500)으로 구현되어 시선 방향에 기반한 양방향 서비스를 제공하는 예들을 보여준다. 도 12a를 참조하면, 스마트 폰(500)은 입력 모듈(550)(예를 들어, 입력 회로를 포함), 음향 출력 모듈(555)(예를 들어, 음향 출력 회로를 포함), 디스플레이 모듈(560)(예를 들어, 디스플레이를 포함), 제1 카메라 모듈(580a)(예를 들어, 카메라를 포함), 그리고 제2 카메라 모듈(580b)(예를 들어, 카메라를 포함)을 포함할 수 있다.
입력 모듈(550)은 스마트 폰(500)의 하단에 제공되는 마이크를 포함할 수 있으며, 도 10의 입력 모듈(350)에 대응할 수 있다. 음향 출력 모듈(555)은 스마트폰(500)의 하단에 제공되는 스피커를 포함할 수 있으며, 도 10의 음향 출력 모듈(355)에 대응할 수 있다.
디스플레이 모듈(560)은 도 10의 디스플레이 모듈(360)에 대응할 수 있다. 제1 카메라 모듈(580a)은 스마트 폰(500)의 전면 카메라 모듈일 수 있으며, 도 10의 카메라 모듈(380)에 대응할 수 있다. 제2 카메라 모듈(580b)은 스마트 폰(500)의 후면 카메라 모듈일 수 있으며, 도 10의 카메라 모듈(380)에 대응할 수 있다. 도 12a에서 설명되지 않았지만, 스마트 폰(500)은 도 10을 참조하여 설명된 전자 장치(301)의 구성 요소들의 전부 또는 일부를 더 포함할 수 있다. 예를 들어, 스마트 폰(500)은 외부의 장치와 통신하기 위한 통신 모듈(도 10의 390에 대응)과 같은 추가적인 구성 요소들을 더 포함할 수 있다.
스마트 폰(500)은 사용자의 명령에 응답하여, 제1 카메라 모듈(580a) 또는 제2 카메라 모듈(580b)에서 생성되는 이미지 프레임에 기반하여 사용자의 시선 방향을 추적하는 시선 추적 모드를 활성화 또는 비활성화할 수 있다. 시선 추적 모드가 활성화되는 것에 응답하여, 스마트 폰(500)은 사용자의 시선 방향을 지속적으로 추적할 수 있다. 시선 방향 필터링 모듈(250)(도 2 참조)에 기반하여, 스마트 폰(500)은 사용자의 눈 깜빡임으로 인해 발생하는 에러를 보정할 수 있다. 따라서, 스마트 폰(500)은 높은 신뢰도로 사용자의 시선 방향을 추적할 수 있다.
도 12a 및 도 12b를 참조하면, 스마트 폰(500)의 제2 카메라 모듈(580b)의 초기 촬영 모드는 와이드 모드일 수 있다. 와이드 모드에서, 제2 카메라 모듈(580b)은 넓은 시야로 이미지를 촬영할 수 있다. 제2 카메라 모듈(580b)에 의해 촬영된 이미지는 디스플레이 모듈(560)을 통해 표시될 수 있다.
스마트 폰(500)은 사용자로부터 입력 모듈(550)을 통해 특정한 신호(예를 들어, 명령)가 생성되는 것에 응답하여, 사용자의 시선 방향 정보(예를 들어, 필터링된 시선 방향 정보(GDI_F)(도 2, 도 3 및 도 4f 참조)에 기반한 양방향 서비스를 시작할 수 있다. 예를 들어, S310 단계에서, 사용자는 '헤이 빅스비. 시선 모드'와 같이, 모드의 변경을 요청하는 명령을 내림으로써, 양방향 서비스의 시작을 요청할 수 있다.
사용자의 명령에 응답하여, S320 단계에서 스마트 폰(500)은 제1 카메라 모듈(580a)을 이용하여 사용자의 눈동자와 스마트 폰(500) 사이의 거리를 측정할 수 있다. 예를 들어, 제1 카메라 모듈(580a)은 거리를 측정하도록 설정된 별도의 거리 측정 이미지 센서를 구비하거나, 또는 거리를 측정하도록 설정된 거리 측정 픽셀들을 포함하는 이미지 센서를 구비할 수 있다. 예시적으로, 측정되는 거리는 제1 카메라 모듈(580a)과 사용자의 눈동자 사이의 가상의 선(점선으로 표시)의 거리일 수 있다.
S330 단계에서 스마트 폰(500)은 필터링된 시선 방향 정보(GDI_F)과 가성의 선 사이의 각도를 계산할 수 있다. S340 단계에서, 스마트 폰(500)은 디스플레이 모듈(560)에 의해 표시되는 이미지 상에서 필터링된 시선 방향 정보(GDI_F)가 가리키는 위치의 대상을 식별할 수 있다. 예시적으로, 스마트 폰(500)이 제2 카메라 모듈(580b)을 이용하여 이미지를 생성하는 동안, 스마트 폰(500)은 제2 카메라 모듈(580b)을 이용하여 이미지에 포함된 대상들까지의 거리 또는 초점 영역까지의 거리에 대한 정보를 지속적으로 생성할 수 있다. 스마트 폰(500)은 S320 단계에서 측정된 거리, S330 단계에서 계산된 각도, 그리고 지속적으로 생성되는 거리에 기반하여, 이미지 상에서 필터링된 시선 방향 정보(GDI_F)가 가리키는 위치의 대상을 식별할 수 있다.
예시적으로, 필터링된 시선 방향 정보(GDI_F)가 이미지 상에서 가리키는 대상이 식별되지 않으면, 스마트 폰(500)은 '대상을 식별할 수 없습니다'와 같은 식별이 실패하였음을 알리는 메시지를 출력(예를 들어, 음성 또는 텍스트의 형태로)할 수 있다.
도 12b 및 도 12c를 참조하면, 필터링된 시선 방향 정보(GDI_F)가 이미지 상에서 가리키는 대상이 식별되면, S350 단계에서, 스마트 폰(500)은 이미지 상에서 필터링된 시선 방향 정보(GDI_F)에 의해 식별된 대상으로 제2 카메라 모듈(580b)의 초점을 변경할 수 있다. 따라서, 식별된 대상이 확대된 이미지가 제2 카메라 모듈(580b)에 의해 촬영되고, 그리고 디스플레이 모듈(560)에서 표시될 수 있다. 또는, 필터링된 시선 방향 정보(GDI_F)가 가리키는 대상이 이미지 상에서 식별되지 않아도, 스마트 폰(500)은 필터링된 시선 방향 정보(GDI_F)가 가리키는 위치로 초점을 변경할 수 있다.
제2 카메라 모듈(580b)의 초점이 변경되는 것에 응답하여, S360 단계에서 스마트 폰(500)은 '시선 모드를 시작합니다'와 같이 모드의 변경을 알리는 메시지를 출력(예를 들어, 음성 또는 텍스트의 형태로)할 수 있다. S370 단계에서, 스마트 폰(500)은 식별된 대상에 대한 정보를 음성 또는 텍스트의 형태로 출력할 수 있다. 예를 들어, 식별된 대상에 대한 정보는 식별된 대상의 명칭, 종류, 학술정보 등을 포함할 수 있다.
도 12a 내지 도 12c를 참조하여 설명된 바와 같이, 필터링된 시선 방향 정보(GDI_F)의 신뢰성이 보장되면, 스마트 폰(500)은 필터링된 시선 방향 정보(GDI_F)에 기반한 양방향 서비스를 사용자에게 제공할 수 있다. 따라서, 스마트 폰(500)에 의해 제공되는 사용자의 편익이 증대될 수 있다.
도 13은 전자 장치(301)가 스마트 글래스(600)로 구현되는 예들을 보여준다. 도 13을 참조하면, 스마트 글래스(600)(예를 들어, smart glasses)는 입력 모듈(650)(예를 들어, 입력 회로를 포함), 음향 출력 모듈(655)(예를 들어, 음향 출력 회로를 포함), 디스플레이 모듈(660)(예를 들어, 디스플레이), 그리고 카메라 모듈(680)(예를 들어, 카메라를 포함)을 포함할 수 있다.
입력 모듈(650)은 스마트 글래스(600)의 테두리에 제공되는 마이크를 포함하는 다양한 입력 회로를 포함할 수 있으며, 도 10의 입력 모듈(350)에 대응할 수 있다. 음향 출력 모듈(655)은 스마트 글래스(600)의 거치대에 제공되는 스피커를 포함하는 다양한 음향 출력 회로를 포함할 수 있으며, 도 10의 음향 출력 모듈(355)에 대응할 수 있다.
디스플레이 모듈(660)은 디스플레이를 포함하고 스마트 글래스(600)의 렌즈들에 대응할 수 있으며, 도 10의 디스플레이 모듈(360)에 대응할 수 있다. 디스플레이 모듈(660)은 투명 디스플레이로 구현될 수 있다. 카메라 모듈(680)은 카메라를 포함하고 스마트 글래스(600)의 전면 카메라 모듈일 수 있으며, 도 10의 카메라 모듈(380)에 대응할 수 있다. 도 12a에서 설명하지 않았지만, 스마트 글래스(600)는 도 10을 참조하여 설명된 전자 장치(301)의 구성 요소들의 전부 또는 일부를 더 포함할 수 있다. 예를 들어, 스마트 글래스(600)는 외부의 장치와 통신하기 위한 통신 모듈(도 10의 390에 대응), 그리고 스마트 글래스(600)의 후면의 이미지를 촬영하기 위한 추가적인 카메라 모듈(도 10의 380에 대응)과 같은 추가적인 구성 요소들을 더 포함할 수 있다.
카메라 모듈(680)은 사용자의 눈의 이미지를 촬영할 수 있다. 예를 들어, 스마트 글래스(600)와 사용자의 눈들의 사이의 간격 및 각도(예를 들어, 상대적인 위치들)는 일정하게 유지될 수 있다. 따라서, 스마트 글래스(600)의 프로세서(도 10의 320에 대응)는 얼굴 인식 및 특징점 추출을 생략하고, 시선 방향 인식 및 시선 방향 필터링을 수행하도록 설정될 수 있다.
예시적으로, 사용자로부터 '메뉴 표시'와 같은 특정한 명령에 대응하는 신호가 입력 모듈(650)에서 생성되는 것에 응답하여, 스마트 글래스(600)는 디스플레이 모듈(660)을 통해 날씨, 길안내, 메모, 전화 등과 같은 항목들을 포함하는 메뉴를 표시할 수 있다. 필터링된 시선 방향 정보(GDI_F)가 가리키는 필터링된 시선 방향(GD_F)이 특정한 목록에 기준 시간 이상 머무르는 것에 응답하여, 스마트 글래스(600)는 특정한 목록에 대응하는 동작(또는 기능)을 수행할 수 있다.
예를 들어, 필터링된 시선 방향(GD_F)이 '날씨'의 메뉴에 기준 시간 이상 머무를 때, 스마트 글래스(600)는 예상 날씨에 대한 정보를 텍스트 또는 음성 형태의 메시지로 출력할 수 있다. 필터링된 시선 방향(GD_F)이 '길안내'의 메뉴에 기준 시간 이상 머무를 때, 스마트 글래스(600)는 사용자에게 목적지의 정보를 요청할 수 있다. 사용자로부터 목적지의 정보가 입력되는 것에 응답하여, 스마트 글래스(600)는 현재 위치로부터 목적지 까지의 길안내를 텍스트 또는 음성 형태의 메시지를 이용하여 수행할 수 있다.
필터링된 시선 방향(GD_F)이 '메모'의 메뉴에 기준 시간 이상 머무를 때, 스마트 글래스(600)는 사용자로부터 입력되는 정보(예를 들어, 음성 정보)를 기록할 수 있다. 필터링된 시선 방향(GD_F)이 '전화'의 메뉴에 기준 시간 이상 머무를 때, 스마트 글래스(600)는 사용자에게 연락처의 정보를 요청할 수 있다. 사용자로부터 연락처의 정보가 입력되는 것에 응답하여, 스마트 글래스(600)는 외부의 스마트 폰과 연동(또는 링크)되어 통화 기능을 수행할 수 있다.
예시적으로, 본 기재의 전자 장치(301)는 가상 현실 고글로 구현될 수도 있다. 가상 현실 고글은 도 13의 스마트 글래스(600)와 유사한 형태로 구현될 수 있다. 따라서 중복되는 설명은 생략된다.
본 기재의 다양한 실시 예들에 따른 전자 장치는 다양한 형태의 장치가 될 수 있다. 전자 장치는, 예를 들면, 휴대용 통신 장치(예: 스마트폰), 컴퓨터 장치, 휴대용 멀티미디어 장치, 휴대용 의료 기기, 카메라, 웨어러블 장치, 또는 가전 장치를 포함할 수 있다. 본 기재의 실시 예에 따른 전자 장치는 전술한 기기들에 한정되지 않는다.
본 기재의 다양한 실시 예들 및 이에 사용된 용어들은 본 기재의 기술적 특징들을 특정한 실시 예들로 한정하려는 것이 아니며, 해당 실시 예의 다양한 변경, 균등물, 또는 대체물을 포함하는 것으로 이해되어야 한다. 도면의 설명과 관련하여, 유사한 또는 관련된 구성요소에 대해서는 유사한 참조 부호가 사용될 수 있다. 아이템에 대응하는 명사의 단수형은 관련된 문맥상 명백하게 다르게 지시하지 않는 한, 상기 아이템 한 개 또는 복수 개를 포함할 수 있다. 본 개시에서, "A 또는 B", "A 및 B 중 적어도 하나", "A 또는 B 중 적어도 하나", "A, B 또는 C", "A, B 및 C 중 적어도 하나", 및 "A, B, 또는 C 중 적어도 하나"와 같은 문구들 각각은 그 문구들 중 해당하는 문구에 함께 나열된 항목들 중 어느 하나, 또는 그들의 모든 가능한 조합을 포함할 수 있다. "제1", "제2", 또는 "첫째" 또는 "둘째"와 같은 용어들은 단순히 해당 구성요소를 다른 해당 구성요소와 구분하기 위해 사용될 수 있으며, 해당 구성요소들을 다른 측면(예: 중요성 또는 순서)에서 한정하지 않는다. 어떤(예: 제1) 구성요소가 다른(예: 제2) 구성요소에, "기능적으로" 또는 "통신적으로"라는 용어와 함께 또는 이런 용어 없이, "커플드" 또는 "커넥티드"라고 언급된 경우, 그것은 상기 어떤 구성요소가 상기 다른 구성요소에 직접적으로(예: 유선으로), 무선으로, 또는 제3 구성요소를 통하여 연결될 수 있다는 것을 의미한다.
본 기재의 다양한 실시 예들에서 사용된 용어 "모듈"은 하드웨어, 소프트웨어 또는 펌웨어로 구현된 유닛을 포함할 수 있으며, 예를 들면, 로직, 논리 블록, 부품, 또는 회로와 같은 용어와 상호 호환적으로 사용될 수 있다. 모듈은, 일체로 구성된 부품 또는 하나 또는 그 이상의 기능을 수행하는, 상기 부품의 최소 단위 또는 그 일부가 될 수 있다. 예를 들면, 일 실시 예에 따르면, 모듈은 IC (Integrated Circuit), ASIC(application-specific integrated circuit), FPGA (Field Programmable Gate Array), CPLD (Complex Programmable Logic Device) 등의 형태로 구현될 수 있다.
본 기재의 다양한 실시 예들은 기기(machine)(예: 전자 장치(301)) 의해 읽을 수 있는 저장 매체(storage medium)(예: 내장 메모리(336) 또는 외장 메모리(338))에 저장된 하나 이상의 명령어들을 포함하는 소프트웨어(예: 프로그램(340))로서 구현될 수 있다. 예를 들면, 기기(예: 전자 장치(301))의 프로세서(예: 프로세서(320))는, 저장 매체로부터 저장된 하나 이상의 명령어들 중 적어도 하나의 명령을 호출하고, 그것을 실행할 수 있다. 이것은 기기가 상기 호출된 적어도 하나의 명령어에 따라 적어도 하나의 기능을 수행하도록 운영되는 것을 가능하게 한다. 상기 하나 이상의 명령어들은 컴파일러에 의해 생성된 코드 또는 인터프리터에 의해 실행될 수 있는 코드를 포함할 수 있다. 기기로 읽을 수 있는 저장 매체는, 비일시적(non-transitory) 저장 매체의 형태로 제공될 수 있다. 여기서, '비일시적'은 저장 매체가 실재(tangible)하는 장치이고, 신호(signal)(예: 전자기파)를 포함하지 않는다는 것을 의미할 뿐이며, 이 용어는 데이터가 저장 매체에 반영구적으로 저장되는 경우와 임시적으로 저장되는 경우를 구분하지 않는다.
일 실시 예에 따르면, 본 기재의 다양한 실시 예들에 따른 방법은 컴퓨터 프로그램 제품(computer program product)에 포함되어 제공될 수 있다. 컴퓨터 프로그램 제품은 상품으로서 판매자 및 구매자 간에 거래될 수 있다. 컴퓨터 프로그램 제품은 기기로 읽을 수 있는 저장 매체(예: compact disc read only memory(CD-ROM))의 형태로 배포되거나, 또는 어플리케이션 스토어(예: 플레이 스토어TM)를 통해 또는 두 개의 사용자 장치들(예: 스마트 폰들) 간에 직접, 온라인으로 배포(예: 다운로드 또는 업로드)될 수 있다. 온라인 배포의 경우에, 컴퓨터 프로그램 제품의 적어도 일부는 제조사의 서버, 어플리케이션 스토어의 서버, 또는 중계 서버의 메모리와 같은 기기로 읽을 수 있는 저장 매체에 적어도 일시 저장되거나, 임시적으로 생성될 수 있다.
다양한 실시 예들에 따르면, 상기 기술한 구성요소들의 각각의 구성요소(예: 모듈 또는 프로그램)는 단수 또는 복수의 개체를 포함할 수 있으며, 복수의 개체 중 일부는 다른 구성요소에 분리 배치될 수도 있다. 다양한 실시 예들에 따르면, 전술한 해당 구성요소들 중 하나 이상의 구성요소들 또는 동작들이 생략되거나, 또는 하나 이상의 다른 구성요소들 또는 동작들이 추가될 수 있다. 대체적으로 또는 추가적으로, 복수의 구성요소들(예: 모듈 또는 프로그램)은 하나의 구성요소로 통합될 수 있다. 이런 경우, 통합된 구성요소는 상기 복수의 구성요소들 각각의 구성요소의 하나 이상의 기능들을 상기 통합 이전에 상기 복수의 구성요소들 중 해당 구성요소에 의해 수행되는 것과 동일 또는 유사하게 수행할 수 있다. 다양한 실시 예들에 따르면, 모듈, 프로그램 또는 다른 구성요소에 의해 수행되는 동작들은 순차적으로, 병렬적으로, 반복적으로, 또는 휴리스틱하게 실행되거나, 상기 동작들 중 하나 이상이 다른 순서로 실행되거나, 생략되거나, 또는 하나 이상의 다른 동작들이 추가될 수 있다.
상술된 내용은 본 기재를 실시하기 위한 구체적인 실시 예들이다. 본 기재는 상술된 실시 예들뿐만 아니라, 단순하게 설계 변경되거나 용이하게 변경할 수 있는 실시 예들 또한 포함할 것이다. 또한, 본 기재는 실시 예들을 이용하여 용이하게 변형하여 실시할 수 있는 기술들도 포함될 것이다. 따라서, 본 기재의 범위는 상술된 실시 예들에 국한되어 정해져서는 안되며 후술하는 특허청구범위뿐만 아니라 이 기재의 특허청구범위와 균등한 것들에 의해 정해져야 할 것이다.

Claims (15)

  1. 카메라를 포함하고 이미지 프레임을 생성하는 카메라 모듈;
    메모리; 그리고
    적어도 하나의 프로세서를 포함하고,
    상기 적어도 하나의 프로세서는:
    상기 이미지 프레임에 대해 얼굴 인식을 수행하고;
    상기 얼굴 인식에서 얼굴이 인식되는 것에 응답하여 상기 얼굴의 특징점 추출을 수행하고;
    상기 얼굴의 특징점이 추출되는 것에 응답하여 상기 얼굴의 얼굴 방향을 인식하고;
    상기 얼굴 방향이 인식되는 것에 응답하여 상기 얼굴의 시선 방향을 인식하여 시선 방향 정보를 생성하고;
    상기 시선 방향이 인식되는 것에 응답하여 상기 시선 방향 정보에 대해 필터링을 수행하여 필터링된 시선 방향 정보를 생성하고; 그리고
    상기 필터링된 시선 방향 정보를 상기 메모리에 저장하는 전자 장치.
  2. 제1항에 있어서,
    상기 필터링은 저대역 통과 필터링을 포함하는 전자 장치.
  3. 제1항에 있어서,
    상기 필터링은 상기 이미지 프레임으로부터 인식된 상기 시선 방향 정보 및 이전 이미지 프레임으로부터 인식된 이전의 필터링된 시선 방향 정보에 기반하는 전자 장치.
  4. 제1항에 있어서,
    겉모습-기반(appearance-based)의 심층 학습(Deep Learning)에 기반하여 생성되고, 그리고 상기 적어도 하나의 프로세서에 의해 실행되는 인식 모듈에 기반하여, 상기 적어도 하나의 프로세서는 상기 얼굴 방향을 인식하는 전자 장치.
  5. 제1항에 있어서,
    상기 적어도 하나의 프로세서는 상기 시선 방향 정보에 대해 상기 필터링을 수행하는 시선 방향 필터링 모듈을 포함하고, 그리고
    상기 시선 방향 필터링 모듈은:
    이전 이미지 프레임의 이전의 필터링된 시선 방향 정보를 수신하고, 그리고 상기 이전 이미지 프레임의 상기 이전의 필터링된 시선 방향 정보를 지연하여 출력하는 지연기;
    상기 지연기의 출력 및 제1 필터링 계수를 수신하고, 그리고 상기 지연기의 출력 및 상기 제1 필터링 계수의 곱을 출력하는 제1 곱셈기;
    상기 이미지 프레임의 상기 시선 방향 정보 및 제2 필터링 계수를 수신하고, 그리고 상기 이미지 프레임의 상기 시선 방향 정보 및 제2 필터링 계수의 곱을 출력하는 제2 곱셈기; 그리고
    상기 제1 곱셈기의 출력 및 상기 제2 곱셈기의 출력을 수신하고, 그리고 상기 제1 곱셈기의 출력 및 상기 제2 곱셈기의 출력의 합을 상기 이미지 프레임의 상기 필터링된 시선 방향 정보로 출력하는 덧셈기를 포함하는 전자 장치.
  6. 제5항에 있어서,
    상기 제1 필터링 계수 및 상기 제2 필터링 계수는 동적으로 조절되는 전자 장치.
  7. 제1항에 있어서,
    상기 필터링은 에러 유발 행동들에 기초하여 상기 시선 방향 정보에서 발생하는 에러를 보정하고, 그리고
    상기 에러 유발 행동들은 눈 깜빡임, 기침 또는 틱장애로 인해 발생하는 돌발적인 움직임을 포함하는 전자 장치.
  8. 제1항에 있어서,
    외부의 장치로부터 이미지를 수신하는 통신 회로를 포함하는 통신 모듈;
    상기 통신 모듈을 통해 수신되는 상기 이미지를 표시하는 디스플레이를 포함하는 디스플레이 모듈; 그리고
    사용자로부터 신호를 생성하는 입력 회로를 포함하는 입력 모듈을 더 포함하고,
    상기 사용자로부터 제1 신호가 생성되는 것에 응답하여, 상기 적어도 하나의 프로세서는 상기 필터링된 시선 방향 정보에 대응하는 상기 이미지 상의 대상을 식별하는 전자 장치.
  9. 제8항에 있어서,
    상기 필터링된 시선 방향 정보에 대응하는 상기 이미지 상의 대상이 식별되는 것에 응답하여, 상기 적어도 하나의 프로세서는 상기 이미지 상의 대상에 대한 정보를 상기 디스플레이 모듈을 통해 표시하도록 상기 디스플레이를 제어하는 전자 장치.
  10. 제9항에 있어서,
    외부의 제2 장치로부터 상기 이미지 상의 대상에 대한 정보를 수신하고, 그리고 상기 이미지 상의 대상에 대한 정보를 상기 적어도 하나의 프로세서에 제공하는 통신 회로를 포함하는 제2 통신 모듈을 더 포함하는 전자 장치.
  11. 제10항에 있어서,
    상기 사용자로부터 제2 신호가 생성되는 것에 응답하여, 상기 적어도 하나의 프로세서는 상기 제2 통신 모듈을 통한 제1 추가 서비스 및 상기 제2 통신 모듈을 통하지 않는 제2 추가 서비스 중 적어도 하나를 실행하고, 그리고
    상기 제1 추가 서비스는 결제 서비스를 포함하는 전자 장치.
  12. 제1항에 있어서,
    카메라를 포함하고 이미지를 생성하는 제2 카메라 모듈;
    상기 제2 카메라 모듈에 의해 생성되는 상기 이미지를 표시하는 디스플레이를 포함하는 디스플레이 모듈; 그리고
    사용자로부터 신호를 생성하는 입력 회로를 포함하는 입력 모듈을 더 포함하고,
    상기 사용자로부터 제1 신호가 생성되는 것에 응답하여, 상기 적어도 하나의 프로세서는 상기 필터링된 시선 방향 정보에 대응하는 상기 이미지 상의 대상을 식별하는 전자 장치.
  13. 제12항에 있어서,
    외부의 장치와 통신하는 통신 회로를 포함하는 통신 모듈; 그리고
    소리를 출력하는 오디오 출력 회로를 포함하는 음향 출력 모듈을 더 포함하고,
    상기 필터링된 시선 방향 정보에 대응하는 상기 이미지 상의 대상이 식별되는 것에 응답하여, 상기 적어도 하나의 프로세서는 상기 통신 모듈을 통해 상기 대상의 정보를 수신하고, 그리고 상기 음향 출력 모듈 및 상기 디스플레이 모듈 중 적어도 하나를 통해 상기 대상의 정보를 출력하는 전자 장치.
  14. 제12항에 있어서,
    상기 필터링된 시선 방향 정보에 대응하는 상기 이미지 상의 대상이 식별되는 것에 응답하여, 상기 적어도 하나의 프로세서는 상기 이미지 상의 대상으로 초점을 이동하도록 상기 제2 카메라 모듈을 제어하는 전자 장치.
  15. 적어도 하나의 프로세서, 카메라 모듈 및 메모리를 포함하는 전자 장치의 동작 방법에 있어서:
    상기 카메라 모듈이 이미지 프레임을 생성하고;
    상기 적어도 하나의 프로세서가 상기 이미지 프레임에 대해 얼굴 인식을 수행하고;
    상기 얼굴 인식에서 얼굴이 인식되는 것에 응답하여, 상기 적어도 하나의 프로세서가 상기 얼굴의 특징점 추출을 수행하고;
    상기 얼굴의 특징점이 추출되는 것에 응답하여, 상기 적어도 하나의 프로세서가 상기 얼굴의 얼굴 방향을 인식하고;
    상기 얼굴 방향이 인식되는 것에 응답하여, 상기 적어도 하나의 프로세서가 상기 얼굴의 시선 방향을 인식하여 시선 방향 정보를 생성하고;
    상기 시선 방향이 인식되는 것에 응답하여, 상기 적어도 하나의 프로세서가 상기 시선 방향 정보에 대해 필터링을 수행하여 필터링된 시선 방향 정보를 생성하고; 그리고
    상기 적어도 하나의 프로세서가 상기 필터링된 시선 방향 정보를 상기 메모리에 저장하는 것을 포함하는 동작 방법.
PCT/KR2022/002425 2021-06-29 2022-02-18 시선 방향 인식 시에 에러를 보정하는 전자 장치 및 전자 장치의 동작 방법 Ceased WO2023277295A1 (ko)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP22833353.0A EP4250064A4 (en) 2021-06-29 2022-02-18 ELECTRONIC DEVICE FOR ERROR CORRECTION DURING GAZE DIRECTION RECOGNITION, AND METHOD FOR OPERATING ELECTRONIC DEVICE
CN202280017066.4A CN116917846A (zh) 2021-06-29 2022-02-18 用于校正注视方向识别期间的误差的电子装置及操作方法
US17/718,905 US12223769B2 (en) 2021-06-29 2022-04-12 Electronic device and operating method of electronic device for correcting error during gaze direction recognition

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2021-0084593 2021-06-29
KR1020210084593A KR20230001715A (ko) 2021-06-29 2021-06-29 시선 방향 인식 시에 에러를 보정하는 전자 장치 및 전자 장치의 동작 방법

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US17/718,905 Continuation US12223769B2 (en) 2021-06-29 2022-04-12 Electronic device and operating method of electronic device for correcting error during gaze direction recognition

Publications (1)

Publication Number Publication Date
WO2023277295A1 true WO2023277295A1 (ko) 2023-01-05

Family

ID=84690364

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/002425 Ceased WO2023277295A1 (ko) 2021-06-29 2022-02-18 시선 방향 인식 시에 에러를 보정하는 전자 장치 및 전자 장치의 동작 방법

Country Status (2)

Country Link
KR (1) KR20230001715A (ko)
WO (1) WO2023277295A1 (ko)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1173289A (ja) * 1997-08-29 1999-03-16 Sanyo Electric Co Ltd 情報処理装置
KR20130099521A (ko) * 2012-02-29 2013-09-06 삼성전자주식회사 영상 내 사용자의 시선 보정 방법, 기계로 읽을 수 있는 저장 매체 및 통신 단말
KR20140144510A (ko) * 2013-06-11 2014-12-19 삼성전자주식회사 시선 추적을 이용한 시인성 개선 방법, 저장 매체 및 전자 장치
KR20150143584A (ko) * 2013-04-08 2015-12-23 코기센 에스.알.엘. 시선위치 추적 방법
WO2020191643A1 (en) * 2019-03-27 2020-10-01 Intel Corporation Smart display panel apparatus and related methods

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1173289A (ja) * 1997-08-29 1999-03-16 Sanyo Electric Co Ltd 情報処理装置
KR20130099521A (ko) * 2012-02-29 2013-09-06 삼성전자주식회사 영상 내 사용자의 시선 보정 방법, 기계로 읽을 수 있는 저장 매체 및 통신 단말
KR20150143584A (ko) * 2013-04-08 2015-12-23 코기센 에스.알.엘. 시선위치 추적 방법
KR20140144510A (ko) * 2013-06-11 2014-12-19 삼성전자주식회사 시선 추적을 이용한 시인성 개선 방법, 저장 매체 및 전자 장치
WO2020191643A1 (en) * 2019-03-27 2020-10-01 Intel Corporation Smart display panel apparatus and related methods

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP4250064A4 *

Also Published As

Publication number Publication date
KR20230001715A (ko) 2023-01-05

Similar Documents

Publication Publication Date Title
WO2020171621A1 (en) Method of controlling display of avatar and electronic device therefor
WO2022173164A1 (ko) Ar 객체를 표시하는 방법 및 전자 장치
WO2022014836A1 (ko) 가상 객체들의 밝기를 다르게 표시하는 방법 및 장치
WO2022050638A1 (ko) 디스플레이의 설정 변경 방법 및 전자 장치
WO2022154337A1 (ko) 이미지를 업스케일하는 전자 장치 및 이의 제어 방법
US12223769B2 (en) Electronic device and operating method of electronic device for correcting error during gaze direction recognition
WO2022260457A1 (ko) 플렉서블 디스플레이를 통해 배경 이미지를 표시하는 방법 및 그 전자 장치
WO2022005027A1 (ko) 전자 장치와 연결된 히어러블 장치 및 이의 동작 방법
KR20230083743A (ko) 이미지를 제공하는 방법 및 이를 지원하는 전자 장치
WO2023277295A1 (ko) 시선 방향 인식 시에 에러를 보정하는 전자 장치 및 전자 장치의 동작 방법
WO2023068549A1 (ko) 외부 장치를 이용하는 전자 장치 및 이의 동작 방법
WO2023106895A1 (ko) 가상 입력 장치를 이용하기 위한 전자 장치 및 그 전자 장치에서의 동작 방법
KR20230130496A (ko) 눈의 피로도 저감 방법 및 그 전자 장치
WO2022154479A1 (ko) 사용자의 자세를 측정하기 위한 전자 장치 및 그 방법
EP4270160A1 (en) Method for reducing fatigue level of eyes and electronic device therefor
WO2023003224A1 (ko) 증강 현실 또는 가상 현실을 제공하는 전자 장치 및 전자 장치의 동작 방법
KR20250015662A (ko) 가상 객체를 표시하는 웨어러블 전자 장치, 이의 동작 방법 및 기록 매체
WO2026054494A1 (ko) 3차원 객체의 움직임을 제어하는 전자 장치 및 그 제어 방법
WO2023063563A1 (ko) 복수의 디스플레이를 포함하는 전자 장치 및 그 동작 방법
KR20260032136A (ko) 3d 공간 내에서의 터치 입력을 위한 머리-착용 전자 장치, 방법, 및 비일시적 컴퓨터 판독 가능 저장 매체
WO2026029333A1 (ko) 집어 올려 켜기를 수행하는 전자 장치 및 상기 전자 장치의 동작 방법
WO2025058227A1 (ko) 디스플레이를 가지는 웨어러블 장치 및 그의 방법
WO2025183394A1 (ko) 개인 특성에 기반한 시선 추적을 위한 웨어러블 장치, 방법, 및 비-일시적 컴퓨터 판독 가능 기록 매체
WO2022154417A1 (ko) 감정 상태를 식별하는 전자 장치 및 그 운용 방법
KR20230020328A (ko) 이미지를 보정하는 장치 및 그 방법

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: 22833353

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022833353

Country of ref document: EP

Effective date: 20230620

WWE Wipo information: entry into national phase

Ref document number: 202280017066.4

Country of ref document: CN

NENP Non-entry into the national phase

Ref country code: DE