Related Experiment Video
Updated: Oct 21, 2025

08:12
A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
Published on: March 1, 2022
2.7K
GeodesicEmbedding (GE): A High-Dimensional Embedding Approach for Fast Geodesic Distance Queries.
IEEE Transactions on Visualization and Computer Graphics
|September 3, 2021
Summary
This study introduces a new method for quickly calculating geodesic distances on surfaces by embedding mesh data into high-dimensional space. This approach significantly speeds up geodesic distance queries, offering a more efficient solution than existing methods.
Area of Science:
- Computer Graphics
- Computational Geometry
- Differential Geometry
Background:
- Geodesic distance computation is crucial in various fields.
- Existing methods for geodesic distance queries can be computationally expensive.
- High-dimensional embedding offers a potential avenue for efficient distance calculations.
Purpose of the Study:
- To develop a novel and efficient method for fast geodesic distance queries on manifold surfaces.
- To address the computational challenges of high-dimensional embedding for geodesic distance approximation.
- To improve the speed and accuracy of geodesic distance calculations in computer graphics and related fields.
Main Methods:
- Embedding mesh surfaces into a high-dimensional space where Euclidean distance approximates geodesic distance.
- Reducing problem complexity by embedding only saddle vertices and locally embedding non-saddle vertices.
- Employing a cascaded optimization approach with non-Euclidean functions to minimize approximation errors.
Main Results:
- The proposed method significantly reduces the complexity of high-dimensional embedding for geodesic distance queries.
- A cascaded optimization strategy effectively minimizes approximation errors, enhancing accuracy.
- The developed approach enables near-constant time geodesic distance queries after precomputation.
Conclusions:
- The novel method provides a highly efficient solution for geodesic distance queries.
- This technique offers a significant improvement over previous geodesic distance query methods.
- The approach demonstrates the feasibility of using optimized high-dimensional embeddings for geometric computations.
Related Concept Videos
Geoid and Ellipsoid
203
The Earth's shape is best described as an ellipsoid, a slightly flattened sphere created by rotating an ellipse around its minor axis. This flattening results in the polar axis being about 21 kilometers shorter than the equatorial axis. In contrast, the geoid represents the Earth's gravitational shape and aligns with the mean sea level (MSL). The geoid is an irregular equipotential surface where gravity is perpendicular at every point. Variations in Earth's mass distribution cause geoid...
203
Spherical Coordinates
11.9K
Spherical coordinate systems are preferred over Cartesian, polar, or cylindrical coordinates for systems with spherical symmetry. For example, to describe the surface of a sphere, Cartesian coordinates require all three coordinates. On the other hand, the spherical coordinate system requires only one parameter: the sphere's radius. As a result, the complicated mathematical calculations become simple. Spherical coordinates are used in science and engineering applications like electric and...
11.9K
Geometric Mean
3.6K
The mean is a measure of the central tendency of a data set. In some data sets, the data is inherently multiplicative, and the arithmetic mean is not useful. For example, the human population multiplies with time, and so does the credit amount of financial investment, as the interest compounds over successive time intervals.
In cases of multiplicative data, the geometric mean is used for statistical analysis. First, the product of all the elements is taken. Then, if there are n elements in the...
In cases of multiplicative data, the geometric mean is used for statistical analysis. First, the product of all the elements is taken. Then, if there are n elements in the...
3.6K
Collisions in Multiple Dimensions: Introduction
5.8K
It is far more common for collisions to occur in two dimensions; that is, the initial velocity vectors are neither parallel nor antiparallel to each other. Let's see what complications arise from this. The first idea is that momentum is a vector. Like all vectors, it can be expressed as a sum of perpendicular components (usually, though not always, an x-component and a y-component, and a z-component if necessary). Thus, when the statement of conservation of momentum is written for a...
5.8K
Centroid for the Paraboloid of Revolution
694
The paraboloid of revolution is an axially symmetric surface generated by rotating a parabola around its axis. This shape has several applications in mechanical engineering due to its advantageous structural properties, such as strength against stress concentration points and rotational symmetry.
The centroid for the paraboloid of revolution is the point where all the mass of the paraboloid is concentrated. This centroid is important for engineering applications, as it determines how forces are...
The centroid for the paraboloid of revolution is the point where all the mass of the paraboloid is concentrated. This centroid is important for engineering applications, as it determines how forces are...
694
Collisions in Multiple Dimensions: Problem Solving
4.6K
In multiple dimensions, the conservation of momentum applies in each direction independently. Hence, to solve collisions in multiple dimensions, we should write down the momentum conservation in each direction separately. To help understand collisions in multiple dimensions, consider an example.
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
4.6K

