paper-with-me

Papers

Local Patch AutoAugment with Multi-Agent Collaboration

2021-03-20 · Shiqi Lin, Tao Yu, Ruoyu Feng, Xin Li, Xin Jin, Zhibo Chen

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 effectiveness of our method on multiple benchmark datasets of image classification and fine-grained image recognition (e.g., CIFAR-10, CIFAR-100, ImageNet, CUB-200-2011, Stanford Cars and FGVC-Aircraft). Extensive experiments demonstrate that our method outperforms the state-of-the-art DA methods while requiring fewer computational resources.

📄 PDF Abstract BibTeX arXiv:2103.11099

Code (2)

LinShiqi047/PatchAutoAugment 공식 구현 pytorch
kornia/kornia pytorch

Tasks

Data AugmentationDiversityFine-Grained Image Recognitionimage-classificationImage ClassificationMulti-agent Reinforcement Learning

Methods 이 논문이 사용한 방법론

PAA Patch AutoAugment is a patch-level automatic data augmentation algorithm that automatically searches for the optimal augmentation policies for the patches of an image.…
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
AutoAugment 설명 없음

Similar Papers 제목 키워드 기반

PatchBoard: Schema-Grounded State Mutation for Reliable and Auditable LLM Multi-Agent Collaboration

2026-05-28 · Shuyu Zhang, Yaqi Shi, Lu Wang arxiv

LLM multi-agent systems often coordinate through natural-language dialogue or loosely structured shared memory, making intermediate state difficult to validate, attribute, and audit. We introduce PatchBoard, a schema-gro…

MindAgent: Emergent Gaming Interaction

2023-09-18 · Ran Gong, Qiuyuan Huang, Xiaojian Ma, Hoi Vo 외

Large Language Models (LLMs) have the capacity of performing complex scheduling in a multi-agent system and can coordinate these agents into completing sophisticated tasks that require extensive collaboration. However, d…

In-Context LearningMinecraftScheduling

FederatedSkill: Federated Learning for Agentic Skill Evolution

2026-06-02 · Jingbo Yang, Guanyu Yao, Yang Zhang, Ramana Rao Kompella 외 arxiv

Modern LLM agents increasingly rely on skill libraries to handle complex tasks, making skill evolution a primary driver of self-improvement. However, isolated single-user task streams lack the diversity required to build…

Federated Learning

Active collaboration in relative observation for Multi-agent visual SLAM based on Deep Q Network

2019-09-23 · Zhaoyi Pei, Piaosong Hao, Meixiang Quan, Muhammad Zuhair Qadir 외

This paper proposes a unique active relative localization mechanism for multi-agent Simultaneous Localization and Mapping(SLAM),in which a agent to be observed are considered as a task, which is performed by others assis…

Deep Reinforcement LearningReinforcement LearningSimultaneous Localization and Mapping

Learning to Communicate and Collaborate in a Competitive Multi-Agent Setup to Clean the Ocean from Macroplastics

2023-04-12 · Philipp Dominic Siedler

Finding a balance between collaboration and competition is crucial for artificial agents in many real-world applications. We investigate this using a Multi-Agent Reinforcement Learning (MARL) setup on the back of a high-…

Graph Neural NetworkMulti-agent Reinforcement Learning