SlideShare a Scribd company logo
Capacitated Kinetic Clustering in
Mobile Networks by Optimal
Transportation Theory
Chien-Chun Ni
Zhengyu Su, Jie Gao, Xianfeng David Gu
Computer Science, Stony Brook University
1
A Simple Case: Assign Terminal to BS
2
+ Energy Efficient
3
+BS Station Capacity
4
+BS Station Capacity
5
+BS Station Capacity
6
Drop Signal
Congestion
…
+BS Station Capacity (reassign)
7
+Terminal Usage
8
+Mobility
9
Capacitated Kinetic Clustering Problem
•Assign terminals to corresponding base station
•Energy efficiency
•Capacity constraints
• Terminal data usage
• Base station capacity
•Mobility
10
Problem Definition
11
k BSs , k << nn Terminals
Capacity: Usage:
Energy cost
Problem Definition
12
k BSs , k << nn Terminals
Capacity: Usage:
Energy cost
T: X -> Y
Min energy cost
Fit BS capacity
Our approach
•Solve by Optimal Transportation Theory
• Optimal result guarantee
• Fast and Distributed:
• O(n)*O(k log k)
• Space efficiency:
• O(k)
• Mobile ready
13
Optimal Transportation Problem?
14
Optimal Transportation Problem(OTP)
• Proposed by Monge, in 1781
• “What is the optimal way to move piles of sand to fill up
given holes of the same total volume?”
15
Kantorovich’s Approach(1942)
• Transportation plan , solved by LP
•
17
y1 y2 … yk
x1
x2
…
xn
Brenier’s Approach
• Geometric approach
• Cut domain into different cell w/ required area
• Move cell elements to factory
18
Brenier’s Approach
• Geometric approach
• Cut domain into different cell w/ required area
• Move cell elements to factory
19
Capacitated Kinect Clustering:
OTP by Geometric Approach
20
Brenier’s Approach
•While cost function of OTP is quadratic:
• Exist a convex function
• Its gradient map gives the solution of OTP
• The optimal solution is unique
• How to find this convex function?
21
Construct Convex Function
•
•“Lift” factories to Hyperplanes
• Convex function:
22
Geometric Meaning of u
• is adjustable, project back get
•
• equals to power diagram
2323
Energy Function*
• Energy function: volume of a cylinder
•Gradient:
• Since Energy function is convex, global minimum
occurred at
24
*: Gu et al. “Variational principles for
Minkowski type problems, discrete optimal
transport, and discrete Monge-Ampere
equations ”
Finding
• , gives optimal transport map
•Hessian of on dual
•Iteratively applying Newton’s method
25
In Short: Brenier’s Approach
•While cost function of OTP is quadratic:
• Exist a convex function
• Its gradient map gives the solution of OTP
• The optimal solution is unique
•Solution: Power Voronoi Diagram [1,2,3]
26
[1]. F. Aurenhammer, F. Hoffmann and B. Aronov, Minkowski-type Theorems and Least-Squares
Clustering, vol 20, 61-76, Algorithmica, 1998.
[2]. X. Gu, F. Luo, J. Sun and S.-T. Yau, Variational Principles for Minkowski Type Problems, Discrete
Optimal Transport, and Discrete Monge-Ampere Equations, arXiv:1302.5472, Year 2013.
[3]. Bruno L´evy, “A numerical algorithm for L2 semi-discrete optimal transport in 3D”,
arXiv:1409.1279, Year 2014.
Voronoi Diagram
27
P
Power Diagram
•Power diagram (Generalized Voronoi Diagram):
• Point weight: circle with radius
• Power distance:
28
AB Q
r
PA
PB
PD(P,Q) = PA * PB = PQ2 - r2
Power Diagram
29
Revisit OTP by Power Diagram
•Finding a radius for each factory st.
• Cell area match the requirement
30
Connect OTP to Capacitated Kinect Clustering
31
• “Move” data from terminal to BS
• Find that meet BS’s capacity
Connect OTP to Capacitated Kinect Clustering
32
• “Move” data from terminal to BS
• Find that meet BS’s capacity
Algorithm
1. Rescale: domain area, user usages
2. Assign initial radius , target BS capacity
3. Compute power diagram, compute
4. Compute dual, form Hessian Matrix H
5. Update
6. If , stop
else repeat step 3-5
33
Algorithm
1. Rescale: domain area, user usages
2. Assign initial radius , target BS capacity
3. Compute power diagram, compute
4. Compute dual, form Hessian Matrix H
5. Update
6. If , stop
else repeat step 3-5
34
Algorithm
1. Rescale: domain area, user usages
2. Assign initial radius , target BS capacity
3. Compute power diagram, compute
4. Compute dual, form Hessian Matrix H
5. Update
6. If , stop
else repeat step 3-5
35
Algorithm
1. Rescale: domain area, user usages
2. Assign initial radius , target BS capacity
3. Compute power diagram, compute
4. Compute dual, form Hessian Matrix H
5. Update
6. If , stop
else repeat step 3-5
36
Algorithm
1. Rescale: domain area, user usages
2. Assign initial radius , target BS capacity
3. Compute power diagram, compute
4. Compute dual, form Hessian Matrix H
5. Update
6. If , stop
else repeat step 3-5
37
Iterative Process for Mobile Setting
•Mobile terminals move continuously
•For two contiguous snapshots, is similar
•In step 2, reuse previous for better guess
38
Evaluation
39
Evaluation Setting
•Compared with LP & perfect matching
•Optran by CGAL in C++
•LP by Gurobi, CPLEX
•Terminals: ~ 8000
• Different terminal usage: 1~5
•BS: ~ 2000
• Different BS capacity
40
Comparison:
•Weighted bipartite perfect matching
• Treat BS yj as c(yj) copy
• Edge weight: cost(x,y)2
• Hungarian Alg.
• Time: O(n3)
• Variable: O(n2)
41
C(y1)
C(y2)
C(y3)
x1
x2
x3
x4
x5
Comparison: (conti.)
•Linear Programming (LP):
• Time: O(n>3.5)
• Variable : O(nk)
42
y1 y2 … yk
x1
x2
…
xn
Optran Result (700 users)
43
Optran Result (4k users)
44
Computation Time
45
~116 sec
1500x Faster!
~0.1 sec
Time V.S. #Base Stations (w/ 1000 users)
46
Time V.S. #Base Stations
47
Linear Growth
Energy Consumption (dist2 Sum)
48
Mobile Case Scenario (2k users)
49
Mobile Case Time Compare
50
Conclusion
•Optimal Transportation Theory & Capacitated Kinect
Clustering
•Power Diagram
•Magnitude faster computation
• Less variable: O(k) v.s. O(nk) for LP
•Flexible for usage and capacity constraint
•Suitable for mobile case
51
Question?
Thank you for listening.
Contact:
Chien-Chun Ni, chni@cs.stonybrook.edu
52

