WO2022091176A1 - Behavior analysis system and behavior analysis method - Google Patents

Behavior analysis system and behavior analysis method Download PDF

Info

Publication number
WO2022091176A1
WO2022091176A1 PCT/JP2020/040075 JP2020040075W WO2022091176A1 WO 2022091176 A1 WO2022091176 A1 WO 2022091176A1 JP 2020040075 W JP2020040075 W JP 2020040075W WO 2022091176 A1 WO2022091176 A1 WO 2022091176A1
Authority
WO
WIPO (PCT)
Prior art keywords
analysis system
behavior analysis
unit
behavior
data
Prior art date
Application number
PCT/JP2020/040075
Other languages
French (fr)
Japanese (ja)
Inventor
健太郎 佐野
昭義 大平
佐知 田中
Original Assignee
株式会社日立製作所
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 株式会社日立製作所 filed Critical 株式会社日立製作所
Priority to JP2022558609A priority Critical patent/JPWO2022091176A1/ja
Priority to CN202080103983.5A priority patent/CN115997233A/en
Priority to PCT/JP2020/040075 priority patent/WO2022091176A1/en
Publication of WO2022091176A1 publication Critical patent/WO2022091176A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Definitions

  • the present invention relates to a behavioral analysis system and a behavioral analysis method.
  • Patent Document 1 is a background technique in this technical field.
  • the acceleration can be used, for example, for grasping the subject's condition such as the subject's behavior and health condition, and for identifying an individual.
  • terminal care end-of-life care
  • individual behaviors of the subject in daily life such as getting up from sleeping (getting out of bed), excretion, and going to bed, can be detected.
  • Patent Document 1 can detect individual behaviors of a subject in daily life based on body movement data. However, in order to watch over the elderly, it is important to pay attention not only to the occurrence of specific behaviors but also to changes in daily behaviors. Further, in the technique of the patent document, it is difficult to detect an event that the system designer does not anticipate or an action that cannot be specified only by the body motion data, so that there is room for improving the accuracy of watching.
  • An object of the present invention is to provide a behavior analysis system and a behavior analysis method that detect various behaviors of a subject and their changes and improve the accuracy of watching.
  • the present invention is a behavior analysis system including an information acquisition unit, an analysis unit, and an output unit, and the information acquisition unit is generated due to the behavior of an analysis target person.
  • the data of at least one sensor that captures a change is acquired, the analysis unit classifies the data acquired by the information acquisition unit into one or more types, assigns a unique identification symbol to at least one of the classification results, and outputs the data.
  • the unit is characterized by outputting time-series information of classification results to which the same identification symbol is assigned.
  • the present invention it is possible to provide a behavior analysis system and a behavior analysis method that detect various behaviors of a subject and their changes and improve the accuracy of watching.
  • FIG. 1 is a block diagram showing the first configuration of the behavior analysis system of the present embodiment.
  • the behavior analysis system 1 that senses and analyzes human behavior is composed of an information acquisition unit 11, an analysis unit 12, a storage unit 13, a display content determination unit 14, an output unit 15, and a conversion unit 16. It is built on a server connected to the network or on the cloud.
  • the information acquisition unit 11 has a function of acquiring data of one or more sensors that capture changes caused by the behavior of the analysis target person. Sensors are installed in spaces where humans live, such as in homes and facilities, and there are multiple acquisition methods depending on the sensor data collection method. For example, when collecting sensor data to a locally installed PC via a gateway, the information acquisition unit 11 acquires sensor data by accessing the PC via a local network or the Internet. As another example, when the sensor data is collected directly or via a gateway to a server that can be generally rented, the information acquisition unit 11 acquires the sensor data by accessing the server via the Internet. As yet another example, the sensor and the behavior analysis system 1 may directly transmit and receive information by wireless communication.
  • the types of sensors from which the information acquisition unit 11 can acquire data include, for example, a motion sensor 31, an illuminance sensor 32, a temperature / humidity sensor 33, a radio wave sensor 34, and an image sensor 35.
  • the radio wave sensor 34 is defined in the present specification as a general term for sensors that detect the existence and movement of an object using radio waves, such as a microwave sensor, a millimeter wave sensor, and a TOF sensor.
  • the type of sensor is not limited to these, and may include, for example, a door open / close sensor (not shown), a pressure sensor, a microphone, a noise sensor, a vibration sensor, an acceleration sensor, an odor sensor, and the like. Further, even if the measurement contents are the same, sensors having different measurement principles, measurement intervals, and measurement value ranges may be included.
  • the information acquisition unit 11 may pass through the conversion unit 16 when transmitting the sensor data to the analysis unit 12 and the storage unit 13.
  • the conversion unit 16 has a function of unifying the format of the acquired sensor data.
  • the conversion unit 16 prepares, for example, a unified format for describing time data and sensor data in 1-minute increments, and applies the format to a plurality of sensors having different measurement intervals.
  • a sensor measuring every second may be calculated and converted into data in 1-minute increments by calculating values such as maximum, minimum, and average for 1 minute.
  • the conversion unit 16 may calculate and estimate values such as an average of measured values and a linear approximation from the data for 4 minutes between the measurement times for the sensor that measures every 5 minutes.
  • the analysis unit 12 has a function of receiving and analyzing the sensor data transmitted by the information acquisition unit 11 directly or via the conversion unit 16.
  • the analysis unit is composed of a classification unit 12a, a time series analysis unit 12b, and an index calculation unit 12c.
  • the classification unit 12a classifies one or more types of sensor data transmitted by the information acquisition unit into one or more types.
  • classification is to group data based on its characteristics, and it is not always necessary to assign human behaviors such as "sleep" and "going out", but if necessary, the allocation method is limited to human behaviors. You may.
  • the classification method is not particularly limited. For example, even if one or more specific sensor data is focused on from a plurality of sensor data and the reaction is used to determine the classification of all the sensor data at the same time. good.
  • teacher data and learning data including cases to be classified in advance may be prepared, and a classifier capable of classifying data according to the number of types of teacher data may be trained and used.
  • teacher data is, for example, human behavior such as "sleep” and "going out”
  • learning data is, for example, sensor data in a time zone corresponding to the above-mentioned "sleep” and "going out”.
  • the types of machine learning are not limited as long as they learn using teacher data and acquire classification functions, such as decision tree methods including boosting, logistic regression, k-nearest neighbors, and support.
  • a vector machine, a random forest and their ensemble, a fully connected layer of deep learning, a classifier constructed by utilizing CNN, RNN, etc. may be utilized.
  • unsupervised learning may be used as a classification method, and data having similar feature quantities of the collected sensor data may be collected.
  • the type of machine learning is not limited as long as it has a classification function without teacher data, for example, k-means method, k-means ++ method, x-means method, k-shape method, mixed Gaussian model, etc.
  • Clustering method a method using anomaly detection methods such as OneClass SVM, Elliptic Evolve, Isolation Forest, Local Outlier Factor, mixed Gaussian model, and a clustering method that combines them with dimension reduction methods such as t-sne and autoencoder.
  • the low-dimensional space of the hostile generation network represented by Advanced Autoencoders may be used, and a method of organizing data into a predetermined distribution may be utilized.
  • the number of classifications is determined by using a method such as an arbitrary method, an elbow method, a silhouette method, etc. If there is something different than the value, it may be counted as a different classification.
  • the classification unit 12a can assign a unique identification symbol to the classification result.
  • the unique identification symbol includes human behavior such as “sleep” and "going out", as well as alphabets, numbers, images, feature amount vectors such as A and B exemplified in 12a and 12b of FIG.
  • the type is not particularly limited as long as it can be identified by humans or machines that the classification result is different from other classification results.
  • the method of assigning the identification symbol is not limited, and for example, the sensor data belonging to each classification result may be used as a clue.
  • identification symbols may be assigned based on the time range, the presence / absence of reaction of a specific sensor, the calculation results thereof, and the like, and as illustrated by ⁇ and ⁇ in 12a of FIG.
  • t- It may be assigned based on the feature amount extracted by sne or the autoencoder and their similarity. Further, without explicitly giving an identification symbol, a unique identification symbol may be randomly assigned to a data group determined to form one classification as a result of utilizing machine learning.
  • the time-series analysis unit 12b performs time-series analysis based on the result of classifying the current data by the classification unit 12a or the data of the storage unit 13 that has accumulated them for a certain period of time.
  • the time series analysis focuses on one or more arbitrary values, analyzes how the values have changed with the change of time from the past to the present, and how the values will change in the future. It is a process to predict whether or not.
  • the time series analysis may target not only one specific classification result but also a plurality of types of classification results, their ratios, and calculation results such as the number of occurrences within a certain period and the difference in time. Further, as an example of the limit in which the time range is short, only the current data may be analyzed.
  • the time series analysis method in addition to the k-shape method, classification using machine learning such as RNN and 1DCNN, regression and clustering, the above classification method may be applied in the time series direction. Further, for each classification result, the average, variance, covariance, standard deviation, etc. may be calculated for the number of occurrences, time, number of changes of the sensor during occurrence, and the like, and the time change thereof may be used. It should be noted that the time series analysis includes not only the analysis of past data but also the prediction of future behavior and sensor reaction based on the analysis.
  • the index calculation unit 12c uses the data of the storage unit 13 or the result of the time series analysis unit 12b to calculate an index that correlates with changes in human behavior.
  • This index may be, for example, a numerical value or a graph of time-series changes such as the number of types of human behavior, time, ratio, and interval in a day.
  • time-series changes such as the number of types of human behavior, time, ratio, and interval in a day are converted into three types of indexes, C, D, and E, and 3 For example, plot on the graph of the axis.
  • a certain threshold value may be set and the magnitude of the measurement result with respect to the threshold value may be evaluated.
  • This index may be calculated, for example, by quantifying the data of the storage unit 13 and the result of the time series analysis unit 12b on the three axes of meal, housework, and relaxation, and analyzing the changes in those time series. .. Specifically, for example, meal, housework, and relaxation are each evaluated on a 10-point scale, and the threshold value is 7. Regarding meals, 3 when the frequency of meals is detected once or more and less than 2 times in 24 hours, 6 when 2 times or more and less than 3 times are detected, and 9 when the frequency of meals is detected 3 times or more. May be determined to be given.
  • 6 When it is detected, 6 may be given, and when it is detected continuously for 1.5 hours or more, 1 may be given, and the final evaluation may be determined using the calculation result such as the product with the number of times and the sum.
  • 1 is given to the interval of 0.5 hour or more and less than 1 hour
  • 6 is given to the interval of 1 hour or more and less than 2 hours
  • 3 is given to the interval of 2 hours or more.
  • the final evaluation may be determined using the calculation result with the numbers given by the time and the number of relaxations.
  • an index that correlates with the changes in human behavior may be calculated.
  • the increase / decrease in the numerical values given to the above three axes is analyzed in time series, and it is predicted that the numerical values will fall below the threshold value.
  • the quantification method is not limited to these.
  • the three axes of meal, housework, and relaxation may be evaluated on a scale other than the 10 grades, or may be evaluated on a continuous value without any grade.
  • the evaluation period may be changed not only for 24 hours but also for one week and one month.
  • the value of meals may be calculated by using not only the number of meals but also the food, the time taken for meals, the people who ate together, the number of people, and the like.
  • Housework may be calculated using not only the type of housework but also the time spent doing housework, exercises, bathing, and other household chores that are not classified as household chores.
  • Relaxation may be calculated using not only the time, number of times, and interval, but also the number of people relaxed in the same space, the attributes of the other party, and so on.
  • the threshold may be set differently for each of the three axes of meal, housework, and relaxation, and the total value, relative value, ratio, maximum value, minimum value, time-series change, and data of others on the three axes.
  • the final index may be calculated by paying attention to the difference between the two.
  • the types of the three axes may be determined other than meals, housework, and relaxation, and it is judged that the calculation of the values of the three axes is not only the data classified as human behavior but also mechanically characteristic.
  • the index calculation unit 12c may calculate an index not only for changes in human behavior but also for other behaviors and symptoms and their precursors.
  • the walking speed may be calculated from the data related to the position information in the house, and the index correlated with the fall risk during walking may be calculated from the time-series change.
  • an index that correlates with the risk of falling in the bathroom may be calculated from the data on the temperature difference between the rooms in the house and the change over time.
  • the storage unit 13 obtains the sensor data acquired by the information acquisition unit 11, the classification result of the classification unit 12a of the analysis unit 12, the analysis result of the time series analysis unit 12b, the calculation result of the index calculation unit 12c, and the conversion result of the conversion unit 16. accumulate.
  • the terminal device 50 is tagged with attributes such as age, gender, origin, language, religion, hobbies and preferences of the analysis target person acquired by inputting using the input unit 17. You may.
  • the users here are assumed to be individuals who want to watch over the analysis target such as elderly parents living alone, as well as insurance companies and day service companies.
  • the display content determination unit 14 acquires the result of the analysis unit 12, determines the content to be displayed to the user, and transmits it to the output unit 15.
  • the method of determining the display content is selected from at least one candidate preset by the system designer according to the attributes of the individual or the trader who is the user of the behavior analysis system 1. Specifically, the system designer may preset the behavioral recommendation display, the daily life report display, and the like as options.
  • the behavioral recommendation display is selected, for example, when the user wants to watch over an elderly parent or the like, and can promote behavioral change to improve the health condition based on an index correlated with the behavioral change. ..
  • the daily life report display is selected, for example, when the user is an insurer, and by applying this system to the insured's home, it is possible to periodically notify the insurer of indicators that correlate with changes in behavior. Conceivable. Further, for example, even when the user is a day service provider, the report display of daily life may be selected. By applying this system to the home of the day service subscriber, the daily life of the patient can be recorded in a schedule format. You can refer to it when you visit.
  • the user (trader) who utilizes the behavior analysis system 1 is not particularly limited, and the courier, taxi company, retailer, distributor, etc. effectively provide the services and products of each company to the individual. You may utilize the information displayed from the system. Specific examples include reliable delivery based on home time, dispatching taxis based on outing habits, and determining recommended products based on lifestyle habits.
  • the display content determination unit 14 may determine the display content according to the input from the input unit 17 of the terminal device 50 possessed by the user. For example, regarding the result of the analysis unit 12, only the items specified by the terminal device 50 may be determined. May be displayed. Further, the display content determination unit 14 may score the previous output based on the feedback given from the terminal device 50 to the previous output, and leave only the one with a high score.
  • the output unit 15 outputs the result of the analysis unit 12 to the terminal device 50 based on the determination of the display content determination unit 14.
  • the terminal device 50 as an output destination is a terminal such as a dedicated display or a user's smart device prepared by a company that provides a behavior analysis system, and has an input unit 17 and a display unit 18. Further, the transmission of the data displayed on the display unit 18 of the terminal device 50 can be realized by a wired connection, a wireless connection, an access right to the data on the server, or the like.
  • the terminal device 50 may be configured as an element of the behavior analysis system 1.
  • FIG. 2 is a flowchart illustrating the operation of the behavior analysis system 1 of the present embodiment.
  • the behavior analysis system 1 starts processing triggered by the operation of the operator of the system (S1).
  • the information acquisition unit 11 acquires sensor data (S2).
  • the installation environment of this sensor may be different for each user of the behavior analysis system 1. For example, when the user of the behavior analysis system 1 is an individual who wants to watch over his / her parents, the place where the sensor is installed is in the house of the person to be analyzed who needs to watch over. Further, for example, when the user of the behavior analysis system 1 is an insurer, the sensor is installed in the insured's house or facility. Further, for example, when the user of the behavior analysis system 1 is a day service provider, the sensor is installed at the subscriber's home.
  • the information acquisition unit 11 After acquiring the sensor data, the information acquisition unit 11 confirms whether the unified data format is defined in the conversion unit 16 (S3), and if it is defined, the conversion unit 16 changes the data format accordingly (S4). .. In addition, this change method can be considered to change the file format, change the time interval of data, change significant figures, change the format, change the character string to numbers, etc. It may be defined as a unified format of data including. After that, the information acquisition unit 11 transmits the data to the analysis unit 12 and the storage unit 13 (S5).
  • the analysis unit 12 first analyzes the current data (S6) and transmits the result to the storage unit 13 (S7).
  • the result transmitted by the analysis unit 12 may be any of the classification result of the classification unit 12a, the analysis result of the time series analysis unit 12b, and the calculation result of the index calculation unit 12c, or may be all.
  • the storage unit 13 adds those data to the past data, combines the data for a certain period in the past, and transmits the data to the analysis unit 12 (S8).
  • the analysis unit 12 analyzes the data transmitted from the storage unit 13 for a certain period in the past, and transmits the result to the display content determination unit 14 (S9).
  • the content transmitted by the analysis unit 12 to the display content determination unit 14 may be any of the classification result of the classification unit 12a, the analysis result of the time series analysis unit 12b, and the calculation result of the index calculation unit 12c, or may be all. Further, when the display item is specified by the feedback from the user or the like, the analysis unit 12 may acquire the item from the display content determination unit 14 in advance and determine the transmission content.
  • the display content determination unit 14 converts the data received from the analysis unit 12 according to the set display content (S11), and converts the converted data.
  • the output unit 15 transmits to the terminal device 50 (S12).
  • the timing of output by the output unit 15 and the timing of display by the display unit 18 may be changed for each user of the behavior analysis system 1. For example, if the user is an individual, it will be output or displayed on request, if the user is an insurer, it will always be output or displayed, and if the user is a day service, it will be set regularly for visit dates and detection of abnormal behavior. Etc. may be output or displayed as a trigger.
  • the user may return feedback to the behavior analysis system 1 using the input unit 17 of the terminal device 50 with respect to the result displayed by the display unit 18 of the terminal device 50 (S13).
  • the display content determination unit 14 of the behavior analysis system 1 reflects it in the setting of the display content. If there is no feedback, the process ends (S14).
  • the loop may be configured to automatically start again (S1) after the end (S14).
  • the operation of the system will be specifically described when the user of the behavior analysis system 1 is assumed to be an individual who wants to watch over an elderly parent.
  • an individual who wants to watch over an elderly parent subscribes to a watching service using the behavior analysis system 1.
  • the motion sensor 31, illuminance sensor 32, temperature / humidity sensor 33, radio wave sensor 34, image sensor 35, gateway and home appliances equipped with sensors, etc., which are necessary for watching over, are individuals or watching over elderly parents. It will be sent to the target parent.
  • an individual who wants to watch over the elderly parent or the parent himself installs these sensors in the home of the parent who is the analysis target.
  • the motion sensor 31 and the radio wave sensor 34 have the same effect in detecting the movement of the body of the person to be analyzed, but in general, the time interval of measurement and the range of measured values are different. Different information can be obtained from the same measurement target. For example, what the motion sensor 31 detects is limited to the presence / absence of humans, while it is inexpensive, requires a small amount of power for operation, and requires a small amount of data. It can always be measured from the viewpoint.
  • the radio wave sensor 34 can estimate biometric information and motion information based on minute vibrations on the body surface by setting the measurement time interval to 1 second or less, but it is expensive and has a constant power for operation.
  • the room can be moved even with the same degree of body movement. It can be classified when it behaves differently depending on the brightness, temperature, and humidity. For example, reading a book in bed at night and sleeping can be classified as different behaviors.
  • the sensor can be installed in the user's home with less resistance than the sensor alone.
  • the sensor can be installed in the user's home with less resistance than the sensor alone.
  • the type of sensor used may be changed according to the behavior or service plan that you want to watch.
  • This server may be a server of a company that provides a watching service, or may be a server that can be rented in general.
  • FIG. 3 is a diagram for explaining that the behavior analysis system 1 of this embodiment classifies the behavior of the analysis target person using different types of sensors and outputs the characteristics of the behavior.
  • the sensors are two types of sensors having different measurement intervals, that is, a sensor that detects a reaction discretely such as a refrigerator door open / close sensor, a motion sensor 31, and an illuminance sensor 32, and a millimeter wave sensor. It is divided into sensors that react continuously, such as.
  • the analysis unit 12 obtains the amount of activity of the person to be analyzed based on the measurement data of the 24-hour millimeter-wave sensor acquired by the information acquisition unit 11 and stored in the storage unit 13. Further, the analysis unit 12 estimates (classifies) what the behavior corresponding to each of the obtained activity amounts is based on the measurement data of the sensor that reacts discretely such as the motion sensor 31. The estimated result is assigned a unique identification symbol such as "sleep", "meal”, and "relaxation” by the classification unit 12a. For example, when the motion sensor 31 in the living room reacts, it is presumed to be "relaxed".
  • the analysis unit 12 also extracts the features found in each estimated behavior. For example, when the information acquisition unit 11 acquires information on the use of the microwave oven and the opening / closing of the refrigerator from the sensor of the microwave oven or the refrigerator, or the information on the reaction of the motion sensor 31 in the kitchen, the analysis unit 12 causes the cooking activity. Extract that there was. In addition, the analysis unit 12 can extract how many times the toilet has been moved based on the amount of activity at night (during sleep) acquired from the millimeter wave sensor. Further, the analysis unit 12 extracts the agility of the action during relaxation from the movement speed during relaxation acquired from the millimeter wave sensor, and extracts the toilet movement speed at night (during sleep) acquired from the millimeter wave sensor. You can do it.
  • the behavioral characteristics such as the time and number of actions such as “sleep” and "meal” analyzed by the analysis unit 12 or the number of cooking activities and toilets are accumulated in the storage unit 13 for a certain period of time, and if necessary, long-term behavioral tendencies. Is transmitted to the terminal device 50 by the output unit 15. Therefore, the user can grasp the life pattern of the analysis target person.
  • the time-series analysis unit 12b may analyze how the behavioral tendency changes every day and transmit it as time-series information from the output unit 15 to the terminal device 50. Further, the time-series analysis unit 12b can predict how the behavioral tendency will change in the future, detect an abnormal sign, and transmit the result from the output unit 15 to the terminal device 50. be.
  • the output unit 15 provides information on whether or not the estimation result to which the same identification symbol is assigned is periodically generated in a predetermined period and a specific time zone, for example, from 12:00 in the past month. Information such as whether you are having lunch at 13:00 or sleeping from 22:00 to 6:00 may be output. As a result, the user can grasp whether the analysis target person is eating regularly, whether the analysis target person's life rhythm is constant, and the like.
  • the time zone is not limited to a predetermined time zone, and it is also possible to include an error range of about 30 minutes to 1 hour in the average of the occurrence time.
  • the output unit 15 is the number of times that a specific estimation result occurs within a predetermined period, for example, the number of times of going out in a day, the number of times of exercising such as gymnastics in a day, and general household chores such as cooking, washing, and cleaning. You may output the number of times of. As a result, the user can grasp whether or not the analysis target person takes various actions and lives well.
  • the output unit 15 may output the total time during which a specific estimation result occurs within a predetermined period, for example, one day's sleep time, one day's outing time, and the like. As a result, the user can grasp whether the analysis target person has sufficient sleep time, and whether the analysis target person has sufficient walking time or time to interact with others.
  • the output unit 15 may output the number of times the data belonging to the specific estimation result changes within a predetermined period, for example, the number of times the motion sensor 31 reacts during relaxation. Even during the same relaxation, when the number of reactions of the motion sensor 31 is large, it can be seen that the movement of the analysis target person is active.
  • the information acquisition unit 11 of the behavior analysis system 1 acquires the sensor data collected in the server in the behavior analysis system 1.
  • the company that provides the monitoring service may unify the format of the sensor data in the conversion unit 16 if necessary according to the type of analysis performed by the analysis unit 12. For example, if you want to grasp the rough behavior of the day in a schedule format, the data capacity is too large if you acquire the sensor data in 1-second increments, but the particle size of the information is insufficient in 1-hour increments. May be unified to.
  • data such as a radio wave sensor 34 that can detect a fall is in 1 second increments, and a motion sensor 31 or a door open / close sensor that can detect going out, etc.
  • the data may be converted in 1 minute or 1 hour increments.
  • the information acquisition unit 11 or the conversion unit 16 transmits the current sensor data to the analysis unit 12, and the analysis unit 12 analyzes the current data.
  • an algorithm that can classify going out based on the sensor data is constructed in the analysis unit 12, and the analysis unit 12 determines whether or not the current action is out of the office by this algorithm. Classify. After that, the analysis unit 12 transmits the classification result of the current sensor data to the storage unit 13 and adds it to the past sensor data. Further, the storage unit 13 extracts the sensor data for a certain period in the past including the current sensor data, and transmits the sensor data to the analysis unit 12.
  • the analysis unit 12 can extract time-series changes in the frequency of going out by analyzing the sensor data for a certain period in the past including the current sensor data.
  • the analysis result by the analysis unit 12 is transmitted from the output unit 15 to the user's terminal device 50 according to the setting of the display content determination unit 14.
  • the setting of the display content determination unit 14 is such that the number of times of going out in the last 3 months is averaged and output every week, the interval of going out in the last month is graphed, and the frequency of going out in the next month is predicted.
  • these periods are examples and may be changed to any period.
  • going out is explained as an example of the action to watch over here, it may be an action to watch over actions other than going out including general household chores such as sleeping, relaxing, eating, cooking, cleaning, washing, etc., and watching over by combining multiple of these. May be.
  • a means such as detecting an abnormal behavior and raising an alert may be used.
  • the abnormal behavior may be defined in advance by defining the type of behavior, or may be defined based on the frequency of occurrence and the probability of occurrence.
  • an individual who wants to watch over an elderly parent can return feedback from the input unit 17 of the terminal device 50 to the displayed result. For example, although multiple types of results are displayed at first, each result is given a score in 10 steps from 1 to 10 and feedback is given, so that the results with higher scores will be narrowed down and displayed from the next time onward. be.
  • the insurer prepares an insurance service linked with the behavior analysis system 1.
  • sensors are sent to the subscriber's home as in the first embodiment.
  • the type of sensor used may be changed according to the insurance service plan.
  • the sensor starts the measurement as in the first embodiment, and the sensor data is transmitted to the server.
  • the information acquisition unit 11 of the behavior analysis system 1 acquires the sensor data collected in the server in the behavior analysis system 1, and the conversion unit 16 unifies the format of the sensor data as needed.
  • the setting of the display content determination unit 14 may be, for example, the total time of each human action, the difference from the previous display, the future forecast, etc., in addition to the content of the first embodiment. ..
  • the insurer can delay the coverage of insurance by encouraging the subscriber to change his / her behavior based on these display results and improving his / her health condition. Specifically, if sleep time is insufficient, it is recommended to secure more sleep time. As a result, if the health condition of the subscriber is improved, the insurance premium can be reduced and the competitiveness of the insurance service can be improved. The insurer can give feedback on the displayed result.
  • the day service provider prepares a day service plan linked with the behavior analysis system 1.
  • the day service plan includes, for example, setting up a special backup system and using the output of the behavior analysis system 1 as a reference for daily visits.
  • the sensors are sent to the subscriber's home as in the first embodiment.
  • the type of sensor used may be changed according to the day service plan.
  • the sensor starts the measurement as in the first embodiment, and the sensor data is transmitted to the server.
  • the information acquisition unit 11 of the behavior analysis system 1 acquires the sensor data collected in the server in the behavior analysis system 1, and the conversion unit 16 unifies the format of the sensor data as needed.
  • the setting of the display content determination unit 14 is, for example, in addition to the contents of Examples 1 and 2, the schedule format data that displays daily activities in chronological order and is visualized. be.
  • the display content determination unit 14 arranges the identification symbols (“sleep”, “meal”, etc.) assigned by the classification unit 12a in chronological order, and the output unit 15 transmits the schedule format data to the terminal device 50.
  • the day service provider can refer to the data in the schedule format and make a plan to visit the subscriber at a time when there is a high possibility of being at home, which improves work efficiency.
  • the day service provider can give feedback on the displayed result. [Modification example]
  • FIG. 4 is a block diagram showing a second configuration of the behavior analysis system 1.
  • a part or all of the classification unit 12a, the time series analysis unit 12b, the storage unit 13, the display content determination unit 14, the output unit 15, and the conversion unit 16 of the analysis unit 12 perform behavior analysis. It exists in an external server 21 provided outside the system 1 or a terminal device 50 owned by the user.
  • the information acquisition unit 11 transmits data to the external server 21 in which the conversion unit 16 is installed, the classification unit 12a, the time series analysis unit 12b, and the external unit in which the storage unit 13 is installed. Data is transmitted to and received from the server 21 and the user's terminal device 50. Further, the external servers 21 may send and receive information as needed.
  • FIG. 5 is a diagram showing a trader having a behavior analysis system 1 and a related party.
  • the trader 100 having the behavior analysis system 1 can send and receive information to and from the partner company 101, the partner municipality 102, the partner organization 103, and the user 104.
  • information 110 regarding daily life to these related parties to the extent that the consent of the user 104 is obtained
  • information 111 regarding products and services from the partner company 101 information 112 about the regional event from the partner municipality 102, and information 112 from the partner organization.
  • the latest academic information 113 may be acquired from 103, and the information 114 may be displayed on the terminal device 50 of the user 104 determined to be necessary to promote behavior change.

