On Scalable Testing of Samplers
Yash Pote, Kuldeep S. Meel

TL;DR
This paper introduces a significantly faster algorithm for testing high-dimensional constrained samplers, reducing query complexity from exponential to linear in the dimension, enabling practical scalability in safety-critical ML applications.
Contribution
The paper presents an exponentially faster testing algorithm for constrained samplers with linear query complexity, improving scalability over previous methods.
Findings
The new algorithm requires 10x fewer samples for wUnigen3.
It requires 450x fewer samples for wSTS.
Experimental results demonstrate practical efficiency gains.
Abstract
In this paper we study the problem of testing of constrained samplers over high-dimensional distributions with guarantees. Samplers are increasingly used in a wide range of safety-critical ML applications, and hence the testing problem has gained importance. For -dimensional distributions, the existing state-of-the-art algorithm, , has a worst case query complexity of exponential in and hence is not ideal for use in practice. Our primary contribution is an exponentially faster algorithm that has a query complexity linear in and hence can easily scale to larger instances. We demonstrate our claim by implementing our algorithm and then comparing it against . Our experiments on the samplers and , find that requires fewer samples for…
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.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Algorithms · Software Testing and Debugging Techniques · Adversarial Robustness in Machine Learning
