English

Finding Frequent Entities in Continuous Data

Artificial Intelligence 2018-05-09 v1 Data Structures and Algorithms Machine Learning

Abstract

In many applications that involve processing high-dimensional data, it is important to identify a small set of entities that account for a significant fraction of detections. Rather than formalize this as a clustering problem, in which all detections must be grouped into hard or soft categories, we formalize it as an instance of the frequent items or heavy hitters problem, which finds groups of tightly clustered objects that have a high density in the feature space. We show that the heavy hitters formulation generates solutions that are more accurate and effective than the clustering formulation. In addition, we present a novel online algorithm for heavy hitters, called HAC, which addresses problems in continuous space, and demonstrate its effectiveness on real video and household domains.

Keywords

Cite

@article{arxiv.1805.02874,
  title  = {Finding Frequent Entities in Continuous Data},
  author = {Ferran Alet and Rohan Chitnis and Leslie P. Kaelbling and Tomas Lozano-Perez},
  journal= {arXiv preprint arXiv:1805.02874},
  year   = {2018}
}
R2 v1 2026-06-23T01:48:03.703Z