It's easy to describe the relative position of two single points, but how can we measure the spatial relationship between more complicated objects? Here, we consider simple 2D boxes and some ways to capture their relative position.
This webpage is an interactive supplement for our more in-depth
articles
Consider a pair of 2D boxes as shown in the interactive figure below. How would you describe the relative position of the red box with respect to the blue box? Suppose that the marked dot within each box represents the center of mass, which may not necessarily be in the exact middle of the object. One way to capture the spatial relationship between the two boxes is to represent their positions on the X and Y axes as triangular fuzzy numbers (TFNs). The minimum and maximum values of each TFN are the extents of the box along each axis, and the peak value represents the centroid. Subtracting the blue TFN from the red TFN gives a new relative position TFN shown in green. We can visualize the relative TFNs from each axis as a box in 2D space. We call this the Triangular Fuzzy Number Relative Position Descriptor (TFN-RPD), and it captures the minimum, maximum, and average distance between two objects along both axes.
In the figure below, you can adjust the shapes and positions of the red and blue boxes, as well as the centroids, to observe the TFN-RPD changes of the red box with respect to the blue box.
Another way we can describe the relative position between two objects is with
the histogram of forces (HoF).
In the figure below, you can move and resize the two boxes, and switch between a vectorized version of the HoF that is quick to compute and two rasterized versions that can utilize the hybrid force histogram approach. The histograms show the strength of the forces that support the red box being in direction $$\theta$$ from the blue box.
We can use the TFN-RPD or the HoF-RPD to compare the spatial relationships between two pairs of objects.
Consider the relative position of the dark red box with respect to the dark blue box in the figure below.
How similar is it to that of the light blue and light red boxes? There are many ways to evaluate this,
some of which we compute here. For complete details, see our full article
In these methods, we use the difference TFNs along the X and Y axes (shown in green). Assuming the position of the blue box is given by the TFNs $$A_x$$ and $$A_y$$, and the position of the red box is given by $$B_x$$ and $$B_y$$, the difference TFNs are defined as
$$D_x = B_x - A_x$$ $$D_y = B_y - A_y$$
The X and Y similarity measures can be combined with either the min or mean value.
$$\mathrm{TFN\text{--}SA\text{--}Min\text{--}\mu} = \min(S_\mu^X, S_\mu^Y)$$ $$\mathrm{TFN\text{--}SA\text{--}Mean\text{--}\mu} = \frac{1}{2}(S_\mu^X + S_\mu^Y)$$
In these methods, the 2D bounding boxes formed by the difference TFNs (shown in green) are used directly, so there is no need to combine the individual axis measures with the min or mean.
In these methods, the histograms of constant and gravitational (or hybrid) forces are compared using one of the three following similarity measures. The $$F_0$$ and $$F_2$$ histogram (or $$F_{02}$$) similarities between the object pairs $$AB$$ and $$A'B'$$ are averaged into a combined measure.
In the figure below, you can adjust the shapes and positions of the boxes and their centroids. The TFN-RPDs and HoF-RPDs are shown for the relationships between the dark red and blue boxes and the light red and blue boxes. Several similarity measures are computed to evaluate how similar the dark pair of boxes is to the light pair.
Each of the measures evaluates the similarity of the spatial relationships differently. The TFN methods are simple to compute, however the HoF approach is more computationally demanding. Depending on the intended application, some measures may be more appropriate than others. Note how some measures are quick to drop to zero when the object pairs are not well aligned, whereas other measures maintain positive values regardless of the positions of the objects. These are by no means the only ways to compute spatial similarity between objects, but they demonstrate the variety of different approaches that one can consider.