CVNov 7, 2017

Latent hypernet: Exploring all Layers from Convolutional Neural Networks

arXiv:1711.02652v26 citations
Originality Incremental advance
AI Analysis

This work addresses human activity recognition from wearable sensor data, offering an incremental improvement by enhancing feature extraction in existing network architectures.

The authors tackled the problem of limited discrimination power in convolutional neural networks for human activity recognition due to many parameters and few training samples by proposing Latent HyperNet, which projects early layer features into a low-dimensional space and concatenates them for classification, improving results over original ConvNets and outperforming state-of-the-art methods.

Since Convolutional Neural Networks (ConvNets) are able to simultaneously learn features and classifiers to discriminate different categories of activities, recent works have employed ConvNets approaches to perform human activity recognition (HAR) based on wearable sensors, allowing the removal of expensive human work and expert knowledge. However, these approaches have their power of discrimination limited mainly by the large number of parameters that compose the network and the reduced number of samples available for training. Inspired by this, we propose an accurate and robust approach, referred to as Latent HyperNet (LHN). The LHN uses feature maps from early layers (hyper) and projects them, individually, onto a low dimensionality space (latent). Then, these latent features are concatenated and presented to a classifier. To demonstrate the robustness and accuracy of the LHN, we evaluate it using four different networks architectures in five publicly available HAR datasets based on wearable sensors, which vary in the sampling rate and number of activities. Our experiments demonstrate that the proposed LHN is able to produce rich information, improving the results regarding the original ConvNets. Furthermore, the method outperforms existing state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes