paper-with-me

Papers

BatchGFN: Generative Flow Networks for Batch Active Learning

2023-06-26 · Shreshth A. Malik, Salem Lahlou, Andrew Jesson, Moksh Jain, Nikolay Malkin, Tristan Deleu, Yoshua Bengio, Yarin Gal

We introduce BatchGFN -- a novel approach for pool-based active learning that uses generative flow networks to sample sets of data points proportional to a batch reward. With an appropriate reward function to quantify the utility of acquiring a batch, such as the joint mutual information between the batch and the model parameters, BatchGFN is able to construct highly informative batches for active learning in a principled way. We show our approach enables sampling near-optimal utility batches at inference time with a single forward pass per point in the batch in toy regression problems. This alleviates the computational complexity of batch-aware algorithms and removes the need for greedy approximations to find maximizers for the batch reward. We also present early results for amortizing training across acquisition steps, which will enable scaling to real-world tasks.

📄 PDF Abstract BibTeX arXiv:2306.15058

Code (1)

s-a-malik/batchgfn 공식 구현 pytorch

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Improving and generalizing flow-based generative models with minibatch optimal transport

2023-02-01 · Alexander Tong, Kilian Fatras, Nikolay Malkin, Guillaume Huguet 외

Continuous normalizing flows (CNFs) are an attractive generative modeling technique, but they have been held back by limitations in their simulation-based maximum likelihood training. We introduce the generalized conditi…

Expected Batch Optimal Transport Plans and Consequences for Flow Matching

2026-05-12 · Samuel Boïté, Julie Delon, Kimia Nadjahi arxiv

Solving optimal transport (OT) on random minibatches is a common surrogate for exact OT in large-scale learning. In flow matching (FM), this surrogate is used to obtain OT-like couplings that can straighten probability p…

Steering an Active Learning Workflow Towards Novel Materials Discovery via Queue Prioritization

2025-09-29 · Marcus Schwarting, Logan Ward, Nathaniel Hudson, Xiaoli Yan 외 arxiv

Generative AI poses both opportunities and risks for solving inverse design problems in the sciences. Generative tools provide the ability to expand and refine a search space autonomously, but do so at the cost of explor…

Active Learning

Calliope: An Online Generative Music System for Symbolic Multi-Track Composition

2025-04-18 · Renaud Bougueng Tchemeube, Jeff Ens, Philippe Pasquier

With the rise of artificial intelligence in recent years, there has been a rapid increase in its application towards creative domains, including music. There exist many systems built that apply machine learning approache…

Understanding the Challenges in Iterative Generative Optimization with LLMs

2026-03-25 · Allen Nie, Xavier Daull, Zhiyi Kuang, Abhinav Akkiraju 외 arxiv

Generative optimization uses large language models (LLMs) to iteratively improve artifacts (such as code, workflows or prompts) using execution feedback. It is a promising approach to building self-improving agents, yet …