Coresets for Kinematic Data: From Theorems to Real-Time Systems

11/30/2015
by   Soliman Nasser, et al.
0

A coreset (or core-set) of a dataset is its semantic compression with respect to a set of queries, such that querying the (small) coreset provably yields an approximate answer to querying the original (full) dataset. In the last decade, coresets provided breakthroughs in theoretical computer science for approximation algorithms, and more recently, in the machine learning community for learning "Big data". However, we are not aware of real-time systems that compute coresets in a rate of dozens of frames per second. In this paper we suggest a framework to turn theorems to such systems using coresets. We begin with a proof of independent interest, that any set of n matrices in R^d× d whose sum is S, has a positively weighted subset whose sum has the same center of mass (mean) and orientation (left+right singular vectors) as S, and consists of O(dr) matrices (independent of n), where r≤ d is the rank of S. We provide an algorithm that computes this (core) set in one pass over possibly infinite stream of matrices in d^O(1) time per matrix insertion. By maintaining such a coreset for kinematic (moving) set of n points, we can run pose-estimation algorithms, such as Kabsch or PnP, on the small coresets, instead of the n points, in real-time using weak devices, while obtaining the same results. This enabled us to implement a low-cost (<100) IoT wireless system that tracks a toy (and harmless) quadcopter which guides guests to a desired room (in a hospital, mall, hotel, museum, etc.) with no help of additional human or remote controller. We hope that our framework will encourage researchers outside the theoretical community to design and use coresets in future systems and papers. To this end, we provide extensive experimental results on both synthetic and real data, as well as a link to the open code of our system and algorithms.

READ FULL TEXT
research
06/11/2019

Fast and Accurate Least-Mean-Squares Solvers

Least-mean squares (LMS) solvers such as Linear / Ridge / Lasso-Regressi...
research
10/15/2018

Small Space Stream Summary for Matroid Center

In the matroid center problem, which generalizes the k-center problem, w...
research
02/21/2018

Coresets For Monotonic Functions with Applications to Deep Learning

Coreset (or core-set) in this paper is a small weighted subset Q of the ...
research
11/18/2020

Introduction to Core-sets: an Updated Survey

In optimization or machine learning problems we are given a set of items...
research
11/04/2021

Introduction to Coresets: Approximated Mean

A strong coreset for the mean queries of a set P in ℝ^d is a small weigh...
research
03/05/2022

Newton-PnP: Real-time Visual Navigation for Autonomous Toy-Drones

The Perspective-n-Point problem aims to estimate the relative pose betwe...
research
10/08/2020

Deep Learning Meets Projective Clustering

A common approach for compressing NLP networks is to encode the embeddin...

Please sign up or login with your details

Forgot password? Click here to reset