brics research activities algorithms
play

BRICS Research Activities Algorithms Gerth Stlting Brodal BRICS - PowerPoint PPT Presentation

BRICS Research Activities Algorithms Gerth Stlting Brodal BRICS Retreat, Sandbjerg, 2123 October 2002 1 Outline of Talk The Algorithms Group Courses Algorithm Events Expertise within BRICS Examples Algorithms for


  1. BRICS Research Activities Algorithms Gerth Stølting Brodal BRICS Retreat, Sandbjerg, 21–23 October 2002 1

  2. Outline of Talk • The Algorithms Group • Courses • Algorithm Events • • Expertise within BRICS Examples • Algorithms for Evolutionary Trees • Cache Oblivious Algorithms BRICS Retreat, Sandbjerg, 21–23 October 2002 2

  3. The Algorithms Group Erik Meineche Schmidt PhD students Algorithms, Complexity Theory Sven Skyum Alex Rune Berg Algorithms, Complexity Theory Graph Theory Peter Bro Miltersen Jesper Makholm Byskov Complexity Theory, Data Structures Algorithms for NP-hard problems Gudmund Skovbjerg Frandsen Bolette Ammitzbøll Madsen Algebraic Algorithms, Dynamic Algorithms Algorithms for NP-hard problems Christian Nørgaard Storm Pedersen Bjarke Skjernaa Bioinformatics, String Algorithms Algorithms for NP-hard problems Gerth Stølting Brodal Kristoffer Arnsfelt Hansen Data Structures, External Memory Complexity Rolf Fagerberg Data structures, External Memory BRICS Retreat, Sandbjerg, 21–23 October 2002 3

  4. Courses • dProg (Introduction to Programming) Frandsen • dADS (Algorithms and Data Structures) Brodal, Schmidt • dSøgOpt (Searching and Optimization) Skyum, Miltersen • Computer Architecture and Operating Systems Pedersen • Computational Geometry Skyum • Complexity Miltersen • Randomized, Parallel and Dynamic Algorithms Frandsen • Algorithms (ph.d. course) Brodal, Fagerberg • External Memory Algorithms and Data Structures — • Algorithms for Web Indexing and Searching — • Algorithms in Bioinformatics Pedersen • Genome Analysis — BRICS Retreat, Sandbjerg, 21–23 October 2002 4

  5. Algorithm Events Upcoming 18th IEEE Conference on Computational Complexity (June 2003, organizing chair Peter Bro Miltersen) Ongoing Alcom seminar Recent EEF Summer School on Massive Data Sets (June 2002) ALGO 2001 (August 2001)  ESA 2001 - 9th Annual European Symposium on Algorithms   WAE 2001 - 5th Workshop on Algorithm Engineering  WABI 2001 - 1st Workshop on Algorithms in BioInformatics  BRICS Retreat, Sandbjerg, 21–23 October 2002 5

  6. Algorithms and Complexity – Future Technologies The ALCOM-FT project is a joint effort between eleven of the leading groups in algorithms research in Europe. The aim of the project is to discover new algorithmic concepts, identify key algorithmic problems in im- portant applications, and contribute to the accelerated transfer of advanced algorithmic techniques into commercial systems. The project takes place from June 2000 to June 2003. • ALCOM-FT (continuation of ALCOM, ALCOM-II, ALCOM-IT) • BRICS is the coordinator of ALCOM-FT (Erik Meineche Schmidt, Rolf Fagerberg) • 336 technical reports since July 2000 BRICS Retreat, Sandbjerg, 21–23 October 2002 6

  7. BRICS Erik Meineche Schmidt Barcelona Josep Díaz Cologne Michael Jünger INRIA Rocquencourt Philippe Flajolet Max-Planck-Institut für Informatik Kurt Mehlhorn Paderborn Burkhard Monien Friedhelm Meyer auf der Heide Patras Paul Spirakis Rome “La Sapienza” Giorgio Ausiello Utrecht Jan van Leeuwen Warwick Mike Paterson Cyprus Marios Mavronicolas BRICS Retreat, Sandbjerg, 21–23 October 2002 7

  8. Algorithm Expertise within BRICS • Algorithms in general • Complexity • Data structures • Dynamic algorithms • External memory algorithms • Algorithms in Bioinformatics • Algorithm engineering / experimental algorithmics BRICS Retreat, Sandbjerg, 21–23 October 2002 8

  9. Examples BRICS Retreat, Sandbjerg, 21–23 October 2002 9

  10. ☞ ☞ ✡ ✡ ✡ ✡ ☛ ☛ ☛ ☞ ☞ ☞ � ☞ ✌ ✡ ✌ ✌ ✍ ✍ ✍ ✍ ✍ ✍ ✎ ✎ ✎ ✎ ✡ ✠ ✎ ☎ � � � ✁ ✁ ✂ ✂ ✂ ✄ ✄ ☎ ☎ ☎ ✠ ☎ ☎ ✆ ✆ ✝ ✝ ✝ ✞ ✞ ✟ ✟ ✟ ✠ ✎ Algorithms for Evolutionary Trees c a a b c d d b f e f e c d b b induced quartets a c a d • Reconstruct evolutionary trees, e.g. from quartets • Compare evolutionary trees, e.g. number of common quartets BRICS Retreat, Sandbjerg, 21–23 October 2002 10

  11. The Classic RAM Model Add: O(1) R O(1) CPU A Mult: M Mem access: O(1) BRICS Retreat, Sandbjerg, 21–23 October 2002 11

  12. The Classic RAM Model Add: O(1) R O(1) CPU A Mult: M Mem access: O(1) Real life L1 L2 R C C CPU a a A Disk c c M h h e e Bottleneck: transfer between two highest memory levels in use BRICS Retreat, Sandbjerg, 21–23 October 2002 11

  13. The I/O Model I/O M e m External CPU o r Memory y N = problem size M = memory size Aggarwal and Vitter 1988 B = I/O block size • One I/O moves B consecutive records from/to disk • Cost: number of I/Os � N N � • E.g., sorting requires O B log M/B I/Os. B BRICS Retreat, Sandbjerg, 21–23 October 2002 12

  14. Cache-Oblivious Model Frigo, Leiserson, Prokop, Ramachandran, FOCS’99 • Program in the RAM model • Analyze in the I/O model (for arbitrary B and M ). Advantages • Optimal on arbitrary level ⇒ optimal on all levels. • B and M not hard-wired into algorithm. BRICS Retreat, Sandbjerg, 21–23 October 2002 13

  15. Cache-Oblivious Results • Scanning ⇒ stack, queue, median finding,. . . . • Sorting, matrix multiplication, FFT Frigo, Leiserson, Prokop, Ramachandran, FOCS’99 • Cache oblivious search trees Prokop 99 Bender, Demaine, Farach-Colton, FOCS’00 Rahman, Cole, Raman, WAE’01 Bender, Duan, Iacono, Wu and Brodal, Fagerberg, Jacob, SODA’02 • Priority queue and graph algorithms Arge, Bender, Demaine, Holland-Minkley, Munro, STOC’02 Brodal, Fagerberg, ISAAC’02 • Computational geometry Bender, Cole, Raman, ICALP’02 Brodal, Fagerberg, ICALP’02 • Scanning dynamic sets Bender, Cole, Demaine, Farach-Colton, ESA’02 BRICS Retreat, Sandbjerg, 21–23 October 2002 14

  16. ✆ ✌ ✁ ✂ ✄ ✌ ☎ ✎ ✠ ☞ ✡ ✞ ✌ ☛ ☛ ☞ � � ☛ ✍ ✄ ☞ ✏ ✌ ✎ � ✁ ✂ ☎ ☛ ✆ ✓ ☎ ✠ ✡ ✞ ☎ ✄ Double for-loop i X X , Y arrays of length n : Y j ✝✟✞ ✝✟✞ ✏✒✑ I/O complexity: B = n 2 n × n B BRICS Retreat, Sandbjerg, 21–23 October 2002 15

  17. ✌ ☞ ✄ ✌ ✆ ✝ ✞ ☛ ✠ ✡ ✞ ✌ ☛ ☛ � ✁ ✁ ✂ ✄ ✁ ✆ ☎ ✞ ✁ ✠ ☎ ☛ � ✂ � ✁ ✁ ☞ ✏ ✌ ✎ ✓ ✁ ✎ ✍ ✄ � ☞ � ✂ ☞ ✄ ☎ ✆ ☛ ☎ ✠ ✡ ✞ ☎ ✆ ☎ ☛ � ✞ Double for-loop M X More I/O-efficient version: Y M I/O complexity: n 2 M × n n M × M B = MB ✝✟✞ ✏✒✑ BRICS Retreat, Sandbjerg, 21–23 October 2002 16

  18. Double for-loop Cache-oblivious version: n/ 2 n/ 2 X + recursion Y n/ 2 n/ 2 I/O complexity: n 2 Again MB BRICS Retreat, Sandbjerg, 21–23 October 2002 17

  19. ✡ ✞ ✁ ✝ ✄ ☎ ☛ ✄ ☎ ✡ ✟ ✆ ✠ ☞ ✌ ✑ ✌ ✑ ✄ ☎ ✁ ☎ ✞ ✡ ✞ ✟ ✠ ☞ ✌ ✑ ✄ ☎ ✞ ✄ ✟ ✠ ☞ ✌ ☞ � ✁ ✁ ✂ ✡ ✟ ☎ ✟ ✌ ✑ ✌ ☛ ✄ ☎ ✡ ✞ ✠ ✠ ☞ ✌ ✑ ✄ ☎ ✡ ✞ ✟ ☞ ✟ ✠ ☎ ☞ ✌ ☞ � ✁ ✁ ✂ ✄ ✆ ✞ ✁ ✁ ✝ ✄ ☎ ☛ ✄ ☎ ✡ ✌ ✄ ☞ ✆ ✄ ✄ ☎ ✡ ✞ ✟ ✠ ✆ ✡ ☎ ☞ � ✄ ✍ ✎ ☎ ☞ ✓ � ☞ ✌ ✝ � ✁ ✁ ✂✄ ☎ ✆ ✁ ✁ ✄ ✠ ☎ ✑ ✌ ✑ ✄ ☎ ✡ ✞ ✟ ✎ ✏ ☛ ✂ ✟ ✠ ☞ ✌ ☞ � ✁ ✁ ✄ ✡ ☎ ✆ ✁ ✁ ✝ ✄ ☎ ✑ ✌ ✞ ☎ ☞ ✄ ☎ ✄ ☛ ☎ � ✁ ✁ ✂ ☎ ✄ ✆ ✁ ✁ ✝ ✄ ☎ ✑ ✌ ✑ ✠ 18 Double for-loop BRICS Retreat, Sandbjerg, 21–23 October 2002 Cache-oblivious version ✏✒✑

  20. Double for-loop – Experiments 10000 time (seconds) 1000 100 10 plain cache-aware (L1) cache-aware (L2) log 2 of array size (bytes) cache-oblivious 1 15 16 17 18 19 20 21 Sizes within RAM (element size 4 bytes) 366 MHz Pentium II, 128 MB RAM, 256 KB Cache, gcc -O3, Linux BRICS Retreat, Sandbjerg, 21–23 October 2002 19

  21. Double for-loop – Experiments time (seconds) 1000 100 10 1 plain cache-aware (L2) cache-aware (RAM) log 2 of array size (bytes) 0.1 cache-oblivious 19 20 21 22 23 24 25 26 27 Sizes exceeding RAM (element size 1 KB) 366 MHz Pentium II, 128 MB RAM, 256 KB Cache, gcc -O3, Linux BRICS Retreat, Sandbjerg, 21–23 October 2002 20

  22. Cache-Oblivious Search Trees Recursive memory layout (van Emde Boas layout) Prokop 1999 · · · ⌊ h/ 2 ⌋ A · · · · · · · · · h · · · ⌈ h/ 2 ⌉ · · · · · · · · · B 1 Bk · · · · · · · · · · · · · · · · · · A B 1 · · · Bk Binary tree Searches use O(log B N ) I/Os Bender, Demaine, Farach-Colton, FOCS’00 Rahman, Cole, Raman, WAE’01 Dynamization Bender, Duan, Iacono, Wu, SODA 02 Brodal, Fagerberg, Jacob, SODA’02 BRICS Retreat, Sandbjerg, 21–23 October 2002 21

  23. Cache-Oblivious Search Trees 6 4 8 1 5 7 11 3 10 13 ⇓ 6 4 8 1 − 3 5 − − 7 − − 11 10 13 Search O(log B N ) � � log B N + k O Range Reporting B log B N + log 2 N � � Updates O B BRICS Retreat, Sandbjerg, 21–23 October 2002 22

  24. M ≥ B 2 ? Current Work... BRICS Retreat, Sandbjerg, 21–23 October 2002 23

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