Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Vitamin D alleviates intracerebral hemorrhage symptoms by modulating pro-inflammatory/anti-inflammatory phenotypic transformation of microglia through P2X7R activation of NLRP3.

IBRO neuroscience reports·2026
Same author

Brillouin microscopy for contact- and label-free quantification of tissue stiffness in lung fibrosis.

American journal of respiratory cell and molecular biology·2026
Same author

Comparative Genomics Analysis Reveals the Genomic Basis of S8 Proteases, CAZymes, and Secondary Metabolism Associated with Nematode Biocontrol in <i>Purpureocillium lilacinum</i>.

International journal of molecular sciences·2026
Same author

Clinical application of synovial fluid albumin-to-globulin ratio as a novel biomarker in diagnosing chronic periprosthetic joint infection.

Frontiers in cellular and infection microbiology·2026
Same author

The T2T genome assembly of Ziziphus jujuba 'Huizao' and pan-genome analyses provide insights into fruit texture diversity in jujube.

Molecular horticulture·2026
Same author

Evaluation of disinfection efficiency of new high oxygen membrane air disinfecting machine in hospital ward environment.

Scientific reports·2026
Same journal

Therapeutic potential of crude protein extracts from two Egyptian freshwater snails Lanistes carinatus and Bellamya unicolor.

Scientific reports·2026
Same journal

Microbial contamination of donor corneas and post-keratoplasty endophthalmitis: a comparison between Japanese and U.S. eye banks using cold storage.

Scientific reports·2026
Same journal

Prevalence and contributing factors of virological non-suppression among adult patients on first-line antiretroviral therapy in tertiary hospitals in Ethiopia.

Scientific reports·2026
Same journal

An in vitro comparison of color stability between alkasite and different restorative materials in various staining solutions.

Scientific reports·2026
Same journal

Toward accessible mRNA LNP formulation: systematic evaluation of mixing strategies and key parameters.

Scientific reports·2026
Same journal

A network analysis of personality traits, mentalizing, and psychological health in Chinese college students.

Scientific reports·2026
See all related articles

Related Experiment Video

Updated: May 10, 2025

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
06:37

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention

Published on: December 15, 2023

2.4K

Efficient human activity recognition on edge devices using DeepConv LSTM architectures.

Haotian Zhou1, Xiujun Zhang2, Yu Feng1

  • 1School of Computer Science, Chengdu University, Chengdu, 610106, China.

Scientific Reports
|April 22, 2025
PubMed
Summary
This summary is machine-generated.

TinyML enables efficient human activity recognition (HAR) on edge devices. A DeepConv LSTM model achieved 97% accuracy after quantization, demonstrating TinyML

Keywords:
Deep LearningEdge ComputingHuman Activity RecognitionIoTModel QuantizationTinyML

More Related Videos

Evaluation of a Smartphone-based Human Activity Recognition System in a Daily Living Environment
06:49

Evaluation of a Smartphone-based Human Activity Recognition System in a Daily Living Environment

Published on: December 11, 2015

8.8K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

430

Related Experiment Videos

Last Updated: May 10, 2025

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
06:37

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention

Published on: December 15, 2023

2.4K
Evaluation of a Smartphone-based Human Activity Recognition System in a Daily Living Environment
06:49

Evaluation of a Smartphone-based Human Activity Recognition System in a Daily Living Environment

Published on: December 11, 2015

8.8K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

430

Area of Science:

  • Artificial Intelligence
  • Embedded Systems
  • Machine Learning

Background:

  • The Internet of Things (IoT) necessitates deploying deep learning on resource-constrained hardware.
  • TinyML offers a solution for efficient machine learning on edge devices.
  • Human Activity Recognition (HAR) is crucial for real-time applications.

Purpose of the Study:

  • To deploy lightweight deep learning models for HAR using TinyML on edge devices.
  • To evaluate and compare the performance of different deep learning architectures for HAR.
  • To optimize a model for resource-constrained deployment.

Main Methods:

  • Designed and evaluated 2D CNN, 1D CNN, and DeepConv LSTM models for HAR.
  • Applied full integer quantization to the best-performing model.
  • Deployed the quantized model on an Arduino Nano 33 BLE Sense Rev2 using the Edge Impulse platform.

Main Results:

  • DeepConv LSTM achieved 98.24% accuracy and 98.23% F1 score before quantization.
  • Quantization reduced model size from 513.23 KB to 136.51 KB.
  • The deployed model maintained 97% accuracy and 97% F1 score with low memory (29.1 KB) and flash (189.6 KB) usage.

Conclusions:

  • TinyML facilitates efficient and low-latency HAR systems on edge devices.
  • The DeepConv LSTM model, after quantization, is suitable for real-time HAR applications.
  • This study demonstrates the practical feasibility of deploying advanced AI models on microcontrollers.