SlideShare una empresa de Scribd logo
1 de 29
1
BalloonNet : A Deploying Method for
a Three-Dimensional Wireless Network
Surrounding a Building
Shinya Matsuo(1 Weihua Sun(2 Naoki Shibata(1
Tomoya Kitani(3 Minoru Ito(1
(1 -- Nara Institute of Science and Technology
(2 -- Osaka University
(3 -- Shizuoka University
2
Outline
• Research Background
• Related Research
• Problem Formulation
• Radio Propagation Model
• Proposed Method
• Simulation and Real Experiment
• Conclusion
3
Research Background
• Large Scale disasters occurs frequently
– Earthquake, Tsunami, Extreme Weather
• Advanced Health and Disaster Aid Network
– Electric Triage System
– Wireless network is necessary
– Restoration of Communications infrastructure is an urgent task
• Ad-hoc networks are attracting attention
– Building a wireless network using only network nodes without a
base station
[1]Tia Gao, Dan Greenspan, Matt Welsh, Radford R. Juang,Alex Alm, “Vital Signs Monitoring and
Patient Tracking Over a Wireless Network”, the 27th Annual International Conference of the
IEEE EMBS, Shanghai, Sep 2005.
4
Related Research (Sensor Deployment)
• Bread Crumb [2]
– Network nodes are deployed one by one at equidistant
intervals inside a building
– Add nodes until the coverage requirement is met
• Problems
– Need many network nodes
– Deployment cost
[2] M.Souryal, J. Geissbuehler, L. Miller, N. Moayeri, “RealTime Deployment of Multihop Relays
for Range Extension”, the 5th International Conference on Mobile Systems, Application and
Services, 2007, pp.85-98.
5
Related Research (System in Air)
• Launch network nodes and antennas using balloons in the sky[4]
– Balloons are launched at intervals of several kilometers
– Provide wide range coverage
– Additional functions available
• video cameras, atmosphere sensors
• Problems
– Specialized devices
– Enormous time for installation
– Cannot cover the inside of building
[4] Yoshitaka Shibata, Yosuke Sato, Naoki Ogasawara, Go Chiba, ”Ballooned Wireless Mesh Network for Emergency
Information System”, Advanced Information Networking and Applications Workshops,2008 AINAW
6
Purpose of Our Research
Idea
• Launch network nodes to balloons
• Surrounding the target building
– Easy to install and adjust the balloons
– Wide radio coverage
• Covers multiple floors through windows
• Consider the deployment algorithm
– Minimize the number of network nodes
Purpose
A few nodes
Small deployment cost
7
Outline
• Research Background
• Related Research
• Problem Formulation
• Radio Propagation Model
• Proposed Method
• Simulation and Real Experiment
• Conclusion
8
Assumptions
• Balloon
– Moored by strings from 3 ground points
• Network nodes
– Battery-powered ad-hoc router
• Building is shown by a set of cubic cells
– A unique ID that corresponds to its position
– Has attribute of material
– Cell is the smallest unit of coverage
• Radio attenuation can be predicted by
propagation model
– If the received signal strength (RSS)≧T
then communication is available
Node
-50dBmPossible
-90dBm
Impossible
If T=-80dBm
9
Problem Formulation
• Input
– Floor plans of the target building
– Locations where balloons can be placed
– Radio propagation prediction model
– Requirement of number/ratio of coverage
• Output
– Location and the number of network nodes
• Objective
– Minimize the number of network nodes
10
Constraints of Deploying
• K-Coverage
– The target field must be covered by no less than k nodes’ radio
• Improve the network stability and Provide additional functions
– Ex: Positioning
1-Coverage 2-Coverage
Node
11
Outline
• Research Background
• Related Research
• Problem Formulation
• Radio Propagation Model
• Proposed Method
• Simulation and Real Experiment
• Conclusion
12
Radio Propagation Model
• Existing radio attenuation model
– ITU[5], COST 231[6]
– Most are Outdoor-to-Outdoor, Indoor-to-Indoor
– Few of Outdoor-to-Indoor model
• Existing Outdoor-to-Indoor model
– The error is too big to fit to the survey data
• We constructed an original radio propagation model
– Based on survey data
[5] ”Propagation data and prediction methods for the planning of indoor radio communication systems and the radio
local area networks in the frequency range 900MHz to 100 GHz”, ITU-R Recommendations, Geneva, 2001
[6] J.E.Berg,”4.6 building penetration in Digital Mobile Radio Toward Future Generation Systems,” COST Telecom
Secretariat, Commission of the European Communities, Brussels, Belgium, pp. 167-174, COST231 Final Rep., 1999. sec.
4.6
13
Para. of Attenuation Prediction Model
• Parameters
– d1 : The shortest distance
– d2 : The detour distance
– Oi : The number of obstacles
• ρ: Attenuation of obstacles
– Outer wall
– Inner wall
– Floor/Ceiling
Node
Survey Spot
d1
d2
Inner walls: 2
Outer walls: 3
14
Overview of Measurement
• Place:
– Information science graduate school, NAIST, Japan
• Network nodes is placed outside
• Measure RSS at multiple spots in the building
– Staff holds a laptop PC to measure RSS
– Towards to node, stops for 15 seconds, uses the average value
– Measurement was performed on multiple floors
• Band: 2.4GHz
• About 150 results
15
Fitting through Measured Result
• We received the bellowing attenuation model
• Compared with Okamoto model [7][8]
Obstacles Coefficient
Outer wall:-6.44, Inner wall: -0.72, Floor:-3.41 [dBm/each]
[7] Hideaki Okamoto, Koshiro Kitao and Shinichi Ichitsubo, “Outdoor-to-Indoor Propagation Loss Prediction in 800-MHz
to 8-GHz Band for an Urban Area”, IEEE TRANSACTION ON VEHICULAR TECHNOLOGY, vol.58, No.3, pp.1059-1067,
Mar. 2009.
[8] K. Kitao and S. Ichitsubo, “Path loss prediction formula for microcell in 400MHz to 8GHz band”, Electronics Letters,
vol. 40, no. 11, pp.685-687,May. 2004.
16
Error Comparison (vs. Okamoto)
• The proposed model
– When d1=d2
• Error in Okamoto model
grows larger over distance
Ave. Error [dBm] Standard Deviation
Proposed model 4.06 3.51
Okamoto model 13.27 10.07
17
Outline
• Research Background
• Related Research
• Problem Formulation
• Radio Propagation Model
• Proposed Method
• Simulation and Real Experiment
• Conclusion
18
Approach of K-Coverage
• Calculate RSS using the
proposed model
• If RSS ≧ T then 1, else 0 AP
Cell’s RSS Higher than T
・・・0 0 0 1 1
AP
・・・1 1 1 1 0
+
・・・1 1 1 2 1
||
19
Mechanism of Calculation
• 3D nodes deployment is a NP-hard class problem
– We use a heuristic method based on genetic algorithm
Search by GA
Create a new solution
N-1 based on the received
solution set
Finish
No solution
Found solutions
satisfied all
constraints
Use new
solution N-1 as
next initial
solution
Create an Initial solution N for
the number of network nodes
20
Details of Genetic Algorithm
• Encoding
– Chromosome (A solution candidate):
• a vector including 3 integers representing coordinates of a node
– Population (A list of chromosomes)
• Evaluate function
– K-coverage rate
• Finish
– If the evaluation score is not updated for 10 generations
21
Outline
• Research Background
• Related Research
• Problem Formulation
• Radio Propagation Model
• Proposed Method
• Simulation and Real Experiment
• Conclusion
22
Simulation Configuration
• Simulation input
– Building 1F-7F of Graduate school of Information Science,
NAIST
• Size of a cell
– Width: 0.96m
• Radio Strength threshold T= -86 [dBm]
• Required number of coverage: k= 1--3
• Required Ratio of k-coverage: 85--95%
23
Benchmark Methods
• Repetitive Random Search (RS)
– Repetitively and randomly search better deployment plan
• Local Search (LS)
– Randomly create an initial solution
– Repetitively run local search based on the initial solution
• Bread Crumb (BC)
– The first one is set to the entrance of building
– Then set other nodes by same interval
– If the coverage does not meet requirement, then add node
– All nodes are set in the building
• Run above methods by same time to the proposed method
• Compared the average results of 50 trials
24
Simulation Results (k=1,3)
• The proposed method used fewer nodes
• Reduced nodes up to 50%
k=1 k=3
3.1 3.7
4.24.3
5.1
7.1
4.1
5.1
7.8
15 15
16
0
2
4
6
8
10
12
14
16
18
85 90 95
NumberofNodes
coverage[%]
Proposed method
Local Search
RS
BreadCrumb
10.1 11.6
13.9
16.8
19.8
24.3
11.9
19.1
25.2
45
48
52
0
10
20
30
40
50
60
85 90 95
NumberofNodes
coverage[%]
Proposed method
Local Search
RS
BreadCrumb
25
Real Experiments
• We conducted a real world experiment to investigate
the result of simulation
– Used the solution from simulation
– Measured radio attenuation
• We measured more than 300 spots on 1F-2F of the
target building
• Deployment requirement
– 1-cover, node number 3, coverage rate 92.6%
26
Experiment Result
• Average error: 11.08[dBm]
• Coverage rate: 86.6% (error 6%)
1F 2F
Building A
Building B
Building A
Building B
×
××
27
Indoor Positioning based on RSS
• We conducted a range-based positioning trial by a 3-coverage
deployment
• Measure RSSs from the 3 nodes
• Use the proposed propagation
model to estimate the position
• Conducted for 70 spots
• Average error 3.86[m]
– The accuracy is enough to detect the target in which room
28
Conclusion
• We proposed an efficient deploying method to install
network nodes surrounding buildings in disaster area
– Proposed an original radio attenuation model
– Used a heuristic algorithm based on GA
• Future work
– Improve the algorithm to reduce computing complexity
– Improve the propagation model to apply to general
environment
29
Shinya Matsuo, Weihua Sun, Naoki Shibata,
Tomoya Kitani and Minoru Ito : "BalloonNet: A
Deploying Method for a Three-Dimensional
Wireless Network Surrounding a Building," in
Proc. of the Eighth International Conference on
Broadband and Wireless Computing,
Communication and Applications (BWCCA-2013),
pp.120-127.
DOI:10.1109/BWCCA.2013.28, [ PDF ]

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

PVANet - PR033
PVANet - PR033PVANet - PR033
PVANet - PR033
 
Invertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise RemovalInvertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise Removal
 
Location estimation in zig bee network based on fingerprinting
Location estimation in zig bee network based on fingerprintingLocation estimation in zig bee network based on fingerprinting
Location estimation in zig bee network based on fingerprinting
 
Hybrid Filter Scheme for Optimizing Indoor Mobile Cooperative Tracking System
Hybrid Filter Scheme for Optimizing Indoor Mobile Cooperative Tracking SystemHybrid Filter Scheme for Optimizing Indoor Mobile Cooperative Tracking System
Hybrid Filter Scheme for Optimizing Indoor Mobile Cooperative Tracking System
 
Computer Networks Lab
Computer Networks LabComputer Networks Lab
Computer Networks Lab
 
PR-187 : MorphNet: Fast & Simple Resource-Constrained Structure Learning of D...
PR-187 : MorphNet: Fast & Simple Resource-Constrained Structure Learning of D...PR-187 : MorphNet: Fast & Simple Resource-Constrained Structure Learning of D...
PR-187 : MorphNet: Fast & Simple Resource-Constrained Structure Learning of D...
 
Going Smart and Deep on Materials at ALCF
Going Smart and Deep on Materials at ALCFGoing Smart and Deep on Materials at ALCF
Going Smart and Deep on Materials at ALCF
 
Omid Badretale Low-Dose CT noise reduction
Omid Badretale Low-Dose CT noise reductionOmid Badretale Low-Dose CT noise reduction
Omid Badretale Low-Dose CT noise reduction
 
Learning From a Few Large-Scale Partial Examples: Computational Tools, Regul...
Learning From a Few Large-Scale Partial Examples:  Computational Tools, Regul...Learning From a Few Large-Scale Partial Examples:  Computational Tools, Regul...
Learning From a Few Large-Scale Partial Examples: Computational Tools, Regul...
 
Exploring Randomly Wired Neural Networks for Image Recognition
Exploring Randomly Wired Neural Networks for Image RecognitionExploring Randomly Wired Neural Networks for Image Recognition
Exploring Randomly Wired Neural Networks for Image Recognition
 
Revisiting Sensor MAC for Periodic Monitoring: Why Should Transmitters Be Ear...
Revisiting Sensor MAC for Periodic Monitoring: Why Should Transmitters Be Ear...Revisiting Sensor MAC for Periodic Monitoring: Why Should Transmitters Be Ear...
Revisiting Sensor MAC for Periodic Monitoring: Why Should Transmitters Be Ear...
 
Quick look over D4D Dataset
Quick look over D4D DatasetQuick look over D4D Dataset
Quick look over D4D Dataset
 
PR-155: Exploring Randomly Wired Neural Networks for Image Recognition
PR-155: Exploring Randomly Wired Neural Networks for Image RecognitionPR-155: Exploring Randomly Wired Neural Networks for Image Recognition
PR-155: Exploring Randomly Wired Neural Networks for Image Recognition
 
PR-231: A Simple Framework for Contrastive Learning of Visual Representations
PR-231: A Simple Framework for Contrastive Learning of Visual RepresentationsPR-231: A Simple Framework for Contrastive Learning of Visual Representations
PR-231: A Simple Framework for Contrastive Learning of Visual Representations
 
Efficient Neural Architecture Search via Parameter Sharing
Efficient Neural Architecture Search via Parameter SharingEfficient Neural Architecture Search via Parameter Sharing
Efficient Neural Architecture Search via Parameter Sharing
 
End-to-End Object Detection with Transformers
End-to-End Object Detection with TransformersEnd-to-End Object Detection with Transformers
End-to-End Object Detection with Transformers
 
PR-169: EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks
PR-169: EfficientNet: Rethinking Model Scaling for Convolutional Neural NetworksPR-169: EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks
PR-169: EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...
 
ShuffleNet - PR054
ShuffleNet - PR054ShuffleNet - PR054
ShuffleNet - PR054
 
Faster R-CNN - PR012
Faster R-CNN - PR012Faster R-CNN - PR012
Faster R-CNN - PR012
 

Similar a BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surrounding a Building

The ACTION Project: Applications Coordinate with Transport, IP and Optical Ne...
The ACTION Project: Applications Coordinate with Transport, IP and Optical Ne...The ACTION Project: Applications Coordinate with Transport, IP and Optical Ne...
The ACTION Project: Applications Coordinate with Transport, IP and Optical Ne...
CPqD
 
Convolutional Neural Networks
Convolutional Neural NetworksConvolutional Neural Networks
Convolutional Neural Networks
milad abbasi
 
ATC2017_5G-Antenna-Design-and-Network-Planning_Jaehoon-Kim.pdf
ATC2017_5G-Antenna-Design-and-Network-Planning_Jaehoon-Kim.pdfATC2017_5G-Antenna-Design-and-Network-Planning_Jaehoon-Kim.pdf
ATC2017_5G-Antenna-Design-and-Network-Planning_Jaehoon-Kim.pdf
sajidsaeed99
 
Once-for-All: Train One Network and Specialize it for Efficient Deployment
 Once-for-All: Train One Network and Specialize it for Efficient Deployment Once-for-All: Train One Network and Specialize it for Efficient Deployment
Once-for-All: Train One Network and Specialize it for Efficient Deployment
taeseon ryu
 
Distributed compressive sampling for lifetime
Distributed compressive sampling for lifetimeDistributed compressive sampling for lifetime
Distributed compressive sampling for lifetime
topssy
 

Similar a BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surrounding a Building (20)

The ACTION Project: Applications Coordinate with Transport, IP and Optical Ne...
The ACTION Project: Applications Coordinate with Transport, IP and Optical Ne...The ACTION Project: Applications Coordinate with Transport, IP and Optical Ne...
The ACTION Project: Applications Coordinate with Transport, IP and Optical Ne...
 
MU- mimo [autosaved]
MU- mimo [autosaved]MU- mimo [autosaved]
MU- mimo [autosaved]
 
In Building Solution
In Building SolutionIn Building Solution
In Building Solution
 
Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)
 
Cnn
CnnCnn
Cnn
 
Convolutional Neural Networks
Convolutional Neural NetworksConvolutional Neural Networks
Convolutional Neural Networks
 
Machine Learning Techniques for the Smart Grid – Modeling of Solar Energy usi...
Machine Learning Techniques for the Smart Grid – Modeling of Solar Energy usi...Machine Learning Techniques for the Smart Grid – Modeling of Solar Energy usi...
Machine Learning Techniques for the Smart Grid – Modeling of Solar Energy usi...
 
Wireless sensor network survey
Wireless sensor network surveyWireless sensor network survey
Wireless sensor network survey
 
Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...
Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...
Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...
 
maaaasss
maaaasssmaaaasss
maaaasss
 
ATC2017_5G-Antenna-Design-and-Network-Planning_Jaehoon-Kim.pdf
ATC2017_5G-Antenna-Design-and-Network-Planning_Jaehoon-Kim.pdfATC2017_5G-Antenna-Design-and-Network-Planning_Jaehoon-Kim.pdf
ATC2017_5G-Antenna-Design-and-Network-Planning_Jaehoon-Kim.pdf
 
Once-for-All: Train One Network and Specialize it for Efficient Deployment
 Once-for-All: Train One Network and Specialize it for Efficient Deployment Once-for-All: Train One Network and Specialize it for Efficient Deployment
Once-for-All: Train One Network and Specialize it for Efficient Deployment
 
An Ant colony optimization algorithm to solve the broken link problem in wire...
An Ant colony optimization algorithm to solve the broken link problem in wire...An Ant colony optimization algorithm to solve the broken link problem in wire...
An Ant colony optimization algorithm to solve the broken link problem in wire...
 
Analysis and reactive measures on the blackhole attack
Analysis and reactive measures on the blackhole attackAnalysis and reactive measures on the blackhole attack
Analysis and reactive measures on the blackhole attack
 
3G Radio Network Planning
3G Radio Network Planning3G Radio Network Planning
3G Radio Network Planning
 
Wireless sensor network and tree topology network using BLE
Wireless sensor network and tree topology network using BLE Wireless sensor network and tree topology network using BLE
Wireless sensor network and tree topology network using BLE
 
Antennas Design and Packaging for Millimeter-Wave Phased-Array Transceivers...
Antennas Design and Packaging for  Millimeter-Wave Phased-Array  Transceivers...Antennas Design and Packaging for  Millimeter-Wave Phased-Array  Transceivers...
Antennas Design and Packaging for Millimeter-Wave Phased-Array Transceivers...
 
Distributed compressive sampling for lifetime
Distributed compressive sampling for lifetimeDistributed compressive sampling for lifetime
Distributed compressive sampling for lifetime
 
Free space optical communication
Free space optical communicationFree space optical communication
Free space optical communication
 
Free space optics
Free space opticsFree space optics
Free space optics
 

Más de Naoki Shibata

(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
Naoki Shibata
 
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
Naoki Shibata
 
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
Naoki Shibata
 
(Paper) Task scheduling algorithm for multicore processor system for minimiz...
 (Paper) Task scheduling algorithm for multicore processor system for minimiz... (Paper) Task scheduling algorithm for multicore processor system for minimiz...
(Paper) Task scheduling algorithm for multicore processor system for minimiz...
Naoki Shibata
 
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
Naoki Shibata
 

Más de Naoki Shibata (20)

Circular barcode design resistant to linear motion blur (preliminary slides)
Circular barcode design resistant to linear motion blur (preliminary slides)Circular barcode design resistant to linear motion blur (preliminary slides)
Circular barcode design resistant to linear motion blur (preliminary slides)
 
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
 
Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...
Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...
Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...
 
(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...
(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...
(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...
 
An Endorsement Based Mobile Payment System for A Disaster Area
An Endorsement Based Mobile Payment System for A Disaster AreaAn Endorsement Based Mobile Payment System for A Disaster Area
An Endorsement Based Mobile Payment System for A Disaster Area
 
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
 
Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...
Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...
Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...
 
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial MarkersGPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
 
(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...
(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...
(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...
 
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
 
(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...
(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...
(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...
 
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
 
(Paper) Self adaptive island GA
(Paper) Self adaptive island GA(Paper) Self adaptive island GA
(Paper) Self adaptive island GA
 
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
 
(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs
(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs
(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs
 
(Paper) Task scheduling algorithm for multicore processor system for minimiz...
 (Paper) Task scheduling algorithm for multicore processor system for minimiz... (Paper) Task scheduling algorithm for multicore processor system for minimiz...
(Paper) Task scheduling algorithm for multicore processor system for minimiz...
 
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
 
(Slides) A Technique for Information Sharing using Inter-Vehicle Communicatio...
(Slides) A Technique for Information Sharing using Inter-Vehicle Communicatio...(Slides) A Technique for Information Sharing using Inter-Vehicle Communicatio...
(Slides) A Technique for Information Sharing using Inter-Vehicle Communicatio...
 
(Slides) A Personal Navigation System with a Schedule Planning Facility Based...
(Slides) A Personal Navigation System with a Schedule Planning Facility Based...(Slides) A Personal Navigation System with a Schedule Planning Facility Based...
(Slides) A Personal Navigation System with a Schedule Planning Facility Based...
 
(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...
(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...
(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...
 

Último

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Último (20)

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surrounding a Building

  • 1. 1 BalloonNet : A Deploying Method for a Three-Dimensional Wireless Network Surrounding a Building Shinya Matsuo(1 Weihua Sun(2 Naoki Shibata(1 Tomoya Kitani(3 Minoru Ito(1 (1 -- Nara Institute of Science and Technology (2 -- Osaka University (3 -- Shizuoka University
  • 2. 2 Outline • Research Background • Related Research • Problem Formulation • Radio Propagation Model • Proposed Method • Simulation and Real Experiment • Conclusion
  • 3. 3 Research Background • Large Scale disasters occurs frequently – Earthquake, Tsunami, Extreme Weather • Advanced Health and Disaster Aid Network – Electric Triage System – Wireless network is necessary – Restoration of Communications infrastructure is an urgent task • Ad-hoc networks are attracting attention – Building a wireless network using only network nodes without a base station [1]Tia Gao, Dan Greenspan, Matt Welsh, Radford R. Juang,Alex Alm, “Vital Signs Monitoring and Patient Tracking Over a Wireless Network”, the 27th Annual International Conference of the IEEE EMBS, Shanghai, Sep 2005.
  • 4. 4 Related Research (Sensor Deployment) • Bread Crumb [2] – Network nodes are deployed one by one at equidistant intervals inside a building – Add nodes until the coverage requirement is met • Problems – Need many network nodes – Deployment cost [2] M.Souryal, J. Geissbuehler, L. Miller, N. Moayeri, “RealTime Deployment of Multihop Relays for Range Extension”, the 5th International Conference on Mobile Systems, Application and Services, 2007, pp.85-98.
  • 5. 5 Related Research (System in Air) • Launch network nodes and antennas using balloons in the sky[4] – Balloons are launched at intervals of several kilometers – Provide wide range coverage – Additional functions available • video cameras, atmosphere sensors • Problems – Specialized devices – Enormous time for installation – Cannot cover the inside of building [4] Yoshitaka Shibata, Yosuke Sato, Naoki Ogasawara, Go Chiba, ”Ballooned Wireless Mesh Network for Emergency Information System”, Advanced Information Networking and Applications Workshops,2008 AINAW
  • 6. 6 Purpose of Our Research Idea • Launch network nodes to balloons • Surrounding the target building – Easy to install and adjust the balloons – Wide radio coverage • Covers multiple floors through windows • Consider the deployment algorithm – Minimize the number of network nodes Purpose A few nodes Small deployment cost
  • 7. 7 Outline • Research Background • Related Research • Problem Formulation • Radio Propagation Model • Proposed Method • Simulation and Real Experiment • Conclusion
  • 8. 8 Assumptions • Balloon – Moored by strings from 3 ground points • Network nodes – Battery-powered ad-hoc router • Building is shown by a set of cubic cells – A unique ID that corresponds to its position – Has attribute of material – Cell is the smallest unit of coverage • Radio attenuation can be predicted by propagation model – If the received signal strength (RSS)≧T then communication is available Node -50dBmPossible -90dBm Impossible If T=-80dBm
  • 9. 9 Problem Formulation • Input – Floor plans of the target building – Locations where balloons can be placed – Radio propagation prediction model – Requirement of number/ratio of coverage • Output – Location and the number of network nodes • Objective – Minimize the number of network nodes
  • 10. 10 Constraints of Deploying • K-Coverage – The target field must be covered by no less than k nodes’ radio • Improve the network stability and Provide additional functions – Ex: Positioning 1-Coverage 2-Coverage Node
  • 11. 11 Outline • Research Background • Related Research • Problem Formulation • Radio Propagation Model • Proposed Method • Simulation and Real Experiment • Conclusion
  • 12. 12 Radio Propagation Model • Existing radio attenuation model – ITU[5], COST 231[6] – Most are Outdoor-to-Outdoor, Indoor-to-Indoor – Few of Outdoor-to-Indoor model • Existing Outdoor-to-Indoor model – The error is too big to fit to the survey data • We constructed an original radio propagation model – Based on survey data [5] ”Propagation data and prediction methods for the planning of indoor radio communication systems and the radio local area networks in the frequency range 900MHz to 100 GHz”, ITU-R Recommendations, Geneva, 2001 [6] J.E.Berg,”4.6 building penetration in Digital Mobile Radio Toward Future Generation Systems,” COST Telecom Secretariat, Commission of the European Communities, Brussels, Belgium, pp. 167-174, COST231 Final Rep., 1999. sec. 4.6
  • 13. 13 Para. of Attenuation Prediction Model • Parameters – d1 : The shortest distance – d2 : The detour distance – Oi : The number of obstacles • ρ: Attenuation of obstacles – Outer wall – Inner wall – Floor/Ceiling Node Survey Spot d1 d2 Inner walls: 2 Outer walls: 3
  • 14. 14 Overview of Measurement • Place: – Information science graduate school, NAIST, Japan • Network nodes is placed outside • Measure RSS at multiple spots in the building – Staff holds a laptop PC to measure RSS – Towards to node, stops for 15 seconds, uses the average value – Measurement was performed on multiple floors • Band: 2.4GHz • About 150 results
  • 15. 15 Fitting through Measured Result • We received the bellowing attenuation model • Compared with Okamoto model [7][8] Obstacles Coefficient Outer wall:-6.44, Inner wall: -0.72, Floor:-3.41 [dBm/each] [7] Hideaki Okamoto, Koshiro Kitao and Shinichi Ichitsubo, “Outdoor-to-Indoor Propagation Loss Prediction in 800-MHz to 8-GHz Band for an Urban Area”, IEEE TRANSACTION ON VEHICULAR TECHNOLOGY, vol.58, No.3, pp.1059-1067, Mar. 2009. [8] K. Kitao and S. Ichitsubo, “Path loss prediction formula for microcell in 400MHz to 8GHz band”, Electronics Letters, vol. 40, no. 11, pp.685-687,May. 2004.
  • 16. 16 Error Comparison (vs. Okamoto) • The proposed model – When d1=d2 • Error in Okamoto model grows larger over distance Ave. Error [dBm] Standard Deviation Proposed model 4.06 3.51 Okamoto model 13.27 10.07
  • 17. 17 Outline • Research Background • Related Research • Problem Formulation • Radio Propagation Model • Proposed Method • Simulation and Real Experiment • Conclusion
  • 18. 18 Approach of K-Coverage • Calculate RSS using the proposed model • If RSS ≧ T then 1, else 0 AP Cell’s RSS Higher than T ・・・0 0 0 1 1 AP ・・・1 1 1 1 0 + ・・・1 1 1 2 1 ||
  • 19. 19 Mechanism of Calculation • 3D nodes deployment is a NP-hard class problem – We use a heuristic method based on genetic algorithm Search by GA Create a new solution N-1 based on the received solution set Finish No solution Found solutions satisfied all constraints Use new solution N-1 as next initial solution Create an Initial solution N for the number of network nodes
  • 20. 20 Details of Genetic Algorithm • Encoding – Chromosome (A solution candidate): • a vector including 3 integers representing coordinates of a node – Population (A list of chromosomes) • Evaluate function – K-coverage rate • Finish – If the evaluation score is not updated for 10 generations
  • 21. 21 Outline • Research Background • Related Research • Problem Formulation • Radio Propagation Model • Proposed Method • Simulation and Real Experiment • Conclusion
  • 22. 22 Simulation Configuration • Simulation input – Building 1F-7F of Graduate school of Information Science, NAIST • Size of a cell – Width: 0.96m • Radio Strength threshold T= -86 [dBm] • Required number of coverage: k= 1--3 • Required Ratio of k-coverage: 85--95%
  • 23. 23 Benchmark Methods • Repetitive Random Search (RS) – Repetitively and randomly search better deployment plan • Local Search (LS) – Randomly create an initial solution – Repetitively run local search based on the initial solution • Bread Crumb (BC) – The first one is set to the entrance of building – Then set other nodes by same interval – If the coverage does not meet requirement, then add node – All nodes are set in the building • Run above methods by same time to the proposed method • Compared the average results of 50 trials
  • 24. 24 Simulation Results (k=1,3) • The proposed method used fewer nodes • Reduced nodes up to 50% k=1 k=3 3.1 3.7 4.24.3 5.1 7.1 4.1 5.1 7.8 15 15 16 0 2 4 6 8 10 12 14 16 18 85 90 95 NumberofNodes coverage[%] Proposed method Local Search RS BreadCrumb 10.1 11.6 13.9 16.8 19.8 24.3 11.9 19.1 25.2 45 48 52 0 10 20 30 40 50 60 85 90 95 NumberofNodes coverage[%] Proposed method Local Search RS BreadCrumb
  • 25. 25 Real Experiments • We conducted a real world experiment to investigate the result of simulation – Used the solution from simulation – Measured radio attenuation • We measured more than 300 spots on 1F-2F of the target building • Deployment requirement – 1-cover, node number 3, coverage rate 92.6%
  • 26. 26 Experiment Result • Average error: 11.08[dBm] • Coverage rate: 86.6% (error 6%) 1F 2F Building A Building B Building A Building B × ××
  • 27. 27 Indoor Positioning based on RSS • We conducted a range-based positioning trial by a 3-coverage deployment • Measure RSSs from the 3 nodes • Use the proposed propagation model to estimate the position • Conducted for 70 spots • Average error 3.86[m] – The accuracy is enough to detect the target in which room
  • 28. 28 Conclusion • We proposed an efficient deploying method to install network nodes surrounding buildings in disaster area – Proposed an original radio attenuation model – Used a heuristic algorithm based on GA • Future work – Improve the algorithm to reduce computing complexity – Improve the propagation model to apply to general environment
  • 29. 29 Shinya Matsuo, Weihua Sun, Naoki Shibata, Tomoya Kitani and Minoru Ito : "BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surrounding a Building," in Proc. of the Eighth International Conference on Broadband and Wireless Computing, Communication and Applications (BWCCA-2013), pp.120-127. DOI:10.1109/BWCCA.2013.28, [ PDF ]

Notas del editor

  1. 研究の背景に、大規模な自然災害によって通信インフラが破壊されそれによって救助活動や復興作業,市民の生活に大きな影響を与えることが問題になっています。 特に一刻を争う救命活動では非常に大きい影響を受けます。 救助活動を効率よく行うシステムとして電子トリアージタグを用いた救助システムが提案されています。 これは傷病者のバイタルサインを集中的に管理して手当を行なっていくというものですが、無線ネットワークが使えることが前提となっています。 このことからも被災地での通信インフラの復旧は急務の1つとなっています。 被災地での通信インフラを構築するための手段としてアドホックネットワーク技術が注目を集めており、盛んに研究が行われています。
  2. 被災地に通信インフラを提供するシステムとして次の2つの研究が挙げられます。 これらは2つとも気球を使ったものとなっており、 特徴として広範囲にネットワーク機能を提供でき、 かつネットワークノード以外の機器が積めるため映像配信など様々な機能の提供が可能であるという点があります。 問題点としては準備が困難であること、設置の迅速性に欠けることなどが挙げられます。
  3. 本研究では建物外に配置を行うネットワークシステムを提案し、その通信ノード配置手法について取り組みます。 配置はノード数の最小化を目的とし電波の減衰を考慮したものとします。 アイデアとして風船にノードを搭載し、建物外に配置するものとします。 これは設置や位置の調整を容易にすることと見通しが広くなることを目的としたものです。 また、建物外に配置することで厚い天井を避けて高さ方向に伝播距離を長くとることができるようになります。
  4. 先に文字を全部呼んでからアニメーション
  5. 位置推定のためにこの制約を用いることを強調する ----- Meeting Notes (12/09/20 18:22) ----- 単にネットワークを提供するのではなく色々な要素を付加する
  6. 多くの減衰モデルが研究されていますが、 ----- Meeting Notes (12/09/20 18:22) ----- 実測データと差があったので作った
  7. そこで本研究では奈良先端大におけるサイトサーベイ時の実測データをもとに 独自にモデルの定式化を行いました。 調査方法はAir Magnetを使ったパッシブサーベイ
  8. 赤は提案するモデルで緑が既存研究のモデル
  9. これらの仮定を踏まえた上でこの問題にどのように取り組んでいくか説明します。
  10. 探索空間が大きく実用的な時間で最適解を求めることは不可能 遺伝的アルゴリズム(GA)をベースとした配置位置の探索
  11. パンくず法:30m,25m,20m
  12. 左は1階、右は2階 ×はネットワークノードを配置した場所 各色はシミュレーションで得られた電波強度と実験により得られた電波強度の差の絶対値を示す 一部誤差が大きい場所が存在するため平均が大きくなっているが、ほとんどの場所において誤差は10dBm程度である カバー率も6%の誤差であり概ねシミュレーションと一致しているといえる