paper-with-me

Papers

Spend Wisely: Maximizing Post-Training Gains in Iterative Synthetic Data Boostrapping

2025-01-31 · Pu Yang, Yunzhen Feng, ZiYuan Chen, Yuhang Wu, Zhuoyuan Li

Modern foundation models often undergo iterative ``bootstrapping'' in their post-training phase: a model generates synthetic data, an external verifier filters out low-quality samples, and the high-quality subset is used for further fine-tuning. Over multiple iterations, the model's performance improves--raising a crucial question: how should the total budget on generation and training be allocated across iterations to maximize final performance? In this work, we develop a theoretical framework to analyze budget allocation strategies. Specifically, we show that constant policies fail to converge with high probability, while increasing policies--particularly exponential growth policies--exhibit significant theoretical advantages. Experiments on image denoising with diffusion probabilistic models and math reasoning with large language models show that both exponential and polynomial growth policies consistently outperform constant policies, with exponential policies often providing more stable performance.

📄 PDF Abstract BibTeX arXiv:2501.18962

Code (1)

zylipku/IterativeImaging 공식 구현

Tasks

DenoisingImage DenoisingMath

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Collaborative-Enhanced Prediction of Spending on Newly Downloaded Mobile Games under Consumption Uncertainty

2024-04-12 · Peijie Sun, Yifan Wang, Min Zhang, Chuhan Wu 외

With the surge in mobile gaming, accurately predicting user spending on newly downloaded games has become paramount for maximizing revenue. However, the inherently unpredictable nature of user behavior poses significant …

Spending Thinking Time Wisely: Accelerating MCTS with Virtual Expansions

2022-10-23 · Weirui Ye, Pieter Abbeel, Yang Gao

One of the most important AI research questions is to trade off computation versus performance since ``perfect rationality" exists in theory but is impossible to achieve in practice. Recently, Monte-Carlo tree search (MC…

Atari GamesBoard Games

Spending Privacy Budget Fairly and Wisely

2022-04-27 · Lucas Rosenblatt, Joshua Allen, Julia Stoyanovich

Differentially private (DP) synthetic data generation is a practical method for improving access to data as a means to encourage productive partnerships. One issue inherent to DP is that the "privacy budget" is generally…

FairnessFeature ImportanceSynthetic Data Generation

PTQ-SL: Exploring the Sub-layerwise Post-training Quantization

2021-10-15 · Zhihang Yuan, Yiqi Chen, Chenhao Xue, Chenguang Zhang 외

Network quantization is a powerful technique to compress convolutional neural networks. The quantization granularity determines how to share the scaling factors in weights, which affects the performance of network quanti…

Quantization

MACER: Attack-free and Scalable Robust Training via Maximizing Certified Radius

2020-01-08 · ICLR 2020 1 · Runtian Zhai, Chen Dan, Di He, huan zhang 외

Adversarial training is one of the most popular ways to learn robust models but is usually attack-dependent and time costly. In this paper, we propose the MACER algorithm, which learns robust models without using adversa…