paper-with-me

Papers

BSDGAN: Balancing Sensor Data Generative Adversarial Networks for Human Activity Recognition

2022-08-07 · Yifan Hu, Yu Wang

The development of IoT technology enables a variety of sensors can be integrated into mobile devices. Human Activity Recognition (HAR) based on sensor data has become an active research topic in the field of machine learning and ubiquitous computing. However, due to the inconsistent frequency of human activities, the amount of data for each activity in the human activity dataset is imbalanced. Considering the limited sensor resources and the high cost of manually labeled sensor data, human activity recognition is facing the challenge of highly imbalanced activity datasets. In this paper, we propose Balancing Sensor Data Generative Adversarial Networks (BSDGAN) to generate sensor data for minority human activities. The proposed BSDGAN consists of a generator model and a discriminator model. Considering the extreme imbalance of human activity dataset, an autoencoder is employed to initialize the training process of BSDGAN, ensure the data features of each activity can be learned. The generated activity data is combined with the original dataset to balance the amount of activity data across human activity classes. We deployed multiple human activity recognition models on two publicly available imbalanced human activity datasets, WISDM and UNIMIB. Experimental results show that the proposed BSDGAN can effectively capture the data features of real human activity sensor data, and generate realistic synthetic sensor data. Meanwhile, the balanced activity dataset can effectively help the activity recognition model to improve the recognition accuracy.

📄 PDF Abstract BibTeX arXiv:2208.03647

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionHuman Activity Recognition

Similar Papers 제목 키워드 기반

Distributed Estimation over Directed Graphs Resilient to Sensor Spoofing

2021-04-10 · Shamik Bhattacharyya, Kiran Rokade, Rachel Kalpana Kalaimani

This paper addresses the problem of distributed estimation of an unknown dynamic parameter by a multi-agent system over a directed communication network in the presence of an adversarial attack on the agents' sensors. Th…

Adversarial Attack

Generative Dataset Distillation: Balancing Global Structure and Local Details

2024-04-26 · Longzhen Li, Guang Li, Ren Togo, Keisuke Maeda 외

In this paper, we propose a new dataset distillation method that considers balancing global structure and local details when distilling the information from a large dataset into a generative model. Dataset distillation h…

Dataset DistillationDataset GenerationGenerative Adversarial Network

Generative Adversarial Networks for Malware Detection: a Survey

2023-02-16 · Aeryn Dunmore, Julian Jang-Jaccard, Fariza Sabrina, Jin Kwak

Since their proposal in the 2014 paper by Ian Goodfellow, there has been an explosion of research into the area of Generative Adversarial Networks. While they have been utilised in many fields, the realm of malware resea…

Malware DetectionSurvey

Generative Ratio Matching Networks

2018-05-31 · ICLR 2020 1 · Akash Srivastava, Kai Xu, Michael U. Gutmann, Charles Sutton

Deep generative models can learn to generate realistic-looking images, but many of the most effective methods are adversarial and involve a saddlepoint optimization, which requires a careful balancing of training between…

Anomaly Detection in Particulate Matter Sensor using Hypothesis Pruning Generative Adversarial Network

2019-12-02 · YeongHyeon Park, Won Seok Park, Yeong Beom Kim

World Health Organization (WHO) provides the guideline for managing the Particulate Matter (PM) level because when the PM level is higher, it threats the human health. For managing PM level, the procedure for measuring P…

Anomaly DetectionGenerative Adversarial Network