More Related Content

What's hot

A Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation ProblemA Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation Problem
inventionjournals
 
Optimal channel switching over gaussian channels under average power and cost...
Optimal channel switching over gaussian channels under average power and cost...Optimal channel switching over gaussian channels under average power and cost...
Optimal channel switching over gaussian channels under average power and cost...
Deepshika Reddy
 
A0420105
A0420105A0420105
A0420105
inventy
 
An Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF WeightsAn Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF Weights
EM Legacy
 
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
EM Legacy
 
Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Pr...
Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Pr...Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Pr...
Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Pr...
MLAI2
 
Novel algorithm for color image demosaikcing using laplacian mask
Novel algorithm for color image demosaikcing using laplacian maskNovel algorithm for color image demosaikcing using laplacian mask
Novel algorithm for color image demosaikcing using laplacian mask
eSAT Journals
 
Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...
IJCNCJournal
 
Presentation of GreenYourMove's hybrid approach in the 3rd Conference on Sust...
Presentation of GreenYourMove's hybrid approach in the 3rd Conference on Sust...Presentation of GreenYourMove's hybrid approach in the 3rd Conference on Sust...
Presentation of GreenYourMove's hybrid approach in the 3rd Conference on Sust...
GreenYourMove
 
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
csandit
 
3rd Conference on Sustainable Urban Mobility
3rd Conference on Sustainable Urban Mobility3rd Conference on Sustainable Urban Mobility
3rd Conference on Sustainable Urban Mobility
LIFE GreenYourMove
 
