DeepCount: Crowd Counting with WiFi via Deep Learning
Recently, the research of wireless sensing has achieved more intelligent results, and the intelligent sensing of human location and activity can be realized by means of WiFi devices. However, most of the current human environment perception work is limited to a single person's environment, because the environment in which multiple people exist is more complicated than the environment in which a single person exists. In order to solve the problem of human behavior perception in a multi-human environment, we first proposed a solution to achieve crowd counting (inferred population) using deep learning in a closed environment with WIFI signals - DeepCout, which is the first in a multi-human environment. step. Since the use of WiFi to directly count the crowd is too complicated, we use deep learning to solve this problem, use Convolutional Neural Network(CNN) to automatically extract the relationship between the number of people and the channel, and use Long Short Term Memory(LSTM) to resolve the dependencies of number of people and Channel State Information(CSI) . To overcome the massive labelled data required by deep learning method, we add an online learning mechanism to determine whether or not someone is entering/leaving the room by activity recognition model, so as to correct the deep learning model in the fine-tune stage, which, in turn, reduces the required training data and make our method evolving over time. The system of DeepCount is performed and evaluated on the commercial WiFi devices. By massive training samples, our end-to-end learning approach can achieve an average of 86.4% prediction accuracy in an environment of up to 5 people. Meanwhile, by the amendment mechanism of the activity recognition model to judge door switch to get the variance of crowd to amend deep learning predicted results, the accuracy is up to 90%.
Code (0)
등록된 구현이 없습니다.
Tasks
Activity RecognitionCrowd CountingDeep LearningSimilar Papers 제목 키워드 기반
Wisdom of (Binned) Crowds: A Bayesian Stratification Paradigm for Crowd Counting
Datasets for training crowd counting deep networks are typically heavy-tailed in count distribution and exhibit discontinuities across the count range. As a result, the de facto statistical measures (MSE, MAE) exhibit la…
Crowd CountingCrossCount: A Deep Learning System for Device-free Human Counting using WiFi
Counting humans is an essential part of many people-centric applications. In this paper, we propose CrossCount: an accurate deep-learning-based human count estimator that uses a single WiFi link to estimate the human cou…
Data AugmentationMonitoring Large Crowds With WiFi: A Privacy-Preserving Approach
This paper presents a crowd monitoring system based on the passive detection of probe requests. The system meets strict privacy requirements and is suited to monitoring events or buildings with a least a few hundreds of …
Privacy PreservingCrowd Counting Through Walls Using WiFi
Counting the number of people inside a building, from outside and without entering the building, is crucial for many applications. In this paper, we are interested in counting the total number of people walking inside a …
Crowd CountingPassive Crowd Speed Estimation in Adjacent Regions With Minimal WiFi Sensing
In this paper, we propose a methodology for estimating the crowd speed using WiFi devices without relying on people to carry any device. Our approach not only enables speed estimation in the region where WiFi links are, …