Computational Geometry - SS 21

Where should you place a new cell phone transmitter in a city such that its coverage area does not overlap with other, existing cell phone transmitters? How should you connect the nodes of a height field such that you obtain a plausible 3D terrain? How can you compress images very easily and still get a decent compression rate? (JPEG achieves very good compression rates, but it also is very complex.)

In recent years, methods from computational geometry have been widely adopted in various fields of practical computer science, yielding elegant and efficient algorithms. This course aims at endowing practitioners with a working knowledge of a wide range of algorithms, methods, and tools from computational geometry. It will enable attendees to recognize geometric problems in their respective field of work and select the most suitable data structure. In the course, I will show this with a number of examples, which are mostly situated in the area of visual computing.

The course will focus on geometric algorithms and data structures that have proven to be versatile, efficient, fundamental, and easy to implement. Thus, students will benefit immediately from this course, if they are interested in areas such as computer graphics, computer vision, robotics, machine learning, spatial databases, visualization, simulation, and many others.

This course is for you, if you want to acquire ...

  1. Knowledge and mastering of some of the geometric data structures that are very important for many methods in a lot of areas of practical computer science (see above).
  2. In-depth insights into the reasons why algorithms become very efficient by using these data structures.
  3. Knowledge of some applications of these data structures in visual computing.
  4. Some skills in proving the correctness and complexity analysis of geometric algorithms.

There are no formal prerequisites for this course; it is self-contained. It does not require knowledge of mathematics beyond high school algebra, but it does assume that students are comfortable with rigorous thinking and with proving theorems and properties of algorithms. If you have attended my computer graphics course in the Bachelor's program (CG1), then your feelings towards the chapter on triangulation can serve as an indicator whether or not this course will be interesting and rewarding to you.

Some of the envisioned topics (these might change a little during the semester):

  1. Quadtrees / octrees, texture compression, isosurfaces, terrain visualization.
  2. Kd-trees, texture synthesis, point cloud surfaces.
  3. BSP trees, boolean operations on solids.
  4. Bounding volume hierarchies.
  5. Kinetic data structures, collision detection.
  6. Convex hulls.
  7. Voronoi and Delaunay diagrams, facility location problems, approximation to the TSP.
  8. Range-trees and priority-search trees, range queries on the grid.
Note: the exact combination of topics will be modified a little bit each time.

This course is at the intersection of computational geometry and practical computer science. Therefore, we will not assign practical, but only (easy) theoretical exercises.

News

Starting Date: 20. April 16h ct
Zoom: the link will be announced in an email via Studip.
Twitch: join the channel https://www.twitch.tv/gabzach
Discord: https://discord.gg/YGUZFxf       This is meant for you to ask questions during the (live) lecture; also, I encourage you to use this for discussions and Q&A amongst yourselves. (Rest assured that I don't have time to "listen" in to your chatting on discord ;-) )

Topics

The following table contains the topics presented in class.

