1 Cell Planning of 4G Cellular Networks David Amzallag Computer Science Department, Technion Joint work with Roee Engelberg (Technion), Seffi Naor (Microsoft.

Slides:



Advertisements
Similar presentations
Iterative Rounding and Iterative Relaxation
Advertisements

On allocations that maximize fairness Uriel Feige Microsoft Research and Weizmann Institute.
Algorithm Design Methods Spring 2007 CSE, POSTECH.
C&O 355 Lecture 23 N. Harvey TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: A A A A A A A A A A.
Class-constrained Packing Problems with Application to Storage Management in Multimedia Systems Tami Tamir Department of Computer Science The Technion.
Transportation Problem (TP) and Assignment Problem (AP)
1 EE5900 Advanced Embedded System For Smart Infrastructure Static Scheduling.
Approximation Algorithms for Capacitated Set Cover Ravishankar Krishnaswamy (joint work with Nikhil Bansal and Barna Saha)
1 The TSP : Approximation and Hardness of Approximation All exact science is dominated by the idea of approximation. -- Bertrand Russell ( )
S. J. Shyu Chap. 1 Introduction 1 The Design and Analysis of Algorithms Chapter 1 Introduction S. J. Shyu.
Complexity 16-1 Complexity Andrei Bulatov Non-Approximability.
Computability and Complexity 23-1 Computability and Complexity Andrei Bulatov Search and Optimization.
Channel Assignment using Chaotic Simulated Annealing Enhanced Neural Network Channel Assignment using Chaotic Simulated Annealing Enhanced Hopfield Neural.
[1][1][1][1] Lecture 4: Frequency reuse, channel assignment, and more June 15, Introduction to Algorithmic Wireless Communications David Amzallag.
Placement of Integration Points in Multi-hop Community Networks Ranveer Chandra (Cornell University) Lili Qiu, Kamal Jain and Mohammad Mahdian (Microsoft.
[1][1][1][1] Lecture 5-7: Cell Planning of Cellular Networks June 22 + July 6, Introduction to Algorithmic Wireless Communications David Amzallag.
Cell Selection in 4G Cellular Networks David Amzallag, BT Design Reuven Bar-Yehuda, Technion Danny Raz, Technion Gabriel Scalosub, Tel Aviv University.
[1][1][1][1] Lecture 2-3: Coping with NP-Hardness of Optimization Problems in Practice May 26 + June 1, Introduction to Algorithmic Wireless.
The Load Distance Balancing Problem Eddie Bortnikov (Yahoo!) Samir Khuller (Maryland) Yishay Mansour (Google) Seffi Naor (Technion)
Maximum Network lifetime in Wireless Sensor Networks with Adjustable Sensing Ranges Mihaela Cardei, Jie Wu, Mingming Lu, and Mohammad O. Pervaiz Department.
Lecture 8. Why do we need residual networks? Residual networks allow one to reverse flows if necessary. If we have taken a bad path then residual networks.
Approximation Algorithms Motivation and Definitions TSP Vertex Cover Scheduling.
A General Approach to Online Network Optimization Problems Seffi Naor Computer Science Dept. Technion Haifa, Israel Joint work: Noga Alon, Yossi Azar,
Cell Selection in 4G Cellular Networks David Amzallag, BT Design Reuven Bar-Yehuda, Technion Danny Raz, Technion Gabriel Scalosub, Tel Aviv University.
Approximation Algorithms: Bristol Summer School 2008 Seffi Naor Computer Science Dept. Technion Haifa, Israel TexPoint fonts used in EMF. Read the TexPoint.
1 Lecture 4 Maximal Flow Problems Set Covering Problems.
College of Engineering Resource Management in Wireless Networks Anurag Arepally Major Adviser : Dr. Robert Akl Department of Computer Science and Engineering.
MAXIMIZING SPECTRUM UTILIZATION OF COGNITIVE RADIO NETWORKS USING CHANNEL ALLOCATION AND POWER CONTROL Anh Tuan Hoang and Ying-Chang Liang Vehicular Technology.
V. V. Vazirani. Approximation Algorithms Chapters 3 & 22
LP-Based Algorithms for Capacitated Facility Location Hyung-Chan An EPFL July 29, 2013 Joint work with Mohit Singh and Ola Svensson.
Topology Design for Service Overlay Networks with Bandwidth Guarantees Sibelius Vieira* Jorg Liebeherr** *Department of Computer Science Catholic University.
MCS312: NP-completeness and Approximation Algorithms
Approximation Algorithms Department of Mathematics and Computer Science Drexel University.
Network Aware Resource Allocation in Distributed Clouds.
1 11 Subcarrier Allocation and Bit Loading Algorithms for OFDMA-Based Wireless Networks Gautam Kulkarni, Sachin Adlakha, Mani Srivastava UCLA IEEE Transactions.
1 Introduction to Approximation Algorithms. 2 NP-completeness Do your best then.
College of Engineering WiFi and WCDMA Network Design Robert Akl, D.Sc. Department of Computer Science and Engineering Robert Akl, D.Sc. Department of Computer.
Rensselaer Polytechnic Institute Rajagopal Iyengar Combinatorial Approaches to QoS Scheduling in Multichannel Wireless Systems Rajagopal Iyengar Rensselaer.
Closest String with Wildcards ( CSW ) Parameterized Complexity Analysis for the Closest String with Wildcards ( CSW ) Problem Danny Hermelin Liat Rozenberg.
LP-Based Algorithms for Capacitated Facility Location Hyung-Chan An EPFL July 29, 2013 Joint work with Mohit Singh and Ola Svensson.
Approximation Algorithms
Week 10Complexity of Algorithms1 Hard Computational Problems Some computational problems are hard Despite a numerous attempts we do not know any efficient.
CELLULAR CONCEPT SHUSHRUTHA K S “Provide additional radio capacity with no additional increase in radio spectrum”
1 Network Models Transportation Problem (TP) Distributing any commodity from any group of supply centers, called sources, to any group of receiving.
Instructor Neelima Gupta Table of Contents Class NP Class NPC Approximation Algorithms.
Tung-Wei Kuo, Kate Ching-Ju Lin, and Ming-Jer Tsai Academia Sinica, Taiwan National Tsing Hua University, Taiwan Maximizing Submodular Set Function with.
Lecture.6. Table of Contents Lp –rounding Dual Fitting LP-Duality.
1 Algorithmic aspects of radio access network design in 4G cellular networks David Amzallag Computer Science Department, Technion Joint work with Seffi.
Deterministic Algorithms for Submodular Maximization Problems Moran Feldman The Open University of Israel Joint work with Niv Buchbinder.
Joint Base Station and Relay Station Placement for IEEE j Networks Hsiao-Chen Lu and Wanjiun Liao Department of Electrical Engineering, National.
NP Completeness Piyush Kumar. Today Reductions Proving Lower Bounds revisited Decision and Optimization Problems SAT and 3-SAT P Vs NP Dealing with NP-Complete.
TU/e Algorithms (2IL15) – Lecture 12 1 Linear Programming.
Efficient Point Coverage in Wireless Sensor Networks Jie Wang and Ning Zhong Department of Computer Science University of Massachusetts Journal of Combinatorial.
Non-LP-Based Approximation Algorithms Fabrizio Grandoni IDSIA
1 Chapter 6 Reformulation-Linearization Technique and Applications.
TU/e Algorithms (2IL15) – Lecture 12 1 Linear Programming.
Exhaustive search Exhaustive search is simply a brute- force approach to combinatorial problems. It suggests generating each and every element of the problem.
TU/e Algorithms (2IL15) – Lecture 11 1 Approximation Algorithms.
Algorithm Design Methods
Howard Huang, Sivarama Venkatesan, and Harish Viswanathan
Coverage Approximation Algorithms
Chapter 11 Limitations of Algorithm Power
Algorithm Design Methods
Algorithm Design Methods
Maximum Flow Neil Tang 4/8/2008
A Few Sample Reductions
Chapter 1. Formulations.
Submodular Maximization with Cardinality Constraints
Algorithm Design Methods
Presentation transcript:

1 Cell Planning of 4G Cellular Networks David Amzallag Computer Science Department, Technion Joint work with Roee Engelberg (Technion), Seffi Naor (Microsoft Research) and Danny Raz (Technion)

2 What is a cell planning? – Planning a network of base stations (configurations) to provide the required coverage of the service area with respect to current and future traffic requirements, available capacities, interference, and the desired QoS – What is a typical outcome? – Coverage vs. capacity planning – Cell planning towards the fourth generation (4G)

3 Introducing the 4G cellular networks – High data rate (also in compare to HSDPA, in the downlink) + applications – System capacity is expected to be 10 times larger than current 3G systems – Drastic reduction in costs (1/10 to 1/100 per bit) – Cell planning with capacity limitations – “Base station on sprinkler” → high frequency → higher interference → small cells → larger number of base stations – OFDMA as the multiple access technique – Smart antennas and adaptive antennas – New approaches for optimization problems are required (e.g., radio access network design, satisfying mobile stations by more than one base station [IEEE e], automatic cell planning, self-configuring networks) 100 Mbit/sec – 1Gbit/sec 15 Mbit/sec

4 How to model the interference? – is the fraction of the capacity of a base station to a client – is the contribution of base station to client

5 How to compute ? – In general, – Since for relative small values of – Two models of interference

6 A tale of two cell planning problems clientsdemand – A set of clients, each has a given demand base station configurations capacityinstallation cost – A set of possible base station configurations, each has a given capacity installation cost and a subset of clients admissible to be covered by it interference matrix – An interference matrix minimum-cost cell planning problem The minimum-cost cell planning problem (CPP) asks for a subset of base stations of minimum cost that satisfy at least of the demands of all the clients, budgeted cell planning problem The budgeted cell planning problem (BCPP) asks for a subset of base stations whose cost does not exceed a given budget and the total number of (fully) satisfied clients is maximized.  All-or-Nothing coverage type constraint

7 Current cell planning solutions – Extensive study in the last years; Only special cases of the problem were investigated (almost all are minimum-cost type objectives) – Not supporting external impact matrix or interference – No capacity handling – In most cases, only meta-heuristics are used; No approximation algorithms – Not supporting budget constraint – Not supporting (fast) “special cases”

8 On the approximabaility of BCPP Budgeted maximum coverage [KMN] Budgeted facility location Budgeted unique coverage [DFHS] 2007 All-or-nothing demand maximization [ABRS] [tight] approximable within For r-restricted version approximable within In general, not approximable within Budgeted cell planning Maximizing submodular functions [Sviridenko] [tight] Submodularity:

9 On the approximabaility of BCPP Here comes the bad news, as expected A Subset Sum instance The corresponding BCPP instance NP Conclusion. It is NP-hard to find a feasible solution to the budgeted cell planning problem

10 The k 4 k -budgeted cell planning problem k 4 k property – Adopting the k 4 k property: Every set of k base stations can fully satisfy at least k clients, for every integer k NP- – Still NP-hard NP – Good news: No longer NP-hard to approximate – General idea behind our - approximation algorithm: – A best-of-two-candidates algorithm more – How many clients are satisfying by more than one base station? – Covering clients by a single base station

11 Leaves single Leaves are the clients satisfied by a single BS How many clients are satisfied by more than one base station? When the corresponding graph is acyclic Base station Mobile client

12 How many clients are satisfied by more than one base station? Client of demand of 7 BS with capacity of 10 Base station i’ gives client j’ 3 units Cycle canceling algorithm on Conclusion. (here is the set of clients that are satisfied by more than one base station) Edge weights are When the corresponding graph contains cycles

13 Satisfying clients by a single base station – How many clients can be covered by a set of opened base stations? How many more can be covered if another base station is to be opened next? Formally, for a given set of BSs, let be the number of clients that can be covered, each by exactly one BS. – CAP’s resume – CAP’s resume: not – The function is not submodular NP – CAP is NP-hard – Special case of the well-studied GAP (approximable within [FGMS, 2006]) The client assignment problem (CAP)

14 Satisfying clients by a single base station – Algorithm 1 – Algorithm 1. Pick a minimum-demand client Find the first BS in a given order that can cover If it exists – then assign to this BS; Otherwise, leave client uncovered – Properties: – Algorithm 1 is a ½-approximation algorithm to CAP – For every set of BSs and every base station – For every set of BSs and every base stations [Algorithm 1] The client assignment problem (CAP)

15 Satisfying clients by a single base station – Find a subset of BSs whose cost does not exceed a given budget that maximizes – BMAP’s resume – BMAP’s resume: – A generalization (capacitated) of the budgeted maximum coverage problem ([KMN, 1999]) – A greedy -approximation algorithm (maximizing ) [Algorithm 2] The budgeted maximum assignment problem (BMAP)

16 A -approximation algorithm for the k 4 k -BCPP ← the output of BMAP algorithm on the same instance ← the maximum number of base stations that can be opened using budget ifthen if then Output and a set of clients that can be covered using the k 4 k -oracle else else Output and the clients covered by CAP algorithm for these base stations [Algorithm 3]

17 Analysis Number of clients covered by Algorithm 3 Value of optimal solution for the BMAP instance property Cycle canceling

18 Open problems – Minimum-cost cell planning problem (CPP) – Special case: without interference – An - approximation algorithm – An - approximation algorithm (here ) – Good practical results in two sets of simulations – What about the general case? – Minimum-cost site-planning problem