Abstract

The purpose of the present invention is to provide a behavior analysis system and a behavior analysis method which detect various behaviors of a subject and changes in these behaviors, and which improve monitoring accuracy. For this purpose, the present invention involves a behavior analysis system comprising an information acquisition unit, an analysis unit, and an output unit, said behavior analysis system being characterized in that: the information acquisition unit acquires data from at least one sensor that detects changes occurring due to behavior of a subject to be analyzed; the analysis unit classifies the data acquired by the information acquisition unit into one or more categories and assigns a unique identification symbol to at least one of the classification results; and the output unit outputs time series information about classification results to which the same identification symbol has been assigned.

Description

行動分析システムおよび行動分析方法Behavior analysis system and behavior analysis method
 本発明は、行動分析システムおよび行動分析方法に関する。 The present invention relates to a behavioral analysis system and a behavioral analysis method.
 近年、少子高齢化が進んでおり、独居高齢者の見守りに対するニーズが高まっている。本技術分野の背景技術として、特許文献1がある。この特許文献には、「センサ信号処理システムでは、測定装置から取得される体動データに基づいて、対象者の動きを加速度として定量的に分析することが可能である。対象者の身体の動きについての加速度は、例えば、対象者の行動及び健康状態等の対象者の状態の把握、並びに個人の特定等に利用可能である。」と記載されている。この方式によれば、ターミナルケア(end-of-life care)、歩行時の転倒、入院を要する病気又は怪我、死亡、認知機能の低下(認知障害)、及び徘徊等を把握できる。さらに、対象者の日常生活における個々の行動、例えば、寝ている状態からの起き上がり(離床)、排泄、及び就寝等も検知できる。 In recent years, the birthrate is declining and the population is aging, and the need for watching over the elderly living alone is increasing. Patent Document 1 is a background technique in this technical field. According to this patent document, "In the sensor signal processing system, it is possible to quantitatively analyze the movement of the subject as an acceleration based on the body movement data acquired from the measuring device. The movement of the subject's body. The acceleration can be used, for example, for grasping the subject's condition such as the subject's behavior and health condition, and for identifying an individual. " According to this method, terminal care (end-of-life care), falls during walking, illness or injury requiring hospitalization, death, cognitive decline (cognitive impairment), wandering, etc. can be grasped. Furthermore, individual behaviors of the subject in daily life, such as getting up from sleeping (getting out of bed), excretion, and going to bed, can be detected.
