SlideShare a Scribd company logo
Predicting Human Count through
Environmental Sensing in Closed Indoor
Settings
1,3,5Department of Computer Science and Engineering
2Department of Electrical and Electronic Engineering
4Department of Civil Engineering
Bangladesh University of Engineering and Technology, Dhaka, Bangladesh
MobiQuitous 2018
New York City, United States
Shamir Ahmed1, Uday Kamal2, Tarik Reza Toha3, Nafisa Islam4,
and A. B. M. Alim Al Islam5
Outline of This Presentation
• Background and motivation
• Our proposed solution
– Proposed methodology
– Experimentation
– Result analysis
• Conclusion and future work
2
Background: Necessity of Human Count Detection
3
• Human count detection in a highly-secured closed
indoor environment is crucial
Bank vault
Data centers
Armory
Existing Human Counting Techniques
• Different alternatives
– Image recognition
– Infrared detectors
• A common need, which in
turn engenders a common
limitations
– Their visibility
– Prone to intentional
damage by the intruders
4
• Human Tracking System Based on PIR Sensor Network and Video
– Xiong et al., CWSN, 2014
– Yun et al., Sensors, 2014
• Human Sensing Using Visible Light Communication
– Li et al., MobiCom, 2015
– Presents a new system named as LiSense that can produce real-time human
skeleton reconstruction using Visible Light Communication (VLC)
• An information technology enabled sustainability test-bed (ITEST) for
occupancy detection through an environmental sensing network
– Dong et al., Energy and Buildings, 2010
– Deploys a large-scale sensor network test-bed for occupancy detection in an
open-plan office building
– 73% occupancy using HMM
Risk of being deactivated by
an intruder due to its visibility
Not for closed indoor settings
and has low accuracy
Existing Research Studies
5
Our Contribution in This Paper
We propose a secured and portable
system for human counting in a
closed indoor settings through
environmental sensing
6
Operational Block Diagram
7
Device design,
development, and
deployment
Collect sensors data
(CO, CO2, NO2,
SO2, O3, LPG,
Temp, and Hum)
Extract
environmental
factors that are
highly correlated
with # of humans
Correlation
Matrix
Predict human
count using the
classifiers’
Apply machine
learning classifiers
Device Development and Deployment
8
Side view Top view
Room Size (ft2) Height (ft) Inside Objects
Room-1 144 13 1 table, 1 fan, 2 desktops, and 1 almirah
Room-2 480 13 1 table, 2 fans, 2 desktops, and 2 almirahs
Room-3 600 13
10 tables, 6 fans, 2 air conditioners, 10
desktops, 1 black board, and 3 almirahs
Different
sensors
Data Collection Using Our System EcoRadar
9
Correlation Matrix over Collected Data
10
# of persons
present
Room-1 Room-2 Room-3
CO 0.055048157 -0.005210679 -0.0158348136
CO2 0.729852349 0.834239431 0.397657642
LPG 0.794281011 0.554863591 0.482805565
NO2 0.502596592 0.0617479 0.539176588
SO2 0.477913214 0.150283339 0.574382104
O3 0.390925688 1.12436E-14 0.019222169
Temperature 0.523004245 -0.171163302 0.477701747
Humidity 0.47247865824 0.540004312 0.049569851
Sensor height 0.0086828568 0.005152112 0.0062244213
High correlation co-efficient except for CO, 03, and height
Regression Matrix over Collected Data
11
# of persons
present
Room-1 Room-2 Room-3
CO 0.009095953 0.935877271 0.858174808
CO2 0.00762742 0.009574814 0.144277498
LPG 9.23027E-50 3.1662E-157 0.001688016
NO2 0.161329277 0.000361105 0.176488419
SO2 7.05075E-08 0.030848214 0.001345993
O3 0.240391752 0.898772189 0.554918102
Temperature 1.78482E-05 0.000245526 0.046048966
Humidity 3.39572E-04 0.033262784 0.095357978
Sensor height 0.1086828568 0.639292914 0.3578353637
Low p-values except for CO, 03, and height
Change in Gases vs # of Humans
12
CO2 vs # of humans present SO2 vs # of humans present
Change in CO2 and SO2 due to human entrance or exit is
sometimes visually understandable
Change in Gases vs # of Humans (contd.)
13
LPG vs # of humans present NO2 vs # of humans present
Change in LPG and NO2 due to human entrance or exit is
NOT generally visually understandable
Change in Environmental Parameters vs # of Humans
14
Humidity vs # of humans present Temperature vs # of humans present
Change in humidity and temperature due to human entrance
or exit is NOT generally visually understandable
Application of Machine Learning Algorithms
15
Classifier
Accuracy
Room-1 Room-2 Room-3
SMO 91% 49% 48%
HMM 9% 9% 8%
Classifier
Accuracy
Room-1 Room-2 Room-3
IBK 99.9% 70.1% 69.2%
Random Forest 99.9% 84.2% 85.9%
J48 99.5% 83.7% 85.5%
Bagging 99.5% 85.4% 85.4%
REPTree 99.3% 86.7% 84.5%
NaiveBayes 88.4% 53.1% 51.1%
DecisionStump 88.1% 46.8% 46.6%
Sequential Classifiers
Non-Sequential Classifiers
Non-sequential classifiers show higher accuracy
A Potential Reason behind Bad Performance of
Sequential Classifier: Noise in Data
16
Room-1
Room-2 Room-3
Application of Machine Learning Algorithms on
Data Sets Filtered using PCA
17
Classifier
Accuracy
Room-1 Room-2 Room-3
SMO 90% 49% 48%
HMM 9% 10% 15%
Classifier
Accuracy
Room-1 Room-2 Room-3
IBK 99.9% 70.1% 69.1%
Random Forest 99.9% 83.8% 81.3%
J48 99.5% 83.7% 83.2%
Bagging 99.6% 85.4% 83.2%
REPTree 99.2% 86.7% 80.9%
NaiveBayes 89.6% 53.4% 52.1%
DecisionStump 88.1% 47.1% 46.2%
Sequential Classifiers
Non Sequential Classifiers
Accuracy for filtered data is roughly same to unfiltered data
Real-Time Human Counter
18
Classifier Precision Recall
IBK 0.990 0.990
Random Forest 0.991 0.991
J48 0.990 0.990
Bagging 0.990 0.990
REPTree 0.991 0.991
NaiveBayes 0.880 0.901
DecisionStump 0.783 0.885
Tradeoff between accuracy and energy
through tuning uploading interval
37.5 seconds gives
the best trade-off
Accuracy is >99%
Conclusion and Future Work
• Human counting based on environmental sensing is little
explored in the literature
• We propose an ML-based human counting technique through
environmental sensing in closed indoor settings
– Accuracy is >99%
– Can be hidden in a secured place, which can offer a great remedy to
prevent any intrusion in a secured indoor space
• Future work
– Find other possible environmental factors that can influence the
human presence
– Explore counting human presence in outdoor environment based on
environmental parameters
19
Thank you
Questions are welcome!
Email: alim_razi@cse.buet.ac.bd
20
Existing Research Studies
• Human Tracking System Based on PIR Sensor
Network and Video
– Xiong et al., CWSN, 2014
– Presents a tracking algorithm based on pyroelectric sensor
network and video analysis technologies to detect and
locate the human target motion precisely
• Human Movement Detection and Identification
Using Pyroelectric Infrared Sensors
– Yun et al., Sensors, 2014
– Uses a set of PIR sensors to present an empirical study of
human movement detection and identification
21
Existing sensors-based
systems suffers from a
risk of being deactivated by
an intruder due to its
visibility
Existing Human Counting Techniques (contd.)
• Human Sensing Using Visible Light Communication
– Li et al., MobiCom, 2015
– Presents a new system named as LiSense that can produce
real-time human skeleton reconstruction using Visible Light
Communication (VLC)
• An information technology enabled sustainability test-bed
(ITEST) for occupancy detection through an
environmental sensing network
– Dong et al., Energy and Buildings, 2010
– Describes a large-scale wireless and wired environmental
sensor network test-bed and its application to occupancy
detection in an open-plan office building
22
Existing sensors-based
systems cannot be used in
highly secured places as they
can be damaged by
the intruder

