1 / 22

An Analysis of First-Fit

An Analysis of First-Fit. N.S. Narayanaswamy (IITM) Work with R. Subhash Babu. 5. 4. 3. 1. 2. 1. 2. 3. 4. 5. Interval Graphs. Clique number ω : The maximum no. of intervals that share a point. 5. 4. 3. 1. 2. Coloring Intervals. color. time. Resource Allocation:

jillellis
Download Presentation

An Analysis of First-Fit

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An Analysis of First-Fit N.S. Narayanaswamy (IITM) Work with R. Subhash Babu

  2. 5 4 3 1 2 1 2 3 4 5 Interval Graphs Clique number ω: The maximum no. of intervals that share a point.

  3. 5 4 3 1 2 Coloring Intervals color time • Resource Allocation: • Each interval ~ Request for a resource • for a period of time • Color ~ Resource

  4. Coloring • Offline coloring • Optimal coloring : Consider intervals in non-decreasing order of their left end points, assign the least feasible color. • chromatic number = clique number • Online Coloring • Requests/intervals are presented in a sequences one after another. Example

  5. Competitive Ratio of First-Fit No of colors used by the online A Competitive Ratio of A max G,s = No of colors used by the optimal offline algorithm No of colors used by First-Fit max G,s = ω

  6. First fit • Principle: Assign the least feasible color to the incoming interval. • Currently proved to use at most 8ω-3 colors (our work). • First 8ω by Kierstead, Brightwell, Trotter improving 10ω by Pemmaraju, Raman, Varadarajan. • There exists an instance on which First fit uses at least 4.4ω colors.

  7. First fit: Example • Clique size is 2, therefore offline uses 2. • No of colors used is 4

  8. Properties of First fit • Property: If an interval I is colored j, then there exists an interval I’ in each color i, 1 ≤ i ≤ j such that I intersects I’. • Wall like structure, height=number of colors used

  9. Analysis of First-Fit • Goal : Find a lower bound on the clique size in terms of the height of the wall. • Column construction procedure : a counting technique • Idea • Consider the First-Fit wall as a grid. • Assign one of three symbols to each cell in the grid. • Count relative occurrences of symbols. • Lower bound the clique size

  10. Column Construction Procedure m C4 C3 C2 C1 • Elementary Columns/Intervals • Assign symbols to each cell – R, $, F ( ,, ) • Find relations between ,and  to find a lower bound on the clique number.

  11. Column Construction C4 C3 C2 C1 R R R R R R R R R • First Step: Consider C1 = set of cells colored 1, they get the label R. • Ending Condition: For i = 2,3,… stop when Ci obtained from Ci-1 becomes empty.

  12. R R R R Rule - R C4 C3 C2 C1 R R R R R R R R R R1: For each cell e in Ci-1, if e is occupied by an interval I colored i, then add e to Ci with the symbol R.

  13. $ R R $ $ R R $ Rule - $ C4 C3 C2 C1 R R R R R R R R R R2: For each remaining cell e є Ci-1, if e has a neighbor e’ in Ci-1which is added to Ci by rule R1, then add e to Ci with the symbol $.

  14. Rule - F i-1 j j el er e R3 : For each remaining cell e in Ci-1 , if e has a neighbor e' in Ci-1 and e' is neighbor of e down to the level j, and e(j , i) > (i - j)/, then add e to Ci with the label “F”. All other columns become inactive Rules are applied in the order R1, R2 and R3.

  15. $ R R $ $ R R $ Final Picture m’ F F F F F F F F F $ R $ R $ F C4 F $ R R R $ F F F C3 F C2 C1 R R R R R R R R R

  16. Analysis of the Height • m ≤ m’. • For each i ≤ j, an interval colored j intersects Ci • For 1 ≤ i ≤ m’ and e єCi , e(i) ≥ (m - e (i)) /  • Proof by induction on i • e (m') ≤ 2m'/ • m’ crucial here. Without this there was a weaker upper bound, and hence 10 competitiveness.

  17. Proof Outline i1 j1 j2 i2 j3 i3 j4 e e (m') ≤ 2m'/ ⇒ e(m') + e(m') ≥ m' – 2m'/ ⇒ e(m') ≥ m'/(1 -2/) ⇒ e(m) ≥ m/(1 - 2/) ⇒ e(m) ≥ m/8, for =4

  18. New Observations • C1 needs only to be cells corresponding to a minimal clique cover of the underlying interval graph. • Analysis works by changing the order of rules to R1, R3, and R2. This yields a nicer proof of • For 1 ≤ i ≤ m’ and e єCi , e(i) ≥ (m - e (i)) /  Thank You

  19. Online Vs Offline Offline: 3 2 4 1 Online: (1,3,2,4) [First fit] 4 2 3 1 Back

  20. 1-Wall: Examples 1-wall Back

  21. 2-Wall: Examples 2-wall Back

  22. 3-Wall: Examples 3-wall Back

More Related