sensor sequence stored as time goes on. For example, 
the observation and maintenance of bridges: In recent 
years, extreme weather and floods have become more 
frequent,  and  the  damage  caused  has  greatly 
intensified  (Nishani  and  Çiço,  2017).  By  installing 
sensors in bridges, researchers can use the collected 
time series and the constructed model to analyze 
changes  in  the  state  of  the  infrastructure,  effective 
early  maintenance,  and  warning  measures 
(Omenzetter  and    Brownjohn,  2006).  This  kind  of 
data will also be utilized in econometric models, such 
as  a  country's  GDP  data.  Through  time  series  data, 
researchers and  experts  can understand the  trend of 
GDP growth over the years.  
Time  series  data  can  be  divided  into  stationary 
processes,  de-trend  stationary  processes,  and 
differential stationary processes. For example, in the 
steel wire manufactured by the twisting method, the 
random  process  in  which  the  diameter  of  the  steel 
wire does not change with the lapse of time is stable; 
when the water droplets penetrate the stone, the water 
droplets  continuously  invade  the  stones,  and  the 
amount of stone reduction has an upward trend. The 
statistical characteristics of time series detrending can 
be obtained; annual rainfall characteristics pass trend 
and  seasonality,  and  stable  rainfall  characteristics 
data  can  be  obtained  after  differential  conversion, 
equating,  a  data  set  with  stable  mean  and  variance, 
which is a differential stationary process. 
In order to solve these problems, Multi-scale and 
sparse  neural  networks  are  studied  in  this  paper, 
different from traditional algorithms for human pose 
detection.  Our  proposed  method  has  good 
adaptability  at  large  data  scale  by  improving  the 
sparse detection ability of the network. The difference 
from  the  existing  algorithms  (Golyandina,  2020; 
Perraudin  et  al.,  2017;  Korenberg  and  Paarmann, 
1991) is that the receptive field is self-adapted in the 
configuration of  our algorithm. The  combination of 
multi-scale  and  sparseness  on  the  network  brings  a 
new dimension of representation at the level of real-
time data. It shows good characteristics when the data 
is collected by the nine-axis sensor mounted on the 
human body. 
1.3  Challenges 
At present, most human posture monitoring devices 
are based  on the  information of video  images.  This 
method  can  recognize  the  human  joint  structure 
through  images  and  construct  2D  or  3D  bones  (do 
Rosário,  2014;  Le  and  Nguyen,  2013).  It  has  been 
well  applied  in  some  fields.  Based  on  the  research 
purpose  of  judging  and  classifying  human  posture, 
this paper selects high-precision sensors to complete 
data acquisition. For example, a sports Bracelet uses 
a  gait  cycle  estimation  algorithm  (Moe-Nilssen  and 
Helbostad,  2014).  However,  for  the  problem  to  be 
solved  in  this  paper,  the  traditional  algorithm  will 
have  the  problem  of  false  recognition,  less 
recognition of human motion state, and cannot make 
effective  judgments  on  bus  travel  and  car  travel 
because it cannot distinguish the motion state. Once 
when I checked my mobile phone by bus, I found that 
the  number  of  steps  on  the  counter  was  increasing, 
which  was  caused  by  the  sensor  misjudging  the 
bumpiness  of  the  bus  as  walking.  Secondly,  the 
existing  and  widely  used  gait  cycle  estimation 
algorithms  not  only  cannot  achieve  multi-objective 
classification and judge a variety of travel patterns but 
also cannot process a large number of data generated 
in our research process. 
At the same time, there will  be some challenges 
when analysing time series data. When the collected 
time series  data is  incomplete, the trend  about time 
obtained  by  analysing  this  incomplete  data  is  very 
high, which  may be wrong or biased. For  example, 
collecting the water level change of a river under the 
influence of the tide, but only collecting the data in 
the dry season, or the imbalance of various state data 
will  affect  the  data  classification  results.  In  the 
process  of  this  study,  three  kinds  of  sensor  data, 
namely  three-axis  accelerometer,  gyroscope,  and 
three-axis  angular  velocity  sensor,  are  used  for 
calculation. The amount of data is large and the 
characteristics  are  complex.  The  data  collected  and 
analyzed by the traditional algorithm cannot meet the 
requirements of this study. 
2  RELATED WORK 
The continuous development of deep  learning leads 
to  numerous  developments  and  achievements  in 
human posture classification. At the very beginning, 
machine  learning  played  an  important  role.  The 
Support  Vector  Machine  (SVM)  (Byvatov  and 
Schneider,  2003)  is  one  of  the  most  widely  used 
machine learning algorithms. SVM analyses the data-
through a linear decision hyperplane. During training, 
the linear decision hyperplane is trained and adjusted 
in order to separate data with different labels 
(Chathuramali  and  Rodrigo,  2012;  Tharwat  et  al., 
2018).  In  the  article  (Chathuramali  and  Rodrigo, 
2012), the author used images after feature extraction 
as the input of SVM. As a result, the SVM is quite 
computationally cost-effective and accurate in high-
dimensional vector space. K-Nearest Neighbors (K-