I am looking for ideas on how to mathematically go about the following situation:
Given are $n$ $SE(3)$ Lie groups, i.e. $n$ 6-DegreesOfFreedom (DoF) poses. For example, compare the following picture where I have created $n=6$ poses each depicted by coordinate systems. Case1: Spatially even distributed poses
As you can see, in case 1 all poses are different in location, but share the same orientation. However, this may not always be the case. The next case might show a different $SE(3)$ pose configuration: Case2: Spatially grouped poses
Case 2 depicts that the configuration may form two distinct clumps of poses. Among many other cases, the poses may also be almost identical in position but vary in orientation. This is illustrated in case 3: Case3: Spatially almost identical poses
The example cases 1-3 above are supposed to demonstrate the situation I am faced with. Now I am looking for ideas how to utilize statistical methods to characterize the different cases. Do you know any mathematical way to, for example, distinguish cases 1, 2 and 3 from each other? Ideally, I am looking for a scalar value, where $0.0$ means "case 3", $0.5$ means "case 2", $1.0$ means "case 1", to begin with. But I am very open to any suggestions as my question is not so much about a perfect solution but more about ideas / methods to try and investigate here.
Of course, I have also thought about several approaches myself:
- Probability theory: Sample mean and covariance: Good as a starting point, but does not capture the individual clusters of poses
- Clustering methods such as k-means: The challenge is to correctly choose the number of clusters but this could be a nice indicator of the different cases
- Information theory: Measures such as mutual information and (relative) entropy could quantify the similarity of clusters
In essence, I am lacking ideas how to approach this problem. Do you know any research papers that tackle similar problems or do you have suggestions? I would highly appreciate if you could provide numerical examples on how your approach would be applied to this problem in case it is not straight-forward.
Thank you for your time and kind regards!
I would then compare your approach on various other pose configurations to see if it works.
– Blender Ei Oct 17 '23 at 23:20