(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Transforming IMU data to image domain for human activity recognition

What is it about?

Human Activity Recognition (HAR) is the most popular research area in the pervasive computing field in recent years. Sensor data plays a vital role in identifying several human actions. Deep CNN requires huge datasets and models which increases the computational complexity. In this paper, we have proposed the idea of transforming the raw accelerometer and gyroscope sensor data into the visual domain by using our novel activity image creation method (NAICM). Pre-trained CNN (AlexNet) has been used on the converted image domain information.

Why is it important?

We have proposed a novel activity image creation method (NAICM) to transform IMU sensor data into an image to make it compatible to use with transfer learning.

Read more on Kudos…
The following have contributed to this page:
Mohammed Hashim B A
' ,"url"));