paper-with-me

홈 › Papers

Efficient Lifelong Model Evaluation in an Era of Rapid Progress

2024-02-29 · Ameya Prabhu, Vishaal Udandarao, Philip Torr, Matthias Bethge, Adel Bibi, Samuel Albanie

Standardized benchmarks drive progress in machine learning. However, with repeated testing, the risk of overfitting grows as algorithms over-exploit benchmark idiosyncrasies. In our work, we seek to mitigate this challenge by compiling ever-expanding large-scale benchmarks called Lifelong Benchmarks. These benchmarks introduce a major challenge: the high cost of evaluating a growing number of models across very large sample sets. To address this challenge, we introduce an efficient framework for model evaluation, Sort & Search (S&S)}, which reuses previously evaluated models by leveraging dynamic programming algorithms to selectively rank and sub-select test samples. To test our approach at scale, we create Lifelong-CIFAR10 and Lifelong-ImageNet, containing 1.69M and 1.98M test samples for classification. Extensive empirical evaluations across over 31,000 models demonstrate that S&S achieves highly-efficient approximate accuracy measurement, reducing compute cost from 180 GPU days to 5 GPU hours (about 1000x reduction) on a single A100 GPU, with low approximation error and memory cost of <100MB. Our work also highlights issues with current accuracy prediction metrics, suggesting a need to move towards sample-level evaluation metrics. We hope to guide future research by showing our method's bottleneck lies primarily in generalizing Sort beyond a single rank order and not in improving Search.

📄 PDF Abstract BibTeX arXiv:2402.19472

Code (1)

bethgelab/sort-and-search 공식 구현

Tasks

BenchmarkingGPU

Similar Papers 제목 키워드 기반

Fast TRAC: A Parameter-Free Optimizer for Lifelong Reinforcement Learning

2024-05-26 · Aneesh Muppidi, ZhiYu Zhang, Heng Yang

A key challenge in lifelong reinforcement learning (RL) is the loss of plasticity, where previous learning progress hinders an agent's adaptation to new tasks. While regularization and resetting can help, they require pr…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Streaming LifeLong Learning With Any-Time Inference

2023-01-27 · Soumya Banerjee, Vinay Kumar Verma, Vinay P. Namboodiri

Despite rapid advancements in lifelong learning (LLL) research, a large body of research mainly focuses on improving the performance in the existing \textit{static} continual learning (CL) setups. These methods lack the …

AI AgentContinual LearningLifelong learningManagement

System Design for an Integrated Lifelong Reinforcement Learning Agent for Real-Time Strategy Games

2022-12-08 · Indranil Sur, Zachary Daniels, Abrar Rahman, Kamil Faber 외

As Artificial and Robotic Systems are increasingly deployed and relied upon for real-world applications, it is important that they exhibit the ability to continually learn and adapt in dynamically-changing environments, …

Continual LearningLifelong learningReal-Time Strategy Gamesreinforcement-learning+2

L2Explorer: A Lifelong Reinforcement Learning Assessment Environment

2022-03-14 · Erik C. Johnson, Eric Q. Nguyen, Blake Schreurs, Chigozie S. Ewulum 외

Despite groundbreaking progress in reinforcement learning for robotics, gameplay, and other complex domains, major challenges remain in applying reinforcement learning to the evolving, open-world problems often found in …

Continual LearningLifelong learningreinforcement-learningReinforcement Learning+2

Safe Policy Search for Lifelong Reinforcement Learning with Sublinear Regret

2015-05-21 · Haitham Bou Ammar, Rasul Tutunov, Eric Eaton

Lifelong reinforcement learning provides a promising framework for developing versatile agents that can accumulate knowledge over a lifetime of experience and rapidly learn new tasks by building upon prior knowledge. How…

Lifelong learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)