paper-with-me

홈 › Papers

Generalist++: A Meta-learning Framework for Mitigating Trade-off in Adversarial Training

2025-10-15 · Yisen Wang, Yichuan Mo, Hongjun Wang, Junyi Li, Zhouchen Lin arxiv

Despite the rapid progress of neural networks, they remain highly vulnerable to adversarial examples, for which adversarial training (AT) is currently the most effective defense. While AT has been extensively studied, its practical applications expose two major limitations: natural accuracy tends to degrade significantly compared with standard training, and robustness does not transfer well across attacks crafted under different norm constraints. Unlike prior works that attempt to address only one issue within a single network, we propose to partition the overall generalization goal into multiple sub-tasks, each assigned to a dedicated base learner. By specializing in its designated objective, each base learner quickly becomes an expert in its field. In the later stages of training, we interpolate their parameters to form a knowledgeable global learner, while periodically redistributing the global parameters back to the base learners to prevent their optimization trajectories from drifting too far from the shared target. We term this framework Generalist and introduce three variants tailored to different application scenarios. Both theoretical analysis and extensive experiments demonstrate that Generalist achieves lower generalization error and significantly alleviates the trade-off problems compared with baseline methods. Our results suggest that Generalist provides a promising step toward developing fully robust classifiers in the future.

📄 PDF Abstract BibTeX arXiv:2510.13361

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Prompting via Dynamic In-Context Learning

2023-05-18 · Wangchunshu Zhou, Yuchen Eleanor Jiang, Ryan Cotterell, Mrinmaya Sachan

The primary way of building AI applications is shifting from training specialist models to prompting generalist models. A common practice for prompting generalist models, often referred to as in-context learning, is to a…

In-Context Learning

An Expert is Worth One Token: Synergizing Multiple Expert LLMs as Generalist via Expert Token Routing

2024-03-25 · Ziwei Chai, Guoyin Wang, Jing Su, Tianjie Zhang 외

We present Expert-Token-Routing, a unified generalist framework that facilitates seamless integration of multiple expert LLMs. Our framework represents expert LLMs as special expert tokens within the vocabulary of a meta…

Generalist: Decoupling Natural and Robust Generalization

2023-03-24 · CVPR 2023 1 · Hongjun Wang, Yisen Wang

Deep neural networks obtained by standard training have been constantly plagued by adversarial examples. Although adversarial training demonstrates its capability to defend against adversarial examples, unfortunately, it…

EIA: Environmental Injection Attack on Generalist Web Agents for Privacy Leakage

2024-09-17 · Zeyi Liao, Lingbo Mo, Chejian Xu, Mintong Kang 외

Generalist web agents have demonstrated remarkable potential in autonomously completing a wide range of tasks on real websites, significantly boosting human productivity. However, web tasks, such as booking flights, usua…

Improving Policy Optimization with Generalist-Specialist Learning

2022-06-26 · Zhiwei Jia, Xuanlin Li, Zhan Ling, Shuang Liu 외

Generalization in deep reinforcement learning over unseen environment variations usually requires policy learning over a large set of diverse training variations. We empirically observe that an agent trained on many vari…

Deep Reinforcement LearningImitation LearningReinforcement Learning (RL)