Week Topics Notes Assignments
1. Quadtrees: definition, complexity of quadtrees over points, navigation in quadtrees, balanced quadtrees, complexity of balancing operation, meshing for integer polylines using quadtrees, complexities of meshing, V 1
PDF
2. Quadtrees 2: meshing for arbitrary polylines (aspect ratio of traingles, Delaunay condition), variants & generalizations of quadtrees/octrees, space-filling curves, Z-order curve, Morton codes, point location problem, storage and implemenation, V 2
PDF
3. Applications of quadtrees: space carving (reconstruction of 3D objects from image sequences), image compression, isosurfaces: definition, marching cubes, acceleration using octrees; interlude: solving stabbing queries using the span space; isosurfaces for time-varying scalar fields. V 3
PDF
Assignment 1
4. Algorithms for the Closest Pairs problem (2 dimensions, d dimensions, probabilistic).
Kd-Trees: definition, construction, complexity of the construction, variants of kd-trees, nearest-neighbor (NN) search using kd-trees,
PDF 1 PDF 2
5. Curse of dimensionality. Four-dimensional geometric thinking.
Approximate nearest neighbor (ANN) search: algorithm, correctness, time complexity; "best" ANN algorithms (randomized kd-tree, PCA-RKD, RKD forest), experimental results;
V 5
PDF 2
6. Applications: stackless kd-tree traversal using roped kd-trees (for ray-tracing), k-NN classification, texture synthesis, statistical shape matching (shape contexts, surflet pair histograms), iterative closest points (ICP), V 5
PDF
Assignment 2
7. BSP-Trees: definition, examples, construction algorithm, complexity of BSPs (expected size and construction running time), BSPs over convex polyhedra, simple applications of BSPs (ray shooting, point location in closed polyhedra, back-to-front rendering), construction of good BSPs using a cost function, deferred distribution-optimized (self-organizing) BSP trees, BSPs representing polyhedra, Boolean set operations (CSG operations) on solids using the BSP representation. PDF Assignment 3
8. Kinetic data structures: motivation,, definitions, the algorithmic technique in general, performance measures for KDS, tournament tree (kinetic heap), epsilon-approximate KDS using epsilon-kernel (just the idea), (static) segment tree (for stabbing queries), kinetic segment tree V 7
PDF
9. Bounding volume hierarchies (several parts were presented on slides): definition of BVHs, different types of BVs, tightness metrics for BVs, top-down construction (with PCA transformation and sweep plane technique), surface area heuristic (SAH), construction in configuration-space using kd-trees, efficiency of bounding boxes as BVs for neighbor filtering (broad phase), computation of OBBs, application of k-DOPs to collision detection, collision detection using BVHs. PDF
10. Convex hulls: definition, constructive proof for CH over sets of points, lower bound on complexity, convex combinations and properties of convex hulls, construction in 2D (Graham's scan, gift wrapping), Chan's output sensitive algorithm PDF
11. Convex hulls 2: Euler's equation and its application to polyhedra, construction of the CH in 3D (Clarkson-Shor's algorithm), positive/negative volume, extremal point in a convex polygon, Akl-Toussaint heuristic for convex hulls, Demos and applications of convex hulls (biology, onion peeling, coll.det.).
Geometric predicates: left/right, front-facing/back-facing, finding extreme points in convex polygon, comparing points by angle
Assignment meeting
PDF PDF 2 Assignment 4
12. Voronoi diagrams (VD): definition, examples, basic properties; lemma of the expanding circle, relationship between VD's and the convex hull, complexity of the VD; generlizations (just def's): higher-order VD, generalized distance metric, generalized Voronoi sites, applications: compactness of clusters/districts, path planning, protein structure. PDF
13. Delaunay triangulations (DT): definition of triangulations, defintion of DT's as dual of the Voronoi diagram, simple properties, Thales' theorem and edge flips, theorem on the maximal minimal angle of DT's, construction of 2D Delaunay triangulations, in-circle predicate. PDF
5. Sphere packings and sphere trees: bounding volume hierarchies, simultaneous traversal, sphere packings, the sausage catastrophe, protosphere, inner sphere trees, collisions with point clouds, theoretic bounds on colliding spheres.
Hierarchical grids: k-free triangle soups, kDet
V 2.1
Slides
Assignment 2
14. Applications of VD's and DT's: post-office problem, connection between NNG(S) and DT(S), connection between MST(S) and DT(S), finding the largest empty circle.
Generalizations of Voronoi diagrams (higher-order sites, power diagram, additive weights, different norms, etc.).
More applications of VD's: redistricting, the cones trick for approximate VD's,
Assignment meeting
GZ 12

The notes named "V x" have been written and are by courtesy of Vanessa Hassouna (thank you so much!), those named "PDF" are my writing on the iPad during the online lecture.

Here are the slides I presented throughout the course. Please consider only those that I covered in class. All other slides are purely for your entertainment, in case you are interested.

Video Recordings of the Lecture as of SS 21

The videos are encoded with H.265/HEVC and should play fine with Safari and IE. With Chrome and Firefox, you might need to download the videos, or install a plugin/extension.

Chapter
Quadtrees, Octrees, and Applications
Closest Pairs
KD-Trees, Nearest Neighbors, and Applications
BSP-Trees, and Applications
Kinetic Data Structures, Kinetic BVH, Kinetic Segment Tree
Bounding Volume Hierarchies
Convex Hulls, Euler's Equation, Geometric Predicates, and Applications
Voronoi Diagrams, and Applications
Delaunay Triangulations
Call for Theses

Literature

Links and Online-Literature

Gabriel Zachmann
Last modified: Wed Aug 04 15:48:08 MDT 2021