Method and system for measuring spasticity
11426114 · 2022-08-30
Assignee
Inventors
Cpc classification
A61B5/7264
HUMAN NECESSITIES
A61B2562/0219
HUMAN NECESSITIES
A61B5/0022
HUMAN NECESSITIES
International classification
A61B5/00
HUMAN NECESSITIES
Abstract
A method for measuring spasticity is provided and includes: obtaining sensing signals corresponding to a limb movement through at least one sensor during a period of time; transforming the sensing signals into a two-dimensional image; and inputting the two-dimensional image into a convolutional neural network to output a spasticity determination result.
Claims
1. A method for measuring spasticity, comprising: obtaining, by a at least one sensor, at least one sensing signal corresponding to a limb movement during a time period; transforming the at least one sensing signal into a two-dimensional image; and inputting the two-dimensional image into a convolutional neural network to output a spasticity determination result, wherein the at least one sensor comprises an inertial sensor, the at least one sensing signal comprises a plurality of acceleration signals, and the step of transforming the at least one sensing signal into the two-dimensional image comprises: generating the two-dimensional image according to a following equation (1):
I.sub.i,j=diff(a.sub.1,i,a.sub.2,j) (1) wherein I.sub.i,j denotes a grey level at i.sup.th column and j.sup.th raw of the two-dimensional image, a.sub.1,i denotes a value of one of the acceleration signals at a time point i, a.sub.2,j denotes a value or another one of the acceleration signals at a time point j, and diff( ) is a difference function for two values.
2. The method of claim 1, wherein the at least one sensor further comprises an electromyography sensor, or a pressure sensor.
3. The method of claim 1, wherein the difference function diff( ) is written as a following equation (2):
diff(a.sub.1,i,a.sub.2,j)=c.sub.1×|a.sub.1,i−a.sub.2,j|+c.sub.2×|(a.sub.1,i+1−a.sub.1,i−1)−(a.sub.2,j+1−a.sub.2,j−1)| (2) wherein c.sub.1, c.sub.2 are constants.
4. A system for measuring spasticity, comprising: at least one sensor, configured to obtain at least one sensing signal corresponding to a limb movement during a time period; and a computation circuit coupled to the at least one sensor and configured to transform the at least one sensing signal into a two-dimensional image, and input the two-dimensional image into a convolutional neural network to output a spasticity determination result, wherein the at least one sensor comprises an inertial sensor, and the at least one sensing signal comprises a plurality of acceleration signals, wherein the computation circuit is configured to generate the two-dimensional image according to a following equation (1):
I.sub.i,j=diff(a.sub.1,i,a.sub.2,j) (1) wherein I.sub.i,j denotes a grey level at i.sup.th column and j.sup.th raw of the two-dimensional image, a.sub.1,i denotes a value of one of the acceleration signals at a time point i, a.sub.2,j denotes a value or another one of the acceleration signals at a time point j, diff( ) is a difference function for two values.
5. The system of claim 4, wherein the at least one sensor further comprises an electromyography sensor, or a pressure sensor.
6. The system of claim 4, wherein the difference function diff( ) is written as a following equation (2):
diff(a.sub.1,i,a.sub.2,j)=c.sub.1×|a.sub.1,i−a.sub.2,j|+c.sub.2×|(a.sub.1,i+1−a.sub.1,i−1)−(a.sub.2,j+1−a.sub.2,j−1)| (2) wherein c.sub.1, c.sub.2 are constants.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
(1) The invention can be more fully understood by reading the following detailed description of the embodiment, with reference made to the accompanying drawings as follows:
(2)
(3)
(4)
(5)
(6)
DETAILED DESCRIPTION
(7) The using of “first”, “second”, “third”, etc. in the specification should be understood for identifying units or data described by the same terminology, but are not referred to particular order or sequence.
(8) In the prior art, medical staff can guide a patient to bend an affected part, such as arm, and give a score according to the muscle reaction of the bended part. Please refer to Table 1 below which shows Ashworth scores or said modified Ashworth scores.
(9) TABLE-US-00001 TABLE 1 Score Definition 1 No increase in muscle tone (Normal). 2 Slight increase in muscle tone (manifested by a catch and release or by minimal resistance at the end of the range of motion (ROM) when the affected part(s) is moved in flexion or extension). 3 Slight increase in muscle tone (manifested by a catch, followed by minimal resistance throughout the remainder (less than half) of the ROM. 4 More marked increase in muscle tone through most of the ROM, but affected part(s) easily moved. 5 Considerable increase in muscle tone, passive movement difficult. 6 Affected part(s) rigid in flexion or extension.
(10) A system and a method for measuring spasticity are provided in which data obtained from sensors are used to objectively output a spasticity determination result (e.g. the Score of Table 1).
(11)
(12)
(13) In the embodiment of
(14) In the embodiment, the data obtained by the sensors is inputted into a convolutional neural network which is typically used to process a two-dimensional image. Therefore, the one-dimensional sensing signals are transformed into the two-dimensional image that will be described in detail below.
(15)
(16)
(17) The acceleration signals and the electromyography signal are transformed into the two-dimensional image 320 in the aforementioned embodiment, but angular velocity signals, orientation signals of magnetic field may be included in the image. Alternatively, the sensing signals obtained by another inertial sensor may also be included in the image. In other words, the sensing signals obtained by the sensors of
(18) All sensing signals are arranged in the same two-dimensional image in the aforementioned embodiments, but a symmetric matrix is generated according to one or more sensing signal so as to transform the one-dimension sensing signals into two-dimensional images in other embodiments. For example, take the acceleration signals as an example, a two-dimensional image is generated according to the following equation (1).
I.sub.i,j=diff(a.sub.1,i,a.sub.2,j) (1)
(19) I.sub.i,j denotes a grey level at i.sup.th column and j.sup.th raw of the two-dimensional image. a.sub.1,i denotes a value of one of the acceleration signals at a time point i. a.sub.2,i denotes a value or another one of the acceleration signals at a time point j. For example, a.sub.1,i may be the X-axis acceleration signal, and a.sub.2,i may be the Y-axis acceleration signal. diff( ) is a difference function for the two values that may be written as the following equation (2).
diff(a.sub.1,i,a.sub.2,j)=c.sub.1×|a.sub.1,i−a.sub.2,j|+c.sub.2×|(a.sub.1,i+1−a.sub.1,i−1)−(a.sub.2,j+1−a.sub.2,j−1)| (2)
(20) c.sub.1, c.sub.2 are constants which may be determined through experiments. Note that |a.sub.1,i−a.sub.2,j| of the equation (2) is used to represent the difference between two accelerations, and |(a.sub.1,i+1−a.sub.1,i−1)−(a.sub.2,j+1−a.sub.2,j−1)| is the difference between slops of the acceleration signals. Therefore, the equation (2) can effectively distinguish the two signals. For example, a.sub.1,i may be equal to a.sub.2,j, but a.sub.1,i is in an increasing trend and a.sub.2,j is in a decreasing trend. In this case, diff(a.sub.1,i,a.sub.2,j) of equation (2) will not be 0 for indicating that the two signals are different from the each other. Also note that the equation (2) may be applied to any two of the acceleration signals, and thus 3 two-dimensional images may be generated according to the X, Y, and Z acceleration signals. In addition, a two-dimensional image may be generated according to the following equation (3).
I.sub.i,j=diff(e.sub.i,e.sub.j) (3)
(21) e.sub.i, e.sub.j denotes values of the electromyography signal at time points i and j respectively. Accordingly, four two-dimensional images are generated in the embodiment of
(22)
(23) Although the present invention has been described in considerable detail with reference to certain embodiments thereof, other embodiments are possible. Therefore, the spirit and scope of the appended claims should not be limited to the description of the embodiments contained herein. It will be apparent to those skilled in the art that various modifications and variations can be made to the structure of the present invention without departing from the scope or spirit of the invention. In view of the foregoing, it is intended that the present invention cover modifications and variations of this invention provided they fall within the scope of the following claims.