Local Patch AutoAugment with Multi-Agent Collaboration
Shiqi Lin, Tao Yu, Ruoyu Feng, Xin Li, Xin Jin, Zhibo Chen

TL;DR
This paper introduces Patch AutoAugment, a fine-grained data augmentation method using multi-agent reinforcement learning to optimize local patch policies, improving model generalization with less computation.
Contribution
It proposes a novel multi-agent reinforcement learning framework for patch-level data augmentation, enhancing diversity and effectiveness over image-level methods.
Findings
Outperforms state-of-the-art DA methods on multiple datasets
Requires fewer computational resources
Improves generalization in image classification tasks
Abstract
Data augmentation (DA) plays a critical role in improving the generalization of deep learning models. Recent works on automatically searching for DA policies from data have achieved great success. However, existing automated DA methods generally perform the search at the image level, which limits the exploration of diversity in local regions. In this paper, we propose a more fine-grained automated DA approach, dubbed Patch AutoAugment, to divide an image into a grid of patches and search for the joint optimal augmentation policies for the patches. We formulate it as a multi-agent reinforcement learning (MARL) problem, where each agent learns an augmentation policy for each patch based on its content together with the semantics of the whole image. The agents cooperate with each other to achieve the optimal augmentation effect of the entire image by sharing a team reward. We show the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Reinforcement Learning in Robotics · Adversarial Robustness in Machine Learning
MethodsPatch AutoAugment · Tanh Activation · Sigmoid Activation · Long Short-Term Memory · AutoAugment
