SlideShare une entreprise Scribd logo
1  sur  51
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

Contenu connexe

Tendances

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 Probleminventionjournals
 
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
A0420105inventy
 
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 WeightsEM 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 maskeSAT 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 MobilityLIFE 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
 
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
 

Tendances (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ベースレンダリング入門
 

En vedette

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 EngagementPamela 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 MasettiValentina 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 alternadorAbrahan Quispe Ronaldo
 

En vedette (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
 

Similaire à 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
 
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 ProblemJoe 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 DevelopmentIJERD 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
 
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 Probleminventionjournals
 
Global Optimization with Descending Region Algorithm
Global Optimization with Descending Region AlgorithmGlobal Optimization with Descending Region Algorithm
Global Optimization with Descending Region AlgorithmLoc Nguyen
 
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 DecoderCSCJournals
 
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 DecoderCSCJournals
 
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
 

Similaire à 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...
 
I1065259
I1065259I1065259
I1065259
 
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
 
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...
 

Dernier

Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfSumit Kumar yadav
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfrohankumarsinghrore1
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000Sapana Sha
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Silpa
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformationAreesha Ahmad
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)Areesha Ahmad
 
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICEayushi9330
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)Areesha Ahmad
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bSérgio Sacani
 
Unit5-Cloud.pptx for lpu course cse121 o
Unit5-Cloud.pptx for lpu course cse121 oUnit5-Cloud.pptx for lpu course cse121 o
Unit5-Cloud.pptx for lpu course cse121 oManavSingh202607
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptxAlMamun560346
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Servicemonikaservice1
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learninglevieagacer
 
dkNET Webinar "Texera: A Scalable Cloud Computing Platform for Sharing Data a...
dkNET Webinar "Texera: A Scalable Cloud Computing Platform for Sharing Data a...dkNET Webinar "Texera: A Scalable Cloud Computing Platform for Sharing Data a...
dkNET Webinar "Texera: A Scalable Cloud Computing Platform for Sharing Data a...dkNET
 
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑Damini Dixit
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learninglevieagacer
 

Dernier (20)

Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdf
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
Unit5-Cloud.pptx for lpu course cse121 o
Unit5-Cloud.pptx for lpu course cse121 oUnit5-Cloud.pptx for lpu course cse121 o
Unit5-Cloud.pptx for lpu course cse121 o
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learning
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
dkNET Webinar "Texera: A Scalable Cloud Computing Platform for Sharing Data a...
dkNET Webinar "Texera: A Scalable Cloud Computing Platform for Sharing Data a...dkNET Webinar "Texera: A Scalable Cloud Computing Platform for Sharing Data a...
dkNET Webinar "Texera: A Scalable Cloud Computing Platform for Sharing Data a...
 
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
 
Clean In Place(CIP).pptx .
Clean In Place(CIP).pptx                 .Clean In Place(CIP).pptx                 .
Clean In Place(CIP).pptx .
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 

Capacitated Kinetic Clustering in Mobile Networks by Optimal Transportation Theory

Notes de l'éditeur

  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