特開2019-165071号公報Japanese Unexamined Patent Publication No. 2019-165071
前記特許文献1に記載技術では、体動データに基づき対象者の日常生活における個々の行動を検知できる。しかし、高齢者を見守るためには、特定の行動の発生だけでなく、日常的な行動の変化に着目することが重要である。さらに、前記特許文献の技術では、システムの設計者が想定しない事象や、体動データだけでは特定不可能な行動については、検知が困難であるため、見守りの精度向上の余地がある。
本発明の目的は、対象者の様々な行動およびその変化を検知し、見守りの精度を向上させた行動分析システムおよび行動分析方法を提供することにある。
The technique described in Patent Document 1 can detect individual behaviors of a subject in daily life based on body movement data. However, in order to watch over the elderly, it is important to pay attention not only to the occurrence of specific behaviors but also to changes in daily behaviors. Further, in the technique of the patent document, it is difficult to detect an event that the system designer does not anticipate or an action that cannot be specified only by the body motion data, so that there is room for improving the accuracy of watching.
An object of the present invention is to provide a behavior analysis system and a behavior analysis method that detect various behaviors of a subject and their changes and improve the accuracy of watching.
 上記課題を解決するために、本発明は、情報取得部と、分析部と、出力部と、を備える行動分析システムであって、前記情報取得部は、分析対象者の行動に起因して生じる変化を捉える少なくとも1つのセンサのデータを取得し、前記分析部は、前記情報取得部が取得したデータを1種類以上に分類し、分類結果の少なくとも1つに固有の識別記号を割り当て、前記出力部は、同一の識別記号が割り当てられた分類結果の時系列情報を出力することを特徴とする。 In order to solve the above problems, the present invention is a behavior analysis system including an information acquisition unit, an analysis unit, and an output unit, and the information acquisition unit is generated due to the behavior of an analysis target person. The data of at least one sensor that captures a change is acquired, the analysis unit classifies the data acquired by the information acquisition unit into one or more types, assigns a unique identification symbol to at least one of the classification results, and outputs the data. The unit is characterized by outputting time-series information of classification results to which the same identification symbol is assigned.
 本発明によれば、対象者の様々な行動およびその変化を検知し、見守りの精度を向上させた行動分析システムおよび行動分析方法を提供できる。 According to the present invention, it is possible to provide a behavior analysis system and a behavior analysis method that detect various behaviors of a subject and their changes and improve the accuracy of watching.
