paper-with-me

Papers

Selective experience replay compression using coresets for lifelong deep reinforcement learning in medical imaging

2023-02-22 · Guangyao Zheng, Samson Zhou, Vladimir Braverman, Michael A. Jacobs, Vishwa S. Parekh

Selective experience replay is a popular strategy for integrating lifelong learning with deep reinforcement learning. Selective experience replay aims to recount selected experiences from previous tasks to avoid catastrophic forgetting. Furthermore, selective experience replay based techniques are model agnostic and allow experiences to be shared across different models. However, storing experiences from all previous tasks make lifelong learning using selective experience replay computationally very expensive and impractical as the number of tasks increase. To that end, we propose a reward distribution-preserving coreset compression technique for compressing experience replay buffers stored for selective experience replay. We evaluated the coreset compression technique on the brain tumor segmentation (BRATS) dataset for the task of ventricle localization and on the whole-body MRI for localization of left knee cap, left kidney, right trochanter, left lung, and spleen. The coreset lifelong learning models trained on a sequence of 10 different brain MR imaging environments demonstrated excellent performance localizing the ventricle with a mean pixel error distance of 12.93 for the compression ratio of 10x. In comparison, the conventional lifelong learning model localized the ventricle with a mean pixel distance of 10.87. Similarly, the coreset lifelong learning models trained on whole-body MRI demonstrated no significant difference (p=0.28) between the 10x compressed coreset lifelong learning models and conventional lifelong learning models for all the landmarks. The mean pixel distance for the 10x compressed models across all the landmarks was 25.30, compared to 19.24 for the conventional lifelong learning models. Our results demonstrate that the potential of the coreset-based ERB compression method for compressing experiences without a significant drop in performance.

📄 PDF Abstract BibTeX arXiv:2302.11510

Code (0)

등록된 구현이 없습니다.

Tasks

Brain Tumor SegmentationDeep Reinforcement LearningLifelong learningTumor Segmentation

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

A framework for dynamically training and adapting deep reinforcement learning models to different, low-compute, and continuously changing radiology deployment environments

2023-06-08 · Guangyao Zheng, Shuhao Lai, Vladimir Braverman, Michael A. Jacobs 외

While Deep Reinforcement Learning has been widely researched in medical imaging, the training and deployment of these models usually require powerful GPUs. Since imaging environments evolve rapidly and can be generated b…

Deep Reinforcement LearningLifelong learningreinforcement-learningReinforcement Learning

How Relevant is Selective Memory Population in Lifelong Language Learning?

2022-10-03 · Vladimir Araujo, Helena Balabin, Julio Hurtado, Alvaro Soto 외

Lifelong language learning seeks to have models continuously learn multiple tasks in a sequential order without suffering from catastrophic forgetting. State-of-the-art approaches rely on sparse experience replay as the …

Lifelong learningQuestion Answeringtext-classificationText Classification

AdaER: An Adaptive Experience Replay Approach for Continual Lifelong Learning

2023-08-07 · Xingyu Li, Bo Tang, Haifeng Li

Continual lifelong learning is an machine learning framework inspired by human learning, where learners are trained to continuously acquire new knowledge in a sequential manner. However, the non-stationary nature of stre…

class-incremental learningClass Incremental LearningIncremental LearningLifelong learning

Selective Experience Replay for Lifelong Learning

2018-02-28 · David Isele, Akansel Cosgun

Deep reinforcement learning has emerged as a powerful tool for a variety of learning tasks, however deep nets typically exhibit forgetting when learning multiple tasks in sequence. To mitigate forgetting, we propose an e…

Deep Reinforcement LearningLifelong learningReinforcement Learning

Task-free Lifelong Robot Learning with Retrieval-based Weighted Local Adaptation

2024-10-03 · Pengzhi Yang, Xinyu Wang, Ruipeng Zhang, Cong Wang 외

A fundamental objective in intelligent robotics is to move towards lifelong learning robot that can learn and adapt to unseen scenarios over time. However, continually learning new tasks would introduce catastrophic forg…

Lifelong learningRetrieval