paper-with-me

홈 › Papers

Unlearning Works Better Than You Think: Local Reinforcement-Based Selection of Auxiliary Objectives

2025-04-19 · Abderrahim Bendahi, Adrien Fradin, Matthieu Lerasle

We introduce Local Reinforcement-Based Selection of Auxiliary Objectives (LRSAO), a novel approach that selects auxiliary objectives using reinforcement learning (RL) to support the optimization process of an evolutionary algorithm (EA) as in EA+RL framework and furthermore incorporates the ability to unlearn previously used objectives. By modifying the reward mechanism to penalize moves that do no increase the fitness value and relying on the local auxiliary objectives, LRSAO dynamically adapts its selection strategy to optimize performance according to the landscape and unlearn previous objectives when necessary. We analyze and evaluate LRSAO on the black-box complexity version of the non-monotonic Jump function, with gap parameter $\ell$, where each auxiliary objective is beneficial at specific stages of optimization. The Jump function is hard to optimize for evolutionary-based algorithms and the best-known complexity for reinforcement-based selection on Jump was $O(n^2 \log(n) / \ell)$. Our approach improves over this result to achieve a complexity of $\Theta(n^2 / \ell^2 + n \log(n))$ resulting in a significant improvement, which demonstrates the efficiency and adaptability of LRSAO, highlighting its potential to outperform traditional methods in complex optimization scenarios.

📄 PDF Abstract BibTeX arXiv:2504.14418

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

R-TOFU: Unlearning in Large Reasoning Models

2025-05-21 · Sangyeon Yoon, Wonje Jeung, Albert No

Large Reasoning Models (LRMs) embed private or copyrighted information not only in their final answers but also throughout multi-step chain-of-thought (CoT) traces, making reliable unlearning far more demanding than in s…

On the Impossibility of Retrain Equivalence in Machine Unlearning

2025-10-18 · Jiatong Yu, Yinghui He, Anirudh Goyal, Sanjeev Arora arxiv

Machine unlearning seeks to selectively remove the "influence" of specific training data on a model's outputs. The ideal goal is Retrain Equivalence--behavior identical to a model trained from scratch on only the retaine…

GDGU: A Gradient Difference-based Graph Unlearning Method for Cyberattack Localization in Electric Vehicle Charging Networks

2026-06-17 · Nanhong Liu, Mucun Sun, Jie Zhang arxiv

Electric vehicle charging stations (EVCSs) can expose distribution feeders to cyberattacks. While machine learning methods, including graph neural networks, can localize which bus is compromised, significant challenges r…

Multi-Label ClassificationGraph Neural Network

AMUN: Adversarial Machine UNlearning

2025-03-02 · Ali Ebrahimpour-Boroojeny, Hari Sundaram, Varun Chandrasekaran

Machine unlearning, where users can request the deletion of a forget dataset, is becoming increasingly important because of numerous privacy regulations. Initial works on ``exact'' unlearning (e.g., retraining) incur lar…

image-classificationImage ClassificationMachine Unlearning

Rethinking Federated Unlearning via the Lens of Memorization

2026-05-23 · Jiaheng Wei, Yanjun Zhang, He Zhang, Leo Yu Zhang 외 arxiv

Federated learning (FL) increasingly needs machine unlearning to comply with privacy regulations. However, existing federated unlearning approaches may overlook the overlapping information between the unlearning and rema…

Federated Learning