本発明の実施形態に係る行動分析システムの第一の構成を示すブロック図である。It is a block diagram which shows the 1st structure of the behavior analysis system which concerns on embodiment of this invention. 行動分析システムの動作を説明するフローチャートである。It is a flowchart explaining the operation of a behavior analysis system. 実施例1の行動分析システムが、種類の異なるセンサを用いて分析対象者の行動を分類し、行動の特徴を出力することを説明する図である。It is a figure explaining that the behavior analysis system of Example 1 classifies the behavior of the analysis subject using different kinds of sensors, and outputs the characteristic of the behavior. 本発明の変形例に係る行動分析システムの第二の構成を示すブロック図である。It is a block diagram which shows the 2nd structure of the behavior analysis system which concerns on the modification of this invention. 行動分析システムを有する業者と関係先を示す図である。It is a figure which shows the trader which has a behavior analysis system, and the related party.
 以下、本発明の実施形態について図面を用いて詳細に説明するが、本発明は以下の実施形態に限定されることなく、本発明の技術的な概念の中で種々の変形例や応用例もその範囲に含む。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings, but the present invention is not limited to the following embodiments, and various modifications and applications are also included in the technical concept of the present invention. Included in that range.
 図1は、本実施形態の行動分析システムの第一の構成を示すブロック図である。人間行動のセンシングおよび分析を行う行動分析システム1は、情報取得部11と、分析部12と、蓄積部13と、表示内容決定部14と、出力部15と、変換部16とで構成され、ネットワークに接続されたサーバやクラウド上に構築されるものである。 FIG. 1 is a block diagram showing the first configuration of the behavior analysis system of the present embodiment. The behavior analysis system 1 that senses and analyzes human behavior is composed of an information acquisition unit 11, an analysis unit 12, a storage unit 13, a display content determination unit 14, an output unit 15, and a conversion unit 16. It is built on a server connected to the network or on the cloud.
 情報取得部11は、分析対象者の行動に起因して生じる変化を捉える1つ以上のセンサのデータを取得する機能を有する。センサは宅内、施設内など、人間が生活する空間に設置しており、センサデータの収集方法に応じ、取得方法も複数ある。例えば、センサデータをゲートウェイ経由でローカルに設置したPCに収集する場合、情報取得部11はローカルネットワークまたはインターネットを経由し前記PCにアクセスすることで、センサデータを取得する。また別の例として、センサデータを直接またはゲートウェイ経由で、一般にレンタル可能なサーバに収集する場合、情報取得部11はインターネット経由で前記サーバにアクセスすることで、センサデータを取得する。さらに別の例として、センサと行動分析システム1が無線通信により直接情報の送受信を行っても良い。 The information acquisition unit 11 has a function of acquiring data of one or more sensors that capture changes caused by the behavior of the analysis target person. Sensors are installed in spaces where humans live, such as in homes and facilities, and there are multiple acquisition methods depending on the sensor data collection method. For example, when collecting sensor data to a locally installed PC via a gateway, the information acquisition unit 11 acquires sensor data by accessing the PC via a local network or the Internet. As another example, when the sensor data is collected directly or via a gateway to a server that can be generally rented, the information acquisition unit 11 acquires the sensor data by accessing the server via the Internet. As yet another example, the sensor and the behavior analysis system 1 may directly transmit and receive information by wireless communication.
 情報取得部11がデータを取得できるセンサの種類は、例えば人感センサ31、照度センサ32、温湿度センサ33、電波センサ34、画像センサ35がある。ここで、電波センサ34とは、本明細書中ではマイクロ波センサ、ミリ波センサ、TOFセンサなど、電波を利用し物体の存在、移動を検知するセンサの総称と定義する。また、センサの種類はこれらに限定されることなく、例えば図示しないドア開閉センサ、気圧センサ、マイク、騒音センサ、振動センサ、加速度センサ、においセンサなどを含んで良い。さらに、測定内容は同一であっても、測定原理や測定間隔、測定値の範囲が異なるセンサを含んでも良い。 The types of sensors from which the information acquisition unit 11 can acquire data include, for example, a motion sensor 31, an illuminance sensor 32, a temperature / humidity sensor 33, a radio wave sensor 34, and an image sensor 35. Here, the radio wave sensor 34 is defined in the present specification as a general term for sensors that detect the existence and movement of an object using radio waves, such as a microwave sensor, a millimeter wave sensor, and a TOF sensor. The type of sensor is not limited to these, and may include, for example, a door open / close sensor (not shown), a pressure sensor, a microphone, a noise sensor, a vibration sensor, an acceleration sensor, an odor sensor, and the like. Further, even if the measurement contents are the same, sensors having different measurement principles, measurement intervals, and measurement value ranges may be included.
 また、情報取得部11は分析部12および蓄積部13にセンサデータを送信する際に、変換部16を経由しても良い。変換部16は取得したセンサデータのフォーマットを統一する機能を有する。変換部16は、例えば、1分刻みの時刻データとセンサデータを記載する統一フォーマットを用意し、測定間隔の異なる複数のセンサに対しそのフォーマットを適用する。変換部16の具体的な処理としては、例えば1秒ごとに測定するセンサを対象に、1分間の最大、最小、平均などの値を計算し、1分刻みのデータに変換しても良い。また例えば、変換部16は5分ごとに測定するセンサを対象に、測定時刻間の4分間のデータを測定値の平均、線形近似などの値を計算し、推測しても良い。 Further, the information acquisition unit 11 may pass through the conversion unit 16 when transmitting the sensor data to the analysis unit 12 and the storage unit 13. The conversion unit 16 has a function of unifying the format of the acquired sensor data. The conversion unit 16 prepares, for example, a unified format for describing time data and sensor data in 1-minute increments, and applies the format to a plurality of sensors having different measurement intervals. As a specific process of the conversion unit 16, for example, a sensor measuring every second may be calculated and converted into data in 1-minute increments by calculating values such as maximum, minimum, and average for 1 minute. Further, for example, the conversion unit 16 may calculate and estimate values such as an average of measured values and a linear approximation from the data for 4 minutes between the measurement times for the sensor that measures every 5 minutes.
 分析部12は情報取得部11が送信するセンサデータを直接、または変換部16を経由し受信し、分析する機能を有する。分析部は分類部12a、時系列解析部12b、指標演算部12cで構成される。 The analysis unit 12 has a function of receiving and analyzing the sensor data transmitted by the information acquisition unit 11 directly or via the conversion unit 16. The analysis unit is composed of a classification unit 12a, a time series analysis unit 12b, and an index calculation unit 12c.
 分類部12aは情報取得部が送信する1つ以上の種類のセンサデータを1種類以上に分類する。ここで分類とは、データをその特徴をもとにグループ分けすることであり、必ずしも「睡眠」「外出」などの人間行動を割り当てる必要は無いが、必要であれば割り当て方を人間行動に限定しても良い。分類方法は特に限定されることは無く、例えば複数のセンサデータの中から特定の1つ以上のセンサデータに着目し、その反応を元に同時刻の全てのセンサデータの分類を決定しても良い。 The classification unit 12a classifies one or more types of sensor data transmitted by the information acquisition unit into one or more types. Here, classification is to group data based on its characteristics, and it is not always necessary to assign human behaviors such as "sleep" and "going out", but if necessary, the allocation method is limited to human behaviors. You may. The classification method is not particularly limited. For example, even if one or more specific sensor data is focused on from a plurality of sensor data and the reaction is used to determine the classification of all the sensor data at the same time. good.
 また、例えば教師有り機械学習を利用し、事前に分類したい事例を含む教師データと学習データを用意し、教師データの種類数にデータを分類可能な分類器を訓練し、利用しても良い。ここで、教師データの例は、例えば「睡眠」「外出」などの人間行動であり、学習データの例は、例えば前記「睡眠」「外出」に該当する時間帯のセンサデータである。機械学習の種類は、教師データを用いて学習し、分類機能を獲得するものであれば限定されることはなく、例えばブースティングを含む決定木を用いた手法、ロジスティック回帰、k近傍法、サポートベクトルマシン、ランダムフォレストおよびそれらのアンサンブル、深層学習の全結合層、CNN、RNNなどを活用し構築した分類器などを活用して良い。 Alternatively, for example, using supervised machine learning, teacher data and learning data including cases to be classified in advance may be prepared, and a classifier capable of classifying data according to the number of types of teacher data may be trained and used. Here, an example of teacher data is, for example, human behavior such as "sleep" and "going out", and an example of learning data is, for example, sensor data in a time zone corresponding to the above-mentioned "sleep" and "going out". The types of machine learning are not limited as long as they learn using teacher data and acquire classification functions, such as decision tree methods including boosting, logistic regression, k-nearest neighbors, and support. A vector machine, a random forest and their ensemble, a fully connected layer of deep learning, a classifier constructed by utilizing CNN, RNN, etc. may be utilized.
 さらに、分類方法として例えば教師無し学習を利用し、収集したセンサデータの特徴量が類似するデータどうしを集めても良い。機械学習の種類は、教師データ無しで分類機能を有するものであれば限定されることは無く、例えばk-means法、k-means++法、x-means法、k-shape法、混合ガウシアンモデルなどのクラスタリング手法、OneClass SVM、Elliptic Envelope、Isolation Forest、Local Outlier Factorなどの異常検知手法を利用した手法、混合ガウシアンモデル、およびそれらと、t-sneやオートエンコーダなどの次元削減手法を組み合わせたクラスタリング手法、Adversarial Autoencodersに代表される敵対的生成ネットワークの低次元空間を利用し、データを所定の分布にまとめる手法などを活用して良い。また、分類数は任意に定める方法、エルボー法、シルエット法などの手法を利用し適切と考えられる値を決定する方法、事前に定めず特徴量どうしの距離指標を定義し、その指標が所定の値以上異なっているものがあれば異なる分類としてカウントする方法などのいずれでも良い。このように教師データを不要とする分類方法を用いることで、システムの設計者が想定しない事象についても、データの特徴を捉え分類できる。 Furthermore, for example, unsupervised learning may be used as a classification method, and data having similar feature quantities of the collected sensor data may be collected. The type of machine learning is not limited as long as it has a classification function without teacher data, for example, k-means method, k-means ++ method, x-means method, k-shape method, mixed Gaussian model, etc. Clustering method, a method using anomaly detection methods such as OneClass SVM, Elliptic Evolve, Isolation Forest, Local Outlier Factor, mixed Gaussian model, and a clustering method that combines them with dimension reduction methods such as t-sne and autoencoder. , The low-dimensional space of the hostile generation network represented by Advanced Autoencoders may be used, and a method of organizing data into a predetermined distribution may be utilized. In addition, the number of classifications is determined by using a method such as an arbitrary method, an elbow method, a silhouette method, etc. If there is something different than the value, it may be counted as a different classification. By using the classification method that does not require teacher data in this way, it is possible to capture and classify the characteristics of data even for events that the system designer does not anticipate.
 分類部12aは、分類結果に対し固有の識別記号を割り当てることができる。ここで、固有の識別記号とは「睡眠」「外出」などの人間行動の他、図1の12a、12b中に例示するA、Bの様なアルファベット、数字、画像、特徴量ベクトルなど、ある分類結果が他の分類結果と異なることが人間または機械により識別できれば、特に種類は限定されない。識別記号の割り当て方も限定されることは無く、例えば、各分類結果に所属するセンサデータを手掛かりとしても良い。具体的には、時刻範囲、特定のセンサの反応有無およびそれらの演算結果などを元に識別記号を割り当てても良く、また、図1の12a中に〇、△で例示する様に、t-sneやオートエンコーダにより抽出した特徴量や、それらの類似度を元に割り当てても良い。さらに、明示的に識別記号を与えることなく、機械学習を活用した結果、1つの分類を形成すると判断されたデータ群に対し、無作為に固有の識別記号を割り当てても良い。 The classification unit 12a can assign a unique identification symbol to the classification result. Here, the unique identification symbol includes human behavior such as "sleep" and "going out", as well as alphabets, numbers, images, feature amount vectors such as A and B exemplified in 12a and 12b of FIG. The type is not particularly limited as long as it can be identified by humans or machines that the classification result is different from other classification results. The method of assigning the identification symbol is not limited, and for example, the sensor data belonging to each classification result may be used as a clue. Specifically, identification symbols may be assigned based on the time range, the presence / absence of reaction of a specific sensor, the calculation results thereof, and the like, and as illustrated by 〇 and Δ in 12a of FIG. 1, t- It may be assigned based on the feature amount extracted by sne or the autoencoder and their similarity. Further, without explicitly giving an identification symbol, a unique identification symbol may be randomly assigned to a data group determined to form one classification as a result of utilizing machine learning.
 時系列解析部12bは、分類部12aで現時点のデータを分類した結果またはそれらを一定期間蓄積した蓄積部13のデータを元に時系列解析を行う。ここで時系列解析とは、1つ以上の任意の値に着目し、その値が過去および現在まで、時刻の変化に伴いどの様に変化したかを分析するとともに、未来、どの様に変化するかを予測する処理である。 The time-series analysis unit 12b performs time-series analysis based on the result of classifying the current data by the classification unit 12a or the data of the storage unit 13 that has accumulated them for a certain period of time. Here, the time series analysis focuses on one or more arbitrary values, analyzes how the values have changed with the change of time from the past to the present, and how the values will change in the future. It is a process to predict whether or not.
 時系列解析は、特定の1つの分類結果だけでなく、複数種類の分類結果や、それらの比率、一定期間内の発生回数や時間の差分などの演算結果を対象としても良い。また、時間の範囲を短時間とした極限の例として、現時点のデータのみを解析対象としても良い。時系列解析手法は、k-shape法、RNN、1D CNNなどの機械学習を利用した分類、回帰およびクラスタリングなどの他、前記分類手法を時系列方向に適用しても良い。また、各分類結果について、発生回数、時間、発生中のセンサの変化の回数などを対象に、平均、分散、共分散、標準偏差などを計算し、それらの時間変化を利用しても良い。なお、時系列解析は過去のデータの分析だけでなく、それに基づく未来の行動およびセンサ反応の予測も含む。 The time series analysis may target not only one specific classification result but also a plurality of types of classification results, their ratios, and calculation results such as the number of occurrences within a certain period and the difference in time. Further, as an example of the limit in which the time range is short, only the current data may be analyzed. As the time series analysis method, in addition to the k-shape method, classification using machine learning such as RNN and 1DCNN, regression and clustering, the above classification method may be applied in the time series direction. Further, for each classification result, the average, variance, covariance, standard deviation, etc. may be calculated for the number of occurrences, time, number of changes of the sensor during occurrence, and the like, and the time change thereof may be used. It should be noted that the time series analysis includes not only the analysis of past data but also the prediction of future behavior and sensor reaction based on the analysis.
 指標演算部12cは蓄積部13のデータまたは時系列解析部12bの結果を利用し、人間の行動の変化と相関のある指標を算出する。この指標は、例えば、1日の人間行動の種類数、時間、割合、間隔などの時系列変化を数値化またはグラフ化したものとして良い。具体的には、図1中12cに例示する様に、1日の人間行動の種類数、時間、割合、間隔などの時系列変化をC、D、Eの3種類の指標に換算し、3軸のグラフ上にプロットするなどである。なお、数値化、グラフ化どちらの場合であっても、ある閾値を設定し、その値に対する測定結果の大小を評価しても良い。この指標は、例えば、蓄積部13のデータや時系列解析部12bの結果を食事、家事、リラックスの3軸で数値化し、また、それらの時系列の変化を分析することで算出しても良い。具体的には、例えば、食事、家事、リラックスをそれぞれ10段階評価とし、閾値を7とする。食事について、時系列解析部で食事の頻度が24時間に1回以上2回未満検出された場合に3、2回以上3回未満検出された場合に6、3回以上検出された場合に9を与えると定めても良い。同様に、家事について、時系列解析部で家事の種類が24時間に1種類以上3種類未満検出された場合に3、3種類以上5種類未満検出された場合に6、24時間に5種類以上検出された場合に9を与えると定めても良い。また同様に、リラックスについて、時系列解析部でリラックスの時間が24時間に0.5時間以上1時間未満検出された場合に3、1時間以上1.5時間未満検出された場合に6、1.5時間以上検出された場合に9を与えると定めても良い。あるいは、リラックスの場合は適切な時間とリラックス回数の兼ね合いが重要であると考え、0.5時間以上1時間未満連続でリラックスが検出された場合に3、1時間以上1.5時間未満連続で検出された場合に6、1.5時間以上連続で検出された場合に1を与え、回数との積、和などの演算結果を用い最終的な評価を決めても良い。また、リラックスの時間間隔に対しても同様に、0.5時間以上1時間未満の間隔に1、1時間以上2時間未満の間隔に6、2時間以上の間隔に3を与え、前記連続リラックス時間およびリラックス回数で与えられた数字との演算結果を用い最終的な評価を決めても良い。さらに、これら数値化した結果について、時系列の変化を分析することで、人の行動の変化と相関のある指標を算出しても良い。時系列の変化の分析について一例を挙げるならば、前記の3軸に与えた数値について、増減を時系列に分析し、閾値を下回ることを予想するなどである。 The index calculation unit 12c uses the data of the storage unit 13 or the result of the time series analysis unit 12b to calculate an index that correlates with changes in human behavior. This index may be, for example, a numerical value or a graph of time-series changes such as the number of types of human behavior, time, ratio, and interval in a day. Specifically, as illustrated in 12c in FIG. 1, time-series changes such as the number of types of human behavior, time, ratio, and interval in a day are converted into three types of indexes, C, D, and E, and 3 For example, plot on the graph of the axis. In either case of digitization or graphing, a certain threshold value may be set and the magnitude of the measurement result with respect to the threshold value may be evaluated. This index may be calculated, for example, by quantifying the data of the storage unit 13 and the result of the time series analysis unit 12b on the three axes of meal, housework, and relaxation, and analyzing the changes in those time series. .. Specifically, for example, meal, housework, and relaxation are each evaluated on a 10-point scale, and the threshold value is 7. Regarding meals, 3 when the frequency of meals is detected once or more and less than 2 times in 24 hours, 6 when 2 times or more and less than 3 times are detected, and 9 when the frequency of meals is detected 3 times or more. May be determined to be given. Similarly, regarding household chores, 3 when 1 or more and less than 3 types of household chores are detected in 24 hours, and 5 or more in 6 or 24 hours when 3 or more and less than 5 types are detected in the time series analysis unit. It may be determined that 9 is given when it is detected. Similarly, regarding relaxation, when the time series analysis unit detects a relaxation time of 0.5 hours or more and less than 1 hour in 24 hours, 3 or 1 hour or more and less than 1.5 hours, 6, 1 It may be determined that 9 is given when it is detected for 5 hours or more. Alternatively, in the case of relaxation, it is important to balance the appropriate time and the number of relaxations, and if relaxation is detected for 0.5 hours or more and less than 1 hour continuously, it is 3, 1 hour or more and less than 1.5 hours continuously. When it is detected, 6 may be given, and when it is detected continuously for 1.5 hours or more, 1 may be given, and the final evaluation may be determined using the calculation result such as the product with the number of times and the sum. Similarly, for the relaxation time interval, 1 is given to the interval of 0.5 hour or more and less than 1 hour, 6 is given to the interval of 1 hour or more and less than 2 hours, and 3 is given to the interval of 2 hours or more. The final evaluation may be determined using the calculation result with the numbers given by the time and the number of relaxations. Furthermore, by analyzing the changes in time series of these quantified results, an index that correlates with the changes in human behavior may be calculated. To give an example of the analysis of changes in time series, the increase / decrease in the numerical values given to the above three axes is analyzed in time series, and it is predicted that the numerical values will fall below the threshold value.
 なお、数値化の方法はこれらに限定されることは無い。例えば、食事、家事、リラックスの3軸は10段階以外で評価しても良く、段階を設けず連続値で評価しても良い。また、評価する期間も24時間だけでなく、1週間、1ヵ月など様々に変更しても良い。さらに、食事の値は食事数だけではなく、料理、食事に掛かった時間、一緒に食事を行った人間、その人数などを利用し算出しても良い。家事も家事の種類だけではなく、家事を行った時間、体操や入浴など家事には分類されないが体動を伴う行動などを利用し算出しても良い。リラックスも時間や回数、間隔だけでなく、同じ空間でリラックスした人数、相手の属性などを利用し算出しても良い。閾値の定め方も食事、家事、リラックスの3軸でそれぞれ異なっても良く、また、3軸の合計値や相対値、比率、最大値、最低値、時系列方向の変動、他者のデータとの差などに着目し最終的な指標を算出しても良い。さらに、3軸の種類も食事、家事、リラックス以外で定めても良く、また、3軸の値の算出に人間の行動として分類されたデータだけでなく、機械的に特徴があると判断され、アルファベット、数字、画像、特徴量ベクトルなどの識別記号が割り当てられた分類結果を用いても良い。指標演算部12cは、人間の行動の変化だけでなく、他の行動や症状およびそれらの予兆についても指標を算出しても良い。例えば、宅内の位置情報に関するデータから歩行速度を算出し、その時系列変化から歩行時の転倒リスクと相関のある指標を算出しても良い。また、宅内の部屋間の温度差やその時系列変化に関するデータから、浴室での転倒リスクと相関のある指標を算出しても良い。 The quantification method is not limited to these. For example, the three axes of meal, housework, and relaxation may be evaluated on a scale other than the 10 grades, or may be evaluated on a continuous value without any grade. Further, the evaluation period may be changed not only for 24 hours but also for one week and one month. Further, the value of meals may be calculated by using not only the number of meals but also the food, the time taken for meals, the people who ate together, the number of people, and the like. Housework may be calculated using not only the type of housework but also the time spent doing housework, exercises, bathing, and other household chores that are not classified as household chores. Relaxation may be calculated using not only the time, number of times, and interval, but also the number of people relaxed in the same space, the attributes of the other party, and so on. The threshold may be set differently for each of the three axes of meal, housework, and relaxation, and the total value, relative value, ratio, maximum value, minimum value, time-series change, and data of others on the three axes. The final index may be calculated by paying attention to the difference between the two. Furthermore, the types of the three axes may be determined other than meals, housework, and relaxation, and it is judged that the calculation of the values of the three axes is not only the data classified as human behavior but also mechanically characteristic. Classification results to which identification symbols such as alphabets, numbers, images, and feature amount vectors are assigned may be used. The index calculation unit 12c may calculate an index not only for changes in human behavior but also for other behaviors and symptoms and their precursors. For example, the walking speed may be calculated from the data related to the position information in the house, and the index correlated with the fall risk during walking may be calculated from the time-series change. In addition, an index that correlates with the risk of falling in the bathroom may be calculated from the data on the temperature difference between the rooms in the house and the change over time.
 蓄積部13は、情報取得部11で取得したセンサデータ、分析部12の分類部12aの分類結果、時系列解析部12bの解析結果、指標演算部12cの演算結果、変換部16の変換結果を蓄積する。蓄積は分析対象者ごとに行うほか、端末装置50においてユーザが入力部17を用いて入力することで取得した分析対象者の年齢、性別、出身、言語、信教、趣味嗜好などの属性でタグ付けしても良い。ここでのユーザとしては、独居する高齢の親などの分析対象者を見守りたい個人の他、保険事業者、デイサービス事業者などが想定される。 The storage unit 13 obtains the sensor data acquired by the information acquisition unit 11, the classification result of the classification unit 12a of the analysis unit 12, the analysis result of the time series analysis unit 12b, the calculation result of the index calculation unit 12c, and the conversion result of the conversion unit 16. accumulate. In addition to accumulating for each analysis target person, the terminal device 50 is tagged with attributes such as age, gender, origin, language, religion, hobbies and preferences of the analysis target person acquired by inputting using the input unit 17. You may. The users here are assumed to be individuals who want to watch over the analysis target such as elderly parents living alone, as well as insurance companies and day service companies.
 表示内容決定部14は、分析部12の結果を取得してユーザに対し表示すべき内容を決定し、出力部15に送信する。表示内容の決定方法は、システム設計者が予め設定した少なくとも1つ以上の候補から、行動分析システム1のユーザである個人または業者の属性に応じ選択する。具体的には、システム設計者は行動レコメンド表示、日常生活のレポート表示などを、選択肢として予め設定することが考えられる。 The display content determination unit 14 acquires the result of the analysis unit 12, determines the content to be displayed to the user, and transmits it to the output unit 15. The method of determining the display content is selected from at least one candidate preset by the system designer according to the attributes of the individual or the trader who is the user of the behavior analysis system 1. Specifically, the system designer may preset the behavioral recommendation display, the daily life report display, and the like as options.
 行動レコメンド表示は、例えばユーザが高齢の親などを見守りたい個人の場合に選択され、前記行動の変化と相関のある指標をもとに、健康状態を改善するための行動変容を促すことができる。日常生活のレポート表示は、例えばユーザが保険業者の場合に選択され、保険加入者宅に本システムを適用することで、行動の変化と相関のある指標を定期的に保険業者に通知することが考えられる。また、例えばユーザがデイサービス業者の場合にも、日常生活のレポート表示が選択されても良く、デイサービス加入者宅に本システムを適用することで、患者の日常生活をスケジュール形式で記録し、訪問の際に参照できる。なお、行動分析システム1を活用するユーザ(業者)は、特に限定されず、宅配業者、タクシー会社、小売業者、流通業者などが、各社のサービスおよび製品を個人に効果的に提供するため、本システムから表示される情報を活用しても良い。その具体例には、在宅時間を元に確実に配送する、外出習慣を元にタクシーを配車する、生活習慣を元に推奨する製品を決定する、などが含まれる。 The behavioral recommendation display is selected, for example, when the user wants to watch over an elderly parent or the like, and can promote behavioral change to improve the health condition based on an index correlated with the behavioral change. .. The daily life report display is selected, for example, when the user is an insurer, and by applying this system to the insured's home, it is possible to periodically notify the insurer of indicators that correlate with changes in behavior. Conceivable. Further, for example, even when the user is a day service provider, the report display of daily life may be selected. By applying this system to the home of the day service subscriber, the daily life of the patient can be recorded in a schedule format. You can refer to it when you visit. The user (trader) who utilizes the behavior analysis system 1 is not particularly limited, and the courier, taxi company, retailer, distributor, etc. effectively provide the services and products of each company to the individual. You may utilize the information displayed from the system. Specific examples include reliable delivery based on home time, dispatching taxis based on outing habits, and determining recommended products based on lifestyle habits.
 表示内容決定部14は、ユーザが所持する端末装置50の入力部17からの入力に応じ表示内容を決定しても良く、例えば、分析部12の結果について、端末装置50により指定された項目のみを表示対象としても良い。また、表示内容決定部14は、前回の出力に対し端末装置50から与えられたフィードバックを元に、前回の出力をスコア化し、スコアが高いものだけ残しても良い。 The display content determination unit 14 may determine the display content according to the input from the input unit 17 of the terminal device 50 possessed by the user. For example, regarding the result of the analysis unit 12, only the items specified by the terminal device 50 may be determined. May be displayed. Further, the display content determination unit 14 may score the previous output based on the feedback given from the terminal device 50 to the previous output, and leave only the one with a high score.
 出力部15は、端末装置50に対し、表示内容決定部14の決定に基づき、分析部12の結果を出力する。出力先である端末装置50は、行動分析システムを提供する業者が用意した専用のディスプレイ、ユーザのスマートデバイスなどの端末であり、入力部17と、表示部18と、を有する。また、端末装置50の表示部18で表示されるデータの送信は、有線接続、無線接続、サーバ上のデータへのアクセス権付与などで実現できる。なお、端末装置50は、行動分析システム1の一要素として構成されても良い。 The output unit 15 outputs the result of the analysis unit 12 to the terminal device 50 based on the determination of the display content determination unit 14. The terminal device 50 as an output destination is a terminal such as a dedicated display or a user's smart device prepared by a company that provides a behavior analysis system, and has an input unit 17 and a display unit 18. Further, the transmission of the data displayed on the display unit 18 of the terminal device 50 can be realized by a wired connection, a wireless connection, an access right to the data on the server, or the like. The terminal device 50 may be configured as an element of the behavior analysis system 1.
 図2は、本実施形態の行動分析システム1の動作を説明するフローチャートである。行動分析システム1は、システムのオペレータの操作をトリガーとして処理を開始する(S1)。まず、情報取得部11がセンサデータを取得する(S2)。このセンサは行動分析システム1のユーザごとに設置環境が異なっても良い。例えば、行動分析システム1のユーザが親を見守りたい個人の場合、センサの設置場所は、見守りを必要とする分析対象者の宅内である。また、例えば行動分析システム1のユーザが保険業者の場合、センサの設置場所は、被保険者の宅内または施設内である。また、例えば行動分析システム1のユーザがデイサービス業者の場合、センサの設置場所は、加入者の自宅である。 FIG. 2 is a flowchart illustrating the operation of the behavior analysis system 1 of the present embodiment. The behavior analysis system 1 starts processing triggered by the operation of the operator of the system (S1). First, the information acquisition unit 11 acquires sensor data (S2). The installation environment of this sensor may be different for each user of the behavior analysis system 1. For example, when the user of the behavior analysis system 1 is an individual who wants to watch over his / her parents, the place where the sensor is installed is in the house of the person to be analyzed who needs to watch over. Further, for example, when the user of the behavior analysis system 1 is an insurer, the sensor is installed in the insured's house or facility. Further, for example, when the user of the behavior analysis system 1 is a day service provider, the sensor is installed at the subscriber's home.
 センサデータ取得後、情報取得部11は、データの統一フォーマットが変換部16に定義されているか確認し(S3)、定義されていた場合、それに従い変換部16でデータフォーマットを変更する(S4)。なお、この変更方法は、ファイル形式を変更する、データの時刻間隔を変更する、有効数字を変更する、書式を変更する、文字列を数字に変更するなどが考えられるが、それらの変更方針も含めデータの統一フォーマットとして定義されていても良い。その後、情報取得部11は、データを分析部12および蓄積部13に送信する(S5)。 After acquiring the sensor data, the information acquisition unit 11 confirms whether the unified data format is defined in the conversion unit 16 (S3), and if it is defined, the conversion unit 16 changes the data format accordingly (S4). .. In addition, this change method can be considered to change the file format, change the time interval of data, change significant figures, change the format, change the character string to numbers, etc. It may be defined as a unified format of data including. After that, the information acquisition unit 11 transmits the data to the analysis unit 12 and the storage unit 13 (S5).
 分析部12は、まず、現時点のデータを分析し(S6)、その結果を蓄積部13に送信する(S7)。分析部12が送信する結果は、分類部12aの分類結果、時系列解析部12bの解析結果、指標演算部12cの演算結果のいずれでも良く、また、全てでも良い。蓄積部13は、それらのデータを過去のデータに追加し、過去一定期間のデータと合わせ分析部12に送信する(S8)。分析部12は、蓄積部13から送信されてきた過去一定期間のデータを分析し、結果を表示内容決定部14に送信する(S9)。分析部12が表示内容決定部14に送信する内容は、分類部12aの分類結果、時系列解析部12bの解析結果、指標演算部12cの演算結果のいずれでも良く、また、全てでも良い。さらに、分析部12は、ユーザからのフィードバック等により表示項目が指定されている場合、その項目を予め表示内容決定部14から取得し、送信内容を決定しても良い。 The analysis unit 12 first analyzes the current data (S6) and transmits the result to the storage unit 13 (S7). The result transmitted by the analysis unit 12 may be any of the classification result of the classification unit 12a, the analysis result of the time series analysis unit 12b, and the calculation result of the index calculation unit 12c, or may be all. The storage unit 13 adds those data to the past data, combines the data for a certain period in the past, and transmits the data to the analysis unit 12 (S8). The analysis unit 12 analyzes the data transmitted from the storage unit 13 for a certain period in the past, and transmits the result to the display content determination unit 14 (S9). The content transmitted by the analysis unit 12 to the display content determination unit 14 may be any of the classification result of the classification unit 12a, the analysis result of the time series analysis unit 12b, and the calculation result of the index calculation unit 12c, or may be all. Further, when the display item is specified by the feedback from the user or the like, the analysis unit 12 may acquire the item from the display content determination unit 14 in advance and determine the transmission content.
 表示内容決定部14は、端末装置50での表示内容が予め設定されていれば(S10)、分析部12から受信したデータを設定の表示内容に合わせ変換(S11)し、変換されたデータを出力部15が端末装置50へ送信する(S12)。出力部15が出力するタイミングや、表示部18が表示するタイミングは、行動分析システム1のユーザごとに変えても良い。例えば、ユーザが個人の場合は要求に応じ出力または表示され、ユーザが保険業者の場合は常に出力または表示され、ユーザがデイサービスの場合は定期的に設定される訪問日や、異常行動の検知などをトリガーとして出力または表示されても良い。 If the display content on the terminal device 50 is preset (S10), the display content determination unit 14 converts the data received from the analysis unit 12 according to the set display content (S11), and converts the converted data. The output unit 15 transmits to the terminal device 50 (S12). The timing of output by the output unit 15 and the timing of display by the display unit 18 may be changed for each user of the behavior analysis system 1. For example, if the user is an individual, it will be output or displayed on request, if the user is an insurer, it will always be output or displayed, and if the user is a day service, it will be set regularly for visit dates and detection of abnormal behavior. Etc. may be output or displayed as a trigger.
 ユーザは、端末装置50の表示部18が表示する結果に対し、端末装置50の入力部17を用いてフィードバックを行動分析システム1へ返しても良い(S13)。フィードバックがある場合、行動分析システム1の表示内容決定部14は、表示内容の設定に反映する。また、フィードバックが無い場合、処理終了(S14)となる。なお、終了(S14)後に自動的に再度スタート(S1)するよう、ループが構成されていても良い。 The user may return feedback to the behavior analysis system 1 using the input unit 17 of the terminal device 50 with respect to the result displayed by the display unit 18 of the terminal device 50 (S13). When there is feedback, the display content determination unit 14 of the behavior analysis system 1 reflects it in the setting of the display content. If there is no feedback, the process ends (S14). The loop may be configured to automatically start again (S1) after the end (S14).
  以下では、行動分析システム1のユーザが高齢の親を見守りたい個人と仮定した場合における、システムの動作を具体的に説明する。まず、高齢の親を見守りたい個人が、行動分析システム1を用いた見守りサービスに加入する。加入後、見守りに必要な人感センサ31、照度センサ32、温湿度センサ33、電波センサ34、画像センサ35、ゲートウェイおよびセンサの搭載された家電機器などが、高齢の親を見守りたい個人または見守り対象者である親の元に送付される。そして、高齢の親を見守りたい個人または親自身が、これらのセンサを分析対象者である親の宅内に設置する。 In the following, the operation of the system will be specifically described when the user of the behavior analysis system 1 is assumed to be an individual who wants to watch over an elderly parent. First, an individual who wants to watch over an elderly parent subscribes to a watching service using the behavior analysis system 1. After joining, the motion sensor 31, illuminance sensor 32, temperature / humidity sensor 33, radio wave sensor 34, image sensor 35, gateway and home appliances equipped with sensors, etc., which are necessary for watching over, are individuals or watching over elderly parents. It will be sent to the target parent. Then, an individual who wants to watch over the elderly parent or the parent himself installs these sensors in the home of the parent who is the analysis target.
 設置されるセンサのうち、人感センサ31と電波センサ34は分析対象者の体の動きを検知する点で同一の効果を有するが、一般に、測定の時間間隔や測定値の範囲が異なるため、同じ測定対象から異なる情報を得ることができる。一例を挙げれば、人感センサ31が検知するものは人間の在/不在に限定される一方、安価で動作に必要な電力が小さく、また、データ容量も小さく済むため、複数設置し、複数の視点から常時測定できる。それに対し、電波センサ34は測定の時間間隔を1秒以下とすることで、体表面の微小な振動を元に生体情報や運動情報を推測することができるものの、高価で動作には一定の電力を確保する必要があり、また、データ容量も比較的大きいため、設置場所が限定され、常時稼働も困難な場合がある。そこで、本実施例では、これらを併用することで双方の長所を生かし、複数視点で常時測定しつつも、特定の状況、時刻、場所では詳細な生体情報や運動情報を測定し、分析を行う。 Of the sensors installed, the motion sensor 31 and the radio wave sensor 34 have the same effect in detecting the movement of the body of the person to be analyzed, but in general, the time interval of measurement and the range of measured values are different. Different information can be obtained from the same measurement target. For example, what the motion sensor 31 detects is limited to the presence / absence of humans, while it is inexpensive, requires a small amount of power for operation, and requires a small amount of data. It can always be measured from the viewpoint. On the other hand, the radio wave sensor 34 can estimate biometric information and motion information based on minute vibrations on the body surface by setting the measurement time interval to 1 second or less, but it is expensive and has a constant power for operation. In addition, since the data capacity is relatively large, the installation location is limited and it may be difficult to operate at all times. Therefore, in this embodiment, by using these in combination, the advantages of both are utilized, and while constantly measuring from multiple viewpoints, detailed biological information and exercise information are measured and analyzed in a specific situation, time, and place. ..
 また、人感センサ31、電波センサ34に加え、分析対象者の置かれた環境を測定する照度センサ32、温湿度センサ33などを同時に設置することで、同程度の体の動きでも、部屋の明るさや温度・湿度によって異なる行動をとっている場合に分類可能となる。一例を挙げれば、夜にベッドで本を読む行動と睡眠を、別の行動として分類できる。 Further, by simultaneously installing an illuminance sensor 32, a temperature / humidity sensor 33, etc. that measure the environment in which the analysis target is placed, in addition to the motion sensor 31 and the radio wave sensor 34, the room can be moved even with the same degree of body movement. It can be classified when it behaves differently depending on the brightness, temperature, and humidity. For example, reading a book in bed at night and sleeping can be classified as different behaviors.
 さらに、家電機器にセンサを搭載することで、センサ単体よりも抵抗感少なくユーザの宅内にセンサを設置できる。一例を挙げれば、冷蔵庫に搭載されているドア開閉センサのデータを利用することで、新たな別のセンサを設けるよりは、分析対象者にとって抵抗感なく受け入れ易くなる。なお、見守りたい行動やサービスプランに応じ、使用するセンサの種類は変更しても良い。 Furthermore, by mounting the sensor on home appliances, the sensor can be installed in the user's home with less resistance than the sensor alone. For example, by using the data of the door open / close sensor mounted on the refrigerator, it becomes easier for the analysis subject to accept it without feeling any resistance, rather than installing another new sensor. The type of sensor used may be changed according to the behavior or service plan that you want to watch.
 センサは設置後、電源接続、電池、または太陽光や振動などの環境発電により電源を確保し、測定を開始する。センサデータは直接またはゲートウェイを経由し、サーバに送信する。このサーバは見守りサービスを提供する業者のサーバであっても良いし、一般にレンタル可能なサーバでも良い。 After installing the sensor, secure the power supply by power connection, battery, or energy harvesting such as sunlight or vibration, and start measurement. Sensor data is sent to the server either directly or via the gateway. This server may be a server of a company that provides a watching service, or may be a server that can be rented in general.
 図3は、本実施例の行動分析システム1が、種類の異なるセンサを用いて分析対象者の行動を分類し、行動の特徴を出力することを説明する図である。図3に示すように、センサは、測定間隔の異なる2種類のセンサ、すなわち、冷蔵庫のドア開閉センサ、人感センサ31、照度センサ32などの離散的に反応を検知するセンサと、ミリ波センサなどの連続的に反応するセンサと、に分けられる。 FIG. 3 is a diagram for explaining that the behavior analysis system 1 of this embodiment classifies the behavior of the analysis target person using different types of sensors and outputs the characteristics of the behavior. As shown in FIG. 3, the sensors are two types of sensors having different measurement intervals, that is, a sensor that detects a reaction discretely such as a refrigerator door open / close sensor, a motion sensor 31, and an illuminance sensor 32, and a millimeter wave sensor. It is divided into sensors that react continuously, such as.
 分析部12は、情報取得部11が取得して蓄積部13に格納された24時間のミリ波センサの測定データに基づき、分析対象者の活動量を求める。さらに、分析部12は、求められた活動量のそれぞれに対応する行動が何であるか、人感センサ31など離散的に反応するセンサの測定データに基づき推定(分類)する。推定した結果は、分類部12aによって、「睡眠」「食事」「リラックス」といった固有の識別記号が割り当てられる。例えば、リビングの人感センサ31が反応した場合は、「リラックス」と推定される。 The analysis unit 12 obtains the amount of activity of the person to be analyzed based on the measurement data of the 24-hour millimeter-wave sensor acquired by the information acquisition unit 11 and stored in the storage unit 13. Further, the analysis unit 12 estimates (classifies) what the behavior corresponding to each of the obtained activity amounts is based on the measurement data of the sensor that reacts discretely such as the motion sensor 31. The estimated result is assigned a unique identification symbol such as "sleep", "meal", and "relaxation" by the classification unit 12a. For example, when the motion sensor 31 in the living room reacts, it is presumed to be "relaxed".
 また、分析部12は、推定された各行動の中で見出される特徴も抽出する。例えば、情報取得部11が、レンジ使用や冷蔵庫開閉に関する情報を電子レンジや冷蔵庫のセンサから取得したり、キッチンで人感センサ31が反応した情報を取得したりすると、分析部12は、調理活動があったことを抽出する。また、分析部12は、ミリ波センサから取得した夜間(睡眠時)の活動量に基づいて、トイレのための移動が何回あったかを抽出できる。さらに、分析部12は、ミリ波センサから取得したリラックス時の移動速度により、リラックス時の行動の敏速さを抽出したり、ミリ波センサから取得した夜間(睡眠時)のトイレ移動速度を抽出したりできる。 The analysis unit 12 also extracts the features found in each estimated behavior. For example, when the information acquisition unit 11 acquires information on the use of the microwave oven and the opening / closing of the refrigerator from the sensor of the microwave oven or the refrigerator, or the information on the reaction of the motion sensor 31 in the kitchen, the analysis unit 12 causes the cooking activity. Extract that there was. In addition, the analysis unit 12 can extract how many times the toilet has been moved based on the amount of activity at night (during sleep) acquired from the millimeter wave sensor. Further, the analysis unit 12 extracts the agility of the action during relaxation from the movement speed during relaxation acquired from the millimeter wave sensor, and extracts the toilet movement speed at night (during sleep) acquired from the millimeter wave sensor. You can do it.
 分析部12の分析した、「睡眠」「食事」といった行動の時間や回数、あるいは調理活動やトイレ回数といった行動の特徴は、蓄積部13に一定期間蓄積され、必要に応じて、長期の行動傾向が出力部15によって端末装置50に送信される。このため、ユーザは、分析対象者の生活パターンを把握することができる。また、時系列解析部12bは、行動傾向が日々どの様に変化したかを分析し、時系列情報として出力部15から端末装置50へ送信しも良い。さらに、時系列解析部12bは、行動傾向が将来どの様に変化するかを予測したり、異変兆候を検出したりして、その結果を出力部15から端末装置50へ送信することも可能である。 The behavioral characteristics such as the time and number of actions such as "sleep" and "meal" analyzed by the analysis unit 12 or the number of cooking activities and toilets are accumulated in the storage unit 13 for a certain period of time, and if necessary, long-term behavioral tendencies. Is transmitted to the terminal device 50 by the output unit 15. Therefore, the user can grasp the life pattern of the analysis target person. Further, the time-series analysis unit 12b may analyze how the behavioral tendency changes every day and transmit it as time-series information from the output unit 15 to the terminal device 50. Further, the time-series analysis unit 12b can predict how the behavioral tendency will change in the future, detect an abnormal sign, and transmit the result from the output unit 15 to the terminal device 50. be.
 ここで、出力部15は、同一の識別記号が割り当てられた推定結果が、所定の期間、特定の時間帯に定期的に発生しているかどうかの情報、例えば、過去1か月、12時~13時に昼食を取っているか、22時~6時に睡眠を取っているか、などの情報を出力しても良い。これにより、分析対象者が規則正しく食事をとっているか、分析対象者の生活リズムは一定であるか、などをユーザが把握することができる。なお、時間帯については、予め定められたものに限らず、発生時刻の平均に30分から1時間程度の誤差範囲を含めたものとすることも可能である。 Here, the output unit 15 provides information on whether or not the estimation result to which the same identification symbol is assigned is periodically generated in a predetermined period and a specific time zone, for example, from 12:00 in the past month. Information such as whether you are having lunch at 13:00 or sleeping from 22:00 to 6:00 may be output. As a result, the user can grasp whether the analysis target person is eating regularly, whether the analysis target person's life rhythm is constant, and the like. The time zone is not limited to a predetermined time zone, and it is also possible to include an error range of about 30 minutes to 1 hour in the average of the occurrence time.
 また、出力部15は、特定の推定結果が所定の期間内に発生した回数、例えば、1日に外出した回数、1日に体操などの運動をした回数、料理・洗濯・掃除などの家事全般の回数など、を出力しても良い。これにより、分析対象者が多様な行動をとり元気に生活しているかどうか、をユーザが把握することができる。 In addition, the output unit 15 is the number of times that a specific estimation result occurs within a predetermined period, for example, the number of times of going out in a day, the number of times of exercising such as gymnastics in a day, and general household chores such as cooking, washing, and cleaning. You may output the number of times of. As a result, the user can grasp whether or not the analysis target person takes various actions and lives well.
 さらに、出力部15は、特定の推定結果が所定の期間内に発生した合計時間、例えば、1日の睡眠時間、1日の外出時間など、を出力しても良い。これにより、分析対象者の睡眠時間は十分か、分析対象者の歩行時間や他者と交流する時間は十分かどうか、をユーザが把握することができる。 Further, the output unit 15 may output the total time during which a specific estimation result occurs within a predetermined period, for example, one day's sleep time, one day's outing time, and the like. As a result, the user can grasp whether the analysis target person has sufficient sleep time, and whether the analysis target person has sufficient walking time or time to interact with others.
 あるいは、出力部15は、特定の推定結果に属するデータが、所定の期間内に変化した回数、例えば、リラックス時に人感センサ31が反応した回数など、を出力しても良い。同じリラックス時であっても、人感センサ31の反応回数が多い場合には、分析対象者の動きが活発であることが分かる。 Alternatively, the output unit 15 may output the number of times the data belonging to the specific estimation result changes within a predetermined period, for example, the number of times the motion sensor 31 reacts during relaxation. Even during the same relaxation, when the number of reactions of the motion sensor 31 is large, it can be seen that the movement of the analysis target person is active.
 行動分析システム1の情報取得部11は、サーバに収集されたセンサデータを行動分析システム1内に取得する。見守りサービスを提供する業者は、分析部12で行う分析の種類に応じ、必要であれば、変換部16でセンサデータのフォーマットを統一しても良い。例えば、一日の大まかな行動をスケジュール形式で把握したい場合、センサデータを1秒刻みに取得するとデータ容量が大きすぎる一方、1時間刻みでは情報の粒度が不十分であることから、1分刻みに統一しても良い。あるいは、転倒は秒単位で検知したいが、外出は日単位で把握できれば良い場合、転倒を検知できる電波センサ34などのデータは1秒刻み、外出を検知できる人感センサ31やドア開閉センサなどのデータは1分または1時間刻みに変換されても良い。次に、情報取得部11または変換部16が現時点のセンサデータを分析部12に送信し、分析部12が現時点のデータを分析する。 The information acquisition unit 11 of the behavior analysis system 1 acquires the sensor data collected in the server in the behavior analysis system 1. The company that provides the monitoring service may unify the format of the sensor data in the conversion unit 16 if necessary according to the type of analysis performed by the analysis unit 12. For example, if you want to grasp the rough behavior of the day in a schedule format, the data capacity is too large if you acquire the sensor data in 1-second increments, but the particle size of the information is insufficient in 1-hour increments. May be unified to. Alternatively, if you want to detect a fall in seconds, but you only need to know when you go out on a daily basis, data such as a radio wave sensor 34 that can detect a fall is in 1 second increments, and a motion sensor 31 or a door open / close sensor that can detect going out, etc. The data may be converted in 1 minute or 1 hour increments. Next, the information acquisition unit 11 or the conversion unit 16 transmits the current sensor data to the analysis unit 12, and the analysis unit 12 analyzes the current data.
 例えば、分析対象者の外出頻度を見守りたい場合、センサデータに基づき外出を分類できるようなアルゴリズムが分析部12に構築されており、このアルゴリズムによって分析部12は現時点の行動が外出であるか否かを分類する。その後、分析部12は、現時点のセンサデータの分類結果を蓄積部13に送信し、過去のセンサデータに追加する。さらに、蓄積部13は、現時点のセンサデータを含む過去一定期間のセンサデータを抽出し、分析部12に送信する。分析部12は、現時点のセンサデータを含む過去一定期間のセンサデータを分析することで、外出頻度の時系列の変化などを抽出できる。分析部12による分析結果は、表示内容決定部14の設定に従い、出力部15からユーザの端末装置50に送信される。表示内容決定部14の設定は、例えば、直近3ヶ月の外出回数を週ごとに平均し出力する、直近1ヵ月の外出間隔をグラフ化する、今後1ヶ月の外出頻度を予測する、などが例であるが、これらの期間は一例であり、任意の期間に変更して良い。 For example, when it is desired to monitor the frequency of going out of the analysis target person, an algorithm that can classify going out based on the sensor data is constructed in the analysis unit 12, and the analysis unit 12 determines whether or not the current action is out of the office by this algorithm. Classify. After that, the analysis unit 12 transmits the classification result of the current sensor data to the storage unit 13 and adds it to the past sensor data. Further, the storage unit 13 extracts the sensor data for a certain period in the past including the current sensor data, and transmits the sensor data to the analysis unit 12. The analysis unit 12 can extract time-series changes in the frequency of going out by analyzing the sensor data for a certain period in the past including the current sensor data. The analysis result by the analysis unit 12 is transmitted from the output unit 15 to the user's terminal device 50 according to the setting of the display content determination unit 14. For example, the setting of the display content determination unit 14 is such that the number of times of going out in the last 3 months is averaged and output every week, the interval of going out in the last month is graphed, and the frequency of going out in the next month is predicted. However, these periods are examples and may be changed to any period.
 なお、ここでは見守る行動として外出を例に説明したが、睡眠、リラックス、食事、料理、掃除、洗濯など、家事全般を含む外出以外の行動を見守る行動としても良いし、これらを複数組み合わせて見守っても良い。また、異常行動を検知しアラートを挙げるなどの手段を用いても良い。ここで異常行動は、予め行動の種類を定義しても良いし、発生頻度や発生確率を元に定義しても良い。 In addition, although going out is explained as an example of the action to watch over here, it may be an action to watch over actions other than going out including general household chores such as sleeping, relaxing, eating, cooking, cleaning, washing, etc., and watching over by combining multiple of these. May be. Further, a means such as detecting an abnormal behavior and raising an alert may be used. Here, the abnormal behavior may be defined in advance by defining the type of behavior, or may be defined based on the frequency of occurrence and the probability of occurrence.
 高齢の親を見守りたい個人は、これらの行動の時系列情報の表示結果を元に高齢の親に介入することができる。具体的には、予め定めた閾値を超える異常が検出された場合は駆け付ける、行動が変化する兆候があれば健康状態に変化があった可能性があるとして連絡の頻度を上げる、などである。 Individuals who want to watch over their elderly parents can intervene in their elderly parents based on the display results of the time-series information of these behaviors. Specifically, if an abnormality exceeding a predetermined threshold is detected, the person rushes to the facility, and if there is a sign that the behavior changes, the frequency of contact is increased because the health condition may have changed.
 また、高齢の親を見守りたい個人は、表示された結果に対し、端末装置50の入力部17からフィードバックを返すことができる。例えば、最初は複数種類の結果が表示されるものの、各結果に1~10の10段階で点数をつけフィードバックすることで、次回以降は点数の高かった結果に絞り表示される、などのメリットがある。 In addition, an individual who wants to watch over an elderly parent can return feedback from the input unit 17 of the terminal device 50 to the displayed result. For example, although multiple types of results are displayed at first, each result is given a score in 10 steps from 1 to 10 and feedback is given, so that the results with higher scores will be narrowed down and displayed from the next time onward. be.
  以下では、行動分析システム1のユーザが保険業者と仮定した場合における、システムの動作を具体的に説明する。なお、実施例1と重複する内容は省略し、異なる部分のみ記載する。まず、保険業者は行動分析システム1と連携した保険サービスを用意する。前記保険サービスに加入申し込みがあった場合、実施例1と同様、センサ類が加入者宅に送付される。なお、保険サービスのプランに応じ、使用するセンサの種類は変更しても良い。センサは実施例1と同様、測定を開始し、センサデータはサーバに送信する。行動分析システム1の情報取得部11は、サーバに収集されたセンサデータを行動分析システム1内に取得し、必要に応じ変換部16でセンサデータのフォーマットを統一する。 In the following, the operation of the system when the user of the behavior analysis system 1 is assumed to be an insurer will be specifically described. The content that overlaps with Example 1 is omitted, and only the different parts are described. First, the insurer prepares an insurance service linked with the behavior analysis system 1. When there is an application for subscription to the insurance service, sensors are sent to the subscriber's home as in the first embodiment. The type of sensor used may be changed according to the insurance service plan. The sensor starts the measurement as in the first embodiment, and the sensor data is transmitted to the server. The information acquisition unit 11 of the behavior analysis system 1 acquires the sensor data collected in the server in the behavior analysis system 1, and the conversion unit 16 unifies the format of the sensor data as needed.
 保険業者が本システムを活用する場合、表示内容決定部14の設定は実施例1の内容に加え、例えば人間の各行動の合計時間、それらの前回表示からの差分、今後の予想などが考えられる。保険業者は、これらの表示結果をもとに加入者に行動変容を促し、健康状態を改善することで、保険の適用を遅らせることができる。具体的には、睡眠時間が不足している場合、睡眠時間をより多く確保することを推奨するなどである。その結果、加入者の健康状態が改善すれば、保険料を低減でき、保険サービスの競争力向上につなげることができる。なお、保険業者は、表示された結果に対し、フィードバックを返すことができる。 When an insurer utilizes this system, the setting of the display content determination unit 14 may be, for example, the total time of each human action, the difference from the previous display, the future forecast, etc., in addition to the content of the first embodiment. .. The insurer can delay the coverage of insurance by encouraging the subscriber to change his / her behavior based on these display results and improving his / her health condition. Specifically, if sleep time is insufficient, it is recommended to secure more sleep time. As a result, if the health condition of the subscriber is improved, the insurance premium can be reduced and the competitiveness of the insurance service can be improved. The insurer can give feedback on the displayed result.
  以下では、行動分析システム1のユーザがデイサービス業者と仮定した場合における、システムの動作を具体的に説明する。なお、実施例1と重複する内容は省略し、異なる部分のみ記載する。まず、デイサービス業者は行動分析システム1と連携したデイサービスプランを用意する。前記デイサービスプランは、例えば、特別なバックアップ体制を整える、行動分析システム1の出力を日々の訪問の参考にする、などがある。前記デイサービスに加入申し込みがあった場合、実施例1と同様、センサ類が加入者宅に送付される。なお、デイサービスのプランに応じ、使用するセンサの種類は変更しても良い。センサは実施例1と同様、測定を開始し、センサデータはサーバに送信する。行動分析システム1の情報取得部11は、サーバに収集されたセンサデータを行動分析システム1内に取得し、必要に応じ変換部16でセンサデータのフォーマットを統一する。 In the following, the operation of the system when the user of the behavior analysis system 1 is assumed to be a day service provider will be specifically described. The content that overlaps with Example 1 is omitted, and only the different parts are described. First, the day service provider prepares a day service plan linked with the behavior analysis system 1. The day service plan includes, for example, setting up a special backup system and using the output of the behavior analysis system 1 as a reference for daily visits. When there is an application for subscription to the day service, the sensors are sent to the subscriber's home as in the first embodiment. The type of sensor used may be changed according to the day service plan. The sensor starts the measurement as in the first embodiment, and the sensor data is transmitted to the server. The information acquisition unit 11 of the behavior analysis system 1 acquires the sensor data collected in the server in the behavior analysis system 1, and the conversion unit 16 unifies the format of the sensor data as needed.
 デイサービス業者が本システムを活用する場合、表示内容決定部14の設定は、例えば、実施例1、2の内容に加え、日常行動を時系列順に表示して可視化されたスケジュール形式のデータなどである。この場合、表示内容決定部14が、分類部12aで割り当てられた識別記号(「睡眠」「食事」など)を時系列順に並べて、出力部15がスケジュール形式のデータを端末装置50へ送信する。デイサービス業者は、前記スケジュール形式のデータを参照し、加入者が在宅の可能性が高い時間に訪問する計画を立てることができ、業務効率が向上する。なお、デイサービス業者は、表示された結果に対し、フィードバックを返すことができる。
 [変形例]
