Sensor Selection by Linear Programming
Joseph Wang, Kirill Trapeznikov, Venkatesh Saligrama

TL;DR
This paper introduces a method for learning sensor trees that adaptively select sensors during testing to reduce costs, using a novel linear programming approach for optimal decision-making.
Contribution
It formulates sensor selection as a linear programming problem by decomposing the intractable optimization into manageable parts, enabling efficient and globally optimal solutions.
Findings
Outperforms state-of-the-art on benchmark datasets
Guarantees convergence and global optimality
Efficiently solves sensor selection as a linear program
Abstract
We learn sensor trees from training data to minimize sensor acquisition costs during test time. Our system adaptively selects sensors at each stage if necessary to make a confident classification. We pose the problem as empirical risk minimization over the choice of trees and node decision rules. We decompose the problem, which is known to be intractable, into combinatorial (tree structures) and continuous parts (node decision rules) and propose to solve them separately. Using training data we greedily solve for the combinatorial tree structures and for the continuous part, which is a non-convex multilinear objective function, we derive convex surrogate loss functions that are piecewise linear. The resulting problem can be cast as a linear program and has the advantage of guaranteed convergence, global optimality, repeatability and computational efficiency. We show that our proposed…
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
TopicsMulti-Criteria Decision Making · Fuzzy Systems and Optimization · Control Systems and Identification
