The wrong direction of Jensen's inequality is algorithmically right
Or Zamir

TL;DR
This paper introduces a method to convert algorithms with random exponential running times into ones with expected running times exponential in the expected logarithm of the original time, improving efficiency without distribution knowledge.
Contribution
It presents a novel algorithmic transformation that guarantees expected running time bounds based on the expectation of the logarithm of the original running time.
Findings
Expected running time is improved to O(e^{E[ln T]})
Transformation does not require distribution knowledge
Applicable to any algorithm with random running time
Abstract
Let be an algorithm with expected running time , conditioned on the value of some random variable . We construct an algorithm with expected running time , that fully executes . In particular, an algorithm whose running time is a random variable can be converted to one with expected running time , which is never worse than . No information about the distribution of is required for the construction of .
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
TopicsProbabilistic and Robust Engineering Design · Statistical Distribution Estimation and Applications · Probability and Risk Models
