Related Experiment Video
Updated: Feb 2, 2026

06:49
Evaluation of a Smartphone-based Human Activity Recognition System in a Daily Living Environment
Published on: December 11, 2015
9.3K
Human activity recognition from inertial sensor time-series using batch normalized deep LSTM recurrent networks
Summary
This study introduces a Long-Short Term Memory (LSTM) network for human activity recognition using sensor data. The LSTM model achieves 92% accuracy without manual feature extraction, improving efficiency with batch normalization.
Area of Science:
- Computer Science
- Biomedical Engineering
- Signal Processing
Background:
- Machine learning for human activity recognition (HAR) is effective but often requires explicit feature extraction.
- Current methods using body-worn inertial sensors frequently overlook temporal correlations in sequential data.
- This limits the ability to fully capture the dynamics of human movement patterns.
Purpose of the Study:
- To develop a deep recurrent neural network for HAR that processes raw sensor data directly.
- To classify six daily life activities using accelerometer and gyroscope data.
- To evaluate the efficacy of Long Short-Term Memory (LSTM) networks and batch normalization in this domain.
Main Methods:
- Implementation of a Long Short-Term Memory (LSTM) deep recurrent neural network.
- Processing of featureless raw input signals from accelerometer and gyroscope sensors.
- Application of batch normalization to optimize training efficiency.
Main Results:
- The LSTM model achieved 92% average accuracy in classifying six daily life activities.
- The network successfully processed featureless raw input signals, eliminating the need for manual feature engineering.
- Batch normalization reduced the number of training epochs required by approximately four times.
Conclusions:
- LSTM networks offer a powerful approach for human activity recognition directly from raw sensor data.
- The proposed method effectively captures temporal correlations, leading to high classification accuracy.
- Batch normalization significantly enhances the training efficiency of HAR models.
Related Concept Videos
Time-Series Graph
5.2K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
5.2K
Discrete-Time Fourier Series
684
The Discrete-Time Fourier Series (DTFS) is a fundamental concept in signal processing, serving as the discrete-time counterpart to the continuous-time Fourier series. It allows for the representation and analysis of discrete-time periodic signals in terms of their frequency components. Unlike its continuous counterpart, which utilizes integrals, the calculation of DTFS expansion coefficients involves summations due to the discrete nature of the signal.
For a discrete-time periodic signal x[n]...
For a discrete-time periodic signal x[n]...
684
Inertial Frames of Reference
8.8K
Newton’s first law is usually considered to be a statement about reference frames. It provides a method for identifying a special type of reference frame: the inertial reference frame. In principle, we can make the net force on a body zero. If its velocity relative to a given frame is constant, then that frame is said to be inertial. So, by definition, an inertial reference frame is a reference frame where Newton's first law holds valid. Newton's first law applies to objects with...
8.8K
Non-inertial Frames of Reference
7.2K
A reference frame accelerating or decelerating relative to an inertial frame is a non-inertial frame. To help understand this, consider what taking off in an airplane, turning a corner in a car, riding a merry-go-round, and the circular motion of a tropical cyclone all have in common. All these systems are accelerating, decelerating, or rotating relative to the Earth; hence, they all are non-inertial frames. All these systems exhibit inertial forces, which merely seem to arise from motion,...
7.2K
Protein Networks
4.5K
An organism can have thousands of different proteins, and these proteins must cooperate to ensure the health of an organism. Proteins bind to other proteins and form complexes to carry out their functions. Many proteins interact with multiple other proteins creating a complex network of protein interactions.
These interactions can be represented through maps depicting protein-protein interaction networks, represented as nodes and edges. Nodes are circles that are representative of a protein,...
These interactions can be represented through maps depicting protein-protein interaction networks, represented as nodes and edges. Nodes are circles that are representative of a protein,...
4.5K
Resistors In Series
6.4K
A resistor is an ohmic device that limits the flow of charge in a circuit. Most circuits have more than one resistor. If several resistors are connected together and connected to a battery, the current supplied by the battery depends on the equivalent resistance of the circuit. The equivalent resistance of a combination of resistors depends on both their individual values and how they are connected. The simplest combination of resistors is the series combination.
In a series circuit, the...
In a series circuit, the...
6.4K

