Herbert Edelsbrunner

Last updated
Herbert Edelsbrunner
Herbert Edelsbrunner SoCG 2011.jpg
Herbert Edelsbrunner at SoCG 2011
Born (1958-03-14) March 14, 1958 (age 64)
Education Graz University of Technology
Spouse(s) Ping Fu
Scientific career
Institutions University of Illinois at Urbana-Champaign
Duke University
IST Austria
Doctoral advisor Hermann Maurer
Doctoral students Franz Aurenhammer
Steven Skiena
Yusu Wang
Other notable students Tamal Dey

Herbert Edelsbrunner (born March 14, 1958) is a computer scientist working in the field of computational geometry, the Arts & Science Professor of Computer Science and Mathematics at Duke University, Professor at the Institute of Science and Technology Austria (ISTA), and the co-founder of Geomagic, Inc. He was the first of only three computer scientists to win the National Science Foundation's Alan T. Waterman Award.

Contents

Academic biography

Edelsbrunner was born in 1958 in Graz, Austria. [1] He received his Diplom in 1980 and Ph.D. in 1982, both from Graz University of Technology. His Ph.D. thesis was entitled Intersection Problems in Computational Geometry obtained under the supervision of Hermann Maurer. [2] After a brief assistant professorship at Graz, he joined the faculty of the University of Illinois at Urbana-Champaign in 1985, and moved to Duke University in 1999. [3] In 1996, with Ping Fu (then director of visualization at the National Center for Supercomputing Applications and his wife), he co-founded Geomagic, a company that develops shape modeling software. Since August 2009 he is Professor at the Institute of Science and Technology Austria (ISTA) in Klosterneuburg.

In 1991, Edelsbrunner received the Alan T. Waterman Award. He was elected to the American Academy of Arts and Sciences in 2005, and received an honorary doctorate from Graz University of Technology in 2006. [1] In 2008 he was elected to the German Academy of Sciences Leopoldina. [4] In 2014 he became one of ten inaugural fellows of the European Association for Theoretical Computer Science. [5] He is also a member of the Academia Europaea. [6]

Publications

Edelsbrunner has over 100 research publications [7] and is an ISI highly cited researcher. [8]

He has also published four books on computational geometry: Algorithms in Combinatorial Geometry (Springer-Verlag, 1987, ISBN   978-3-540-13722-1), Geometry and Topology for Mesh Generation (Cambridge University Press, 2001, ISBN   978-0-521-79309-4), Computational Topology (American Mathematical Society, 2009, 978-0821849255) and A Short Course in Computational Geometry and Topology (Springer-Verlag, 2014, ISBN   978-3-319-05956-3).

As Edelsbrunner's Waterman Award citation states, [9]

Dr. Edelsbrunner is a pioneer in the field of computational geometry. ... Dr. Edelsbrunner has had a tremendous impact on computational geometry by his own research as well as by his 1987 book Algorithms in Combinatorial Geometry which systematized the field in its early days. This book is considered by many people to be still the best textbook and reference source on computational geometry.

Research contributions

Edelsbrunner's most heavily cited research contribution [10] is his work with Ernst Mücke on alpha shapes, a technique for defining a sequence of multiscale approximations to the shape of a three-dimensional point cloud. In this technique, one varies a parameter alpha ranging from 0 to the diameter of the point cloud; for each value of the parameter, the shape is approximated as the union of line segments, triangles, and tetrahedra defined by 2, 3, or 4 of the points respectively such that there exists a sphere of radius at most alpha containing only the defining points.

Another heavily cited paper, also with Mücke, concerns “simulation of simplicity.” This is a technique for automatically converting algorithms that work only when their inputs are in general position (for instance, algorithms that may misbehave when some three input points are collinear) into algorithms that work robustly, correctly, and efficiently in the face of special-position inputs.

Edelsbrunner has also made important contributions to algorithms for intersections of line segments, construction of K-sets, the ham sandwich theorem, Delaunay triangulation, point location, interval trees, fractional cascading, and protein docking. [11]

Related Research Articles

Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many applications ranging from logic to statistical physics and from evolutionary biology to computer science.

Computational geometry is a branch of computer science devoted to the study of algorithms which can be stated in terms of geometry. Some purely geometrical problems arise out of the study of computational geometric algorithms, and such problems are also considered to be part of computational geometry. While modern computational geometry is a recent development, it is one of the oldest fields of computing with a history stretching back to antiquity.

Arrangement of lines Subdivision of the plane by lines

