CS6170 Randomized Algorithms
July - Nov 2021
Topics/References for course reading
Below are a list of topics and related references. You can form groups of size at most 3 to read the material, and give a lecture in class during the normal lecture slot. We will schedule these towards the end of the semester. If you want to read some other topic of your choice, please talk to me about it.
Randomized rounding
- Randomized Rounding: A Technique for Provably Good Algorithms and Algorithmic Proofs - Raghavan and Thompson.
- Approximation Algorithms via Randomized Rounding: A Survey - Srinivasan.
Pessimistic estimators and derandomization
Hashing
- The Power of Simple Tabulation Hashing - Patrascu and Thorup.
- Why Simple Hash Functions Work: Exploiting the Entropy in a Data Stream - Mitzenmacher and Vadhan.
Random walks and clustering
- A Local Clustering Algorithm for Massive Graphs and its Application to Nearly-Linear Time Graph Partitioning - Spielman and Teng.
This is the first of three papers (the others are here and here), that give a nearly linear-time algorithm for solving certain systems of linear equations. We will stick to just this paper.
Algebraic techniques
- Probabilistic Polynomials and Hamming Nearest Neighbors - Alman and Williams.
- An Illuminating Algorithm for the Light Bulb Problem - Alman.
Dimension reduction and applications
- Database-friendly random projections: Johnson-Lindenstrauss with binary coins - Achlioptas.
- Approximate Nearest Neighbor: Towards Removing the Curse of Dimensionality - Har-Peled, Indyk and Motwani.
Matching in graphs
- Perfect Matchings via Uniform Sampling in Regular Bipartite Graphs - Goel, Kapralov and Khanna.
- Perfect Matchings in \(O(n \log n)\) Time in Regular Bipartite Graphs - Goel, Kapralov and Khanna.
Color-coding and subset sum
- Color-Coding - Alon, Yuster and Zwick.
- A Near-Linear Pseudopolynomial Time Algorithm for Subset Sum - Bringmann.
Dynamic algorithms
- Maintaining a Large Matching and a Small Vertex Cover - Onak and Rubinfeld.
- Fully dynamic maximal matching in \(O(\log n)\) update time - Baswana, Gupta and Sen.
Online algorithms
- Online Budgeted Matching in Random Input Models with applications to Adwords - Goel and Mehta.
- Online Stochastic Matching: Beating \(1 − \tfrac{1}{e}\) - Feldman, Mehta, Mirrokni and Muthukrishnan.