When a day service provider utilizes this system, the setting of the display content determination unit 14 is, for example, in addition to the contents of Examples 1 and 2, the schedule format data that displays daily activities in chronological order and is visualized. be. In this case, the display content determination unit 14 arranges the identification symbols (“sleep”, “meal”, etc.) assigned by the classification unit 12a in chronological order, and the output unit 15 transmits the schedule format data to the terminal device 50. The day service provider can refer to the data in the schedule format and make a plan to visit the subscriber at a time when there is a high possibility of being at home, which improves work efficiency. The day service provider can give feedback on the displayed result.
[Modification example]
  行動分析システム1は、前記実施形態で説明した第一の構成とは異なるものであっても良い。図4は、行動分析システム1の第二の構成を示すブロック図である。本変形例の行動分析システム1は、分析部12の分類部12a、時系列解析部12b、蓄積部13、表示内容決定部14、出力部15、変換部16の一部またはすべてが、行動分析システム1外に設けた外部サーバ21またはユーザが所持する端末装置50に存在する。本構成の場合、情報取得部11はセンサデータの取得に加え、変換部16が設置された外部サーバ21へのデータ送信、分類部12a、時系列解析部12b、蓄積部13が設置された外部サーバ21およびユーザの端末装置50とのデータ送受信を行う。また、外部サーバ21どうしも必要に応じ情報を送受信しても良い。 The behavior analysis system 1 may be different from the first configuration described in the above embodiment. FIG. 4 is a block diagram showing a second configuration of the behavior analysis system 1. In the behavior analysis system 1 of this modification, a part or all of the classification unit 12a, the time series analysis unit 12b, the storage unit 13, the display content determination unit 14, the output unit 15, and the conversion unit 16 of the analysis unit 12 perform behavior analysis. It exists in an external server 21 provided outside the system 1 or a terminal device 50 owned by the user. In the case of this configuration, in addition to acquiring sensor data, the information acquisition unit 11 transmits data to the external server 21 in which the conversion unit 16 is installed, the classification unit 12a, the time series analysis unit 12b, and the external unit in which the storage unit 13 is installed. Data is transmitted to and received from the server 21 and the user's terminal device 50. Further, the external servers 21 may send and receive information as needed.
 図5は、行動分析システム1を有する業者と関係先を示す図である。行動分析システム1を有する業者100は、パートナー企業101、パートナー自治体102、パートナー機関103およびユーザ104と情報を送受信することができる。例えば、ユーザ104に承諾を得た範囲で日常生活に関する情報110をこれら関係先に開示する一方、パートナー企業101から製品およびサービスに関する情報111を、パートナー自治体102から地域イベントの情報112を、パートナー機関103から最新の学術情報113を取得し、それらの情報114を、必要と判断したユーザ104の端末装置50に表示し、行動変容を促しても良い。 FIG. 5 is a diagram showing a trader having a behavior analysis system 1 and a related party. The trader 100 having the behavior analysis system 1 can send and receive information to and from the partner company 101, the partner municipality 102, the partner organization 103, and the user 104. For example, while disclosing information 110 regarding daily life to these related parties to the extent that the consent of the user 104 is obtained, information 111 regarding products and services from the partner company 101, information 112 about the regional event from the partner municipality 102, and information 112 from the partner organization. The latest academic information 113 may be acquired from 103, and the information 114 may be displayed on the terminal device 50 of the user 104 determined to be necessary to promote behavior change.
