paper-with-me

홈 › Papers

MicroNAS: An Automated Framework for Developing a Fall Detection System

2025-04-10 · Seyed Mojtaba Mohasel, John Sheppard, Lindsey K. Molina, Richard R. Neptune, Shane R. Wurdeman, Corey A. Pew

This work presents MicroNAS, an automated neural architecture search tool specifically designed to create models optimized for microcontrollers with small memory resources. The ESP32 microcontroller, with 320 KB of memory, is used as the target platform. The artificial intelligence contribution lies in a novel method for optimizing convolutional neural network and gated recurrent unit architectures by considering the memory size of the target microcontroller as a guide. A comparison is made between memory-driven model optimization and traditional two-stage methods, which use pruning, to show the effectiveness of the proposed framework. To demonstrate the engineering application of MicroNAS, a fall detection system (FDS) for lower-limb amputees is developed as a pilot study. A critical challenge in fall detection studies, class imbalance in the dataset, is addressed. The results show that MicroNAS models achieved higher F1-scores than alternative approaches, such as ensemble methods and H2O Automated Machine Learning, presenting a significant step forward in real-time FDS development. Biomechanists using body-worn sensors for activity detection can adopt the open-source code to design machine learning models tailored for microcontroller platforms with limited memory.

📄 PDF Abstract BibTeX arXiv:2504.07397

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionActivity DetectionModel OptimizationNeural Architecture Search

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

MicroNAS: Zero-Shot Neural Architecture Search for MCUs

2024-01-17 · Ye Qiao, Haocheng Xu, Yifan Zhang, Sitao Huang

Neural Architecture Search (NAS) effectively discovers new Convolutional Neural Network (CNN) architectures, particularly for accuracy optimization. However, prior approaches often require resource-intensive training on …

Edge-computingNeural Architecture Search

MicroNAS: Memory and Latency Constrained Hardware-Aware Neural Architecture Search for Time Series Classification on Microcontrollers

2023-10-27 · Tobias King, Yexu Zhou, Tobias Röddiger, Michael Beigl

Designing domain specific neural networks is a time-consuming, error-prone, and expensive task. Neural Architecture Search (NAS) exists to simplify domain-specific model development but there is a gap in the literature f…

Hardware Aware Neural Architecture SearchNeural Architecture SearchTime SeriesTime Series Classification

Beyond Logical Forms: LLM-Extracted Patterns for Fallacy Classification

2026-06-25 · Eleni Papadopulos, Firoj Alam, Giovanni Da San Martino arxiv

In today's fast-paced information era, logical fallacies, defined as defective patterns of reasoning, inevitably contribute to the growth of information disorder. However, often fallacies appear in nuanced forms that com…

Logical Fallacies

Detection of On-Ground Chestnuts Using Artificial Intelligence Toward Automated Picking

2026-02-15 · Kaixuan Fang, Yuzhen Lu, Xinyang Mu arxiv

Traditional mechanized chestnut harvesting is too costly for small producers, non-selective, and prone to damaging nuts. Accurate, reliable detection of chestnuts on the orchard floor is crucial for developing low-cost, …

Real-time Fall Prevention system for the Next-generation of Workers

2025-05-30 · Nicholas Cartocci, Antonios E. Gkikakis, Darwin G. Caldwell, Jesús Ortiz

Developing a general-purpose wearable real-time fall-detection system is still a challenging task, especially for healthy and strong subjects, such as industrial workers that work in harsh environments. In this work, we …