I/O-algorithms, Spring 2009


Description:

In many modern applications that deal with massive data sets, communication between internal and external memory, and not actual computation time, is the bottleneck in the computation. This is due to the huge difference in access time of fast internal memory and slower external memory such as disks. In order to amortize this time over a large amount of data, disks typically read or write large blocks of contiguous data at once. This means that it is important to design algorithms with a high degree of locality in their disk access pattern, that is, algorithms where data accessed close in time is also stored close on disk. Such algorithms take advantage of block transfers by amortizing the large access time over a large number of accesses. In the area of I/O-efficient algorithms the main goal is to develop algorithms that minimize the number of block transfers (I/Os) used to solve a given problem.

This class will cover I/O-efficient algorithms and data structures for fundamental problems in e.g. graph theory and computational geometry, with focus on the techniques used to design such algorithms. After the class the participants should be well-equipped to conduct master or phd level research in the area.

Instructor:

Lars Arge

Office: Turing 224
Phone: 8942-9336
E-mail: large@madalgo.au.dk

Lectures:

Third quarter: and fourth quarter: Tuesday 9:15-12:00 in Shannon-157

Course Synopsis:

The class will cover a subset of the following:

  • Hierarchical memory models and fundamental bounds
  • External sorting and searching, e.g. merge and distribution sort, B-trees, and Buffer-trees
  • Geometric searching problems, e.g. interval trees, point location, priority search trees, range trees, kdB-trees, O-trees, and R-trees
  • Batched geometric problems, e.g. distribution sweeping, batched filtering, line segment intersection
  • Graph problems, e.g. list ranking, MST, SSSP, planer graph algorithms, and graph blocking
  • Cache-oblivious algorithms
  • Implementation I/O algorithms and data structures

Summary of Lectures:

 

Lec.

Date

Topic

Reading

Slides

1

Jan 27

Introduction: Hierarchical memory, I/O-model, fundamental bounds
Sorting: Merge and distribution sort

Project 1: I/O-efficient merge-sort

[AV], [AL]

 

ppt, pdf

2

Feb 3

Sorting: Lower bounds

Searching: B-trees, Weight-balanced B-trees

[Alower]

[Anote] sec 1-3

ppt, pdf

3

Feb 10

Searching: Persistent B-trees, buffer trees

[Anote] sec 4-5

ppt, pdf

4

Feb 17

Geometric data structures: Interval trees, Priority search trees

[Anote] sec 6-7

ppt, pdf

5

Feb 24

Cancelled

-

-

6

Mar 3

Project 2: I/O-efficient heap and heap sort

Geometric data structures: Range trees, kdB-trees, O-trees

[FJKT]
[Anote] sec 8-9

ppt, pdf

7

Mar 10

Geometric data structures: 3D range search and lower bounds

(guest lecturer: Kasper Dalgaard Larsen)

 

 

-

Mar 17

Break

-

-

-

Mar 24

Break

-

-

-

Mar 31

Break

-

-

8

Apr 7

Cancelled (Lars sick)

-

-

-

Apr 14

Easter break

-

-

9

Apr 21

Flash memory: Models and algorithms
(guest lecturer
: Deepak Ajwani)

 

pdf

10

Apr 28

Geometric data structures: R-trees, PR-trees

Batched geometric problems: Distribution sweeping

Projekt 3: Theoretical homework

[AdBHY] sec 1-2
[GTVV] sec 2.0-2.1

ppt, pdf

11

May 5

Graph algorithms: List ranking, algorithms on trees

[Z] sec 2-4, [CGGTVV],sec 3-6, [Abuffer] sec 4.1, [ABDHM] sec 3.1-3.2

 

12

May 12

Graph algorithms: Directed DFS and BFS, undirected BFS

[Z] sec 6.1-6.2, [ABDHM] sec 3.3, [CGGTVV], sec 7, [BGVW], [MR] sec 5.1 

-

13

May 19

Graph algorithms: Undirected Minimal Spanning Tree

[Z] sec 5, [ABT] sec 2, [ABDHM] sec 3.4

-