1:行動分析システム、11:情報取得部、12:分析部、12a:分類部、12b:時系列解析部、12c:指標演算部、13:蓄積部、14:表示内容決定部、15:出力部、16:変換部、17入力部、18表示部、21:外部サーバ、31:人感センサ、32:照度センサ、33:温湿度センサ、34:電波センサ、35:画像センサ、50:端末装置、100:行動分析システムを有する業者、101:パートナー企業、102:パートナー自治体、103:パートナー機関、104:ユーザ、110:日常生活に関する情報、111:製品およびサービスに関する情報、112:地域イベントの情報、113:最新の学術情報 1: Behavior analysis system, 11: Information acquisition unit, 12: Analysis unit, 12a: Classification unit, 12b: Time series analysis unit, 12c: Index calculation unit, 13: Accumulation unit, 14: Display content determination unit, 15: Output Unit, 16: conversion unit, 17 input unit, 18 display unit, 21: external server, 31: human sensor, 32: illuminance sensor, 33: temperature / humidity sensor, 34: radio wave sensor, 35: image sensor, 50: terminal Equipment, 100: Contractor with behavior analysis system, 101: Partner company, 102: Partner municipality, 103: Partner organization, 104: User, 110: Information on daily life, 111: Information on products and services, 112: For local events Information, 113: Latest academic information

