Human Motion Detection Using Sharpened Dimensionality Reduction and Clustering
This work addresses labeling efficiency for researchers using SDR in domains like human activity analysis, but it is incremental as it combines existing methods.
The paper tackled the problem of expensive manual labeling in sharpened dimensionality reduction (SDR) by applying clustering methods like k-means to automatically label 2D projections, resulting in better labeling outcomes than plain dimensionality reduction, with k-means recommended for its accuracy and scalability.
Sharpened dimensionality reduction (SDR), which belongs to the class of multidimensional projection techniques, has recently been introduced to tackle the challenges in the exploratory and visual analysis of high-dimensional data. SDR has been applied to various real-world datasets, such as human activity sensory data and astronomical datasets. However, manually labeling the samples from the generated projection are expensive. To address this problem, we propose here to use clustering methods such as k-means, Hierarchical Clustering, Density-Based Spatial Clustering of Applications with Noise (DBSCAN), and Spectral Clustering to easily label the 2D projections of high-dimensional data. We test our pipeline of SDR and the clustering methods on a range of synthetic and real-world datasets, including two different public human activity datasets extracted from smartphone accelerometer or gyroscope recordings of various movements. We apply clustering to assess the visual cluster separation of SDR, both qualitatively and quantitatively. We conclude that clustering SDR results yields better labeling results than clustering plain DR, and that k-means is the recommended clustering method for SDR in terms of clustering accuracy, ease-of-use, and computational scalability.