Algorithms for Colourful Simplicial Depth and Medians in the Plane
Olga Zasenko, Tamon Stephen

TL;DR
This paper introduces efficient algorithms for computing colourful simplicial depth and finding medians in the plane, extending classical concepts to multi-colour point configurations with improved computational complexity.
Contribution
It presents new algorithms for calculating colourful simplicial depth and locating medians, with complexity bounds that improve upon or match existing methods for monochrome cases.
Findings
Algorithm for colourful depth runs in O(n log n + kn) time
Median finding algorithm operates in O(n^4) time
Compared algorithms show efficiency improvements over previous methods
Abstract
The colourful simplicial depth of a point x in the plane relative to a configuration of n points in k colour classes is exactly the number of closed simplices (triangles) with vertices from 3 different colour classes that contain x in their convex hull. We consider the problems of efficiently computing the colourful simplicial depth of a point x, and of finding a point, called a median, that maximizes colourful simplicial depth. For computing the colourful simplicial depth of x, our algorithm runs in time O(n log(n) + k n) in general, and O(kn) if the points are sorted around x. For finding the colourful median, we get a time of O(n^4). For comparison, the running times of the best known algorithm for the monochrome version of these problems are O(n log(n)) in general, improving to O(n) if the points are sorted around x for monochrome depth, and O(n^4) for finding a monochrome median.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Advanced Optimization Algorithms Research · Advanced Statistical Methods and Models
