network coding an algorithmic perspective
play

Network Coding: An algorithmic perspective T. Ho and A. Sprintson - PowerPoint PPT Presentation

Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Network Coding: An algorithmic perspective T. Ho and A. Sprintson California Institute of Technology


  1. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Network Coding: An algorithmic perspective T. Ho ∗ and A. Sprintson ∗∗ ∗ California Institute of Technology ∗∗ Texas A&M University DIMACS workshop T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 1 / 92

  2. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Outline Coding advantage 1 Undirected networks 2 Encoding complexity 3 Instantaneous Recovery 4 Practical Implementation 5 Conclusion 6 T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 2 / 92

  3. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Coding advantage T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 3 / 92

  4. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Connection to the Integrality Gap We show that for undirected networks, the maximum coding advantage is equal to the integrality gap of the bi-directed cut relaxation for the undirected Steiner tree problem. We show results by Agarwal and Charikar’04 T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 4 / 92

  5. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Integrality gap Many problems can be formulated as integer problems However, many such problems are NP-hard Let OPT be the optimal solution to the integer program P ◮ We refer to is as an optimal integer solution. Let OPT ∗ be the optimal solution to the linear relaxation of P . ◮ We refer to is as an optimal linear solution. OPT Then, the integrality gap is equal to the ratio OPT ∗ . T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 5 / 92

  6. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion The minimum weight Steiner Tree problem Given: ◮ Undirected graph G = ( V , E ) , w : E → R + be an assignment of non-negative weights to the edges, a source node, a set of destination nodes Find: A minimum weight tree that connects s to T . We denote the weight of this tree by OPT ( G , w ) � � ���� � � � � � � � � � � � � T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 6 / 92

  7. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Uni-directed cut relaxation We say that a set C ⊆ V that contains the source node s and V \ C contains at least one terminal t ∈ T is a valid set. Denote δ ( C ) = { ( u , v ) ∈ E | u ∈ C , v / ∈ C } Linear Program Minimize � e ∈ E w e c e Subject to � c e ≥ 1 , ∀ valid sets C (1) e ∈ δ ( C ) c e ≥ 0 , ∀ e ∈ E T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 7 / 92

  8. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Bi-directed Cut Relaxation For each edge e ∈ E we introduce two directed arcs e 1 and e 2 , which represent the two orientations of e Edges e 1 and e 2 have the same weight as e We denote by D = { e 1 , e 2 , ∀ e ∈ E } Same definition of a valid set C . We denote δ ( C ) = { ( u , v ) ∈ D | u ∈ C , v / ∈ C } � � � � � � T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 8 / 92

  9. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Bi-directed Cut Relaxation (cont.) Integer Program Minimize � a ∈ D w a c a Subject to � c a ≥ 1 , ∀ valid sets C (2) a ∈ δ ( C ) c a ∈ { 0 , 1 } , ∀ a ∈ D T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 9 / 92

  10. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Linear Relaxation Replace (relax) The last constant. Denote by B ( G , w ) the cost of the resulting problem Linearity gap is equal to OPT ( G , w ) max B ( G , w ) G , w Linear Program Minimize � a ∈ D w a c a Subject to � c a ≥ 1 , ∀ Valid sets C (3) a ∈ δ ( C ) c a ≥ 0 , ∀ a ∈ D T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 10 / 92

  11. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Example Optimal Undirected solution Undirected linear relaxation s s 0.5 0.5 1 t 1 t 2 t 1 t 2 0.5 1 cost=2 cost=1.5 Bi-directed linear relaxation s 0.5 0.5 0.5 t 1 t 2 0.5 T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 11 / 92

  12. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Finding network code through Integer Program (cFlow) Given: An Undirected graph G = ( V , E ) . Let c : E → R + be an assignment of non-negative capacities to the edges Denote by c e the capacity of edge e ∈ E For given edge capacities, we need to find a maximum throughput between s and t 1 , · · · , t k Denote the set of directed arcs D = { e 1 , e 2 | ∀ e ∈ E } . The value of the optimal solution is denoted by χ ( G , c ) T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 12 / 92

  13. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Linear Program Maximize f ∗ Subject to c a > 0 for each a ∈ D c e 1 + c e 2 = c e for each e ∈ E f n ( a ) ≤ c a for each a ∈ D and n , 1 ≤ n ≤ k for each n , 1 ≤ n ≤ k and for each v ∈ V \ { s , t n } � f n � f n ( v i , v j ) − ( v j , v i ) = 0 v j :( v i , v j ) ∈ D v j :( v j , v i ) ∈ D v j :( v j , s ) ∈ D f n � ( v j , v s ) = 0 for n , 1 ≤ n ≤ k v j :( t n , v j ) ∈ D f n � ( t n , v j ) = 0 for n , 1 ≤ n ≤ k v j :( v j , t n ) ∈ D f n � ( v j , t n ) ≥ f for n , 1 ≤ n ≤ k T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 13 / 92

  14. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Example Observation: Linear relaxation of bidirectional formulation is similar to the network coding problem � � � � � � � T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 14 / 92

  15. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Steiner Tree packing Let τ be a set of all possible Steiner trees that connect s and T We define a variable x t for any possible Steiner tree t ∈ τ ◮ x t captures the amount of information transmitted by t . We denote by Π( G , c ) the optimal solution for the problem The related linear program is: Linear Program Maximize � t ∈ τ x t Subject to � x t ≤ c e , ∀ e ∈ E (4) t ∈ τ : e ∈ t x t ≥ 0 , ∀ t ∈ τ T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 15 / 92

  16. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion The Dual for Steiner Tree Packing Introduce a local variable y e for each arc e ∈ E The dual program can be formulated as follows: Linear Program Minimize � e ∈ E c e y e Subject to � y e ≥ 1 , ∀ t ∈ τ (5) e ∈ t y e ≥ 0 , ∀ e ∈ E T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 16 / 92

  17. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Linear Program Maximize � t ∈ τ x t Subject to � x t ≤ c e , ∀ e ∈ E (6) t ∈ τ : e ∈ t x t ≥ 0 , ∀ t ∈ τ Linear Program Minimize � e ∈ E c e y e Subject to � y e ≥ 1 , ∀ t ∈ τ (7) e ∈ t y e ≥ 0 , ∀ e ∈ E T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 17 / 92

  18. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Theorem χ ( G , c ) - the maximum throughput with network coding Π( G , c ) - the maximum throughput with Steiner tree packing OPT ( G , w ) - minimum weight of a Steiner tree B ( G , w ) - the optimal value for the bi-directed cut relaxation. Theorem χ ( G , c ) OPT ( G , w ) max Π( G , c ) ≤ max B ( G , w ) c w T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 18 / 92

  19. Coding advantage Undirected networks Encoding complexity Instantaneous Recovery Practical Implementation Conclusion Proof Note that the coding advantage is invariant under multiplicative scaling of capacities. Scale the capacities so that the value of the objective function for the cFlow LP is equal to 1, i.e., χ ( G , c ) = 1 Consider the dual to the Steiner packing LP - this program gives an example of the integrality gap Linear Program Minimize � e ∈ E c e y e Subject to � y e ≥ 1 , ∀ t ∈ τ (8) e ∈ t y e ≥ 0 , ∀ e ∈ E T. Ho and A. Sprintson (Caltech-TAMU) Network coding DIMACS 19 / 92

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend