Herbert Edelsbrunner | |
---|---|
![]() Herbert Edelsbrunner at SoCG 2011 | |
Born | |
Education | Graz University of Technology |
Spouse | 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.
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]
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.
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.[ citation needed ]
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.[ citation needed ]
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]
Discrete mathematics is the study of mathematical structures that can be considered "discrete" rather than "continuous". Objects studied in discrete mathematics include integers, graphs, and statements in logic. By contrast, discrete mathematics excludes topics in "continuous mathematics" such as real numbers, calculus or Euclidean geometry. Discrete objects can often be enumerated by integers; more formally, discrete mathematics has been characterized as the branch of mathematics dealing with countable sets. However, there is no exact definition of the term "discrete mathematics".
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.
In geometry, an arrangement of lines is the subdivision of the plane formed by a collection of lines. Problems of counting the features 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 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, named after Alan Tower Waterman, 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.
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.
In applied mathematics, topological data analysis (TDA) is an approach to the analysis of datasets using techniques from topology. Extraction of information from datasets that are high-dimensional, incomplete and noisy is generally challenging. TDA provides a general framework to analyze such data in a manner that is insensitive to the particular metric chosen and provides dimensionality reduction and robustness to noise. Beyond this, it inherits functoriality, a fundamental concept of modern mathematics, from its topological nature, which allows it to adapt to new mathematical tools.
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 is a mathematician and computer scientist working in the fields of combinatorics and discrete and computational geometry.
Kenneth Lee Clarkson is an American computer scientist known for his research in computational geometry. He is a researcher at the IBM Almaden Research Center, and co-editor-in-chief of Discrete and Computational Geometry and of the Journal of Computational Geometry.
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.
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 is a Russian-German mathematician.
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.
In geometry, the zone theorem is a result that establishes the complexity of the zone of a line in an arrangement of lines.