LGMay 23, 2024

Amortized nonmyopic active search via deep imitation learning

arXiv:2405.15031v12 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the problem of scaling active search for rare classes in large or real-time systems, though it is incremental as it builds on existing approximate policies.

The paper tackled the computational inefficiency of the state-of-the-art active search algorithm, which has superlinear complexity, by using deep imitation learning to amortize the policy, achieving competitive performance at a fraction of the cost in real-world tasks.

Active search formalizes a specialized active learning setting where the goal is to collect members of a rare, valuable class. The state-of-the-art algorithm approximates the optimal Bayesian policy in a budget-aware manner, and has been shown to achieve impressive empirical performance in previous work. However, even this approximate policy has a superlinear computational complexity with respect to the size of the search problem, rendering its application impractical in large spaces or in real-time systems where decisions must be made quickly. We study the amortization of this policy by training a neural network to learn to search. To circumvent the difficulty of learning from scratch, we appeal to imitation learning techniques to mimic the behavior of the expert, expensive-to-compute policy. Our policy network, trained on synthetic data, learns a beneficial search strategy that yields nonmyopic decisions carefully balancing exploration and exploitation. Extensive experiments demonstrate our policy achieves competitive performance at real-world tasks that closely approximates the expert's at a fraction of the cost, while outperforming cheaper baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes