WO2024038641A1 - 情報処理装置、情報処理方法及びプログラム - Google Patents

情報処理装置、情報処理方法及びプログラム Download PDF

Info

Publication number
WO2024038641A1
WO2024038641A1 PCT/JP2023/014880 JP2023014880W WO2024038641A1 WO 2024038641 A1 WO2024038641 A1 WO 2024038641A1 JP 2023014880 W JP2023014880 W JP 2023014880W WO 2024038641 A1 WO2024038641 A1 WO 2024038641A1
Authority
WO
WIPO (PCT)
Prior art keywords
break
worker
situation
presentation
information processing
Prior art date
Application number
PCT/JP2023/014880
Other languages
English (en)
French (fr)
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 日鉄ソリューションズ株式会社
Publication of WO2024038641A1 publication Critical patent/WO2024038641A1/ja

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
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • 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
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H20/00ICT specially adapted for therapies or health-improving plans, e.g. for handling prescriptions, for steering therapy or for monitoring patient compliance

Definitions

  • the present invention relates to an information processing device, an information processing method, and a program.
  • Patent Document 1 discloses a technique for recommending a break to a user when it is estimated that the user is fatigued or has decreased operating efficiency due to continuous use of a personal computer.
  • the present invention was made in view of these problems, and an object of the present invention is to provide a technology that supports workers in taking appropriate breaks.
  • the present invention provides an information processing device, which includes a situation estimating means for estimating the situation of a worker, and a means for urging a worker to take a break at a timing corresponding to the situation, and a system for prompting a worker to take a break at a timing corresponding to the situation. and presentation means for presenting break information indicating the method.
  • Another aspect of the information processing method includes a situation estimation step of estimating a worker's situation, and rest information that urges a worker to take a break at a timing appropriate to the situation and indicates a break method that is appropriate for the situation. and a presentation step of presenting the information.
  • a computer is used as a situation estimating means for estimating the worker's situation, and a display that prompts a worker to take a break at a timing appropriate to the situation and presents break information indicating a way to take a break in accordance with the situation.
  • This is a program to function as a means.
  • FIG. 1 is an overall diagram of an information processing system.
  • FIG. 2 is a configuration diagram of a server device. It is a block diagram of a worker's device.
  • FIG. 2 is a configuration diagram of an administrator device. It is an explanatory diagram of processing of a situation estimation part and a presentation part. It is a figure showing an example of a data composition of worker history DB. It is a flowchart which shows break presentation processing.
  • FIG. 1 is an overall diagram of an information processing system 1 according to the present embodiment.
  • the information processing system 1 provides guidance for breaks depending on the worker's situation. In this embodiment, the information processing system 1 will be described using an example where agricultural work is performed outdoors.
  • the information processing system 1 includes a server device 10, a worker device 20, and an administrator device 30.
  • the server device 10, the worker device 20, and the administrator device 30 can communicate via the network N.
  • the server device 10 and the administrator device 30 are connected to the network N by wire or wirelessly.
  • the worker device 20 connects to the network N wirelessly.
  • the server device 10 is an example of an information processing device.
  • the server device 10 acquires data such as sensor detection values that reflect the worker's situation from the worker device 20, and based on this, provides break information to the worker device 20 to urge a break at an appropriate timing. have it presented.
  • the server device 10 also notifies the administrator device 30 if the worker has not taken a necessary break.
  • the worker device 20 is, for example, a portable device, and is carried by the worker while the work to be managed, such as agricultural work, is being performed. Although only one worker device 20 is shown in FIG. 1, the information processing system 1 includes a plurality of worker devices 20, and the server device 10 manages each of the plurality of worker devices 20. Break information shall be presented to workers.
  • the administrator device 30 is a device used by an administrator, and may be, for example, a PC or a portable device such as a smartphone.
  • FIG. 2 is a configuration diagram of the server device 10.
  • the server device 10 includes a CPU 101, a ROM 102, a RAM 103, an HDD 104, and a communication section 107.
  • the CPU 101 reads programs stored in the ROM 102 and executes various processes.
  • the RAM 103 is used as a temporary storage area such as the main memory and work area of the CPU 101.
  • the HDD 104 stores various data, various programs, and the like.
  • the communication unit 107 communicates with external devices such as the worker device 20 and the administrator device 30 via the network N.
  • the server device 10 includes a situation estimation section 111, a presentation section 112, and a notification section 113 as functional configurations. Note that these functions are realized by the CPU 101 reading a program stored in the ROM 102 or HDD 104 and executing this program. That is, the processes described as being executed by each of the above units are the processes executed by the CPU 101. Further, as another example, the CPU 101 may realize the above functions and processing by reading a program stored in a recording medium such as an SD card instead of the ROM 102, and executing this program. .
  • the situation estimating unit 111 estimates the worker's situation based on the data that is received from the worker device 20 and reflects the worker's situation. Note that data reflecting the worker's situation will be detailed later.
  • the presentation unit 112 urges the worker to take a break at a timing appropriate to the worker's situation, transmits break information indicating a break method appropriate to the situation to the worker device 20, and causes the worker device 20 to display the break information on the display unit. .
  • This process is an example of a process that presents break information.
  • the notification unit 113 transmits an alert notification to the administrator device 30 when the worker does not take a break even though the worker is urged to take a break. This process is an example of a process for notifying the administrator. Note that detailed processing of each part will be explained in detail later.
  • FIG. 3 is a configuration diagram of the worker device 20.
  • the worker device 20 includes a CPU 201, a ROM 202, a RAM 203, an HDD 204, a communication section 205, a display section 206, an input section 207, and a GNSS reception section 208.
  • the CPU 201, ROM 202, RAM 203, HDD 204, and communication unit 205 are the same as the CPU 101, ROM 102, RAM 103, HDD 104, and communication unit 105 of the server device 10, respectively.
  • Display unit 206 displays various information.
  • the input unit 207 is an operation button, a touch panel, or the like.
  • the GNSS receiving unit 208 is a device that receives signals from the Global Navigation Satellite System.
  • the GNSS receiving unit 208 receives radio waves from a navigation satellite and outputs a signal for calculating the position of the worker.
  • the position of the worker is specified by the CPU 201 based on the signal received by the GNSS receiving unit
  • a heart rate meter 209 is attached to the worker's body, and the worker device 20 receives the detection results of the heart rate meter 209 via the communication unit 205.
  • an environmental sensor 210 is installed in the work range where the worker performs the work, and the worker device 20 also receives the detection results of the environmental sensor 210 via the communication unit 205.
  • the environmental sensor 210 includes a thermometer that measures black bulb temperature, a thermometer that measures wet bulb temperature, and a thermometer that measures dry bulb temperature.
  • Environmental sensor 210 also includes a UV index meter.
  • thermometer for measuring the black bulb temperature the thermometer for measuring the wet bulb temperature
  • thermometer for measuring the dry bulb temperature are used to calculate the WBGT, as described later.
  • WBGT may be simply calculated from temperature and humidity.
  • the environmental sensor 210 may include a thermometer and a hygrometer instead of these thermometers.
  • the worker device 20 transmits the worker's position, heartbeat, and measured values of each meter of the environmental sensor 210 to the server device 10 in association with the worker ID that identifies the worker. Note that these values only need to be sent to the server device 10, and the communication route is not limited to the embodiment.
  • the environmental sensor 210 may directly transmit each measurement value of the environmental sensor 210 to the server device 10.
  • FIG. 4 is a configuration diagram of the administrator device 30.
  • the administrator device 30 includes a CPU 301 , a ROM 302 , a RAM 303 , an HDD 304 , a communication section 305 , a display section 306 , and an input section 307 .
  • the CPU 301, ROM 302, RAM 303, HDD 304, and communication unit 305 are the same as the CPU 101, ROM 102, RAM 103, HDD 104, and communication unit 105 of the server device 10, respectively.
  • the display section 306 and the input section 307 are similar to the display section 206 and the input section 207 of the worker's device 20, respectively.
  • the input unit 307 may be a mouse or a keyboard.
  • FIG. 5 is an explanatory diagram of the processing of the situation estimation unit 111 and presentation unit 112 of the server device 10.
  • the situation estimating unit 111 obtains a plurality of index values indicating the worker's situation. As shown in FIG. 5, the situation estimating unit 111 of this embodiment calculates five index values of the worker: a heat index (WBGT: Wet Bulb Globe Temperature), a UV index, a continuous working time, a degree of fatigue, and a stress value. Estimate as a situation.
  • the presentation unit 112 then prompts the worker to take a break by presenting break information to the worker when any of the index values satisfies the presentation conditions.
  • WBGT is an index value for preventing heatstroke. When you are in an area with high WBGT, you lose water through sweat, leading to dehydration and symptoms of heat exhaustion.
  • WBGT is a value determined by wet bulb temperature, black bulb temperature, and dry bulb temperature.
  • the situation estimating unit 111 receives the measurement results of three thermometers as the environment sensor 210 via the worker device 20, and from the measurement results of the three thermometers, according to (Equation 1), Find WBGT.
  • (Formula 1) is a formula for calculating WBGT outdoors.
  • WBGT (°C) 0.7 x wet bulb temperature + 0.2 x black bulb temperature + 0.1 x dry bulb temperature...
  • the UV index is an index of the intensity of ultraviolet rays to clearly indicate the degree of influence that ultraviolet rays have on the human body. It is known that when ultraviolet rays enter the eyes, the autonomic nervous system is disturbed and fatigue occurs. Therefore, in this embodiment, the UV index is used as an index of fatigue caused by ultraviolet rays.
  • the degree of influence of ultraviolet rays on the human body varies depending on the wavelength.
  • a CIE action spectrum is defined as the relative influence of each wavelength on the human body. By multiplying this relative degree of influence for each wavelength of ultraviolet light intensity, the intensity for each wavelength can be obtained from the perspective of the degree of influence on the human body. The overall degree of influence on the human body can be obtained by integrating this intensity over wavelengths of 250 to 400 nm.
  • the amount determined is referred to as erythema external radiation dose (CIE ultraviolet radiation dose).
  • CIE ultraviolet radiation dose is the CIE UV dose divided by 25.
  • the UV index please refer to the Japan Meteorological Agency's "How to find the index" (Internet ⁇ https://www.data.jma.go.jp/gmd/env/uvhp/3-51uvindex_define.html> July 19, 2020) day search).
  • the UV index is measured by a UV index meter as the environment sensor 210, and the situation estimation unit 111 acquires the UV index.
  • the situation estimating unit 111 may obtain the ultraviolet intensity measured by a UV meter, and obtain the UV index from the ultraviolet intensity.
  • Continuous work time is the time during which work is continuously performed.
  • the worker presses the start work button displayed on the display unit 206 of the worker device 20, and when finishing the work, the worker presses the work start button displayed on the display unit 206. It is assumed that the user presses the end of work button.
  • a work start notification is sent from the worker device 20 to the server device 10
  • a work end notification is sent from the worker device 20 to the server device 10. be done.
  • the situation estimation unit 111 obtains the work start notification, it obtains the continuous work time by counting the continuous work time using a timer (not shown) until it receives the work end notification.
  • the degree of fatigue is an index value determined by exercise intensity. If accumulated fatigue is left untreated, the balance of the autonomic nervous system will be disrupted, weakening the immune system and potentially leading to chronic fatigue.
  • the stress value is an index value that increases as the person is estimated to be feeling stressed. It is known that the more stressed you are, the more your sympathetic nervous system becomes activated. Therefore, in this embodiment, the situation estimation unit 111 estimates the degree of activation of the sympathetic nerves from the heartbeat, and obtains this as a stress value. Specifically, the situation estimation unit 111 first measures the power spectral density in order to extract the periodic structure from the time series data of heart rate variability.
  • the power spectral density includes a high frequency fluctuation component (HF component) and a low frequency component (LF component).
  • the situation estimation unit 111 calculates the sum of the intensities of the LF component region (0.05 Hz to 0.15 Hz) and the HF component region (0.15 Hz to 0.40 Hz) as the LF component value, Obtained as the value of the HF component. Then, the situation estimation unit 111 calculates (value of LF component)/(value of HF component) as a stress value.
  • the WBGT presentation condition is "the integrated value of WBGT for the past hour is greater than or equal to the first WBGT threshold". It is assumed that the situation estimating unit 111 starts from the processing time point at which the process of determining whether the presentation condition is satisfied or not, and calculates the integrated value of WBGT for one hour by going back from the starting point.
  • the integrated value can be obtained by adding one hour's worth of WBGTs obtained every predetermined time, such as one minute. Note that if one hour has not passed since the start of the process, the values from the start of the process to the time of the process may be added.
  • the rest methods for WBGT are ⁇ presentation of a place where WBGT is less than 25'' and ⁇ replenishment of water and salt.'' The break method is determined depending on the type of index value.
  • the situation estimation unit 111 also estimates whether the person is taking a break.
  • WBGT the situation estimating unit 111 determines that the user is taking a break when a WBGT of 20 or less is obtained. Then, the situation estimating unit 111 determines that the break has ended when the break end condition of "the integrated value of WBGT for the past hour is equal to or less than the second WBGT threshold" is satisfied. WBGT recording continues even after the break begins. Therefore, when moving to a place where WBGT is low, the integrated value of WBGT for the past hour decreases.
  • the second WBGT threshold may be equal to or different from the first WBGT threshold. However, from the viewpoint of preventing it from being determined that a break is necessary immediately after the end of the break, the second WBGT threshold is preferably smaller than the first WBGT threshold.
  • the presentation conditions, break method, break estimation method, and break completion conditions are examples, and are not limited to the embodiments.
  • the condition for completing a break may be "staying for 20 minutes or more in a place where WBGT is 20 or less.”
  • the presentation condition for the UV index is "the integrated value of the UV index for the past hour is greater than or equal to the first UV index threshold". It is assumed that the situation estimation unit 111 calculates the integrated value of the UV index for the past hour, starting from the processing time.
  • the integrated value is obtained by adding UV indexes measured at predetermined time intervals such as one minute for one hour. If one hour has not passed since the start of the process, the values from the start of the process to the time of the process may be added.
  • the break method for the UV index is "presentation of a place where the UV index is 2 or less.”
  • the method for estimating a break regarding the UV index is that "the UB index is 2 or less”
  • the condition for completing a break is that "the integrated value of the UV index for the past hour is below the second UV index threshold”.
  • the first UV index threshold and the second UV index threshold are preset values, and both values may be equal or different.
  • the condition for completing a break may be "staying in a place with a UV index of 2 or less for 20 minutes or more.”
  • the presentation condition for continuous work time is "no break for 5 hours or more from the start of detection”.
  • the situation estimating unit 111 determines that the presentation condition is satisfied if 5 hours continue without receiving a work end notification after receiving the work start notification.
  • the reference elapsed time is not limited to 5 hours.
  • the break method for the continuous working time is "a break of 20 minutes or more”
  • the break estimation for the continuous working time is "the worker's position is a resting place”. Note that the 20-minute break method is just one example, and any desired amount of time may be used.
  • the situation estimating unit 111 determines that the worker is taking a break when the worker position specified by the worker device 20 matches a resting place.
  • the condition for completing a break for continuous working time is that "20 minutes have passed since the start of the break.”
  • the situation estimating unit 111 determines that 20 minutes have passed since the start of the break if the worker's position remains in the rest area for 20 minutes.
  • the reference time is not limited to 20 minutes.
  • the presentation condition for the fatigue level is "the cumulative value of the fatigue level from the start of the process is greater than or equal to the fatigue level threshold". It is assumed that the situation estimating unit 111 obtains an integrated value of the fatigue level from the start of the process of estimating the worker's situation to the time of the process. The integrated value is a value corresponding to the area in a graph of exercise intensity and time measured at predetermined time intervals such as one minute, for example.
  • the rest method for fatigue level is "presentation of a rest place.” It is assumed that the resting place presented here has been set in advance.
  • the presented resting place is a place where one can take a high-quality rest, and for example, a place with a UV index of 2 or less and a WBGT of less than 25 is preferable.
  • the break estimation for the fatigue level is that "the worker's position is the rest place", and the break completion condition for the fatigue level is that "20 minutes have passed since the start of the break”.
  • "presentation of a place where the WBGT is less than 25 and the UV index is 2 or less” may be determined as a rest method based on the fatigue level. For example, if an appropriate resting place is not available, it is preferable to provide guidance on a preferable environment instead of providing guidance on the location.
  • the break estimation method is set to ⁇ WBGT is less than 25 and UV index is 2 or less'', and the break completion condition is set to ⁇ WBGT is less than 25 and UV index is 2 or less for 20 minutes''. be done.
  • the stress value presentation condition is "the integrated value of stress values over the past hour is greater than or equal to the first stress threshold". It is assumed that the situation estimating unit 111 calculates an integrated value of stress values for the past hour starting from the processing time point. The integrated value is obtained by adding stress values obtained at predetermined time intervals such as one minute for one hour. If one hour has not passed since the start of the process, the values from the start of the process to the time of the process are added.
  • the rest method for stress levels is "light exercise and deep breathing.”
  • the break for stress values is for the purpose of refreshing.
  • Estimation of a break with respect to stress values is based on a decreasing tendency appearing in stress values, and the condition for completion of a break with respect to stress values is that "the integrated value of stress values over the past hour is equal to or less than the second stress threshold".
  • a plurality of index values are determined as the worker's situation, and a break method is presented according to the type of index value.
  • FIG. 6 is a diagram showing an example of the data structure of the worker history DB 120.
  • the worker history DB 120 is stored in a storage unit such as the HDD 104, for example.
  • the worker history DB 120 stores worker information 121 for each worker.
  • the worker information 121 includes worker ID, gender, date of birth, and normal heart rate.
  • the worker ID is identification information of the worker. It is assumed that the gender, date of birth, and normal heart rate are input by the worker using the worker device 20, for example.
  • the worker information 121 further includes history information.
  • the history information records worker position, WBGT, UV index, work start/end notification, fatigue level, and stress value in association with date and time.
  • WBGT work start/end notification
  • work start/end notification when a work start notification is received and when a work end notification is received, the fact that each notification is received is recorded.
  • the situation estimation unit 111 starts recording history information.
  • FIG. 7 is a flowchart showing the break presentation process.
  • the break presentation process is a process executed by the server device 10, and is started when an instruction to start the break presentation process is received from the worker device 20.
  • a start button and an end button for the break presentation process are displayed on the display unit 206.
  • the start button is pressed, an instruction to start the break presentation process is sent to the server device 10
  • the end button is pressed, an instruction to end the break presentation process is sent to the server device 10. do.
  • the server device 10 receives an instruction to end the break presentation process from the worker device 20, the server device 10 ends the break presentation process.
  • an instruction to start the break presentation process is sent to the server device 10
  • an instruction to turn off the power is input
  • the break presentation process is started.
  • a termination instruction may be sent to the server device 10.
  • step S100 the situation estimation unit 111 of the server device 10 collects various data (worker position, worker heartbeat, black bulb temperature, Start receiving information (wet bulb temperature, dry bulb temperature, and UV index). Thereafter, the situation estimation unit 111 continues to receive these data until the break presentation process is completed. Note that when a work start notification or a work end notification is transmitted from the worker device 20 after this process is started, the situation estimating unit 111 receives this.
  • the situation estimation unit 111 starts estimating the index value. Specifically, the situation estimation unit 111 calculates the WBGT, fatigue level, and stress value, and associates the worker's worker position, WBGT, UV index, fatigue level, and stress value with the worker ID. record in the user history DB 120. Thereafter, the situation estimating unit 111 continues estimating the index value and recording the index value in the worker history DB 120 until the break presentation process is completed. That is, the situation estimating unit 111 records each index value in the worker history DB 120 at predetermined time intervals such as one minute. When the situation estimating unit 111 receives a work start notification or a work end notification, the situation estimation unit 111 stores the received notification in the worker history DB 120 in association with the worker ID and the date and time of reception.
  • step S104 the situation estimation unit 111 determines whether at least one of the index values satisfies the presentation condition. Specifically, in step S104, the situation estimating unit 111 refers to the history information of the worker to be processed in the worker history DB 120, and calculates the integrated value of WBGT for the past hour starting from the time of processing in step S104. seek. Then, the situation estimation unit 111 determines that the WBGT presentation condition is satisfied when the integrated value of the WBGT is equal to or greater than the first WBGT threshold.
  • the situation estimation unit 111 refers to the history information of the worker to be processed in the worker history DB 120, refers to the UV index, and calculates the UV index of the past hour starting from the processing time of step S104. Find the integrated value of the index. Then, the situation estimating unit 111 determines that the UV index presentation condition is satisfied when the integrated value of the UV index is equal to or greater than the first UV index threshold.
  • step S104 the situation estimation unit 111 refers to the history information of the worker to be processed in the worker history DB 120, and continuously calculates the elapsed time from the reception timing of the work start notification to the processing time in step S104. Obtained as working time. Then, the situation estimation unit 111 determines that the continuous work time presentation condition is satisfied when the continuous work time is 5 hours or more.
  • step S104 the situation estimation unit 111 refers to the history information of the worker to be processed in the worker history DB 120, and calculates the cumulative value of the fatigue level from the start of recording the history information to the time of processing in step S104. demand. Then, the situation estimating unit 111 determines that the fatigue level presentation condition is satisfied when the cumulative value of the fatigue level is equal to or greater than the fatigue level threshold. Further, in step S104, the situation estimation unit 111 refers to the history information of the worker to be processed in the worker history DB 120, and calculates the integrated value of the stress value for the past hour starting from the processing time of step S104. . Then, the situation estimating unit 111 determines that the fatigue level presentation condition is satisfied when the cumulative value of the fatigue level is equal to or greater than the fatigue level threshold.
  • step S104 the situation estimation unit 111 determines whether the presentation conditions are satisfied for each of the five index values. Then, if any of the index values satisfies the presentation condition (Y in step S104), the situation estimation unit 111 advances the process to step S106. If none of the index values satisfy the presentation conditions (N in step S104), the situation estimating unit 111 performs the process in step S104 again after a certain period of time has elapsed.
  • step S106 the situation estimation unit 111 specifies a rest method corresponding to the index value that satisfies the presentation condition.
  • step S108 the situation estimation unit 111 generates break information that urges the user to take a break.
  • the break information includes the break method specified in step S106. For example, if the WBGT satisfies the presentation conditions, text information such as "Please be careful of heat stroke. Please take a break in a place where the WBGT is less than 25 and replenish fluids and salt" is generated as break information. be done.
  • the break information may be any information that allows the worker to recognize the necessity of a break, and is not limited to text information.
  • the break information may be an image showing an illustration of how to take a break.
  • step S110 the presentation unit 112 transmits break information to the worker device 20 of the worker to be processed.
  • the break information is displayed on the display unit 206, and the break information is presented according to the type of index value that satisfies the presentation condition. That is, the presentation unit 112 not only urges the worker to take a break at a timing appropriate to the worker's situation, but also presents the worker with break information indicating a break method appropriate to the situation. This allows the worker to recognize that a break is necessary and to confirm an appropriate way to take a break.
  • the worker device 20 may further include a speaker, and may output a voice or an alert sound from the speaker to notify that a break is necessary.
  • the notification unit 113 further starts counting the elapsed time from the transmission of the break information.
  • the situation estimating unit 111 of the server device 10 starts estimating a break for the worker to be processed in step S112. Specifically, in step S104, the situation estimation unit 111 performs break estimation corresponding to the index value that satisfies the presentation condition. For example, if the WBGT presentation condition is met, it is estimated that the user is taking a break on the condition that the WBGT becomes 20 or less.
  • the situation estimating unit 111 determines whether the break has been completed. Specifically, in step S104, the situation estimation unit 111 determines that the break has been completed when the break completion condition corresponding to the index value that satisfies the presentation condition is satisfied. For example, assume that the WBGT presentation conditions are satisfied. In this case, it is determined that the break has been completed when the integrated value of WBGT over the past hour becomes equal to or less than the second threshold.
  • step S116 the situation estimation unit 111 ends the break estimation. Then, the process advances to step S104. That is, the situation estimation unit 111 determines whether the presentation conditions are satisfied. Note that when the index value that satisfies the presentation condition is the degree of fatigue, in step S116, the situation estimation unit 111 reduces the past integrated value of the degree of fatigue by an amount corresponding to the break time. For example, if the break continues for 10 minutes, the integrated value is reduced by 50, and if the break continues for 20 minutes, the integrated value is reduced by 100. This makes it possible to satisfy the fatigue level presentation condition again soon after taking a break, and to prevent break information from being frequently presented.
  • step S118 the notification unit 113 checks whether the elapsed time from the transmission of the break information has reached a predetermined period in a state where no break is detected.
  • the notification unit 113 advances the process to step S120.
  • step S120 the notification unit 113 transmits an alert notification to the administrator device 30.
  • information identifying the worker to be processed and information indicating that the worker has not taken a break are displayed on the display unit 306. This allows the manager to confirm that the worker is not taking a break, and allows the manager to take appropriate measures, such as urging the worker to take a break.
  • the presentation unit 112 then advances the process to step S104.
  • the break estimation process may be performed while performing the processes from step S104 until a break is obtained.
  • the worker's situation can be estimated based on a plurality of index values, and a break method according to the situation can be presented at an appropriate timing. This can help workers take appropriate breaks.
  • a system may be provided in which the functions of the server device 10 are realized by a plurality of devices. Furthermore, some of the configurations of the embodiments described above may be omitted, and the order of processing may be varied or omitted.
  • the processing of the situation estimation unit 111 and the presentation unit 112 in the server device 10 may be realized by cooperation with the worker device 20. For example, the worker device 20 may calculate the WBGT, the degree of fatigue, and the stress value, and periodically send these values to the server device 10.
  • the worker device 20 may perform the break presentation process instead of the server device 10.
  • the worker information 121 of the worker who uses the worker device 20 is stored in a storage unit such as the HDD 204 of the worker device 20.
  • the worker device 20 can reliably present break information even in areas with poor communication environment, for example.
  • the information processing system 1 may be applied to workers at a factory instead of at a farm. In this case, for example, if the work place is indoors, the server device 10 does not need to use the UV index. In this way, index values depending on the work location can be used.
  • a camera is installed at the work place, and the server device 10 uses images taken by the camera to detect the worker's movements. It may be estimated. Thereby, continuous working time can be determined with higher accuracy.
  • a camera may be installed at a resting place, and the server device 10 may estimate that the worker is taking a break based on the movement of the worker based on images taken by the camera. This allows you to more accurately confirm that you are taking a break.
  • the server device 10 may obtain the WBGT from an external device such as a weather forecast server.
  • the rest method is not limited to the embodiment.
  • a nap may be presented as a way to take a break depending on the time of day.
  • the server device 10 of this embodiment uses the UV index as an index value indicating the worker's situation, it is sufficient to use an index value related to the intensity of ultraviolet rays, and is not limited to the UV index. It's not something you can do.
  • a beacon may be installed at the work location.
  • the worker device 20 may determine that the worker device 20 is working and transmit information indicating that the worker device 20 is working to the server device 10 . This eliminates the need for button operations by the operator to start work, etc.
  • the server device 10 may present rest information when at least one index value among the plurality of types of index values satisfies the presentation condition. For example, the server device 10 may present rest information when only the WBGT satisfies the presentation condition.
  • the server device 10 may present rest information based only on at least one index value.
  • the server device 10 may measure only WBGT and control the timing of presenting rest information based only on WBGT. Specifically, the server device 10 prompts a 10-minute break when WBGT is above a certain value, and prompts a 20-minute break at a place where WBGT is below a predetermined value when WBGT is above a higher value. You may also encourage
  • beacons may be installed at rest areas. Then, when the worker device 20 receives the beacon signal, the worker device 20 may transmit information indicating that the worker is taking a break to the server device 10. This makes it possible to eliminate the need for the GNSS receiving section 208.
  • the above-described apparatus, computer-executed programs, and methods may be realized as a single apparatus, or may be realized by the cooperation of a plurality of apparatuses.
  • at least a part of the functional configuration in this embodiment may be realized by hardware.
  • the functions in this embodiment may be realized by a circuit (eg, ASIC) that realizes one or more functions.
  • the invention can also be applied as a recording medium for a program that controls an apparatus.
  • the recording medium for the program may be a magnetic recording medium or a semiconductor memory, and any recording medium that will be developed in the future can be considered in exactly the same way.

Abstract

【課題】作業者が適切な休憩をとることをサポートする技術を提供する。 【解決手段】作業者の状況を推定する状況推定手段と、状況に応じたタイミングで、休憩を促すと共に、状況に応じた休憩方法を示す休憩情報を提示する提示手段とを備える。提示手段は、作業者の状況を示す複数種類の指標値のうち少なくとも1つの指標値が予め定められた提示条件を満たす場合に、休憩情報を提示する。

Description

情報処理装置、情報処理方法及びプログラム
 本発明は、情報処理装置、情報処理方法及びプログラムに関する。
 従来、工場や農作業場などにおいては、様々な作業が行われている。現場作業員の安全管理のため、一定時間作業を行う毎に所定の休憩を取ることで疲労を回復し、集中力を維持することが推奨される。
 しかしながら、作業に集中していると、本来休憩を取るべきタイミングであるにもかかわらず、作業を継続してしまう場合もある。このような過度の連続作業は集中力の低下による作業ミスや、注意力低下によるけがや事故を誘発する可能性がある。休憩を勧める技術として、特許文献1には、パソコンの連続使用による操作効率の低下や疲労が推測された場合に、ユーザに休憩を勧める技術が開示されている。
特開2009-282881号公報
 しかしながら、パソコンの連続使用における休憩時には目を休めなければ疲労回復は望めない。このように、休憩の取り方が適切でなければ疲労は回復せず、作業効率が回復しない場合もある。作業者においても、同様に適切な休憩が必要である。
 本発明は、このような問題点に鑑みなされたもので、作業者が適切な休憩をとることをサポートする技術を提供することを目的とする。
 上記の目的を達成するため、本発明は、情報処理装置であって、作業者の状況を推定する状況推定手段と、前記状況に応じたタイミングで、休憩を促すと共に、前記状況に応じた休憩方法を示す休憩情報を提示する提示手段とを備える。
 また、他の形態は、情報処理方法であって、作業者の状況を推定する状況推定ステップと、前記状況に応じたタイミングで、休憩を促すと共に、前記状況に応じた休憩方法を示す休憩情報を提示する提示ステップとを含む。
 また、他の形態は、コンピュータを、作業者の状況を推定する状況推定手段、及び前記状況に応じたタイミングで、休憩を促すと共に、前記状況に応じた休憩方法を示す休憩情報を提示する提示手段として機能させるためのプログラムである。
 本発明によれば、作業者が適切な休憩をとることをサポートすることができる。
情報処理システムの全体図である。 サーバ装置の構成図である。 作業者装置の構成図である。 管理者装置の構成図である。 状況推定部及び提示部の処理の説明図である。 作業者履歴DBのデータ構成例を示す図である。 休憩提示処理を示すフローチャートである。
 図1は、本実施形態に係る情報処理システム1の全体図である。情報処理システム1は、作業者の状況に応じて、休憩の案内を行う。本実施形態においては、屋外で農作業を行う場合を例に情報処理システム1について説明する。情報処理システム1は、サーバ装置10と、作業者装置20と、管理者装置30と、を備えている。サーバ装置10、作業者装置20及び管理者装置30は、ネットワークNを介して通信を行うことができる。サーバ装置10及び管理者装置30は、有線又は無線によりネットワークNに接続する。作業者装置20は、無線によりネットワークNに接続する。サーバ装置10は、情報処理装置の一例である。サーバ装置10は、作業者装置20から作業者の状況を反映した、センサの検出値などのデータを取得し、これに基づいて、適切なタイミングで、作業者装置20に休憩を促す休憩情報を提示させる。サーバ装置10はまた、作業者が必要な休憩をとっていない場合には、管理者装置30に対して通知を行う。
 作業者装置20は、例えば、携帯型の装置であり、農作業など管理対象の作業が行われている間、作業者に携帯される。図1においては、1つの作業者装置20のみを示しているが、情報処理システム1は、複数の作業者装置20を備え、サーバ装置10は、複数の作業者装置20を管理対象として、各作業者に対し、休憩情報を提示するものとする。管理者装置30は、管理者が利用する装置であり、例えばPCであってもよく、スマートフォンなどの携帯型の装置であってもよい。
 図2は、サーバ装置10の構成図である。サーバ装置10は、CPU101と、ROM102と、RAM103と、HDD104と、通信部107と、を有している。CPU101は、ROM102に記憶されたプログラムを読み出して各種処理を実行する。RAM103は、CPU101の主メモリ、ワークエリア等の一時記憶領域として用いられる。HDD104は、各種データや各種プログラム等を記憶する。通信部107は、ネットワークNを介して作業者装置20や管理者装置30等の外部装置との通信を行う。
 サーバ装置10は、機能構成として、状況推定部111と、提示部112と、通知部113と、を備える。なお、これらの機能は、CPU101がROM102又はHDD104に格納されているプログラムを読み出し、このプログラムを実行することにより実現されるものである。すなわち、上記各部が実行するものとして記載する処理は、CPU101が実行する処理である。また、他の例としては、CPU101は、ROM102等に替えて、SDカード等の記録媒体に格納されているプログラムを読み出し、このプログラムを実行することで、上記機能や処理を実現してもよい。
 状況推定部111は、作業者装置20から受信した、作業者の状況を反映したデータに基づいて、作業者の状況を推定する。なお、作業者の状況を反映したデータについては後に詳述する。提示部112は、作業者の状況に応じたタイミングで、休憩を促すと共に、状況に応じた休憩方法を示す休憩情報を、作業者装置20に送信し、作業者装置20の表示部に表示させる。本処理は、休憩情報を提示する処理の一例である。通知部113は、作業者に休憩を促したにも関わらず休憩をとっていない場合に、管理者装置30に対してアラート通知を送信する。本処理は、管理者に通知する処理の一例である。なお、各部の詳細な処理については後に詳述する。
 図3は、作業者装置20の構成図である。作業者装置20は、CPU201と、ROM202と、RAM203と、HDD204と、通信部205と、表示部206と、入力部207と、GNSS受信部208と、を有している。CPU201、ROM202、RAM203、HDD204及び通信部205は、それぞれサーバ装置10のCPU101、ROM102、RAM103、HDD104及び通信部105と同様である。表示部206は、各種情報を表示する。入力部207は、操作ボタンやタッチパネル等である。GNSS受信部208は、Global Navigation Satellite Systemの信号を受信する装置である。GNSS受信部208は、航法衛星からの電波を受信し、作業者の位置を算出するための信号を出力する。作業者の位置は、GNSS受信部208が受信した信号に基づき、CPU201により特定される。
 さらに、作業者の身体には、心拍計209が装着され、作業者装置20は、心拍計209の検出結果を、通信部205を介して受信する。また、作業者が作業を行う作業範囲には、環境センサ210が設置されており、作業者装置20は、環境センサ210の検出結果も、通信部205を介して受信する。なお、本実施形態においては、環境センサ210は、黒球温度を計測する温度計と、湿球温度を計測する温度計と、乾球温度を計測するための温度計とを含む。環境センサ210はまた、UVインデックス計を含む。なお、黒球温度を計測する温度計、湿球温度を計測する温度計、及び乾球温度を計測するための温度計の計測値は、後述するように、WBGTを算出するために用いられるが、他の例としては、WBGTは、温度及び湿度から簡易的に算出されてもよい。この場合には、環境センサ210は、これらの温度計に替えて、温度計と湿度計とを含めばよい。
 作業者装置20は、作業者位置と、心拍と、環境センサ210の各計測計の計測値と、を、作業者を識別する作業者IDに対応付けて、サーバ装置10へ送信する。なお、これらの値は、サーバ装置10へ送信されればよく、その通信経路は、実施形態に限定されるものではない。例えば、環境センサ210は、環境センサ210の各計測値を、直接サーバ装置10へ送信してもよい。
 図4は、管理者装置30の構成図である。管理者装置30は、CPU301と、ROM302と、RAM303と、HDD304と、通信部305と、表示部306と、入力部307と、を有している。CPU301、ROM302、RAM303、HDD304及び通信部305は、それぞれサーバ装置10のCPU101、ROM102、RAM103、HDD104及び通信部105と同様である。また、表示部306及び入力部307は、それぞれ作業者装置20の表示部206及び入力部207と同様である。なお、入力部307は、マウスやキーボードであってもよい。
 図5は、サーバ装置10の状況推定部111及び提示部112の処理の説明図である。状況推定部111は、作業者の状況を示す複数の指標値を求める。本実施形態の状況推定部111は、図5に示すように、暑さ指数(WBGT:Wet Bulb Globe Temperature)、UVインデックス、連続作業時間、疲労度及びストレス値の5つの指標値を作業者の状況として推定する。そして、提示部112は、いずれかの指標値が提示条件を満たす場合に、作業者に休憩情報を提示することで、休憩を促す。
 WBGTは、熱中症を予防するための指標値である。WBGTが高いところにいると、汗として水分が失われ、脱水状態になり熱疲労の症状がみられるようになる。WBGTは、湿球温度、黒球温度及び乾球温度により定まる値である。本実施形態においては、状況推定部111は、作業者装置20を介して、環境センサ210としての3つの温度計の計測結果を受信し、3つの温度計の計測結果から(式1)により、WBGTを求める。(式1)は、屋外におけるWBGTの算出式である。

WBGT(℃)=0.7×湿球温度+0.2×黒球温度+0.1×乾球温度 …(式1)
 他の例としては、状況推定部111は、(式1)を用いるのに替えて、湿球温度、黒球温度及び乾球温度からWBGTを特定する対応テーブルを参照することによりWBGTを求めてもよい。なお、屋内におけるWBGTは(式2)により算出される。

WBGT(℃)=0.7×湿球温度+0.3×黒球温度 …(式2)
 UVインデックスは、紫外線が人体に及ぼす影響の度合いをわかりやすく示すために、紫外線の強さを指数化したものである。紫外線が目から入ると、自律神経が乱れ、疲労が起こることが知られている。そこで、本実施形態においては、紫外線に起因した疲労の指標としてUVインデックスを用いることとする。紫外線の人体への影響度は波長により異なる。波長毎の人体への相対影響度として、CIE作用スペクトルが定義される。この相対影響度を、紫外線強度の波長毎にかけることで、人体への影響の大きさの視点で見た波長毎の強度が得られる。人体への総合的な影響度は、この強度を250~400nmに渡って波長積分することで得られる。ここで、求められる量を紅斑外線量(CIE紫外線量)と称する。CIE紫外線量を25で除したものがUVインデックスである。UVインデックスについては、気象庁の「インデックスを求めるには」(インターネット<https://www.data.jma.go.jp/gmd/env/uvhp/3-51uvindex_define.html>令和4年7月19日検索)を参照することができる。
 本実施形態においては、環境センサ210としてのUVインデックス計によりUVインデックスが計測され、状況推定部111は、UVインデックスを取得する。なお、他の例としては、状況推定部111は、UV計により計測された紫外線強度を取得し、紫外線強度からUVインデックスを求めてもよい。
 連続作業時間は、作業を継続して行っている時間である。連続作業時間が長くなると、疲れから集中力が落ち、作業効率の低下や、過労、事故に繋がる可能性がある。本実施形態においては、作業者は、作業を開始する際に、作業者装置20の表示部206に表示されている作業開始ボタンを押下し、作業を終了する際に、表示部206に表示されている作業終了ボタンを押下するものとする。そして、作業開始ボタンが押下されると、作業者装置20からサーバ装置10へ作業開始通知が送信され、作業終了ボタンが押下されると、作業者装置20からサーバ装置10へ作業終了通知が送信される。状況推定部111は、作業開始通知を取得すると、作業終了通知を受信するまで、不図示のタイマーにより連続作業時間をカウントすることで、連続作業時間を得る。
 疲労度は、運動強度により定まる指標値である。蓄積疲労が放置されると、自立神経のバランスが乱れて、免疫力が低下し、慢性疲労に繋がる可能性がある。本実施形態においては、状況推定部111は、作業者の心拍から運動強度を求め、これを疲労度として得る。運動強度は、(式3)により得られる。ここで、安静時心拍には、安静時の心拍の平均値が用いられるものとする。安静時心拍は、作業者毎に異なるため、各作業者の値が用いられる。最大心拍数は、200から年齢を減じた値とする。

運動強度=(心拍数-安静時心拍数)/(最大心拍数-安静時心拍数)×100
                         …(式3)
 ストレス値は、ストレスを感じていると推定されるほど高くなる指標値である。ストレスを感じる程、交換神経が活性化することがわかっている。そこで、本実施形態においては、状況推定部111は、心拍から交感神経の活性化している程度を推定し、これをストレス値として得る。具体的には、状況推定部111は、まず心拍変動の時系列データから周期構造を抽出するためにパワースペクトル密度を計測する。パワースペクトル密度には、高周波変動成分(HF成分)と、低周波成分(LF成分)と、が含まれる。状況推定部111は、LF成分の領域(0.05Hzから0.15Hzまで)と、HF成分の領域(0.15Hzから0.40Hzまで)の強度を合計した値をそれぞれ、LF成分の値、HF成分の値として求める。そして、状況推定部111は、(LF成分の値)/(HF成分の値)をストレス値として求める。
 リラックスしている状態、すなわち副交感神経が活性化している場合には、呼吸変動を反映したHF成分と、血圧変動を反映したLF成分と、が現れる。一方で、ストレス状態にある場合、すなわち交感神経が活性化している場合には、LF成分が現れる一方で、HF成分が減少する。このため、ストレスが大きいほど、ストレス値が大きくなる。
 また、図5に示すように、指標値毎に、提示条件、提示される休憩方法、休憩推定の方法、休憩完了の条件が異なっている。WBGTの提示条件は、「過去1時間のWBGTの積算値が第1WBGT閾値以上」である。状況推定部111は、提示条件を満たすか否かを判断する処理を行う処理時点を起点とし、起点から過去にさかのぼって1時間分のWBGTの積算値を求めるものとする。積算値は、例えば1分など所定時間毎に得られるWBGTを1時間分加算することで得られる。なお、処理開始から1時間が経過していない場合には、処理開始から処理時点までの値が加算されればよい。第1WBGT閾値は予め設定されているものとする。WBGTに対する休憩方法は、「WBGTが25未満の場所の提示」と、「水分・塩分補給」である。休憩方法は、指標値の種類に応じて定められている。
 さらに、状況推定部111は、休憩しているかの推定も行う。WBGTに関しては、状況推定部111は、WBGTが20以下のWBGTが得られた場合に、休憩していると判断する。そして、状況推定部111は、「過去1時間のWBGTの積算値が第2WBGT閾値以下」の休憩終了の条件を満たす場合に、休憩終了と判断する。休憩を開始した後も、WBGTの記録が継続される。しがって、WBGTが低い場所に移動した場合には、過去1時間のWBGTの積算値は減少する。ここで、第2WBGT閾値は、第1WBGT閾値と等しくてもよく、異なってもよい。ただし、休憩終了直後に休憩が必要と判断されるのを防ぐ観点からは、第2WBGT閾値は、第1WBGT閾値よりも小さいことが好ましい。
 なお、提示条件、休憩方法、休憩推定の方法及び休憩完了の条件は、一例であり、実施形態に限定されるものではない。例えば、休憩完了の条件は、「WBGTが20以下の場所で、20分以上滞在」としてもよい。
 UVインデックスの提示条件は、「過去1時間のUVインデックスの積算値が第1UVインデックス閾値以上」である。状況推定部111は、処理時点を起点とし、過去1時間分のUVインデックスの積算値を求めるものとする。積算値は、例えば1分など所定時間毎に計測されるUVインデックスを1時間分加算することで得られる。処理開始から1時間が経過していない場合には、処理開始から処理時点までの値が加算されればよい。
 UVインデックスに対する休憩方法は、「UVインデックスが2以下の場所の提示」である。また、UVインデックスについての休憩推定の方法は、「UBインデックスが2以下」であり、休憩完了の条件は、「過去1時間のUVインデックスの積算値が第2UVインデックス閾値以下」となることである。第1UVインデックス閾値と第2UVインデックス閾値は、予め設定された値であり、両値は等しくてもよく、異なってもよい。また、他の例としては、休憩完了の条件は、「UVインデックスが2以下の場所で20分以上滞在」であってもよい。
 連続作業時間の提示条件は、「検出開始から5時間以上休憩なし」である。状況推定部111は、作業開始通知を受信してから、作業終了通知を受信することなく5時間が継続した場合に、提示条件を満たすと判断する。なお、基準となる経過時間(閾値)は5時間に限定されない。また、連続作業時間に対する休憩方法は、「20分以上の休憩」であり、連続作業時間に対する休憩推定は、「作業者位置が休憩場所」である。なお、休憩方法の20分は一例であり、任意の時間でよい。状況推定部111は、作業者装置20において特定された作業者位置が休憩場所に一致する場合に、休憩していると判断する。なお、休憩場所の位置情報は、予め設定されているものとする。連続作業時間に対する休憩完了の条件は、「休憩開始から20分経過」することである。状況推定部111は、作業者位置が休憩場所の状態が20分継続した場合に、休憩開始から20分経過と判断するものとする。なお、基準となる時間(閾値)は、20分に限定されるものではない。
 疲労度の提示条件は、「処理開始からの疲労度の積算値が疲労度閾値以上」である。状況推定部111は、作業者の状況推定の処理を開始してから処理時点までの疲労度の積算値を求めるものとする。積算値は、例えば1分など所定時間毎に計測される運動強度と時間のグラフにおける面積に相当する値である。また、疲労度に対する休憩方法は、「休憩場所の提示」である。ここで提示される休憩場所は予め設定されているものとする。提示される休憩場所は、質のよい休憩を取れる場所であることが好ましく、例えば、UVインデックスが2以下、WBGTが25未満の場所などが好ましい。疲労度に対する休憩推定は、「作業者位置が休憩場所」であり、疲労度に対する休憩完了の条件は、「休憩開始から20分経過」することである。
 なお、他の例としては、疲労度に対する休憩方法として「WBGTが25未満かつUVインデックスが2以下の場所の提示」が定められてもよい。例えば、適切な休憩場所が用意されていない場合には、このように、場所の案内に替えて、好ましい環境を案内するのが好ましい。そして、休憩推定の方法として、「WBGTが25未満かつUVインデックスが2以下」が設定され、休憩完了の条件として、「WBGTが25未満かつUVインデックスが2以下の状態が20分継続」が設定される。
 ストレス値の提示条件は、「過去1時間のストレス値の積算値が第1ストレス閾値以上」である。状況推定部111は、処理時点を起点として、過去1時間のストレス値の積算値を求めるものとする。積算値は、例えば1分など所定の時間毎に得られるストレス値を1時間分加算することで得られる。処理開始から1時間が経過していない場合には、処理開始から処理時点までの値が加算される。
 ストレス値に対する休憩方法は、「軽い運動及び深呼吸」である。このように、ストレス値に対する休憩は、リフレッシュを目的とするものであることが好ましい。ストレス値に対する休憩推定は、ストレス値に減少傾向が表れることであり、ストレス値に対する休憩完了の条件は「過去1時間のストレス値の積分値が第2ストレス閾値以下」となることである。
 このように、本実施形態においては、作業者の状況として複数の指標値が定められており、指標値の種類に応じた休憩方法が提示される。
 図6は、作業者履歴DB120のデータ構成例を示す図である。作業者履歴DB120は、例えば、HDD104等の記憶部に格納される。作業者履歴DB120には、作業者毎の作業者情報121が格納されている。作業者情報121には、作業者ID、性別、生年月日及び平常時心拍が含まれる。作業者IDは、作業者の識別情報である。性別、生年月日及び平常時心拍は、例えば、作業者装置20において、作業者により入力されるものとする。
 作業者情報121にはさらに、履歴情報が含まれる。履歴情報には、日時に対応付けて、作業者位置、WBGT、UVインデックス、作業開始/終了通知、疲労度及びストレス値が記録されている。作業開始/終了通知には、作業開始通知を受信した場合と、作業終了通知を受信した場合に、各通知を受信した旨が記録される。サーバ装置10による休憩提示処理が開始された場合に、状況推定部111により履歴情報の記録が開始される。
 図7は、休憩提示処理を示すフローチャートである。休憩提示処理は、サーバ装置10により実行される処理であり、作業者装置20から、休憩提示処理の開始指示を受信した場合に開始される。なお、作業者装置20においては、表示部206に休憩提示処理の開始ボタン及び終了ボタンが表示されている。そして、開始ボタンが押下された場合に、休憩提示処理の開始指示がサーバ装置10に送信され、終了ボタンが押下された場合に、休憩提示処理の終了指示がサーバ装置10に送信されるものとする。なお、サーバ装置10は、作業者装置20から休憩提示処理の終了指示を受信した場合に、休憩提示処理を終了する。
 また、他の例としては、作業者装置20の電源がオンされた場合に、休憩提示処理の開始指示がサーバ装置10に送信され、電源オフの指示が入力された場合に、休憩提示処理の終了指示がサーバ装置10に送信されてもよい。
 休憩提示処理においては、まず、ステップS100において、サーバ装置10の状況推定部111は、処理対象の作業者の作業者装置20からの、各データ(作業者位置、作業者心拍、黒球温度、湿球温度、乾球温度及びUVインデックス)の受信を開始する。以降は、状況推定部111は、休憩提示処理が終了するまで、継続してこれらのデータを受信する。なお、本処理が開始された後で、作業者装置20から作業開始通知又は作業終了通知が送信されると、状況推定部111は、これを受信する。
 次に、ステップS102において、状況推定部111は、指標値の推定を開始する。具体的には、状況推定部111は、WBGT、疲労度及びストレス値を求め、作業者IDに対応付けて、当該作業者の作業者位置、WBGT、UVインデックス、疲労度、及びストレス値を作業者履歴DB120に記録する。以降、状況推定部111は、休憩提示処理が終了するまで、指標値の推定と、作業者履歴DB120への指標値の記録を継続する。すなわち、状況推定部111は、例えば1分など所定時間おきに、各指標値を作業者履歴DB120に記録する。状況推定部111は、また作業開始通知又は作業終了通知を受信した場合には、受信した通知を、作業者ID及び受信した日時に対応付けて、作業者履歴DB120に格納する。
 次に、ステップS104において、状況推定部111は、各指標値のうち少なくとも1つの指標値が提示条件を満たすか否かを判断する。具体的には、ステップS104において、状況推定部111は、作業者履歴DB120における、処理対象の作業者の履歴情報を参照し、ステップS104の処理時点を起点とする過去1時間のWBGTの積算値を求める。そして、状況推定部111は、WBGTの積算値が第1WBGT閾値以上である場合に、WBGTの提示条件を満たすと判断する。
 また、ステップS104において、状況推定部111は、作業者履歴DB120において、処理対象の作業者の履歴情報を参照し、UVインデックスを参照し、ステップS104の処理時点を起点とする過去1時間のUVインデックスの積算値を求める。そして、状況推定部111は、UVインデックスの積算値が第1UVインデックス閾値以上である場合に、UVインデックスの提示条件を満たすと判断する。
 また、ステップS104において、状況推定部111は、作業者履歴DB120における、処理対象の作業者の履歴情報を参照し、作業開始通知の受信タイミングから、ステップS104の処理時点までの経過時間を、連続作業時間として求める。そして、状況推定部111は、連続作業時間が5時間以上である場合に、連続作業時間の提示条件を満たすと判断する。
 また、ステップS104において、状況推定部111は、作業者履歴DB120において、処理対象の作業者の履歴情報を参照し、履歴情報の記録開始からステップS104の処理時点までの、疲労度の積算値を求める。そして、状況推定部111は、疲労度の積算値が疲労度閾値以上である場合に、疲労度の提示条件を満たすと判断する。また、ステップS104において、状況推定部111は、作業者履歴DB120において、処理対象の作業者の履歴情報を参照し、ステップS104の処理時点を起点とする過去1時間のストレス値の積算値を求める。そして、状況推定部111は、疲労度の積算値が疲労度閾値以上である場合に、疲労度の提示条件を満たすと判断する。
 このように、ステップS104においては、状況推定部111は、5つの指標値それぞれについて提示条件を満たすか否かを判断する。そして、状況推定部111は、いずれかの指標値が提示条件を満たす場合には(ステップS104でY)、処理をステップS106へ進める。状況推定部111は、いずれの指標値も提示条件を満たさない場合には(ステップS104でN)、一定時間経過した後に、再度ステップS104の処理を行う。
 ステップS106においては、状況推定部111は、提示条件を満たした指標値に対応した休憩方法を特定する。次に、ステップS108において、状況推定部111は、休憩を促す休憩情報を生成する。休憩情報には、ステップS106において特定された休憩方法が含まれる。例えば、WBGTが提示条件を満たした場合には、「熱中症に気を付けて下さい。WBGTが25未満の場所で休憩し、水分や塩分を補給して下さい」といったテキスト情報が休憩情報として生成される。なお、休憩情報は、作業者が休憩の必要性を認識できる情報であればよく、テキスト情報に限定されるものではない。他の例としては、休憩情報は、休憩方法をイラストで示す画像であってもよい。
 次に、提示部112は、ステップS110において、処理対象の作業者の作業者装置20に休憩情報を送信する。これにより、作業者装置20においては、休憩情報が表示部206に表示され、提示条件を満たす指標値の種類に応じた休憩情報が提示される。すなわち、提示部112は、作業者の状況に応じたタイミングで、休憩を促すと共に、状況に応じた休憩方法を示す休憩情報を作業者に提示する。これにより、作業者は、休憩が必要であると認識することができると共に、適切な休憩方法を確認することができる。なお、作業者装置20は、スピーカをさらに備え、スピーカから休憩が必要な旨を通知する音声やアラート音を出力してもよい。なお、ステップS110において、さらに、通知部113は、休憩情報送信からの経過時間のカウントを開始する。
 サーバ装置10の状況推定部111は、ステップS110の処理の後、ステップS112において、処理対象の作業者についての休憩推定を開始する。状況推定部111は、具体的には、ステップS104において、提示条件を満たした指標値に対応した休憩推定を実行する。例えば、WBGTの提示条件を満たした場合には、WBGTが20以下になったことを条件に、休憩をとっていると推定する。次に、ステップS114において、状況推定部111は、休憩が完了したか否かを判断する。状況推定部111は、具体的には、ステップS104において、提示条件を満たした指標値に対応した休憩完了の条件を満たした場合に、休憩が完了したと判断する。例えば、WBGTの提示条件を満たしたとする。この場合には、過去1時間のWBGTの積算値が第2閾値以下になった場合に、休憩が完了したと判断する。
 休憩が完了した場合には(ステップS114でY)、状況推定部111は、処理をステップS116へ進める。休憩が完了していない場合には(ステップS114でN)、状況推定部111は、処理をステップS118へ進める。ステップS116において、状況推定部111は、休憩推定を終了する。そして、処理をステップS104へ進める。すなわち、状況推定部111は、提示条件を満たすか否かの判定を行う。なお、提示条件を満たした指標値が疲労度であった場合には、ステップS116において、状況推定部111は、過去の疲労度の積算値を休憩時間に応じた分だけ減らす。例えば、休憩が10分継続した場合には、積算値を50減らし、休憩が20分継続した場合には、積算値を100減らす。これにより、休憩を取ってから間もなくで、再び疲労度の提示条件を満たし、頻繁に休憩情報が提示されるのを防ぐことができる。
 また、ステップS118において、通知部113は、休憩が検出されない状態で、休憩情報送信からの経過時間が所定期間に達したか否かを確認する。通知部113は、所定期間に達した場合、すなわち所定期間が経過した場合には(ステップS118でY)、処理をステップS120へ進める。ステップS120において、通知部113は、管理者装置30へアラート通知を送信する。管理者装置30においては、表示部306に、処理対象の作業者を特定する情報と共に、当該作業者が休憩をとっていないことを示す情報が表示される。これにより、作業者が休憩をとっていないことを管理者も確認することができ、管理者からも休憩を取るように作業者に促すなど、適切に対処することができる。提示部112は、その後処理をステップS104へ進める。なお、他の例としては、休憩を取得するまでは、ステップS104以降の処理を行いつつ、休憩推定の処理を行ってもよい。
 以上のように、本実施形態の情報処理システム1においては、複数の指標値に基づいて、作業者の状況を推定し、状況に応じた休憩方法を、適切なタイミングで提示することができる。これにより、作業者が適切な休憩をとることをサポートすることができる。
 以上の実施形態は、本発明を実施するための一例であり、他にも種々の実施形態を採用可能である。例えば、ある変形例を他の変形例に適用するなど、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。
 上記実施形態の第1の変形例としては、サーバ装置10の機能を、複数の装置により実現するシステムを備えてもよい。また、上述の実施形態の一部の構成が省略されてもよいし、処理の順序が変動または省略されてもよい。本実施形態においては、サーバ装置10における状況推定部111、提示部112の処理を、作業者装置20との協働により実現してもよい。例えば、作業者装置20において、WBGTや、疲労度、ストレス値を求め、これらの値を定期的にサーバ装置10に送信してもよい。
 また、第2の変形例としては、サーバ装置10に替えて、作業者装置20が、休憩提示処理を行ってもよい。この場合には、作業者装置20のHDD204等の記憶部に、作業者装置20を利用する作業者の作業者情報121が格納されるものとする。これにより、作業者装置20は、例えば通信環境の悪いエリアにおいても、確実に休憩情報を提示することができる。
 第3の変形例としては、情報処理システム1は、農場に替えて、工場における作業者に適用されてもよい。この場合において、例えば、作業場所が屋内の場合には、サーバ装置10は、UVインデックスは利用しなくてもよい。このように、作業場所に応じた指標値を利用することができる。
 第4の変形例としては、作業する場所が定められている場合には、作業場所にカメラを設置し、サーバ装置10は、カメラの撮影画像により作業者の動作から作業を行っていることを推定してもよい。これにより、より精度よく、連続作業時間を求めることができる。同様に、休憩場所にカメラを設置し、サーバ装置10は、カメラの撮影画像により、作業者の動作から休憩をとっていることを推定してもよい。これにより、より精度よく、休憩を取っていることを確認することができる。
 第5の変形例としては、サーバ装置10は、例えば、天気予報サーバなど外部装置からWBGTを取得してもよい。
 第6の変形例としては、休憩方法は、実施形態に限定されるものではない。例えば、作業者が夜勤の作業者である場合には、さらに時間帯に応じて、休憩方法として仮眠が提示されてもよい。
 第7の変形例としては、本実施形態のサーバ装置10は、UVインデックスを作業者の状況を示す指標値として用いたが、紫外線の強度に係る指標値を用いればよく、UVインデックスに限定されるものではない。
 第8の変形例としては、作業する場所にビーコンを設置してもよい。そして、作業者装置20は、ビーコンの信号を受信した場合に、作業をしているものとして作業中であることを示す情報をサーバ装置10に送信してもよい。これにより、作業開始等の作業者によるボタン操作を不要とすることができる。
 第9の変形例としては、サーバ装置10は、複数種類の指標値のうち、少なくとも1つの指標値が提示条件を満たした場合に、休憩情報を提示すればよい。例えば、サーバ装置10は、WBGTのみが提示条件を満たした場合に、休憩情報を提示してもよい。
 第10の変形例としては、サーバ装置10は、少なくとも1つの指標値のみに基づいて、休憩情報を提示してもよい。例えば、サーバ装置10は、WBGTのみを計測し、WBGTのみに基づいて、休憩情報を提示するタイミングを制御してもよい。具体的には、サーバ装置10は、WBGTがある値以上の場合に、10分の休憩を促し、WBGTがより高い値以上の場合には、WBGTが所定値以下の場所での20分の休憩を促してもよい。
 また、休憩場所にビーコンを設置してもよい。そして、作業者装置20は、ビーコンの信号を受信した場合に、休憩中であることを示す情報をサーバ装置10に送信してもよい。これにより、GNSS受信部208を不要とすることができる。
 さらに、以上のような装置、コンピュータにより実行されるプログラム、方法は、単独の装置として実現されてもよく、複数の装置の協働により実現されてもよい。また、本実施形態における機能構成の少なくとも一部がハードウェアにより実現されてもよい。また、本実施形態における機能は、1以上の機能を実現する回路(例えば、ASIC)により実現されてもよい。さらに、装置を制御するプログラムの記録媒体としても発明は成立する。そのプログラムの記録媒体は、磁気記録媒体であってもよいし半導体メモリであってもよいし、今後開発されるいかなる記録媒体においても全く同様に考えることができる。
1…情報処理システム、10…サーバ装置、20…作業者装置、30…管理者装置、101…CPU、102…ROM、103…RAM、104…HDD、105…通信部、111…状況推定部、112…提示部、113…通知部、120…作業者履歴DB、201…CPU、202…ROM、203…RAM、204…HDD、205…通信部、206…表示部、207…入力部、208…GNSS受信部、209…心拍計、210…環境センサ、301…CPU、302…ROM、303…RAM、304…HDD、305…通信部、306…表示部、307…入力部

Claims (14)

  1.  作業者の状況を推定する状況推定手段と、
     前記状況に応じたタイミングで、休憩を促すと共に、前記状況に応じた休憩方法を示す休憩情報を提示する提示手段と
    を備える、情報処理装置。
  2.  前記提示手段は、作業者の状況を示す、少なくとも1つの指標値が予め定められた提示条件を満たす場合に、前記休憩情報を提示する、請求項1に記載の情報処理装置。
  3.  前記提示手段は、作業者の状況を示す複数種類の指標値のうち少なくとも1つの指標値が予め定められた提示条件を満たす場合に、前記休憩情報を提示する、請求項2に記載の情報処理装置。
  4.  前記提示手段は、前記指標値が前記提示条件を満たす場合に、前記提示条件を満たす前記指標値の種類に応じた休憩方法を示す前記休憩情報を提示させる、請求項3に記載の情報処理装置。
  5.  前記休憩方法は、休憩場所、栄養補給、運動方法の少なくとも1つを含む、請求項1に記載の情報処理装置。
  6.  前記状況推定手段は、作業者が休憩したことを推定し、
     前記休憩情報が提示されたタイミングから所定期間、休憩が検出されない場合に、管理者に通知する通知手段をさらに備える、請求項1に記載の情報処理装置。
  7.  前記複数種類の指標値は、WBGT、UVの強度に係る値、連続作業時間、疲労度及びストレス値の少なくとも1つを含む、請求項3に記載の情報処理装置。
  8.  前記提示手段は、前記指標値はWBGTを含み、前記WBGTが前記提示条件を満たす場合に、前記休憩方法として、前記WBGTが閾値以下の場所での休憩を示す前記休憩情報を提示する、請求項4に記載の情報処理装置。
  9.  前記提示手段は、前記指標値はUVの強度に係る値を含み、前記UVの強度に係る値が前記提示条件を満たす場合に、前記休憩方法として、前記UVの強度に係る値が閾値以下の場所での休憩を示す前記休憩情報を提示する、請求項4に記載の情報処理装置。
  10.  前記提示手段は、前記指標値は連続作業時間を含み、前記連続作業時間が前記提示条件を満たす場合に、前記休憩方法として、所定の時間以上の休憩を示す前記休憩情報を提示する、請求項4に記載の情報処理装置。
  11.  前記提示手段は、前記指標値は疲労度を含み、前記疲労度が前記提示条件を満たす場合に、前記休憩方法として、所定の場所での休憩を示す前記休憩情報を提示する、請求項4に記載の情報処理装置。
  12.  前記提示手段は、前記指標値はストレス値を含み、前記ストレス値が前記提示条件を満たす場合に、前記休憩方法として、運動及び深呼吸の少なくとも一方を示す前記休憩情報を提示する、請求項4に記載の情報処理装置。
  13.  作業者の状況を推定する状況推定ステップと、
     前記状況に応じたタイミングで、休憩を促すと共に、前記状況に応じた休憩方法を示す休憩情報を提示する提示ステップと
    を含む、情報処理方法。
  14.  コンピュータを、
     作業者の状況を推定する状況推定手段、及び
     前記状況に応じたタイミングで、休憩を促すと共に、前記状況に応じた休憩方法を示す休憩情報を提示する提示手段
    として機能させるためのプログラム。
PCT/JP2023/014880 2022-08-16 2023-04-12 情報処理装置、情報処理方法及びプログラム WO2024038641A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022129668A JP2024027004A (ja) 2022-08-16 2022-08-16 情報処理装置、情報処理方法及びプログラム
JP2022-129668 2022-08-16

Publications (1)

Publication Number Publication Date
WO2024038641A1 true WO2024038641A1 (ja) 2024-02-22

Family

ID=89941671

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/014880 WO2024038641A1 (ja) 2022-08-16 2023-04-12 情報処理装置、情報処理方法及びプログラム

Country Status (2)

Country Link
JP (1) JP2024027004A (ja)
WO (1) WO2024038641A1 (ja)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012179213A (ja) * 2011-03-01 2012-09-20 Nippon Kankyo Chosa Kenkyusho:Kk 熱中症予防システム
JP2018068478A (ja) * 2016-10-26 2018-05-10 セイコーエプソン株式会社 生体モニタリングシステム、携帯型電子機器、生体モニタリングプログラム、コンピューター読み取り可能な記録媒体、及び生体モニタリング方法
JP2019114190A (ja) * 2017-12-26 2019-07-11 日鉄ソリューションズ株式会社 体調管理装置、体調管理システム、体調管理方法及びプログラム
JP2020174849A (ja) * 2019-04-17 2020-10-29 戸田建設株式会社 作業員の安全モニタリングシステム

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012179213A (ja) * 2011-03-01 2012-09-20 Nippon Kankyo Chosa Kenkyusho:Kk 熱中症予防システム
JP2018068478A (ja) * 2016-10-26 2018-05-10 セイコーエプソン株式会社 生体モニタリングシステム、携帯型電子機器、生体モニタリングプログラム、コンピューター読み取り可能な記録媒体、及び生体モニタリング方法
JP2019114190A (ja) * 2017-12-26 2019-07-11 日鉄ソリューションズ株式会社 体調管理装置、体調管理システム、体調管理方法及びプログラム
JP2020174849A (ja) * 2019-04-17 2020-10-29 戸田建設株式会社 作業員の安全モニタリングシステム

Also Published As

Publication number Publication date
JP2024027004A (ja) 2024-02-29

Similar Documents

Publication Publication Date Title
US8852097B2 (en) Metabolic energy monitoring system
EP3505044B1 (en) Biological component measuring apparatus and biological component measuring method
US7998079B2 (en) Biosensor, sleep information processing method and apparatus, computer program thereof and computer readable storage medium thereof
US10656009B2 (en) Context discrimination using ambient light signal
US20170188977A1 (en) Emotion estimation system, emotion estimation method, and computer-readable recording medium
KR102476825B1 (ko) 데이터 플랫폼에 기반한 IoT 서비스 제공 방법 및 그 장치
JP2019004924A (ja) システム及び方法
US20150130620A1 (en) Life management apparatus and life management method
JP2020113117A (ja) 集団環境評価方法ならびに集団環境評価システム
JP2021106883A (ja) 監視装置、監視方法、及び監視プログラム
US20200322759A1 (en) System for detecting roaming
WO2024038641A1 (ja) 情報処理装置、情報処理方法及びプログラム
JP7438068B2 (ja) 脱水状態管理システム及び脱水状態管理方法
JP6705894B2 (ja) 生体状態予測装置、生体状態予測方法、および生体状態予測プログラム
WO2020235509A1 (ja) 熱ストレスの影響推定装置、熱ストレスの影響推定方法、及び、コンピュータプログラム
US11350878B2 (en) Apparatus and method for estimating bio-information
CN114364958A (zh) 深部体温推定装置、深部体温推定方法、深部体温推定程序
US20170086739A1 (en) Measuring apparatus and measuring system
US20200268299A1 (en) State display apparatus, state display system, and non-transitory computer readable medium storing program
US20220406453A1 (en) Fitness Fatigue Score Determination and Management Techniques
JP2017169974A (ja) 生体情報計測装置
JP7035525B2 (ja) 注意喚起システム、情報処理装置、情報処理方法、及びプログラム
JP2019072240A (ja) 測定装置、測定方法及びプログラム
JP2019136114A (ja) 作業員の疲労状況評価方法及び装置
JP2019056650A (ja) 電子機器、サーバ、データ構造、体調管理方法及び体調管理プログラム

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

Country of ref document: EP

Kind code of ref document: A1