Claims (10)

  1. 情報取得部と、分析部と、出力部と、を備える行動分析システムであって、
    前記情報取得部は、分析対象者の行動に起因して生じる変化を捉える少なくとも1つのセンサのデータを取得し、
    前記分析部は、前記情報取得部が取得したデータを1種類以上に分類し、分類結果の少なくとも1つに固有の識別記号を割り当て、
    前記出力部は、同一の識別記号が割り当てられた分類結果の時系列情報を出力することを特徴とする行動分析システム。
    It is a behavior analysis system equipped with an information acquisition unit, an analysis unit, and an output unit.
    The information acquisition unit acquires data from at least one sensor that captures changes caused by the behavior of the person to be analyzed.
    The analysis unit classifies the data acquired by the information acquisition unit into one or more types, and assigns a unique identification symbol to at least one of the classification results.
    The output unit is a behavior analysis system characterized by outputting time-series information of classification results to which the same identification symbol is assigned.
  2. 請求項1に記載の行動分析システムにおいて、
    情報取得部は、前記分析対象者の動きを検知する少なくとも1つのセンサのデータと、前記分析対象者の置かれた環境を測定する少なくとも1つのセンサのデータと、を取得することを特徴とする行動分析システム。
    In the behavior analysis system according to claim 1,
    The information acquisition unit is characterized by acquiring data of at least one sensor that detects the movement of the analysis target person and data of at least one sensor that measures the environment in which the analysis target person is placed. Behavior analysis system.
  3. 請求項1に記載の行動分析システムにおいて、
    情報取得部は、測定間隔の異なる少なくとも2つのセンサのデータを取得することを特徴とする行動分析システム。
    In the behavior analysis system according to claim 1,
    The information acquisition unit is a behavior analysis system characterized by acquiring data from at least two sensors having different measurement intervals.
  4. 請求項1~3のいずれか1つに記載の行動分析システムにおいて、
    センサの少なくとも1つが家電機器に搭載されていることを特徴とする行動分析システム。
    In the behavior analysis system according to any one of claims 1 to 3.
    A behavioral analysis system characterized in that at least one of the sensors is mounted on a home appliance.
  5. 請求項1~3のいずれか1つに記載の行動分析システムにおいて、
    前記出力部は、同一の識別記号が割り当てられた分類結果が、所定の期間、特定の時間帯に定期的に発生しているかどうかの情報を出力することを特徴とする行動分析システム。
    In the behavior analysis system according to any one of claims 1 to 3.
    The output unit is a behavior analysis system characterized in that it outputs information as to whether or not a classification result to which the same identification symbol is assigned is periodically generated in a specific time zone for a predetermined period.
  6. 請求項1~3のいずれか1つに記載の行動分析システムにおいて、
    前記出力部は、同一の識別記号が割り当てられた分類結果が、所定の期間内に発生した回数を出力することを特徴とする行動分析システム。
    In the behavior analysis system according to any one of claims 1 to 3.
    The output unit is a behavior analysis system characterized by outputting the number of times a classification result to which the same identification symbol is assigned occurs within a predetermined period.
  7. 請求項1~3のいずれか1つに記載の行動分析システムにおいて、
    前記出力部は、同一の識別記号が割り当てられた分類結果が、所定の期間内に発生した合計時間を出力することを特徴とする行動分析システム。
    In the behavior analysis system according to any one of claims 1 to 3.
    The output unit is a behavior analysis system characterized in that the classification result to which the same identification symbol is assigned outputs the total time generated within a predetermined period.
  8. 請求項1~3のいずれか1つに記載の行動分析システムにおいて、
    前記出力部は、同一の識別記号が割り当てられた分類結果に所属するデータが、所定の期間内に変化した回数を出力することを特徴とする行動分析システム。
    In the behavior analysis system according to any one of claims 1 to 3.
    The output unit is a behavior analysis system characterized in that data belonging to a classification result to which the same identification symbol is assigned outputs the number of times the data has changed within a predetermined period.
  9. 請求項1~3のいずれか1つに記載の行動分析システムにおいて、
    前記出力部は、前記識別記号が時系列順に並べられたスケジュール形式で出力することを特徴とする行動分析システム。
    In the behavior analysis system according to any one of claims 1 to 3.
    The output unit is a behavior analysis system characterized in that the identification symbols are output in a schedule format arranged in chronological order.
  10. 情報取得部が、分析対象者の行動に起因して生じる変化を捉える少なくとも1つのセンサのデータを取得するステップと、
    分析部が、前記情報取得部が取得したデータを1種類以上に分類し、分類結果の少なくとも1つに固有の識別記号を割り当てるステップと、
    出力部が、同一の識別記号が割り当てられた分類結果の時系列情報を出力するステップと、
    を備える行動分析方法。
    A step in which the information acquisition unit acquires data from at least one sensor that captures changes caused by the behavior of the person to be analyzed.
    A step in which the analysis unit classifies the data acquired by the information acquisition unit into one or more types and assigns a unique identification symbol to at least one of the classification results.
    The output unit outputs the time-series information of the classification result to which the same identification symbol is assigned, and
    Behavioral analytics method.
