COMPSCI 234
Fall 2011

COMPSCI 234 • Fall 2011 • TuTh 4:25-5:40 • LSRC D243

Administration

Instructor:
Pankaj K. Agarwal
TA:
Nikhil Gopalkrishnan

Overview

Computational geometry studies the design, analysis, and implementation of algorithms and data structures for geometric problems. These problems arise in a wide range of areas, including CAD/CAM, robotics, computer graphics, molecular biology, GIS, spatial databases, sensor networks, and machine learning. In addition to the tools developed in computer science, the study of geometric algorithms also requires ideas from various mathematical disciplines, e.g., combinatorics, topology, algebra, and differential geometry. This close interaction between various mathematical and practical areas has had a beneficial impact on both basic and applied research in computational geometry.

The goal of this course is to provide an overview of the techniques developed in computational geometry as well as some of its application areas. The topics covered in the course will include:

  1. Geometric Fundamentals: Motivation, models of computation, geometric primitives, geometric transforms
  2. Convex hulls: Planar convex hulls, higher dimensional convex hulls, randomized, output-sensitive, and dynamic algorithms, applications of convex hull
  3. Intersection detection: Segment intersection, line sweep, map overlay, polyhedra intersection
  4. Geometric searching: Segment, interval, and priority-search trees, point location, persistent data structure, fractional cascading, range searching, nearest-neighbor searching, streaming
  5. Proximity problems: Closest pair, Voronoi diagram, Delaunay triangulation and their subgraphs, spanners, well separated pair decomposition
  6. Arrangements: Arrangements of lines and hyperplanes, sweep-line and incremental algorithms, lower envelopes, levels, and zones, applications
  7. Triangulations: Polygon triangulations, point-set triangulations, Steiner triangulation, Delaunay refinement
  8. Geometric sampling: Random sampling and e-nets, e-approximation and discrepancy, cuttings, coresets
  9. Embeddings: Bourgain's theorem, random-projection, low-distortion embeddings

top

Textbook

The main textbook for this course:
M. de Berg, M. van Kreveld, M. Overmars, and O. Schwarzkopf, Computational Geometry: Algorithms and Applications, 3rd Edition, Springer, 2010.

top

Grading

Assignments: 30% weight
Four assignments will be given during the semester, which each student has to complete individually.

Final Exam: 30% weight
A take-home exam will be given at the end of the semester. The exact dates will be discussed in the class.

Research Project: 40% weight
The intention is to produce a work of publishable or near-publishable quality. It will consist of a comprehensive survey on a topic plus new research work.

top