The Remote Learning Affect and Physiologic (RLAP) dataset is a dataset applied to remote learning affect and engagement, which contains learners' blood volume pulse (BVP) signals that are highly synchronized. This dataset is suitable for training neural rPPG algorithms.
In recent years, remote physiological sensing has received increasing attention, especially the algorithms using neural networks. However, training a model for extracting physiological signals is not easy. The lack of high-quality datasets limits the development of advanced algorithms, and many models have to add some modules to fight against the "noise" in the dataset. The main noises are: offset caused by no strict synchronization between cameras and physiological signal sensors; data loss during video compression due to device's unsupported or incorrect settings. The RLAP dataset is collected using PhysRecorder to minimize any adverse factors for model training as much as possible. According to PhysBench's experimental results, this is known as the best training set so far.
If you want to learn about the details of data collection and hardware & software equipment, or collect your own dataset using the same method, please visit https://github.com/KegangWangCCNU/PhysRecorder
The RLAP dataset includes videos of 58 student participants involved in a series of tasks, collected using PhysRecorder software with Logitech C930c webcam and Contec CMS50E pulse oximeter, released as an ISO image.
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|
Step | Label | Task | Duration(S) |
---|---|---|---|
1 | R1 | Relaxed | 120 |
2 | R2 | Relaxed (dark) | 120 |
3 | R3 | Play a game | 120 |
4 | R4 | Read an article | 120 |
5 | E1 | Watch natural sceneries | 120 |
6 | E2 | Watch a puzzle game | 180 |
7 | E3 | Watch a comedy | 120 |
8 | E4 | Watch an illusion picture | 20 |
9 | E5 | Watch an academic paper | 60 |
10 | E6 | Watch yawn videos | 60 |
11 | T1 | Video-based learning | 240 |
12 | T2 | Textbook-based learning | 480 |
13 | T3 | Watch a public class | 420 |
RLAP.iso
├── p001
├── R1 # Relaxed.
├── pictures_ZIP_RAW_RGB # Raw RGB video.
├── 00000000.png # PNG lossless format.
├── 00000001.png
├── ...
├── video_ZIP_H264.mp4 # H264 format.
├── video_ZIP_MJPG.avi # MJPG format.
├── BVP.csv # BVP wavefrom with UNIX timestamps.
├── frames_timestamp.csv # UNIX timestamps for each frame.
├── info.txt # Information related to video recording.
├── missed_frames.csv # If all frames are written correctly to the file, it is empty.
├── ...
├── E1
├── ...
├── T3
├── ...
├── p058
├── EEQ_Emotion ···.csv # Self-emotion report form for each participant.
├── participants.csv # Basic information of each participant, without involving privacy.
├── EEQ.mp4 # Video materials for guiding spontaneous emotional expression.
Please download the Dataset Nutrition Label.ods
, which includes the division of each sample. Fold 0 and fold 4 are used for validation and testing, while folds 1, 2, and 3 are used for training.
A small amount of excluded data is marked as -1 fold.
If you wish to obtain the RLAP dataset, please send an email to kegangwang@mails.ccnu.edu.cn and cc yantaowei@ccnu.edu.cn, with the Data Usage Agreement attached.
Once you obtain the permission, you will receive a signed link. The signature is valid for 14 days, please download as soon as possible.
wget -c https://dataport.kegang.wang/RLAP.iso?auth=<your_sign> -O RLAP.iso
SHA256: b67813294cc08d8b9b55604d9a88caff9d1d09921a96c4e872088997f45ccd46
The entire file is approximately 642GB, supports resumable downloads, and if the download is interrupted, re-entering the above command will continue downloading from where it left off.
For Windows users, simply open RLAP.iso with File Explorer to automatically mount it.
For Linux users, please create an empty folder for mounting.
sudo mkdir ./RLAP
sudo mount ./RLAP.iso ./RLAP -o loop
cd RLAP
It is not recommended to use software like 7-zip to extract files.
It is recommended to use the PhysBench framework for training, which supports the RLAP dataset and multiple public datasets.
https://github.com/KegangWangCCNU/PhysBench
If you use PLAP dataset, please cite the following paper
@misc{wang2023physbench,
title={PhysBench: A Benchmark Framework for Remote Physiological Sensing with New Dataset and Baseline},
author={Kegang Wang and Yantao Wei and Mingwen Tong and Jie Gao and Yi Tian and YuJian Ma and ZhongJin Zhao},
year={2023},
eprint={2305.04161},
archivePrefix={arXiv},
primaryClass={cs.CV}
}