14

May 26

Graph algorithms: Shortest paths, lower bounds

[Z] sec 7+11, [KS] sec 2.2+3.3, [Aobdd] sec 2.3 - lemma 2, [CGGTVV] sec 2

 

-

June 18

                                                  Oral exam

-

-

Course material:

The course will be based on original papers, survey papers and lecture notes (list below will be extended as course progress):

  1. [AV] The Input/Output Complexity of Sorting and Related Problems. A. Aggarwal and J. Vitter. CACM 31 (9), 1988.
  2. [AL] External partition element finding, Lecture notes by L. Arge and M. G. Lagoudakis.
  3. [Alower] Lower bound on External Permuting/Sorting, Lecture notes by L. Arge.
  4. [Anote] External Memory Geometric Data Structures. L. Arge. Lecture notes.
  5. [FJKT] Heaps and Heapsort on Secondary Storage. R.Fadel, K.V. Jakobsen, J. Katajainen, J. Teuhola. TCS 220 (2), 1999.
  6. [AdBHY] The Priority R-Tree: A Practically Efficient and Worst-Case Optimal R-Tree. L. Arge, M. de Berg, H. Haverkort, and K. Yi. Proc. SIGMOD'04.
  7. [GTVV] External-Memory Computational Geometry. M.T. Goodrich, J-J. Tsay, D.E. Vengroff, and J.S. Vitter. Proc. FOCS'93.
  8. [Z] I/O-Efficient Graph Algorithms. N. Zeh. Lecture notes.
  9. [CGGTVV] External-Memory Graph Algorithms. Y-J. Chiang, M. T. Goodrich, E.F. Grove, R. Tamassia. D. E. Vengroff, and J. S. Vitter. Proc. SODA'95
  10. [Abuffer] The Buffer Tree: A Technique for Designing Batched External Data Structures. L. Arge. Algorithmica, 37:1-24, 2003.
  11. [ABDHM] Cache-Oblivious Priority Queue and Graph Algorithm Applications. L. Arge, M. Bender, E. Demaine, B. Holland-Minkley and I. Munro. SICOMP, 36(6), 2007.
  12. [BGVW] On External Memory Graph Traversal. A.L. Buchsbaum, M. Goldwasser, S. Venkatasubramanian, J.R. Westbrook, Proc. SODA'00.
  13. [MR] I/O-Complexity of Graph Algorithms. K. Munagala and A. Ranade. Proc. SODA'99.
  14. [ABT] On External-Memory MST, SSSP and Multi-Way Planar Graph Separation. L. Arge, G. S. Brodal, and Laura Toma. Journal of Algorithms 53:186-206, 2004.
  15. [KS] Improved Algorithms and Data Structures for Solving Graph Problems in External Memory. V. Kumar and E.J. Schwabe. Tech. report version of paper in SPDP'96.
  16. [Aobbd] The I/O-Complexity of Ordered Binary-Decision Diagarm Manipulation. L. Arge. Full version of paper in Proc. ISAAC'95.

 

Prerequisites:

dADS1+2, dOpt+dKombSøg (can be followed in parallel), and an interest in algorithms.

Projects:

Evaluation:

Three projects and a 20 minute oral exam (June 18 in Turing-014) including evaluation (discussion of the reports on the three projects and the material covered in class).
The final grade will be based on the project reports and the oral examination.

Examination list:

1.      9.00 Martin Simonsen (1)

2.      9:20 Dung My Hoa (1)

3.      9:40 Allan Rasmusson (1)

4.      10:00 Casper Kjelberg-Rasmussen (2)

5.      10:20 Finn Jepsen Schmidt (2)

6.      10:40 Rasmus Ibsen-Jensen (2)


7.      12:00 Pooya Davoodi (3)

8.      12:20 Haluk Dogan (3)

9.      12:40 Freek van Walderveen (3)

10.  13:00 Kasper Borup (4)

11.  13:20 David Kjær (4)

12.  13:40 Michael Kølbæk Madsen (4)

Credits:

10 ECTS


Lars Arge
Mon June 15, 2009