(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, '

Human Action Recognition

What is it about?

This paper introduces a method for identifying human actions in depth action videos. We first generate the corresponding Motion History Images (MHIs) and Static History Images (SHIs) to an action video by utilizing the so-called 3D Motion Trail Model (3DMTM). We then extract the Gradient Local Auto-Correlations (GLAC) features from the MHIs as well as SHIs to characterize the action video. Next, we concatenate the set of MHIs based GLAC features with the set of SHIs based GLAC features to gain a single action representation vector. Thus, the computed feature vectors in all action samples are passed to the l2-regularized Collaborative Representation Classifier (l2-CRC) for recognizing multiple human actions effectively. Experimental evaluations on three action datasets, MSR-Action3D, DHA and UTD-MHAD, reveal that the proposed recognition system attains superiority over the state-of-the-art approaches considerably. In addition, the computational efficiency test indicates the real-time compatibility of the system.

Read more on Kudos…
The following have contributed to this page:
Hazrat Ali
' ,"url"));