WO2020186480A1 - 近视预测系统及方法 - Google Patents
近视预测系统及方法 Download PDFInfo
- Publication number
- WO2020186480A1 WO2020186480A1 PCT/CN2019/078885 CN2019078885W WO2020186480A1 WO 2020186480 A1 WO2020186480 A1 WO 2020186480A1 CN 2019078885 W CN2019078885 W CN 2019078885W WO 2020186480 A1 WO2020186480 A1 WO 2020186480A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- myopia
- eye
- user
- change trend
- Prior art date
Links
Images
Classifications
-
- A—HUMAN NECESSITIES
- A61—MEDICAL OR VETERINARY SCIENCE; HYGIENE
- A61B—DIAGNOSIS; SURGERY; IDENTIFICATION
- A61B3/00—Apparatus for testing the eyes; Instruments for examining the eyes
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H50/00—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
- G16H50/30—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for calculating health indices; for individual health risk assessment
Definitions
- the invention relates to the technical field of myopia prevention and control, in particular to a myopia prediction system and a myopia prediction method.
- the technical problem to be solved by the present invention is to provide a myopia prediction system and method capable of personalized prediction of the user's myopia trend in view of one or more of the above-mentioned defects in the prior art.
- the first aspect of the present invention provides a myopia prediction system, including:
- a terminal control device that communicates with the multiple data collection devices, and uploads eye behavior data collected by the multiple data collection devices
- Mobile terminal equipment used to collect user's myopia change trend data
- the cloud server is used to receive the eye behavior data uploaded by the terminal control device, and use the eye behavior data as the model input data and the myopia change trend data as the verification result to train the deep learning model; and use the trained The deep learning model processes the eye behavior data to be predicted, and obtains the prediction results of myopia change trend matching the user's eye habits.
- the eye behavior data includes: date, user ID, average eye distance, average eye time, average ambient light, average outdoor exposure time, average head tilt Angle and current myopia prevention and control means sequence value
- the myopia change trend data includes: date, user ID, user age, left eye refractive power change trend label value, and right eye refractive power change trend label value.
- the mobile terminal device is also used to collect personal characteristic data of the user, and the cloud server merges eye behavior data and personal characteristic data into user eye data, As model input data; the personal characteristic data includes at least: user ID, user age, student gender, student area and genetic information.
- the left eye refractive power change trend label value and the right eye refractive power change trend label value both represent the corresponding refractive power change trend by the following values:
- the refractive power change trend label value is set to the third label value.
- the deep learning model adopts an attention encoder to process the eye data of N consecutive users at time t and before time t, and perform classification by a softmax encoder, Output the probabilities corresponding to the label values of the three refractive power change trends.
- the data collection device includes:
- a data collection module for collecting eye behavior data, where the eye behavior data includes at least eye distance data
- the main control module is used to process the current eye distance data using the training model, detect whether the current sitting posture is a standard sitting posture or a non-standard sitting posture, and generate a reminder instruction when the current sitting posture is a non-standard sitting posture;
- the reminder module is used to generate a reminder signal to remind the user when receiving a reminder instruction
- the feedback module is used for receiving the feedback signal input by the user, and sending the feedback signal to the main control module to update the training model.
- the main control module includes:
- the real-time detection unit is used to input the current eye distance data as a test sample into the training model, and output the detection result data including the label value, where the label value is used to identify the standard sitting posture or the non-standard sitting posture;
- the state detection unit is used to generate a reminder instruction when the tag value of the detection result data corresponds to a non-standard sitting posture
- the model training unit is used to add the current eye distance data and its label value as a training sample to the training sample set when the feedback signal is not received, and to correct the label value corresponding to the current eye distance data when the feedback signal is received.
- the training sample set is added; the model training unit uses the training sample set to update the training model.
- the data collection module includes:
- Matrix type ranging unit used to sample the distance in the preset rectangular measurement area
- the main control module generates a sample sequence according to multiple distance values sampled in the rectangular measurement area, and inputs the sample sequence as a test sample into the training model.
- the data collection device further includes:
- Input module for receiving the height value input by the user
- Lifting mechanism for adjusting the height position of the distance measuring sensor of the matrix type distance measuring unit
- the main control module further includes: a sensor height calculation unit for determining the preset height position of the distance measuring sensor according to the height value input by the user, and sending a signal to the lifting mechanism to control the distance measuring sensor to reach the preset height position; wherein The preset height position h satisfies the following formula:
- w is the desktop depth
- FOV is the field of view angle of the ranging sensor
- H is the height value input by the user.
- the present invention also provides a myopia prediction method, including the following steps:
- the present invention collects the user's eye behavior data by installing multiple data collection devices, and uploads them to the server uniformly, combines the myopia change trend data collected by mobile terminal equipment, and trains the deep learning model to accurately predict the user The change trend of myopia after a preset period of time.
- the present invention can perform sitting posture detection based on the current eye distance data, generate a reminder instruction when the current sitting posture is a non-standard sitting posture, and continuously correct training samples by receiving feedback signals from the user when judging abnormalities Therefore, the training model is continuously updated during use, which can better match the user's characteristics, such as height, and make the judgment result more accurate.
- the present invention adopts a matrix ranging method, uses multiple eye data in an area to determine sitting posture, and through a reasonable height setting, it can effectively cover the head and chest area, making the measurement result more accurate.
- Figure 1 is a schematic diagram of the composition of a myopia prediction system according to a preferred embodiment of the present invention
- Figure 2 is a schematic diagram of an encoder model according to a preferred embodiment of the present invention.
- Fig. 3 is a schematic diagram of softmax according to a preferred embodiment of the present invention.
- FIG. 4 is a graph showing an increase in myopia of an individual in the later stage generated according to a preferred embodiment of the present invention and a prevention and control effect graph of different myopia prevention and control methods predicted by the preferred embodiment of the present invention;
- Figure 5 is a block diagram of a data acquisition device according to a preferred embodiment of the present invention.
- FIG. 6 is a block diagram of the principle of the main control module in the data acquisition device of the preferred embodiment of the present invention.
- FIG. 7 is a schematic diagram of a first appearance of a data acquisition device according to a preferred embodiment of the present invention.
- FIG. 8 is a diagram of the use state of the data acquisition device according to the preferred embodiment of the present invention.
- Figure 9 is a schematic diagram of sitting posture physiological analysis
- FIG. 10 is a schematic diagram of adjusting the height position of the distance measuring sensor according to the present invention.
- FIG. 11 is a schematic diagram of sampling of a matrix measurement unit of a data acquisition device according to a preferred embodiment of the present invention.
- Fig. 12 is a distance measurement spatial relationship diagram of a data acquisition device according to a preferred embodiment of the present invention.
- Fig. 13 is a diagram of a preset rectangular measurement area of a data acquisition device according to a preferred embodiment of the present invention.
- Figure 14 is a schematic diagram of the principle of the SVM trainer.
- FIG. 1 is a schematic diagram of the composition of a myopia prediction system according to a preferred embodiment of the present invention.
- the myopia prediction system provided by this embodiment includes a plurality of data collection devices 100, a terminal control device 200, a cloud server 300, and a mobile terminal device 400.
- multiple data collection devices 100 are used to collect user's eye behavior data.
- the main purpose of the data collection device 100 is to monitor students' eye behavior data, which may include but not limited to: average eye distance, average eye time, average ambient light, average outdoor exposure time, average head angle, and current myopia prevention and control Means sequence value. And transmit the data to the terminal control device 200.
- the data collection device 100 may be installed in a specific place, such as a campus.
- the data collection device 100 includes but is not limited to:
- the terminal control device 200 communicates with the multiple data collection devices 100 and uploads the eye behavior data collected by the multiple data collection devices 100.
- the terminal control device 200 is a terminal product installed in a specific place to manage all the data collection devices 100.
- the terminal control device 200 communicates with all devices at regular intervals, obtains all collected eye behavior data, and uploads the data to the cloud server 300.
- the functions of the terminal control device 200 include but are not limited to:
- Data transmission receiving data collected by the data collecting device 100 and transmitting the data to the cloud server 300.
- Equipment management responsible for managing all data collection devices 100 in the site, including adding, deleting, updating, and viewing devices.
- the mobile terminal device 400 is used to collect user's myopia change trend data.
- the mobile terminal device 400 may be an electronic device such as a mobile phone/tablet, and the user can input myopia change trend data through the mobile terminal device 400.
- the cloud server 300 communicates with the terminal control device 200 and the mobile terminal device 400, and is used to receive the eye behavior data uploaded by the terminal control device 200, and use the eye behavior data as model input data, and use the myopia change trend data as verification As a result, the deep learning model is trained.
- the cloud server 300 also uses the trained deep learning model to process the eye behavior data to be predicted to obtain the prediction result of the myopia change trend.
- the cloud server 300 has a big data learning function. By collecting hundreds of millions of eye data and all users’ follow-up myopia development diagnosis information, it forms a platform with big data as samples and deep learning methods.
- the prediction result of myopia change trend matches the user's eye habits.
- the theoretical basis of the present invention believes that the user's eye data can be used to predict the myopia risk trend, that is, the user's eye data is used as input to predict the myopia risk trend (output).
- the myopia risk trend as three categories, as follows:
- a and b can be adjusted and optimized according to actual conditions.
- the value of a is 0.8D-1.2D.
- the eye behavior data collected by the data collection device 100 may include, but is not limited to: average eye distance, average eye time, average ambient light, average outdoor exposure time, average head angle, and sequence value of current myopia prevention and control measures.
- the eye behavior data may also include basic information such as date and user ID, and the eye behavior data may constitute data set 1:
- Average eye distance The average eye distance of the student in the past month; among them, using eyes at close range is an important factor leading to myopia.
- Average eye use time The average daily eye use time of the student in the past month; the time of continuous eye use, eye load and myopia also have a strong positive correlation.
- Average ambient light The student's ambient light intensity when using eyes at close range in the past month; if the ambient light intensity is too dark, it will increase the load on the eyes, which is related to myopia.
- Average outdoor exposure time The average daily outdoor exposure time of the student in the past month; the study found that sunlight has a mitigation effect on myopia, so outdoor exposure time is also related to myopia.
- Average head tilt angle The average head tilt angle of the student when using eyes at close range in the past month; whether a person tilts the head when using the eyes, bad head tilt habits can also lead to different development of myopia in the left and right eyes.
- a sample case is as follows:
- the myopia change trend data collected by the mobile terminal device 400 includes but is not limited to date, user ID, user age, left eye refractive power change trend label value, and right eye refractive power change trend label value.
- Make up data set 2 is not limited to date, user ID, user age, left eye refractive power change trend label value, and right eye refractive power change trend label value.
- a sample case is as follows:
- the myopia change trend data can be calculated by the myopia refractive power data received by the mobile terminal device 400, for example, the myopia refractive power data is stored as the following data set:
- myopia is represented by +
- hyperopia is represented by -.
- the present invention is a classification problem.
- the user uses eye data to predict the risk of diopter deepening, that is, the risk of myopia in recent eye habits. Based on clinical experience, the present invention assumes the increase in myopia diopter and eye behavior Habits are related to personal characteristics.
- the eye behavior data is used as the user's eye data input model, that is, the aforementioned data set 1 is used as the model input data.
- eye behavior data and personal characteristic data are combined into user eye data as model input data.
- the mobile terminal device 400 is also used to collect personal characteristic data of the user.
- the personal characteristic data includes but is not limited to: user ID, user age, student gender, student area, and genetic information.
- Data set 3 represents all personal characteristic data, such as genetic information, gender characteristics, etc.
- the gender of the student is 1 for boys and 2 for girls; among them, myopia is represented by +, and hyperopia is represented by -.
- the area is indicated by the telephone area code.
- a sample case is as follows:
- the cloud server of the present invention can use a neural attention encoder for training, as shown in Figure 2.
- the deep learning model uses an attention encoder to process the continuous N user eye data at time t and before time t, and classifies it through the softmax encoder, and outputs the probabilities corresponding to the label values of the three refractive power change trends.
- N is the preset value. specifically,
- I t wherein t is the time user data eye, i tN, i tN + 1 , i tN + 2 whil i t-1 for the N successive user data eye before time t, the data are
- the data of set 1 is encoded by the encoder
- O t is the vector encoded at time t
- the attention mechanism is input to adjust the recent weights
- C t is the predicted data at time t.
- S j is the probability of the j-th category, and the j-th value in the vector represented by a j .
- X is the vector that has undergone attention processing
- the gradient descent algorithm is used to update the gradient, and the cross entropy is used as our loss function.
- the form of the cross entropy function is as follows:
- the value in log is the Softmax value of the correct classification of this group of data. The larger the proportion of it, the smaller the Loss of this sample.
- the cloud server of the present invention can further use the analysis result to generate an individual's late-sighted increase trend graph, as shown in FIG. 4.
- -1.00 means myopia is 100°, and other things can be known in the same way; this system can predict the increasing trend of myopia in the later period of an individual every (3 months/year).
- the present invention can also predict the prevention and control effects of different myopia prevention and control means, as shown in FIG. 4.
- the above methods can assess the increasing trend of individual myopia. For some group scenes, it is necessary to assess the group's myopia risk from a more systematic perspective.
- the cloud server of the present invention can select groups with one type (or multiple types) of tags (for example, the same school, the same area, etc.), and comprehensively evaluate the myopia risk trend of the group to judge the myopia risk of the entire group. To formulate a comprehensive myopia prevention and control program.
- the present invention starts with the above model, and assessing the development trend of myopia can start with data on eye behavior habits, and preventing and controlling myopia can start from controlling eye behavior.
- Starting from theory from multiple perspectives such as data collection, eye evaluation, and behavior intervention, combined with specific scenarios, such as campuses.
- This program provides a friendly product solution for myopia prediction or further assessment of myopia status from the entire system network. Therefore, the present invention specifically addresses the needs of myopia risk assessment, and formulates a low-cost, good-effect, easy-to-expand and maintain eye habit assessment and prediction plan.
- the present invention can also use deep learning to evaluate the myopia risk for groups with different characteristics such as the whole group.
- a data collection device 100 that can be used for sitting posture detection is also provided to improve the function of the entire myopia prediction system.
- FIG. 5 is a block diagram of a data acquisition device according to a preferred embodiment of the present invention.
- the data collection device 100 provided in this embodiment includes: a data collection module 110, a main control module 120, a reminder module 130 and a feedback module 140.
- the data collection module 110 is used to collect eye behavior data, and the eye behavior data includes at least eye distance data.
- the main control module 120 is connected to the data collection module 110, and is used to process the current eye distance data using the training model, detect whether the current sitting posture is a standard sitting posture or a non-standard sitting posture, and generate a reminder instruction when the current sitting posture is a non-standard sitting posture .
- the training model is preferably an SVM (Support Vector Machine) model.
- the reminder module 130 is connected to the main control module 120 and is used to generate a reminder signal to remind the user when receiving a reminder instruction.
- the reminding module 130 may remind the user through, for example, sound and light reminders.
- the feedback module 140 is connected to the main control module 120, and is configured to receive a feedback signal input by the user, and send the feedback signal to the main control module 120 to update the training model.
- the present invention can perform sitting posture detection based on the current eye distance data, and generate a reminder instruction when the current sitting posture is a non-standard sitting posture.
- the method of the present invention discards the traditional logic of determining whether it is a bad sitting posture by directly performing threshold judgment based on distance measurement, but uses machine learning to determine the sitting posture, which can better match the characteristics of the user, such as height.
- FIG. 6 is a functional block diagram of the main control module 120 in the myopia prediction system of the preferred embodiment of the present invention.
- the main control module 120 includes a real-time detection unit 121, a state detection unit 122 and a model training unit 123.
- the real-time detection unit 121 is configured to input the current eye distance data x as a test sample into a training model such as an SVM model, and output detection result data including a label value y, where the label value is used to identify a standard sitting posture or a non-standard sitting posture.
- a training model such as an SVM model
- detection result data including a label value y, where the label value is used to identify a standard sitting posture or a non-standard sitting posture.
- the model training unit 123 is used for adding the current eye distance data and its label value as a training sample to the training sample set when the feedback signal is not received.
- the model training unit 123 updates the training model using the updated training sample set.
- the model training unit 123 may use the latest training sample set to update the training model every time it receives a feedback signal. In a more preferred embodiment of the present invention, the model training unit 123 may use the latest training sample set to update the training model when judging that the number of received feedback signals exceeds a preset threshold. For example, if the feedback signal is received more than 5 times, the training model is updated with the latest training sample set.
- the housing 1 of the data acquisition device includes a base 2 and a cylindrical housing 3 vertically installed on the base 2.
- a feedback button 5 is installed on the base 2, for example, a touch sensing method is adopted.
- a distance measuring sensor 4 is installed at the upper end of the cylindrical housing 3, and the data collection device can collect eye behavior data through the distance measuring sensor 4.
- the distance measuring sensor 4 preferably adopts an infrared distance measuring sensor, which includes a pair of infrared signal emitting diodes and receiving diodes. The propagation of infrared light takes time.
- the time it takes to be received by the receiving diode after hitting the reflector and being received by the receiving diode multiplied by the propagation speed of the infrared light can calculate the distance measuring sensor 4 and the measured object
- the distance between the eyes is the distance between the eyes.
- the data collection device can be installed on the edge of a desk in front of a user, such as a student, so that the user is measuring.
- the distance measuring sensor 4 can also be a distance measuring light sensor, which detects the distance between the eyes and the light intensity at the same time.
- the data acquisition device provided by the present invention is placed in front of the desk, with an opening right in front of the top, and a distance measuring sensor 4 inside, which analyzes the sitting posture by detecting the distance from the head and chest of the person.
- the data collection device can adopt a matrix ranging method.
- the data collection module 110 includes at least: a matrix ranging unit 111 for sampling the distance in a preset rectangular measurement area.
- the matrix distance measuring unit 111 can detect the distance to the head and chest of a person through the distance measuring sensor 4 having a certain angle to the horizontal.
- the ranging chip of the matrix ranging unit 111 is a matrix ranging method. Each measurement returns a matrix array (n*n) within a certain angle:
- the height position of the distance measuring sensor 4 of the data collection device is fixed. In some other preferred embodiments of the present invention, the height position of the distance measuring sensor 4 of the data acquisition device is adjustable. Therefore, the data acquisition device also includes: an input module and a lifting mechanism.
- the input module is used to receive the height value input by the user. For example, input the height value by voice or keystrokes.
- the lifting mechanism is used to adjust the height position of the distance measuring sensor 4 of the matrix distance measuring unit, for example, by various methods known and applicable to those skilled in the art, such as installing a lifting mechanism control column housing 3 in the base 2 Lift up and down to adjust the height position of the distance measuring sensor 4 on it.
- the main control module 120 further includes a sensor height calculation unit for determining the preset height position of the distance measuring sensor according to the height value input by the user, and sending a signal to the lifting mechanism to control the distance measuring sensor to reach the preset height position.
- the preset height position h satisfies the following formula:
- w is the depth of the desktop
- FOV is the field of view of the ranging sensor
- H is the height value entered by the user.
- the present invention concludes that the height position of the distance measuring sensor 4 determined by the above method can well improve the measurement accuracy of the eye distance and improve the accuracy of posture prediction.
- the effect of setting the height position of the distance measuring sensor 4 of the present invention will be analyzed with reference to FIG. 10.
- the minimum value of the preset height position h of the distance measuring sensor 4 is w*tan(FOV/2), so that the measurement data is not blocked by the desktop.
- the maximum value of the preset height position h of the distance measuring sensor 4 is (H/15)+w*tan(FOV/2). This is because, considering that the distance measuring sensor should be able to better measure the bending of the head and neck, the detection range of the measuring sensor must include the chest. According to the actual statistics, take 1/4 of the height on the desktop, that is The lower edge of the measurement area needs to be no lower than the chest position.
- the proportion of human head height ranges from 5 years old to adults, roughly between 6 and 7.5.
- a person’s body is at least 2/7.5 (2/6, that is, at least the head and upper chest, these two are about 2 heads high, and the total height of the person is 6 heads to 7.5 heads high) on the table , In order to have a more comfortable posture.
- the following best relationship can be obtained:
- the present invention also studies the FOV of the range-finder sensor in the above formula.
- the range-finding sensor In order for the range-finding sensor to be able to detect most areas of the human body exposed on the desktop, it must be able to detect the height of the person (2/7.5 ⁇ 2/6) most of the area. After a lot of research and experience, the present invention has a better effect when the detection coverage rate reaches 30% and above. From this, the following formula can be obtained:
- the desktop depth w (the size from the sitting side, the front and back direction of the desktop) is 40cm. Assuming that the device is installed directly in front of the student and far from the edge of the user's desk, it is approximately considered that the horizontal distance between the device and the user is 40 cm.
- the FOV of the range-finder sensor of the present invention is preferably 27°.
- the height of the ranging chip is h. If the FOV of the ranging sensor is 27° and the desktop depth w is 40cm, the result of each measurement is a 4*4 matrix, as shown in Figure 11. Show.
- the exploreable area is a circular area with a radius of 9.6, as shown in Figure 12 and Figure 13.
- the distance measurement of the present invention can collect the distance data of the chest and the head at the same time to judge the sitting posture. From the above information, the preset height position h of the distance measuring sensor of the device can be better designed so that the final matrix measurement area covers the head and chest well.
- the main control module 120 generates a sample sequence according to multiple distance values sampled in the rectangular measurement area, and inputs the sample sequence as a test sample into the training model. Preferably, the main control module 120 uniformly samples 4*4 distance values in the rectangular measurement area to form a sample sequence.
- Each current eye distance data includes the following 4*4 matrix eye distance values:
- Dc is an eye distance data used to form a sample sequence.
- d c11 , d c12 , d c13 , and d c14 are the distance values of the 4 sampling points of the first row of distribution, and so on, d c41 , d c42 , d c43 and d c44 are the 4 samples of the fourth row of distribution The distance value of the point.
- the current eye distance data and the test time point are used to obtain a sequence of test samples and input into the training model.
- the present invention can continuously learn independently during use. In the prior art, when determining the sitting posture, it does not take into account that each person's posture, habits, and desk distance are different, which may cause misjudgment.
- the present invention introduces an autonomous learning mechanism to solve the above problems.
- a feedback button is set on the device. When the user feels that the current machine judgment is abnormal, such as a bad sitting posture is not reminded, or a correct sitting posture is not reminded, press the feedback to the machine. When the user continues Feedback, internal algorithms will continue to self-learn and optimize.
- the SVM algorithm is mainly used.
- Support Vector Machine shows many unique advantages in solving small sample, nonlinear and high-dimensional pattern recognition, and can be extended to other machine learning problems such as function fitting.
- the main idea of the SVM trainer is to find a linearly separable line (or hyperplane) that can separate the two types.
- line or hyperplane
- What we are looking for is the line (or hyperplane) with the largest distance when dividing the two types of targets among these straight lines (or hyperplanes).
- We call such a straight line or hyperplane the best linear classifier, as shown in Figure 14.
- x is the inputted eye condition data Dc.
- the sigmoid function is:
- W is the normal vector
- T in w T represents transposition
- b is the displacement
- the learning method of the present invention is as follows:
- the training samples with known sitting state are pre-recorded in the device to form a training sample set, including the eye distance data of the standard sitting posture and the eye distance data of the non-standard state, and the label values are respectively marked, and the training sample is used to compare the SVM model Conduct training.
- the device starts to recognize the sitting posture.
- the machine detects that the current sitting posture is not the standard sitting posture, it will remind and correct it.
- the machine detects that the current sitting posture is the standard sitting posture, it will not remind.
- the sitting posture data is processed for dimensionless standardization, and paired with the label value into the svm trainer for training.
- the device also has detection functions such as light intensity.
- the data collection module 110 further includes: a light intensity measuring unit 112 for measuring data of light intensity.
- the main control module is also used to detect the light intensity, and generate a reminding instruction to the reminding module 140 when it is lower than a preset threshold.
- the device also has the function of detecting the length of the eye.
- the main control module 120 is also used to detect the eye duration, and generate a reminder instruction to the reminder module when it is higher than a preset threshold.
- both the preset threshold of eye duration and the preset threshold of light intensity can be set according to needs.
- the preset threshold of eye duration is 30min-60min, and the preset threshold of light intensity is 600-800lux.
- the main control module 120 generates a reminding instruction when the light intensity is lower than a preset threshold.
- the main control module 120 determines that the near vision state is satisfied when the average eye distance L ⁇ 60 cm, and starts timing.
- the average eye distance L ⁇ 60cm is the average value of the distance within the preset rectangular measurement area.
- the main control module 120 generates a reminder when the eye duration is higher than the preset threshold.
- these two reminding signals can be used in separate reminding methods, such as vibration reminding. In this way, the user can only give feedback on the accuracy of the sitting posture detection.
- the present invention also provides a myopia prediction method corresponding to the system, including:
- the above method also includes:
- the data collection step is used to collect eye behavior data, where the eye behavior data at least includes eye distance data.
- the judgment step is used to process the current eye distance data using the training model, detect whether the current sitting posture is a standard sitting posture or a non-standard sitting posture, and generate a reminder instruction when the current sitting posture is a non-standard sitting posture.
- Reminder step when receiving a reminder instruction, a reminder signal is generated to remind the user.
- the feedback step is used to receive the feedback signal input by the user
- the training model is updated in response to the feedback signal input by the user.
- the judgment steps include:
- the real-time detection sub-step is used to input the current eye distance data as the test sample into the training model, and output the detection result data containing the label value, where the label value is used to identify the standard sitting posture or the non-standard sitting posture;
- the state detection sub-step is used to generate a reminder instruction when the tag value of the detection result data corresponds to a non-standard sitting posture.
- the model training step adds the current eye distance data and its label value as a training sample to the training sample set when the feedback signal is not received, and corrects the label value corresponding to the current eye distance data before adding the training when the feedback signal is received.
- Sample set ; and use the training sample set to update the training model.
- the training sample set is used to update the training model when it is determined that the number of received feedback signals exceeds a preset threshold.
- the myopia prediction method further includes the following steps:
- w is the desktop depth
- FOV is the field of view angle of the ranging sensor
- H is the height value input by the user.
Landscapes
- Health & Medical Sciences (AREA)
- Public Health (AREA)
- Engineering & Computer Science (AREA)
- Life Sciences & Earth Sciences (AREA)
- Medical Informatics (AREA)
- Biomedical Technology (AREA)
- General Health & Medical Sciences (AREA)
- Primary Health Care (AREA)
- Ophthalmology & Optometry (AREA)
- Pathology (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Biophysics (AREA)
- Epidemiology (AREA)
- Heart & Thoracic Surgery (AREA)
- Molecular Biology (AREA)
- Surgery (AREA)
- Animal Behavior & Ethology (AREA)
- Veterinary Medicine (AREA)
- Measurement Of The Respiration, Hearing Ability, Form, And Blood Characteristics Of Living Organisms (AREA)
- Eye Examination Apparatus (AREA)
Abstract
Description
Claims (11)
- 一种近视预测系统,其特征在于,包括:多个数据采集装置,用于采集用户的用眼行为数据;终端控制设备,与所述多个数据采集装置通讯,并将通过所述多个数据采集装置采集的用眼行为数据上传;移动终端设备,用于采集用户的近视变化趋势数据;云端服务器,用于接收所述终端控制设备上传的用眼行为数据,并以用眼行为数据作为模型输入数据,以近视变化趋势数据作为验证结果,对深度学习模型进行训练;并利用训练后的深度学习模型对待预测的用眼行为数据进行处理,获得与用户用眼习惯匹配的近视变化趋势预测结果。
- 根据权利要求1所述的近视预测系统,其特征在于,所述用眼行为数据包括:日期、用户ID、平均用眼距离、平均用眼时长、平均环境光照、平均户外暴露时长、平均偏头角度和当前近视防控手段序列值;所述近视变化趋势数据包括:日期、用户ID、用户年龄、左眼屈光度数变化趋势标签值和右眼屈光度数变化趋势标签值。
- 根据权利要求1所述的近视预测系统,其特征在于,所述移动终端设备还用于采集用户的个人特征数据,所述云端服务器将用眼行为数据和个人特征数据合并为用户用眼数据,作为模型输入数据;所述个人特征数据至少包括:用户ID、用户年龄、学生性别、学生地区和遗传信息。
- 根据权利要求2所述的近视预测系统,其特征在于,所述左眼屈光度数变化趋势标签值和右眼屈光度数变化趋势标签值均通过以下数值表示相应的屈光度数变化趋势:在近视屈光度数一年增加数大于a时,或者三个月增加数大于 0.25a时,将屈光度数变化趋势标签值设为第一标签值;在近视屈光度数一年增加数为b到a之间时,或者三个月增加数为0.25b到0.25a之间时,将屈光度数变化趋势标签值设为第二标签值;在近视屈光度数一年增加数小于b时,或者三个月增加数小于0.25b时,将屈光度数变化趋势标签值设为第三标签值。
- 根据权利要求3所述的近视预测系统,其特征在于,所述深度学习模型采用attention编码器对t时刻及t时刻之前连续的N个用户用眼数据进行处理,并通过softmax编码器进行分类,输出三种屈光度数变化趋势标签值对应的概率。
- 根据权利要求1-5中任一项所述的近视预测系统,其特征在于,所述数据采集装置包括:数据采集模块,用于采集用眼行为数据,所述用眼行为数据至少包括用眼距离数据;主控模块,用于利用训练模型对当前的用眼距离数据进行处理,检测当前坐姿为标准坐姿或者非标准坐姿,在当前坐姿为非标准坐姿时生成提醒指令;提醒模块,用于在接收提醒指令时产生提醒信号以提醒用户;反馈模块,用于接收用户输入的反馈信号,并将所述反馈信号发送给所述主控模块对训练模型进行更新。
- 根据权利要求6所述的近视预测系统,其特征在于,所述主控模块包括:实时检测单元,用于将当前的用眼距离数据作为测试样本输入训练模型,输出包含标签值的检测结果数据,其中标签值用于标识标准坐姿或非标准坐姿;状态检测单元,用于检测结果数据的标签值对应非标准坐姿时生成提醒指令;模型训练单元,用于在未接收到反馈信号时将当前的用眼距离数 据及其标签值作为训练样本加入训练样本集,在接收到反馈信号时更正当前的用眼距离数据对应的标签值再加入训练样本集;所述模型训练单元利用所述训练样本集更新训练模型。
- 根据权利要求6所述的近视预测系统,其特征在于,所述数据采集模块包括:矩阵式测距单元,用于对预设的矩形测量区域内的距离进行采样;所述主控模块根据矩形测量区域内采样的多个距离数值生成样本序列,作为测试样本输入训练模型。
- 根据权利要求8所述的近视预测系统,其特征在于,所述数据采集装置还包括:输入模块,用于接收用户输入的身高值;升降机构,用于调整矩阵式测距单元的测距传感器的高度位置;所述主控模块还包括:传感器高度计算单元,用于根据用户输入的身高值确定测距传感器的预设高度位置,并发送信号给所述升降机构控制测距传感器达到预设高度位置;其中预设高度位置h满足以下公式:w*tan(FOV/2)≤h≤(H/15)+w*tan(FOV/2);其中,w为桌面深度,FOV为测距传感器的视场角,H为用户输入的身高值。
- 一种近视预测方法,其特征在于,包括以下步骤:采集用户的用眼行为数据;采集用户的近视变化趋势数据;以用眼行为数据作为模型输入数据,以近视变化趋势数据作为验证结果,对深度学习模型进行训练;并利用训练后的深度学习模型对待预测的用眼行为数据进行处理,获得与用户用眼习惯匹配的近视变化趋势预测结果。
- 根据权利要求10所述的近视预测方法,其特征在于,所述方 法还包括:选取群体的近视变化趋势预测结果,分析整个群体中不同特征群体的近视风险。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910203610.4A CN109754885A (zh) | 2019-03-18 | 2019-03-18 | 近视预测系统及方法 |
CN201910203610.4 | 2019-03-18 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2020186480A1 true WO2020186480A1 (zh) | 2020-09-24 |
Family
ID=66408864
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/078885 WO2020186480A1 (zh) | 2019-03-18 | 2019-03-20 | 近视预测系统及方法 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN109754885A (zh) |
WO (1) | WO2020186480A1 (zh) |
Families Citing this family (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110349057A (zh) * | 2019-06-27 | 2019-10-18 | 浙江天地人科技有限公司 | 一种学习状态数据采集装置和系统 |
CN110288266A (zh) * | 2019-07-03 | 2019-09-27 | 爱尔眼科医院集团股份有限公司 | 一种近视风险评估方法及系统 |
CN110797118B (zh) * | 2019-09-14 | 2023-10-27 | 天津市九米九视光技术有限公司 | 一种防控近视的监测系统以及计算方法 |
CN111243742B (zh) * | 2020-01-14 | 2023-08-25 | 中科海微(北京)科技有限公司 | 一种能够分析儿童用眼习惯的智能眼镜 |
CN111755125B (zh) * | 2020-07-07 | 2024-04-23 | 医渡云(北京)技术有限公司 | 分析患者测量指标的方法、装置、介质及电子设备 |
CN111820865B (zh) * | 2020-07-24 | 2024-05-17 | 安徽猫头鹰科技有限公司 | 一种眼部视觉数据采集在线监控系统 |
CN112289446A (zh) * | 2020-10-29 | 2021-01-29 | 美视(杭州)人工智能科技有限公司 | 一种预测青少年近视的计算机系统 |
CN112700858B (zh) * | 2020-12-14 | 2022-05-03 | 济南瞳星智能科技有限公司 | 一种儿童青少年近视预警方法及设备 |
CN113017831A (zh) * | 2021-02-26 | 2021-06-25 | 上海鹰瞳医疗科技有限公司 | 人工晶体植入术后拱高预测方法及设备 |
CN113057577A (zh) * | 2021-03-23 | 2021-07-02 | 成都爱尔眼科医院有限公司 | 一种青少年近视预测试诊断系统 |
CN114947726B (zh) * | 2022-05-10 | 2023-02-28 | 北京神光少年科技有限公司 | 一种分析用眼习惯和用眼强度的计算方法 |
CN114937307B (zh) * | 2022-07-19 | 2023-04-18 | 北京鹰瞳科技发展股份有限公司 | 用于近视预测的方法及其相关产品 |
CN115547497B (zh) * | 2022-10-09 | 2023-09-08 | 湖南火眼医疗科技有限公司 | 基于多源数据的近视防控系统及方法 |
CN117059269B (zh) * | 2023-08-10 | 2024-04-26 | 成都艾视医院管理有限公司 | 一种基于深度学习的青少年近视预测方法及模型 |
CN117671908B (zh) * | 2023-12-06 | 2024-07-19 | 广州视域光学科技股份有限公司 | 基于行为监测的近视防控系统及其防控方法 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013040047A1 (en) * | 2011-09-12 | 2013-03-21 | Cornell University | Biopolymer films and methods of making and using same |
CN104095609A (zh) * | 2014-05-20 | 2014-10-15 | 大连戴安科技有限公司 | 一种集预防、治疗、测量于一体的新型穿戴式智能近视治疗仪 |
JP2017029282A (ja) * | 2015-07-30 | 2017-02-09 | キヤノン株式会社 | 検査装置及び検査装置の制御方法 |
CN107595239A (zh) * | 2015-06-02 | 2018-01-19 | 杭州镜之镜科技有限公司 | 个人用眼监控系统 |
CN108281197A (zh) * | 2018-01-25 | 2018-07-13 | 中南大学 | 一种分析环境因素与青少年近视眼之间关系的方法 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
RU2621944C2 (ru) * | 2015-11-16 | 2017-06-08 | Государственное бюджетное образовательное учреждение высшего профессионального образования "Южно-Уральский государственный медицинский университет" Министерства здравоохранения Российской Федерации (ГБОУ ВПО ЮУГМУ Минздрава России) | Способ прогнозирования прогрессирования миопии у детей |
CN105468147B (zh) * | 2015-11-19 | 2018-07-27 | 宁波力芯科信息科技有限公司 | 一种预防近视的智能设备、系统及方法 |
CN108364687A (zh) * | 2018-01-10 | 2018-08-03 | 北京郁金香伙伴科技有限公司 | 眼球状态预测方法及预测模型构建方法和设备 |
-
2019
- 2019-03-18 CN CN201910203610.4A patent/CN109754885A/zh active Pending
- 2019-03-20 WO PCT/CN2019/078885 patent/WO2020186480A1/zh active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013040047A1 (en) * | 2011-09-12 | 2013-03-21 | Cornell University | Biopolymer films and methods of making and using same |
CN104095609A (zh) * | 2014-05-20 | 2014-10-15 | 大连戴安科技有限公司 | 一种集预防、治疗、测量于一体的新型穿戴式智能近视治疗仪 |
CN107595239A (zh) * | 2015-06-02 | 2018-01-19 | 杭州镜之镜科技有限公司 | 个人用眼监控系统 |
JP2017029282A (ja) * | 2015-07-30 | 2017-02-09 | キヤノン株式会社 | 検査装置及び検査装置の制御方法 |
CN108281197A (zh) * | 2018-01-25 | 2018-07-13 | 中南大学 | 一种分析环境因素与青少年近视眼之间关系的方法 |
Also Published As
Publication number | Publication date |
---|---|
CN109754885A (zh) | 2019-05-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2020186480A1 (zh) | 近视预测系统及方法 | |
JP6010719B1 (ja) | 健康管理サーバおよび健康管理サーバ制御方法並びに健康管理プログラム | |
US20210225510A1 (en) | Human body health assessment method and system based on sleep big data | |
CN111178313B (zh) | 一种监督用户坐姿的方法及设备 | |
CN112365107B (zh) | 一种基于人工智能的近视风险评估方法、装置及系统 | |
CN112932402A (zh) | 一种基于人工智能及智能感知的自助视力筛查系统 | |
CN114098284B (zh) | 一种红外感应身高的高度调节方法及学习桌 | |
US20210082056A1 (en) | Information processing apparatus and information processing method | |
CN110020628A (zh) | 基于面部检测的坐姿检测方法、系统、设备及存储介质 | |
US20230237699A1 (en) | Method and system for itelligently controlling children's usage of screen terminal | |
CN110705421A (zh) | 体型数据的处理方法及装置 | |
CN111402094B (zh) | 一种具有防近视功能的学生学习用辅助系统 | |
CN105147237A (zh) | 视力测试方法 | |
CN111700584A (zh) | 一种视力智能检测系统 | |
CN113221728A (zh) | 基于机器视觉的学习环境及状态监测方法及装置 | |
KR20200000680U (ko) | 학습 집중도 향상 장치 | |
CN109143616A (zh) | 一种智能监测眼镜及配套眼镜的智能镜盒 | |
CN115732091A (zh) | 视力自助筛查系统 | |
CN112530141B (zh) | 一种基于tof传感器的不良坐姿监测方法 | |
CN115240849A (zh) | 电子产品使用特征及视疲劳的记录和提醒方法及系统 | |
CN115223232A (zh) | 一种眼健康综合管理系统 | |
CN108703738A (zh) | 一种远视屈光度的测量系统及方法 | |
CN114005173A (zh) | 数据处理方法及设备 | |
CN112633411A (zh) | 坐姿检测装置及坐姿检测方法 | |
CN206964368U (zh) | 智能学生椅 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19920265 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19920265 Country of ref document: EP Kind code of ref document: A1 |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19920265 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 09.03.2022) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19920265 Country of ref document: EP Kind code of ref document: A1 |