More Related Content

PDF
Pollution Monitoring System using Arduino and various gas sensor
Utkarsh Jaiswal
 
PDF
DETECTION OF AIR POLLUTANT USING ZIGBEE
ijasuc
 
PPTX
Environment pollution monitoring system using internet of things
Mahamudul karim Khondaker
 
PPTX
Air pollution monitoring system
Suraksha Sanghavi
 
PDF
Air Quality Monitoring and Control System in IoT
ijtsrd
 
PPTX
IOT BASED AIR POLLUTION MONITORING
kantkamal2291
 
DOCX
Air pollution monitoring system using mobile gprs sensors array
Saurabh Giratkar
 
PPTX
Io t based real time air and sound
jagadeshramesh
 
Pollution Monitoring System using Arduino and various gas sensor
Utkarsh Jaiswal
 
DETECTION OF AIR POLLUTANT USING ZIGBEE
ijasuc
 
Environment pollution monitoring system using internet of things
Mahamudul karim Khondaker
 
Air pollution monitoring system
Suraksha Sanghavi
 
Air Quality Monitoring and Control System in IoT
ijtsrd
 
IOT BASED AIR POLLUTION MONITORING
kantkamal2291
 
Air pollution monitoring system using mobile gprs sensors array
Saurabh Giratkar
 