L6 Equilibration Algorithms for a General Transportation Network (Transportat...
L6 Equilibration Algorithms for a General Transportation Network (Transportat...L6 Equilibration Algorithms for a General Transportation Network (Transportat...
L6 Equilibration Algorithms for a General Transportation Network (Transportat...
Hossam Shafiq I
 
5. 8519 1-pb
5. 8519 1-pb5. 8519 1-pb
5. 8519 1-pb
IAESIJEECS
 
Numerical and experimental demonstration of a coordinate transformation-based...
Numerical and experimental demonstration of a coordinate transformation-based...Numerical and experimental demonstration of a coordinate transformation-based...
Numerical and experimental demonstration of a coordinate transformation-based...Xinying Wu
 
MCMCベースレンダリング入門
MCMCベースレンダリング入門MCMCベースレンダリング入門
MCMCベースレンダリング入門
Hisanari Otsu
 

What's hot (18)

A Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation ProblemA Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation Problem
 
Optimal channel switching over gaussian channels under average power and cost...
Optimal channel switching over gaussian channels under average power and cost...Optimal channel switching over gaussian channels under average power and cost...
Optimal channel switching over gaussian channels under average power and cost...
 
A0420105
A0420105A0420105
A0420105
 
An Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF WeightsAn Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF Weights
 
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
 
Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Pr...
Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Pr...Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Pr...
Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Pr...
 
Novel algorithm for color image demosaikcing using laplacian mask
Novel algorithm for color image demosaikcing using laplacian maskNovel algorithm for color image demosaikcing using laplacian mask
Novel algorithm for color image demosaikcing using laplacian mask
 
Graph Theory
Graph TheoryGraph Theory
Graph Theory
 
Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...
 
Presentation of GreenYourMove's hybrid approach in the 3rd Conference on Sust...
Presentation of GreenYourMove's hybrid approach in the 3rd Conference on Sust...Presentation of GreenYourMove's hybrid approach in the 3rd Conference on Sust...
Presentation of GreenYourMove's hybrid approach in the 3rd Conference on Sust...
 
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
Hybrid Ant Colony Optimization for Real-World Delivery Problems Based on Real...
 
9511
95119511
9511
 
3rd Conference on Sustainable Urban Mobility
3rd Conference on Sustainable Urban Mobility3rd Conference on Sustainable Urban Mobility
3rd Conference on Sustainable Urban Mobility
 
reportVPLProject
reportVPLProjectreportVPLProject
reportVPLProject
 
L6 Equilibration Algorithms for a General Transportation Network (Transportat...
L6 Equilibration Algorithms for a General Transportation Network (Transportat...L6 Equilibration Algorithms for a General Transportation Network (Transportat...
L6 Equilibration Algorithms for a General Transportation Network (Transportat...
 
5. 8519 1-pb
5. 8519 1-pb5. 8519 1-pb
5. 8519 1-pb
 
Numerical and experimental demonstration of a coordinate transformation-based...
Numerical and experimental demonstration of a coordinate transformation-based...Numerical and experimental demonstration of a coordinate transformation-based...
Numerical and experimental demonstration of a coordinate transformation-based...
 
MCMCベースレンダリング入門
MCMCベースレンダリング入門MCMCベースレンダリング入門
MCMCベースレンダリング入門
 

Viewers also liked

The Transmedia Trip: The Psychology of Multi-Platform Engagement
The Transmedia Trip: The Psychology of Multi-Platform EngagementThe Transmedia Trip: The Psychology of Multi-Platform Engagement
The Transmedia Trip: The Psychology of Multi-Platform Engagement
Pamela Rutledge
 
Đau thắt lưng - căn bệnh không thể coi thường
Đau thắt lưng - căn bệnh không thể coi thườngĐau thắt lưng - căn bệnh không thể coi thường
Đau thắt lưng - căn bệnh không thể coi thườngandra342
 
Pillole d'Impresa 22.01.2016 - Presentazione Rossella Masetti
Pillole d'Impresa 22.01.2016 - Presentazione Rossella MasettiPillole d'Impresa 22.01.2016 - Presentazione Rossella Masetti
Pillole d'Impresa 22.01.2016 - Presentazione Rossella Masetti
Valentina Matlì
 
2. a reparar sist. de carga con alternador
2. a reparar sist. de carga con  alternador2. a reparar sist. de carga con  alternador
2. a reparar sist. de carga con alternador
Abrahan Quispe Ronaldo
 

Viewers also liked (6)

The Transmedia Trip: The Psychology of Multi-Platform Engagement
The Transmedia Trip: The Psychology of Multi-Platform EngagementThe Transmedia Trip: The Psychology of Multi-Platform Engagement
The Transmedia Trip: The Psychology of Multi-Platform Engagement
 
Đau thắt lưng - căn bệnh không thể coi thường
Đau thắt lưng - căn bệnh không thể coi thườngĐau thắt lưng - căn bệnh không thể coi thường
Đau thắt lưng - căn bệnh không thể coi thường
 
PraveenResume
PraveenResumePraveenResume
PraveenResume
 
Pillole d'Impresa 22.01.2016 - Presentazione Rossella Masetti
Pillole d'Impresa 22.01.2016 - Presentazione Rossella MasettiPillole d'Impresa 22.01.2016 - Presentazione Rossella Masetti
Pillole d'Impresa 22.01.2016 - Presentazione Rossella Masetti
 
2. a reparar sist. de carga con alternador
2. a reparar sist. de carga con  alternador2. a reparar sist. de carga con  alternador
2. a reparar sist. de carga con alternador
 
Pipe Assembly
Pipe AssemblyPipe Assembly
Pipe Assembly
 

Similar to Capacitated Kinetic Clustering in Mobile Networks by Optimal Transportation Theory

Design of Resonators for Coupled Magnetic Resonance-based Wireless Power Tran...
Design of Resonators for Coupled Magnetic Resonance-based Wireless Power Tran...Design of Resonators for Coupled Magnetic Resonance-based Wireless Power Tran...
Design of Resonators for Coupled Magnetic Resonance-based Wireless Power Tran...
Quang-Trung Luu
 
Globecom ppt_final.pptx
Globecom ppt_final.pptxGlobecom ppt_final.pptx
Globecom ppt_final.pptx
VaibhavGupta410956
 
Traffic models and estimation
Traffic models and estimation Traffic models and estimation
Traffic models and estimation
Mina Yonan
 
Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...
INFOGAIN PUBLICATION
 
Routing Fleets with Multiple Driving Ranges: is it possible to use greener fl...
Routing Fleets with Multiple Driving Ranges: is it possible to use greener fl...Routing Fleets with Multiple Driving Ranges: is it possible to use greener fl...
Routing Fleets with Multiple Driving Ranges: is it possible to use greener fl...
UOC Universitat Oberta de Catalunya
 
An Exact Branch And Bound Algorithm For The General Quadratic Assignment Problem
An Exact Branch And Bound Algorithm For The General Quadratic Assignment ProblemAn Exact Branch And Bound Algorithm For The General Quadratic Assignment Problem
An Exact Branch And Bound Algorithm For The General Quadratic Assignment Problem
Joe Andelija
 
Optimizing location and size of capacitors for power loss reduction in radial...
Optimizing location and size of capacitors for power loss reduction in radial...Optimizing location and size of capacitors for power loss reduction in radial...
Optimizing location and size of capacitors for power loss reduction in radial...
TELKOMNIKA JOURNAL
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
I1065259
I1065259I1065259
I1065259
IJERD Editor
 
Near Surface Geoscience Conference 2015, Turin - A Spatial Velocity Analysis ...
Near Surface Geoscience Conference 2015, Turin - A Spatial Velocity Analysis ...Near Surface Geoscience Conference 2015, Turin - A Spatial Velocity Analysis ...
Near Surface Geoscience Conference 2015, Turin - A Spatial Velocity Analysis ...
CRS4 Research Center in Sardinia
 
Analyzing The Quantum Annealing Approach For Solving Linear Least Squares Pro...
Analyzing The Quantum Annealing Approach For Solving Linear Least Squares Pro...Analyzing The Quantum Annealing Approach For Solving Linear Least Squares Pro...
Analyzing The Quantum Annealing Approach For Solving Linear Least Squares Pro...
Wendy Belieu
 
Comp prese (1)
Comp prese (1)Comp prese (1)
Comp prese (1)
Mohmmad Khasawneh
 
A Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation ProblemA Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation Problem
inventionjournals
 
Global Optimization with Descending Region Algorithm
Global Optimization with Descending Region AlgorithmGlobal Optimization with Descending Region Algorithm
Global Optimization with Descending Region Algorithm
Loc Nguyen
 
P367
P367P367
Iterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderIterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO Decoder
CSCJournals
 
Iterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderIterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO Decoder
CSCJournals
 
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
Alex Klibisz
 

Similar to Capacitated Kinetic Clustering in Mobile Networks by Optimal Transportation Theory (20)

Design of Resonators for Coupled Magnetic Resonance-based Wireless Power Tran...
Design of Resonators for Coupled Magnetic Resonance-based Wireless Power Tran...Design of Resonators for Coupled Magnetic Resonance-based Wireless Power Tran...
Design of Resonators for Coupled Magnetic Resonance-based Wireless Power Tran...
 
Globecom ppt_final.pptx
Globecom ppt_final.pptxGlobecom ppt_final.pptx
Globecom ppt_final.pptx
 
Traffic models and estimation
Traffic models and estimation Traffic models and estimation
Traffic models and estimation
 
Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...
 
Routing Fleets with Multiple Driving Ranges: is it possible to use greener fl...
Routing Fleets with Multiple Driving Ranges: is it possible to use greener fl...Routing Fleets with Multiple Driving Ranges: is it possible to use greener fl...
Routing Fleets with Multiple Driving Ranges: is it possible to use greener fl...
 
An Exact Branch And Bound Algorithm For The General Quadratic Assignment Problem
An Exact Branch And Bound Algorithm For The General Quadratic Assignment ProblemAn Exact Branch And Bound Algorithm For The General Quadratic Assignment Problem
An Exact Branch And Bound Algorithm For The General Quadratic Assignment Problem
 
Optimizing location and size of capacitors for power loss reduction in radial...
Optimizing location and size of capacitors for power loss reduction in radial...Optimizing location and size of capacitors for power loss reduction in radial...
Optimizing location and size of capacitors for power loss reduction in radial...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
I1065259
I1065259I1065259
I1065259
 
E021052327
E021052327E021052327
E021052327
 
Near Surface Geoscience Conference 2015, Turin - A Spatial Velocity Analysis ...
Near Surface Geoscience Conference 2015, Turin - A Spatial Velocity Analysis ...Near Surface Geoscience Conference 2015, Turin - A Spatial Velocity Analysis ...
Near Surface Geoscience Conference 2015, Turin - A Spatial Velocity Analysis ...
 
Analyzing The Quantum Annealing Approach For Solving Linear Least Squares Pro...
Analyzing The Quantum Annealing Approach For Solving Linear Least Squares Pro...Analyzing The Quantum Annealing Approach For Solving Linear Least Squares Pro...
Analyzing The Quantum Annealing Approach For Solving Linear Least Squares Pro...
 
MS Project
MS ProjectMS Project
MS Project
 
Comp prese (1)
Comp prese (1)Comp prese (1)
Comp prese (1)
 
A Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation ProblemA Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation Problem
 
Global Optimization with Descending Region Algorithm
Global Optimization with Descending Region AlgorithmGlobal Optimization with Descending Region Algorithm
Global Optimization with Descending Region Algorithm
 
P367
P367P367
P367
 
Iterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderIterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO Decoder
 
Iterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderIterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO Decoder
 
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
 

Recently uploaded

insect taxonomy importance systematics and classification
insect taxonomy importance systematics and classificationinsect taxonomy importance systematics and classification
insect taxonomy importance systematics and classification
anitaento25
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
Sérgio Sacani
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
muralinath2
 
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
NathanBaughman3
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
Areesha Ahmad
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
ChetanK57
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
moosaasad1975
 
general properties of oerganologametal.ppt
general properties of oerganologametal.pptgeneral properties of oerganologametal.ppt
general properties of oerganologametal.ppt
IqrimaNabilatulhusni
 
Mammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also FunctionsMammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also Functions
YOGESH DOGRA
 
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdfSCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SELF-EXPLANATORY
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Sérgio Sacani
 
ESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptxESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptx
muralinath2
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
RenuJangid3
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
muralinath2
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
muralinath2
 
EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
AlguinaldoKong
 
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
Scintica Instrumentation
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
Sérgio Sacani
 
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Sérgio Sacani
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Ana Luísa Pinho
 

Recently uploaded (20)

insect taxonomy importance systematics and classification
insect taxonomy importance systematics and classificationinsect taxonomy importance systematics and classification
insect taxonomy importance systematics and classification
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
 
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
Astronomy Update- Curiosity’s exploration of Mars _ Local Briefs _ leadertele...
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
 
general properties of oerganologametal.ppt
general properties of oerganologametal.pptgeneral properties of oerganologametal.ppt
general properties of oerganologametal.ppt
 
Mammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also FunctionsMammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also Functions
 
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdfSCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
 
ESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptxESR_factors_affect-clinic significance-Pathysiology.pptx
ESR_factors_affect-clinic significance-Pathysiology.pptx
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
 
EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
 
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
(May 29th, 2024) Advancements in Intravital Microscopy- Insights for Preclini...
 
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
THE IMPORTANCE OF MARTIAN ATMOSPHERE SAMPLE RETURN.
 
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
 

Capacitated Kinetic Clustering in Mobile Networks by Optimal Transportation Theory

Editor's Notes

  1. Free space path loss
  2. drop signal congestion
  3. Not only the BS have capacity constraint, but also each terminal have it’s individual usage.
  4. Free space path loss
  5. Before our solution, we talk about OTP
  6. Ingredient => factory Solution is a permutation => n!
  7. Ingredient => factory Solution is a permutation => n!
  8. Ingredient => factory Solution is a permutation => n! ----- Meeting Notes (8/6/13 03:13) ----- 1-1 1- many many - 1
  9. When Cost is Quadratic, solveable by geometric approach
  10. To construct the convex function, the solution we use is Power Voronoi Diagram
  11. construct a plane by h for each factory, then lift
  12. ----- Meeting Notes (8/6/13 03:13) ----- we want to find the requied area, what's the relation with u?
  13. After getting u, we define a energy function to find the optimal sol H0 is convex => energy func is convex, global Image when h moves, the energy change, and when gradient =0, min
  14. ----- Meeting Notes (8/6/13 03:13) ----- because it's gradient map, and convex, apply newton
  15. To construct the convex function, the solution we use is Power Voronoi Diagram
  16. Is a Partition, given points, partition space into cell Cell closed to points and it's dual is Delauney triangulation
  17. Tanget line from point to the ball
  18. if want a bigger cell, assign bigger radius radius =>weight of points
  19. find a way to move data to some BS R==H!!!!!!!!!!!!
  20. First consider each user only one msg Separate user and BS side by side Complete graph, assign edge weight N2 to log which user assign to which
  21. Combine OTP with capacitated kinect