Seminars and Colloquia by Series

Estimating PageRank on Graph Streams

Series
ACO Student Seminar
Time
Wednesday, October 8, 2008 - 13:30 for 2 hours
Location
Skiles 269
Speaker
Atish Das SarmaCS/ACO, Georgia Tech
This study focuses on computations on large graphs (e.g., the web-graph) where the edges of the graph are presented as a stream. The objective in the streaming model is to maintain small amount of memory and perform few passes over the data. In the streaming model, we show how to perform several graph computations including estimating the probability distribution after a random walk of certain length l, estimate the mixing time, and the conductance. We can compute the approximate PageRank values in O(nM^{-1/4}) space and O(M^{3/4}) passes (where n is the number of nodes and M is the mixing time of the graph). In comparison, a standard (matrix-vector multiplication) implementation of the PageRank algorithm will take O(n) space and O(M) passes. The main ingredient in all our algorithms is to explicitly perform several random walks of certain length efficiently in the streaming model. I shall define and motivate the streaming model and the notion of PageRank, and describe our results and techniques. Joint work with Sreenivas Gollapudi and Rina Panigrahy from Microsoft Research.

A Friendly Introduction to Constraint Programming

Series
ACO Student Seminar
Time
Wednesday, October 1, 2008 - 13:30 for 2 hours
Location
ISyE Executive Classroom
Speaker
Daniel DadushACO, Georgia Tech
Constraint Programming is a powerful technique developed by the Computer Science community to solve combinatorial problems. I will present the model, explain constraint propagation and arc consistency, and give some basic search heuristics. I will also go through some illustrative examples to show the solution process works.

Correlation Decay and Deterministic Approximation Algorithms

Series
ACO Student Seminar
Time
Tuesday, September 23, 2008 - 15:00 for 1 hour (actually 50 minutes)
Location
ISyE executive classroom
Speaker
Prasad TetaliSchool of Mathematics, Georgia Tech
The notion of a correlation decay, originating in statistical physics, has recently played an important role in yielding deterministic approximation algorithms for various counting problems. I will try to illustrate this technique with two examples: counting matchings in bounded degree graphs, and counting independent sets in certain subclasses of claw-free graphs.

Challenges in Exact Linear Programming: Exact Precision Linear Algebra

Series
ACO Student Seminar
Time
Wednesday, September 17, 2008 - 13:30 for 1.5 hours (actually 80 minutes)
Location
ISyE Executive Classroom
Speaker
Dan SteffyISyE, Georgia Tech
A successful approach to solving linear programming problems exactly has been to solve the problems with increasing levels of fixed precision, checking the final basis in exact arithmetic and then doing additional simplex pivots if necessary. This work is a computational study comparing different techniques for the core element of our exact computation: solving sparse rational systems of linear equations exactly.

Network structure estimation for disease modeling

Series
ACO Student Seminar
Time
Wednesday, September 10, 2008 - 13:00 for 1 hour (actually 50 minutes)
Location
ISyE Executive Classroom
Speaker
Joel SokolISyE, Georgia Tech
In order to estimate the spread of potential pandemic diseases and the efficiency of various containment policies, it is helpful to have an accurate model of the structure of human contact networks. The literature contains several explicit and implicit models, but none behave like actual network data with respect to the spread of disease. We discuss the difficulty of modeling real human networks, motivate the study of some open practical questions about network structure, and suggest some possible avenues of attack based on some related research.

Pages