Io t based real time air and sound
jagadeshramesh
 

What's hot (20)

PDF
Evaluating Air Pollution Parameters Using Zigbee (IEEE 802.15.4)
IOSR Journals
 
PDF
IRJET - Study on Smart Air Pollution Monitoring System based on IoT
IRJET Journal
 
PDF
IRJET- Advanced Water Quality Monitoring with IoT
IRJET Journal
 
PPTX
Iit kgp workshop
Arpan Pal
 
PDF
IRJET- Surveillance of Object Motion Detection and Caution System using B...
IRJET Journal
 
PDF
A Survey on Ultrasound Beamforming Strategies
IRJET Journal
 
PDF
IoT Based Industrial Sewage Water Purity Indicator
IRJET Journal
 
PDF
IRJET- GIS using Zigbee
IRJET Journal
 
PDF
Lab Monitoring and Device Control Using Atmega 328 Based wireless Network Sensor
paperpublications3
 
PDF
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
IJECEIAES
 
PPTX
Air Quality and Water Quality Monitoring using
AshutoshKumar1262
 
PDF
Sensing and controlling the environment using mobile network based Raspberry ...
Sorin Claudiu Fratila
 
PPTX
Precision (Indoor) Real Time Location Systems
Peter Batty
 
PDF
Environmental Manager Air Sensing
timsdye
 
PDF
Smart environment project in thailand 2021 dr.obrom aranyapruk
Dr. Obrom Aranyapruk
 
PPTX
Media Arts FYP
ewynn
 
DOC
Air pollution monitoring system using zib bee
ms98151
 
PDF
Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...
ijtsrd
 
PDF
Fingerprint indoor positioning based on user orientations and minimum computa...
TELKOMNIKA JOURNAL
 
PPTX
Case study of wireless sensor network
Sushil Aggarwal
 
Evaluating Air Pollution Parameters Using Zigbee (IEEE 802.15.4)
IOSR Journals
 
IRJET - Study on Smart Air Pollution Monitoring System based on IoT
IRJET Journal
 
IRJET- Advanced Water Quality Monitoring with IoT
IRJET Journal
 
Iit kgp workshop
Arpan Pal
 
IRJET- Surveillance of Object Motion Detection and Caution System using B...
IRJET Journal
 
A Survey on Ultrasound Beamforming Strategies
IRJET Journal
 
IoT Based Industrial Sewage Water Purity Indicator
IRJET Journal
 
IRJET- GIS using Zigbee
IRJET Journal
 
Lab Monitoring and Device Control Using Atmega 328 Based wireless Network Sensor
paperpublications3
 
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
IJECEIAES
 
Air Quality and Water Quality Monitoring using
AshutoshKumar1262
 
Sensing and controlling the environment using mobile network based Raspberry ...
Sorin Claudiu Fratila
 
Precision (Indoor) Real Time Location Systems
Peter Batty
 
Environmental Manager Air Sensing
timsdye
 
Smart environment project in thailand 2021 dr.obrom aranyapruk
Dr. Obrom Aranyapruk
 
Media Arts FYP
ewynn
 
Air pollution monitoring system using zib bee
ms98151
 