In geometry an arrangement of lines is the subdivision of the plane formed by a collection of lines. Bounds on the complexity of arrangements have been studied in discrete geometry, and computational geometers have found algorithms for the efficient construction of arrangements.

Algorithmic topology, or computational topology, is a subfield of topology with an overlap with areas of computer science, in particular, computational geometry and computational complexity theory.

Mesh generation Subdivision of space into cells

Mesh generation is the practice of creating a mesh, a subdivision of a continuous geometric space into discrete geometric and topological cells. Often these cells form a simplicial complex. Usually the cells partition the geometric input domain. Mesh cells are used as discrete local approximations of the larger domain. Meshes are created by computer algorithms, often with human guidance through a GUI, depending on the complexity of the domain and the type of mesh desired. A typical goal is to create a mesh that accurately captures the input domain geometry, with high-quality (well-shaped) cells, and without so many cells as to make subsequent calculations intractable. The mesh should also be fine in areas that are important for the subsequent calculations.

The Alan T. Waterman Award is the United States's highest honorary award for scientists no older than 40, or no more than 10 years past receipt of their Ph.D. It is awarded on a yearly basis by the National Science Foundation. In addition to the medal, the awardee receives a grant of $1,000,000 to be used at the institution of their choice over a period of five years for advanced scientific research.

Institute of Science and Technology Austria Research institute in Austria

The Institute of Science and Technology Austria (ISTA) is an international research institute in natural and mathematical sciences, located in Maria Gugging, Klosterneuburg, 20 km northwest of the Austrian capital of Vienna. It was established and inaugurated by the provincial government of Lower Austria and the federal government of Austria in 2009.

Kurt Mehlhorn German computer scientist (born 1949)

Kurt Mehlhorn is a German theoretical computer scientist. He has been a vice president of the Max Planck Society and is director of the Max Planck Institute for Computer Science.

Joseph O'Rourke is the Spencer T. and Ann W. Olin Professor of Computer Science at Smith College and the founding chair of the Smith computer science department. His main research interest is computational geometry.

János Pach Hungarian mathematician

János Pach is a mathematician and computer scientist working in the fields of combinatorics and discrete and computational geometry.

David G. Kirkpatrick

David Galer Kirkpatrick is a Professor Emeritus of computer science at the University of British Columbia. He is known for the Kirkpatrick–Seidel algorithm and his work on polygon triangulation, and for co-inventing α-shapes and the β-skeleton. He received his PhD from the University of Toronto in 1974.

Pankaj Kumar Agarwal is an Indian computer scientist and mathematician researching algorithms in computational geometry and related areas. He is the RJR Nabisco Professor of Computer Science and Mathematics at Duke University, where he has been chair of the computer science department since 2004. He obtained his Doctor of Philosophy (Ph.D.) in computer science in 1989 from the Courant Institute of Mathematical Sciences, New York University, under the supervision of Micha Sharir.

In computational geometry, an alpha shape, or α-shape, is a family of piecewise linear simple curves in the Euclidean plane associated with the shape of a finite set of points. They were first defined by Edelsbrunner, Kirkpatrick & Seidel (1983). The alpha-shape associated with a set of points is a generalization of the concept of the convex hull, i.e. every convex hull is an alpha-shape but not every alpha shape is a convex hull.

Emmerich (Emo) Welzl is a computer scientist known for his research in computational geometry. He is a professor in the Institute for Theoretical Computer Science at ETH Zurich in Switzerland.

Franz Aurenhammer is an Austrian computational geometer known for his research in computational geometry on Voronoi diagrams, straight skeletons, and related structures. He is a professor in the Institute for Theoretical Computer Science of Graz University of Technology.

Dmitry Feichtner-Kozlov Russian-German mathematician

Dmitry Feichtner-Kozlov is a Russian-German mathematician.

Tamal Dey Indian mathematician and computer scientist (born 1964)

Tamal Krishna Dey is an Indian mathematician and computer scientist specializing in computational geometry and computational topology. He is a professor at Purdue University.

Yusu Wang is a Chinese computer scientist and mathematician who works as a professor at the Halıcıoğlu Data Science Institute at the University of California, San Diego. Her research concerns computational geometry and computational topology, including results on discrete Laplace operators, curve simplification, and Fréchet distance.

Zone theorem Theorem in computational and discrete geometry

In geometry, the zone theorem is a result that establishes the complexity of the zone of a line in an arrangement of lines.

References