paper-with-me

홈 › Papers

Overfitting in Synthesis: Theory and Practice (Extended Version)

2019-05-17 · Saswat Padhi, Todd Millstein, Aditya Nori, Rahul Sharma

In syntax-guided synthesis (SyGuS), a synthesizer's goal is to automatically generate a program belonging to a grammar of possible implementations that meets a logical specification. We investigate a common limitation across state-of-the-art SyGuS tools that perform counterexample-guided inductive synthesis (CEGIS). We empirically observe that as the expressiveness of the provided grammar increases, the performance of these tools degrades significantly. We claim that this degradation is not only due to a larger search space, but also due to overfitting. We formally define this phenomenon and prove no-free-lunch theorems for SyGuS, which reveal a fundamental tradeoff between synthesizer performance and grammar expressiveness. A standard approach to mitigate overfitting in machine learning is to run multiple learners with varying expressiveness in parallel. We demonstrate that this insight can immediately benefit existing SyGuS tools. We also propose a novel single-threaded technique called hybrid enumeration that interleaves different grammars and outperforms the winner of the 2018 SyGuS competition (Inv track), solving more problems and achieving a $5\times$ mean speedup.

📄 PDF Abstract BibTeX arXiv:1905.07457

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sherlock Holmes Doesn't Play Dice: The mathematics of uncertain reasoning when something may happen, that one is not even able to figure out

2023-09-01 · Guido Fioretti

While Evidence Theory (also known as Dempster-Shafer Theory, or Belief Functions Theory) is being increasingly used in data fusion, its potentialities in the Social and Life Sciences are often obscured by lack of awarene…

Mixer-TTS: non-autoregressive, fast and compact text-to-speech model conditioned on language model embeddings

2021-10-07 · Oktai Tatanov, Stanislav Beliaev, Boris Ginsburg

This paper describes Mixer-TTS, a non-autoregressive model for mel-spectrogram generation. The model is based on the MLP-Mixer architecture adapted for speech synthesis. The basic Mixer-TTS contains pitch and duration pr…

Language ModelingLanguage ModellingmodelSpeech Synthesis+2

Topics in Stochastic Portfolio Theory

2015-04-12

This is an overview of the area of Stochastic Portfolio Theory, and can be seen as an updated and extended version of the survey paper by Fernholz and Karatzas (Handbook of Numerical Analysis Vol.15:89-167, 2009).

Survey

Model Selection and Overfitting in Genetic Programming: Empirical Study [Extended Version]

2015-04-30 · Jan Žegklitz, Petr Pošík

Genetic Programming has been very successful in solving a large area of problems but its use as a machine learning algorithm has been limited so far. One of the reasons is the problem of overfitting which cannot be solve…

Model Selection

P+: Extended Textual Conditioning in Text-to-Image Generation

2023-03-16 · Andrey Voynov, Qinghao Chu, Daniel Cohen-Or, Kfir Aberman

We introduce an Extended Textual Conditioning space in text-to-image models, referred to as $P+$. This space consists of multiple textual conditions, derived from per-layer prompts, each corresponding to a layer of the d…

DenoisingImage GenerationText to Image GenerationText-to-Image Generation