Implementation of MSK Modulation Scheme for Zigbee System / IEEE 802.15.4 Phy...
ijtsrd
 
Fingerprint indoor positioning based on user orientations and minimum computa...
TELKOMNIKA JOURNAL
 
Case study of wireless sensor network
Sushil Aggarwal
 
Ad

Similar to Predicting Human Count through Environmental Sensing in Closed Indoor Settings (20)

PDF
ODVSML_Presentation
Shounak Mitra
 
PDF
Crowd Sensing Systems A Mini Review
ijtsrd
 
PDF
11 15020 ijeecs 1570306569 v2 human(edit)
nooriasukmaningtyas
 
PPTX
Bose_Presentation
Neladri Bose
 
PDF
Crime Detection using Machine Learning
IRJET Journal
 
PDF
Human Activity Recognition System
IRJET Journal
 
PDF
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
PPTX
Smart classroom using arduino with internet of thing(io t)
ainaa aa
 
PPTX
IoT_Smart_People_Counter_Presentation.pptx
adityagohil9585
 
PPTX
ARDUINO BASED PATIENT HEALTH MONITORING SYSTEM USING SMART MIRROR.pptx
helptostudy2
 
PPTX
ARDUINO BASED PATIENT HEALTH MONITORING SYSTEM USING SMART MIRROR.pptx
helptostudy2
 
PDF
Intelligent Video Surveillance System using Deep Learning
IRJET Journal
 
PDF
IoT Based Human Activity Recognition and Classification Using Machine Learning
IRJET Journal
 
PDF
Influence of time and length size feature selections for human activity seque...
ISA Interchange
 
PDF
Analytical framework for optimized feature extraction for upgrading occupancy...
IJECEIAES
 
PDF
Wearable sensor-based human activity recognition with ensemble learning: a co...
IJECEIAES
 
PPTX
Classroom occupancy project
Mengdi Yue
 
DOCX
Formatted Paper_References added
Mark Kurtz
 
PDF
4. paper 10 nov 10, 2017 edit sat
IAESIJEECS
 
PDF
The Design of a Lighting System for Hong Kong International Airport APM Tunne...
AIRCC Publishing Corporation
 
ODVSML_Presentation
Shounak Mitra
 
Crowd Sensing Systems A Mini Review
ijtsrd
 
11 15020 ijeecs 1570306569 v2 human(edit)
nooriasukmaningtyas
 
Bose_Presentation
Neladri Bose
 
Crime Detection using Machine Learning
IRJET Journal
 
Human Activity Recognition System
IRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Smart classroom using arduino with internet of thing(io t)
ainaa aa
 
IoT_Smart_People_Counter_Presentation.pptx
adityagohil9585
 
ARDUINO BASED PATIENT HEALTH MONITORING SYSTEM USING SMART MIRROR.pptx
helptostudy2
 
ARDUINO BASED PATIENT HEALTH MONITORING SYSTEM USING SMART MIRROR.pptx
helptostudy2
 
Intelligent Video Surveillance System using Deep Learning
IRJET Journal
 
IoT Based Human Activity Recognition and Classification Using Machine Learning
IRJET Journal
 
Influence of time and length size feature selections for human activity seque...
ISA Interchange
 
Analytical framework for optimized feature extraction for upgrading occupancy...
IJECEIAES
 
Wearable sensor-based human activity recognition with ensemble learning: a co...
IJECEIAES
 
Classroom occupancy project
Mengdi Yue
 
Formatted Paper_References added
Mark Kurtz
 
4. paper 10 nov 10, 2017 edit sat
IAESIJEECS
 
The Design of a Lighting System for Hong Kong International Airport APM Tunne...
AIRCC Publishing Corporation
 
Ad

More from Tarik Reza Toha (20)

PPTX
DhakaNet: Unstructured Vehicle Detection using Limited Computational Resources
Tarik Reza Toha
 
PDF
An approach towards greening the digital display system
Tarik Reza Toha
 
PDF
Many-Objective Performance Enhancement in Computing Clusters
Tarik Reza Toha
 
PPTX
Exploiting a Synergy between Greedy Approach and NSGA for Scheduling in Compu...
Tarik Reza Toha
 
PPTX
Automatic Fabric Defect Detection with a Wide-And-Compact Network
Tarik Reza Toha
 
