on the index coding and caching problems
play

On the Index Coding and Caching Problems Eimear Byrne 1 (joint work - PowerPoint PPT Presentation

On the Index Coding and Caching Problems Eimear Byrne 1 (joint work with Marco Calderini 2 ) 1 University College Dublin, 2 University of Trento Italy ALCOMA, March 19, 2015 Outline The Index Coding with Side Information Problem Error


  1. On the Index Coding and Caching Problems Eimear Byrne 1 (joint work with Marco Calderini 2 ) 1 University College Dublin, 2 University of Trento Italy ALCOMA, March 19, 2015

  2. Outline ◮ The Index Coding with Side Information Problem ◮ Error Correction in the Index Coding Problem ◮ Generalizations ◮ Coded-Side Information ◮ Matrix Channels ◮ The Coded-Caching Problem ◮ Connections to Index Coding ◮ Connections to Rank-Distance Codes

  3. Index Coding with Side Information ◮ introduced in 2006 by Bar-Yossef, Birk, Jayram & Kol ◮ has applications to video-on-demand and wireless networks ◮ equivalent problem to Network Coding ◮ many approaches to problem from graph theory

  4. Index Coding with Side Information

  5. Index Coding with Side Information

  6. Index Coding with Side Information

  7. Index Coding with Side Information

  8. Index Coding with Side Information

  9. Index Coding with Side Information

  10. Index Coding with Side-Information (Original Formula) ◮ The sender has a file X split into n packets X = [ X 1 , ..., X n ] ∈ F n q . ◮ There are n users { 1 , ..., n } . ◮ User i has side information { X j : j ∈ S i } . ◮ User i requests packet X i . ◮ I = { S i : i ∈ [ n ] } is an instance of the index coding with side-information problem. Problem 1 (The Main ICSI Problem) What is the minimum number of transmissions required by the sender to satisfy all n requests, if encoding of data is permitted? ◮ Related Structure: the side-information digraph

  11. Index Coding with Side Information Example 2 Sender has { X 1 , X 2 , X 3 , X 4 } , X i ∈ F t 2 . The receivers have side-information: D 1 = { X 2 , X 3 , X 4 } , D 2 = { X 1 , X 3 , X 4 } , D 3 = { X 1 , X 2 , X 4 } , D 4 = { X 1 , X 2 , X 3 } . Choosing L = [1 , 1 , 1 , 1] the sender broadcasts LX :  X 1   X 1  X 2 X 2   � �    − → LX = 1 1 1 1  = X 1 + X 2 + X 3 + X 4     X 3 X 3   X 4 X 4 So the minimum number of transmissions is N = 1.

  12. The Min-Rank of a Graph Definition 3 Let G be a directed graph with adjacency matrix A . minrank q ( G ) := min { rank q ( A + I ) : Supp ( A ) ⊂ Supp ( A ) } . Theorem 4 (Bar-Yossef, Birk, Jayram, Kol 2006) The minimum number of transmissions required for a linear index code over F 2 for the instance I is minrank ( G ) , where G is the side-information graph of I . ◮ The minrank is NP-hard to compute (Peeters, 1996)

  13. Bounds on the Min-Rank of a Graph Theorem 5 (Haemers, Haviv & Langberg, Bar-Yossef et al ) For every undirected graph G of n vertices over F q : ◮ α ( G ) ≤ Θ( G ) ≤ minrank q ( G ) ≤ χ ( G ) ◮ Ω(log n ) ≤ minrank q ( G ( n , p )) ≤ O ( n / log n ) ◮ Expected value of minrank q ( G ( n , p )) is (almost surely) Ω( √ n ) ◮ α ( G ) is the max size of an independent set ◮ Θ( G ) is the Shannon capacity of G ◮ χ ( G ) is the chromatic number of G

  14. Graph Theory Shanmugam, Dimakis, Langberg, “Graph Theory Versus Minimum Rank for Index Coding,” (2014) arXiv.1402.3898 The authors: ◮ distinguish between ‘graph theoretic’ and ‘algebraic’ methods, ◮ give index coding schemes from graph theory that outperform all known graph theoretic bounds, ◮ show all known graph theoretic bounds are withing log n of the chromatic number, ◮ state that the minrank (algebraic) can outperform the chromatic number by a polynomial factor.

  15. Equivalence of Linear Network and Index Coding Theorem 6 (El Rouyhab et al 2010) There exists a linear network code if and only if there exists a perfect linear index code. Network Code Index Code

  16. Index Coding with Side-Information (New Formula) ◮ The sender has a file X split into n packets X = [ X 1 , ..., X n ] ∈ F n q . ◮ There are m ≥ n users { 1 , ..., m } . ◮ User i has side information { X j : j ∈ S i } . ◮ User i requests packet X f ( i ) , some surjection f : [ m ] − → [ n ]. Problem 7 (The Main ICSI Problem) What is the minimum number of transmissions required by the sender to satisfy all m requests, if encoding of data is permitted? ◮ Related Structure: the side-information hypergraph

  17. Data Retrieval Definition 8 We say that L ∈ F N × n represents an linear I = ( n , m , S , f ) of the q index coding problem with side information indexed by S = { S i : i ∈ [ m ] } if for each receiver i ∈ [ m ] there is a decoding map D i : F N q × F n q → F q , such that for some A ∈ F n q , Supp ( A ) ⊂ S i D i ( LX , A ) = X f ( i ) ∀ X ∈ F n q .

  18. Decoding at the Receiver i Let A ∈ F n q s.t. Supp ( A ) ⊂ S i . User i knows AX = � j ∈ S i A j X j . Let B ∈ F N q such that BL = A + e f ( i ) . (1) Then BLX = AX + e f ( i ) X = AX + X f ( i ) . So the existence of a decoder depends on the solvability of (1). D i ( LX , A ) = BLX − AX = X f ( i )

  19. The Min-Rank Theorem 9 (Dau, Skachek, Chee 2012) The minimum number of transmissions required for an instance I = ( n , m , S , f ) of the index coding problem is κ ( I ) := min { rank ( U + E f ) : Supp ( U i ) ⊂ S i , i ∈ [ m ] } , where E f ∈ F m × n has each ith row equal to e f ( i ) . q ◮ κ ( I ) is called the minrank of the system. ◮ κ ( I ) generalizes the minrank of the side-information graph ◮ κ ( I ) is NP -hard to compute.

  20. Coded-Side Information User i wants P i . The sender transmits a packet at each time slot. Slot Sent User 1? User 2? User 3? 1 P 1 N Y N 2 P 2 Y N N 3 P 3 Y Y N 4 P 1 + P 2 N N Y 5 P 1 + P 2 + P 3 Y Y Y After 5 transmissions, all user requests have been satisfied.

  21. Coded-Side Information

  22. Coded-Side Information

  23. Coded-Side Information

  24. Coded-Side Information

  25. Coded-Side Information

  26. Index-Coding with Coded-Side Information (New 3-in-1) ◮ X ∈ F n × t q ◮ The sender has V S X ∈ F d S × t q ◮ User i wants the packet R i X ∈ F t q , ◮ User i has side information ( V ( i ) , V ( i ) X ) ∈ F d i × n × F d i × t q q , some L ∈ F N × d S ◮ The sender transmits Y = LV S X ∈ F N × t q q Objective 1 The sender aims to find an encoding LV ( S ) X that minimizes N such that the demands of all users satisfied. Case t = 1: Shum, Mingjun, Sung, “Broadcasting with Coded Side Information”, IEEE 23rd PIMRC, vol. 89, no. 94, pp. 9-12, 2012.

  27. An Instance of the ICCSI Problem Definition 10 An instance of the Index Coding with Coded Side Information (ICCSI) problem is a list I = ( t , n , m , X , X S , R ) , satisfying: ◮ t , n , m are positive integers, ◮ X = ⊕ i ∈ [ m ] X ( i ) , ◮ X ( i ) := � V ( i ) � < F n q , dim X ( i ) = d i , ◮ X S := � V ( S ) � < F n q , dim X S = d S , ◮ R ∈ F m × n has rows R i ∈ F n q , q ◮ R i ∈ X S , i ∈ [ m ].

  28. Linear Index Encoding Definition 11 Let N be a positive integer. The map E : F n × t → F N × t , q q is an F q -index code for I ( E is an I -IC) of length N if for each i ∈ [ m ] there exists a decoding map × X ( i ) → F t D i : F N × t q , q satisfying ∀ X ∈ F n × t : D i ( E ( X ) , A ) = R i X , q for some A ∈ X ( i ) . E is called an F q -linear I -IC if E ( X ) = LV ( S ) X for some L ∈ F N × d S . Then L represents the I -IC E . q

  29. Decoding Criteria Lemma 12 L ∈ F N × d s represents an I -IC if and only if for each i ∈ [ m ] , q �� V ( i ) �� R i ∈ . LV ( S ) User i can compute R i X = AV ( i ) X + BLV ( S ) X , q satisfying R i = AV ( i ) + BLV ( S ) . for any A ∈ F d i q , B ∈ F N

  30. The Min-Rank Lemma 13 (BC) The length of an optimal F q -linear I -IC is κ ( I ) := , A i ∈ X ( i ) ∩ X S < F n min { rank ( A + R ) : A ∈ F m × n q , ∀ i ∈ [ m ] } . q ◮ κ ( I ) is called the minrank of the instance I . ◮ κ ( I ) = d rk ( R , X ∩ ˜ X ) = w rk ( R + ( X ∩ ˜ X )), where ˜ X = ⊕X S .

  31. The Min-Rank m = 6 , n = 4 , R i = e i , i ∈ [ m ] , R 5 = e 2 , R 6 = e 1 over F 2 . � 0 � 1 � 1 0 1 0 � 0 0 0 � 0 0 0 � V (1) = , V (2) = , V (3) = 0 0 0 1 0 0 0 1 0 1 0 0 � 0 � 1 � 0 1 0 0 � 0 0 0 � 1 0 0 � V (4) = , V (5) = , V (6) = 0 0 1 0 0 0 1 0 0 0 0 1  1 0 0 0   0 0 ∗ ∗   1 0 ∗ ∗  ∗ ∗ ∗ ∗ 0 1 0 0 0 0 1 0             0 0 1 0 ∗ ∗ 0 0 ∗ ∗ 1 0       R + X = + =       ∗ ∗ ∗ ∗ 0 0 0 1 0 0 0 1             0 1 0 0 ∗ 0 ∗ 0 ∗ 1 ∗ 0       1 0 0 0 0 ∗ 0 ∗ 1 ∗ 0 ∗ The minrank is 3, so N = 3 transmissions are required.

  32. Existence of an I -IC Theorem 14 (BC) Let I be an instance of an ICCSI problem and let N = max { n − d i : i ∈ [ m ] } . Suppose that q > m. If L is chosen uniformly at random in F N × d S q then the probability that L represents a linear I -IC is at least (1 − m / q ) N . Corollary 15 If q > m then κ ( I ) ≤ max { n − d i : i ∈ [ m ] } . ◮ Comparable with the Main Network Coding Theorem (see Fragouli & Soljanin Network Coding Fundamentals ).

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