Indexing and querying color sets of images
Djamal Belazzougui, Roman Kolpakov, Mathieu Raffinot

TL;DR
This paper develops algorithms and data structures for efficiently indexing and querying the set of color fingerprints of all rectangular regions in an image, enabling fast retrieval of maximal regions with specific color sets.
Contribution
It introduces methods to compute, index, and query maximal rectangular regions by their color sets with improved time and space complexities, including Monte Carlo and deterministic algorithms.
Findings
Expected time for maximal location determination: O(nm^2σ)
Data structure query time: O(|f|+loglog n+k)
Space complexity for indexing: O(nm log n + |L|)
Abstract
We aim to study the set of color sets of continuous regions of an image given as a matrix of rows over columns where each element in the matrix is an integer from named a {\em color}. The set of distinct colors in a region is called fingerprint. We aim to compute, index and query the fingerprints of all rectangular regions named rectangles. The set of all such fingerprints is denoted by . A rectangle is {\em maximal} if it is not contained in a greater rectangle with the same fingerprint. The set of all locations of maximal rectangles is denoted by We first explain how to determine all the maximal locations with their fingerprints in expected time using a Monte Carlo algorithm (with polynomially small probability of error) or within deterministic time.…
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.