PPTX
Binarization of degraded document images based on hierarchical deep supervise...
Tarik Reza Toha
 
PPTX
Beyond Counting: Comparisons of Density Maps for Crowd Analysis Tasks—Countin...
Tarik Reza Toha
 
PPTX
BGPC: Energy-Efficient Parallel Computing Considering Both Computational and ...
Tarik Reza Toha
 
PPTX
Towards Simulating Non-lane Based Heterogeneous Road Traffic of Less Develope...
Tarik Reza Toha
 
PPTX
GMC: Greening MapReduce Clusters Considering both Computation Energy and Cool...
Tarik Reza Toha
 
PPTX
PNUTS: Yahoo!’s Hosted Data Serving Platform
Tarik Reza Toha
 
PPTX
Path shala
Tarik Reza Toha
 
PPTX
Towards Greening the Digital Display System
Tarik Reza Toha
 
PPTX
Workload-Based Prediction of CPU Temperature and Usage for Small-Scale Distri...
Tarik Reza Toha
 
PDF
Towards Making an Anonymous and One-Stop Online Reporting System for Third-Wo...
Tarik Reza Toha
 
PPTX
Sparse Mat: A Tale of Devising A Low-Cost Directional System for Pedestrian C...
Tarik Reza Toha
 
PPTX
Smart Mat: A Low Cost People Counting Solution
Tarik Reza Toha
 
PPTX
uReporter, an open public reporting system(SD)
Tarik Reza Toha
 
PPTX
uReporter, a social problem reporting system (ISD+DB)
Tarik Reza Toha
 
PDF
Euler trails and circuit
Tarik Reza Toha
 
DhakaNet: Unstructured Vehicle Detection using Limited Computational Resources
Tarik Reza Toha
 
An approach towards greening the digital display system
Tarik Reza Toha
 
Many-Objective Performance Enhancement in Computing Clusters
Tarik Reza Toha
 
Exploiting a Synergy between Greedy Approach and NSGA for Scheduling in Compu...
Tarik Reza Toha
 
Automatic Fabric Defect Detection with a Wide-And-Compact Network
Tarik Reza Toha
 
Binarization of degraded document images based on hierarchical deep supervise...
Tarik Reza Toha
 
Beyond Counting: Comparisons of Density Maps for Crowd Analysis Tasks—Countin...
Tarik Reza Toha
 
BGPC: Energy-Efficient Parallel Computing Considering Both Computational and ...
Tarik Reza Toha
 
Towards Simulating Non-lane Based Heterogeneous Road Traffic of Less Develope...
Tarik Reza Toha
 
GMC: Greening MapReduce Clusters Considering both Computation Energy and Cool...
Tarik Reza Toha
 
PNUTS: Yahoo!’s Hosted Data Serving Platform
Tarik Reza Toha
 
Path shala
Tarik Reza Toha
 
Towards Greening the Digital Display System
Tarik Reza Toha
 
Workload-Based Prediction of CPU Temperature and Usage for Small-Scale Distri...
Tarik Reza Toha
 
Towards Making an Anonymous and One-Stop Online Reporting System for Third-Wo...
Tarik Reza Toha
 
Sparse Mat: A Tale of Devising A Low-Cost Directional System for Pedestrian C...
Tarik Reza Toha
 
Smart Mat: A Low Cost People Counting Solution
Tarik Reza Toha
 
uReporter, an open public reporting system(SD)
Tarik Reza Toha
 
uReporter, a social problem reporting system (ISD+DB)
Tarik Reza Toha
 
Euler trails and circuit
Tarik Reza Toha
 

Recently uploaded (20)

PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PPTX
CDH. pptx
AneetaSharma15
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
PPTX
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
PPTX
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
PPTX
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PPTX
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PDF
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
PPTX
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
PPTX
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PPTX
How to Apply for a Job From Odoo 18 Website
Celine George
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
CDH. pptx
AneetaSharma15
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
How to Apply for a Job From Odoo 18 Website
Celine George
 