PCT/JP2020/040075 2020-10-26 2020-10-26 Behavior analysis system and behavior analysis method WO2022091176A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2022558609A JPWO2022091176A1 (en) 2020-10-26 2020-10-26
CN202080103983.5A CN115997233A (en) 2020-10-26 2020-10-26 Behavior analysis system and behavior analysis method
PCT/JP2020/040075 WO2022091176A1 (en) 2020-10-26 2020-10-26 Behavior analysis system and behavior analysis method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/040075 WO2022091176A1 (en) 2020-10-26 2020-10-26 Behavior analysis system and behavior analysis method

Publications (1)

Publication Number Publication Date
WO2022091176A1 true WO2022091176A1 (en) 2022-05-05

Family

ID=81383699

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/040075 WO2022091176A1 (en) 2020-10-26 2020-10-26 Behavior analysis system and behavior analysis method

Country Status (3)

Country Link
JP (1) JPWO2022091176A1 (en)
CN (1) CN115997233A (en)
WO (1) WO2022091176A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006129887A (en) * 2004-11-02 2006-05-25 Hitachi Ltd Life condition notification system
WO2012124259A1 (en) * 2011-03-14 2012-09-20 株式会社ニコン Information terminal, information providing server, and control program
WO2014148037A1 (en) * 2013-03-21 2014-09-25 株式会社東芝 Lifestyle care assisting device
WO2014208070A1 (en) * 2013-06-24 2014-12-31 株式会社東芝 Communication management system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006129887A (en) * 2004-11-02 2006-05-25 Hitachi Ltd Life condition notification system
WO2012124259A1 (en) * 2011-03-14 2012-09-20 株式会社ニコン Information terminal, information providing server, and control program
WO2014148037A1 (en) * 2013-03-21 2014-09-25 株式会社東芝 Lifestyle care assisting device
WO2014208070A1 (en) * 2013-06-24 2014-12-31 株式会社東芝 Communication management system

Also Published As

Publication number Publication date
JPWO2022091176A1 (en) 2022-05-05
CN115997233A (en) 2023-04-21

Similar Documents

Publication Publication Date Title
Bakar et al. Activity and anomaly detection in smart home: A survey
Suryadevara et al. Forecasting the behavior of an elderly using wireless sensors data in a smart home
Suryadevara et al. Smart homes
Amiribesheli et al. A review of smart homes in healthcare
Monekosso et al. Behavior analysis for assisted living
Meng et al. Towards online and personalized daily activity recognition, habit modeling, and anomaly detection for the solitary elderly through unobtrusive sensing
Lotfi et al. Smart homes for the elderly dementia sufferers: identification and prediction of abnormal behaviour
Chalmers et al. Detecting activities of daily living and routine behaviours in dementia patients living alone using smart meter load disaggregation
Kwon et al. Single activity sensor-based ensemble analysis for health monitoring of solitary elderly people
Suryadevara et al. Intelligent sensing systems for measuring wellness indices of the daily activities for the elderly
US20190180389A1 (en) Analysing energy/utility usage
KR102494874B1 (en) Method and apparatus for predicting dementia based on Activity of daily living
US7009497B2 (en) Method of distinguishing the presence of a single versus multiple persons
Deleawe et al. Predicting air quality in smart environments
Fatima et al. Analysis and effects of smart home dataset characteristics for daily life activity recognition
Garcia-Constantino et al. Probabilistic analysis of abnormal behaviour detection in activities of daily living
Fahim et al. ApplianceNet: a neural network based framework to recognize daily life activities and behavior in smart home using smart plugs
Pazhoumand-Dar et al. Detecting deviations from activities of daily living routines using kinect depth maps and power consumption data
Riboni et al. Analysis of long-term abnormal behaviors for early detection of cognitive decline
WO2022091176A1 (en) Behavior analysis system and behavior analysis method
Pazhoumand-Dar Fuzzy association rule mining for recognising daily activities using Kinect sensors and a single power meter
Hein et al. Working with a domestic assessment system to estimate the need of support and care of elderly and disabled persons: results from field studies
WO2023112757A1 (en) Sensing system, sensing device, and sensing method
US11457875B2 (en) Event prediction system, sensor signal processing system, event prediction method, and non-transitory storage medium
Jiang et al. Predicting Appliance Usage Status in Home Like Environments

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022558609

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20959694

Country of ref document: EP

Kind code of ref document: A1