Prior-aware and Context-guided Group Sampling for Active Probabilistic Subsampling

· Source: cs.LG updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

Prior-aware and context-guided Group-based Active Deep Probabilistic Subsampling (PGA-DPS) is a novel method enhancing active subsampling for deep learning tasks. It integrates a deterministic, prior-informed sampling pattern from training data with group-based active sampling via top-k selection, improving upon Active Deep Probabilistic Subsampling (A-DPS) which relies on top-1 sampling and doesn't fully use dataset priors. PGA-DPS offers a theoretical analysis demonstrating smoother optimization due to a smaller effective Lipschitz constant with group sampling. Empirical evaluations across classification (MNIST, CIFAR-10), image reconstruction (fastMRI knee), and segmentation (AeroRIT) tasks show PGA-DPS consistently outperforms A-DPS, DPS, and other state-of-the-art sampling methods, particularly at low sampling ratios. The code is available on GitHub.

Key takeaway

For Machine Learning Engineers optimizing data acquisition in resource-constrained environments, PGA-DPS offers a superior subsampling strategy. By combining prior-aware deterministic sampling with context-guided group sampling, you can achieve more robust optimization and significantly improve performance in tasks like medical imaging or hyperspectral analysis, especially at low sampling ratios. Consider implementing PGA-DPS to reduce data processing overhead and accelerate acquisition time in your applications.

Key insights

PGA-DPS combines prior-informed and group-based active sampling for robust, efficient deep learning optimization.

Principles

Method

PGA-DPS starts with a deterministic, prior-informed subsampling pattern, then iteratively acquires additional samples using context-guided group sampling (DPS-top-k) rather than top-1.

In practice

Topics

Code references

Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.