Predicting Human Count through Environmental Sensing in Closed Indoor Settings

  • 1. Predicting Human Count through Environmental Sensing in Closed Indoor Settings 1,3,5Department of Computer Science and Engineering 2Department of Electrical and Electronic Engineering 4Department of Civil Engineering Bangladesh University of Engineering and Technology, Dhaka, Bangladesh MobiQuitous 2018 New York City, United States Shamir Ahmed1, Uday Kamal2, Tarik Reza Toha3, Nafisa Islam4, and A. B. M. Alim Al Islam5
  • 2. Outline of This Presentation • Background and motivation • Our proposed solution – Proposed methodology – Experimentation – Result analysis • Conclusion and future work 2
  • 3. Background: Necessity of Human Count Detection 3 • Human count detection in a highly-secured closed indoor environment is crucial Bank vault Data centers Armory
  • 4. Existing Human Counting Techniques • Different alternatives – Image recognition – Infrared detectors • A common need, which in turn engenders a common limitations – Their visibility – Prone to intentional damage by the intruders 4
  • 5. • Human Tracking System Based on PIR Sensor Network and Video – Xiong et al., CWSN, 2014 – Yun et al., Sensors, 2014 • Human Sensing Using Visible Light Communication – Li et al., MobiCom, 2015 – Presents a new system named as LiSense that can produce real-time human skeleton reconstruction using Visible Light Communication (VLC) • An information technology enabled sustainability test-bed (ITEST) for occupancy detection through an environmental sensing network – Dong et al., Energy and Buildings, 2010 – Deploys a large-scale sensor network test-bed for occupancy detection in an open-plan office building – 73% occupancy using HMM Risk of being deactivated by an intruder due to its visibility Not for closed indoor settings and has low accuracy Existing Research Studies 5
  • 6. Our Contribution in This Paper We propose a secured and portable system for human counting in a closed indoor settings through environmental sensing 6
  • 7. Operational Block Diagram 7 Device design, development, and deployment Collect sensors data (CO, CO2, NO2, SO2, O3, LPG, Temp, and Hum) Extract environmental factors that are highly correlated with # of humans Correlation Matrix Predict human count using the classifiers’ Apply machine learning classifiers
  • 8. Device Development and Deployment 8 Side view Top view Room Size (ft2) Height (ft) Inside Objects Room-1 144 13 1 table, 1 fan, 2 desktops, and 1 almirah Room-2 480 13 1 table, 2 fans, 2 desktops, and 2 almirahs Room-3 600 13 10 tables, 6 fans, 2 air conditioners, 10 desktops, 1 black board, and 3 almirahs Different sensors
  • 9. Data Collection Using Our System EcoRadar 9
  • 10. Correlation Matrix over Collected Data 10 # of persons present Room-1 Room-2 Room-3 CO 0.055048157 -0.005210679 -0.0158348136 CO2 0.729852349 0.834239431 0.397657642 LPG 0.794281011 0.554863591 0.482805565 NO2 0.502596592 0.0617479 0.539176588 SO2 0.477913214 0.150283339 0.574382104 O3 0.390925688 1.12436E-14 0.019222169 Temperature 0.523004245 -0.171163302 0.477701747 Humidity 0.47247865824 0.540004312 0.049569851 Sensor height 0.0086828568 0.005152112 0.0062244213 High correlation co-efficient except for CO, 03, and height
  • 11. Regression Matrix over Collected Data 11 # of persons present Room-1 Room-2 Room-3 CO 0.009095953 0.935877271 0.858174808 CO2 0.00762742 0.009574814 0.144277498 LPG 9.23027E-50 3.1662E-157 0.001688016 NO2 0.161329277 0.000361105 0.176488419 SO2 7.05075E-08 0.030848214 0.001345993 O3 0.240391752 0.898772189 0.554918102 Temperature 1.78482E-05 0.000245526 0.046048966 Humidity 3.39572E-04 0.033262784 0.095357978 Sensor height 0.1086828568 0.639292914 0.3578353637 Low p-values except for CO, 03, and height
  • 12. Change in Gases vs # of Humans 12 CO2 vs # of humans present SO2 vs # of humans present Change in CO2 and SO2 due to human entrance or exit is sometimes visually understandable
  • 13. Change in Gases vs # of Humans (contd.) 13 LPG vs # of humans present NO2 vs # of humans present Change in LPG and NO2 due to human entrance or exit is NOT generally visually understandable
  • 14. Change in Environmental Parameters vs # of Humans 14 Humidity vs # of humans present Temperature vs # of humans present Change in humidity and temperature due to human entrance or exit is NOT generally visually understandable
  • 15. Application of Machine Learning Algorithms 15 Classifier Accuracy Room-1 Room-2 Room-3 SMO 91% 49% 48% HMM 9% 9% 8% Classifier Accuracy Room-1 Room-2 Room-3 IBK 99.9% 70.1% 69.2% Random Forest 99.9% 84.2% 85.9% J48 99.5% 83.7% 85.5% Bagging 99.5% 85.4% 85.4% REPTree 99.3% 86.7% 84.5% NaiveBayes 88.4% 53.1% 51.1% DecisionStump 88.1% 46.8% 46.6% Sequential Classifiers Non-Sequential Classifiers Non-sequential classifiers show higher accuracy
  • 16. A Potential Reason behind Bad Performance of Sequential Classifier: Noise in Data 16 Room-1 Room-2 Room-3
  • 17. Application of Machine Learning Algorithms on Data Sets Filtered using PCA 17 Classifier Accuracy Room-1 Room-2 Room-3 SMO 90% 49% 48% HMM 9% 10% 15% Classifier Accuracy Room-1 Room-2 Room-3 IBK 99.9% 70.1% 69.1% Random Forest 99.9% 83.8% 81.3% J48 99.5% 83.7% 83.2% Bagging 99.6% 85.4% 83.2% REPTree 99.2% 86.7% 80.9% NaiveBayes 89.6% 53.4% 52.1% DecisionStump 88.1% 47.1% 46.2% Sequential Classifiers Non Sequential Classifiers Accuracy for filtered data is roughly same to unfiltered data
  • 18. Real-Time Human Counter 18 Classifier Precision Recall IBK 0.990 0.990 Random Forest 0.991 0.991 J48 0.990 0.990 Bagging 0.990 0.990 REPTree 0.991 0.991 NaiveBayes 0.880 0.901 DecisionStump 0.783 0.885 Tradeoff between accuracy and energy through tuning uploading interval 37.5 seconds gives the best trade-off Accuracy is >99%
  • 19. Conclusion and Future Work • Human counting based on environmental sensing is little explored in the literature • We propose an ML-based human counting technique through environmental sensing in closed indoor settings – Accuracy is >99% – Can be hidden in a secured place, which can offer a great remedy to prevent any intrusion in a secured indoor space • Future work – Find other possible environmental factors that can influence the human presence – Explore counting human presence in outdoor environment based on environmental parameters 19
  • 21. Existing Research Studies • Human Tracking System Based on PIR Sensor Network and Video – Xiong et al., CWSN, 2014 – Presents a tracking algorithm based on pyroelectric sensor network and video analysis technologies to detect and locate the human target motion precisely • Human Movement Detection and Identification Using Pyroelectric Infrared Sensors – Yun et al., Sensors, 2014 – Uses a set of PIR sensors to present an empirical study of human movement detection and identification 21 Existing sensors-based systems suffers from a risk of being deactivated by an intruder due to its visibility
  • 22. Existing Human Counting Techniques (contd.) • Human Sensing Using Visible Light Communication – Li et al., MobiCom, 2015 – Presents a new system named as LiSense that can produce real-time human skeleton reconstruction using Visible Light Communication (VLC) • An information technology enabled sustainability test-bed (ITEST) for occupancy detection through an environmental sensing network – Dong et al., Energy and Buildings, 2010 – Describes a large-scale wireless and wired environmental sensor network test-bed and its application to occupancy detection in an open-plan office building 22 Existing sensors-based systems cannot be used in highly secured places as they can be damaged by the intruder

Editor's Notes

  • #6: Presents a tracking algorithm based on pyroelectric sensor network and video analysis technologies to detect and locate the human target motion precisely  CO2, carbon-monoxide (CO), total volatile organic compounds (TVOC), small particulates (PM2.5), acoustics, illumination, motion, temperature, and humidity. – Deals with uncertainty in open spaces
  • #7: We propose a secured human counting technique through sensing four environmental gaseous parameters (CO2, LPG, NO2, and SO2) and two weather parameters (temperature and humidity) in a closed indoor settings
  • #10: Data collection period????
  • #16: Sequential minimal optimization (SMO)
  • #19: Data collection interval???