Behaviour dataset using a K-band UWB linear FMCW radar

Citation Author(s):
Mi
He
Submitted by:
Mi HE
Last updated:
Mon, 07/08/2024 - 15:58
DOI:
10.21227/d6qe-en60
License:
0
0 ratings - Please login to submit your rating.

Abstract 

Current radar fall detection techniques based on deep learning (DL) networks are often too complex for real-time detection. This paper proposes a real-time fall detection approach by reducing the complexity of the DL networks and the UWB radar hardware requirements. A multi-indoor scene behaviour dataset of 40 subjects is established using K-band UWB radar. A sliding window-based dataflow augmentation method is proposed to augment and balance the given datasets. A simple radar signal preprocessing model that is suitable for hardware with low sampling rates provides appropriately sized images of range-time spectrograms for DL. A lightweight DL network is designed to realise real-time fall detection for radar-embedded devices. The dataset division process follows the principle of mutual exclusion. The five-fold crossvalidation results (F1-score = 0.9896 ± 0.0047) and testing results obtained in a new scene (F1-score = 0.9872) confirm that only using 2-second range-time spectrogram images as inputs of the proposed network is sufficient for achieving good classification performance and strong generalisation ability. The proposed network size is 1.9178 Mb, with of 37.9978 M floating point operations (FLOPs) when the input image size of the radar range-time spectrograms is set to 112×112. Compared with currently popular DL networks, the proposed network achieves a good compromise between classification performance and computational complexity.

Instructions: 

There are 2 files including the range-time spectrogram images of falls and nonfalls. Every activity data segment in our dataset had a label, where 0 represented a daily life activity and 1 represented a fall activity. The time duration of each data segment is  2 s, as the durations of the critical phases of falls are less than 2 s. The sliding window-based dataflow augmentation method, the moving step along the slow-time direction is set to 0.01 s for fall activities. Only the data segments in the sliding window containing the critical phase of falls are labelled 1; otherwise, they are discarded. For ADLs, the moving step in the slow-time direction is set to 0.1 s. All the data segments were labelled 0. 

The python file shows how to use this dataset.