The paper presents an amortized active learning (AL) approach for nonparametric function regression tasks. The key idea is to decouple the model training and acquisition function optimization from the AL loop, which can be computationally expensive, especially for nonparametric models like Gaussian processes (GPs).
The authors propose to train a neural network (NN) policy that can directly suggest informative data points for labeling, without the need for costly model training and acquisition optimization at each AL iteration. The NN policy is trained in a simulated AL environment, where GP functions are sampled, and the policy is optimized to maximize the entropy or a regularized entropy objective.
The training pipeline involves:
This amortized approach avoids the cubic time complexity of GP modeling and acquisition optimization, enabling real-time data selection during AL deployment. The authors demonstrate the effectiveness of their method on several benchmark regression tasks, showing that the amortized AL approach can achieve comparable performance to the time-consuming baseline GP AL method, while being significantly faster in the data selection process.
To Another Language
from source content
arxiv.org
Key Insights Distilled From
by Cen-You Li, ... at arxiv.org 09-12-2024
https://arxiv.org/pdf/2407.17992.pdfDeeper Inquiries