paper-with-me

Papers

Reinforcement Learning for Sampling on Temporal Medical Imaging Sequences

2023-08-28 · Zhishen Huang

Accelerated magnetic resonance imaging resorts to either Fourier-domain subsampling or better reconstruction algorithms to deal with fewer measurements while still generating medical images of high quality. Determining the optimal sampling strategy given a fixed reconstruction protocol often has combinatorial complexity. In this work, we apply double deep Q-learning and REINFORCE algorithms to learn the sampling strategy for dynamic image reconstruction. We consider the data in the format of time series, and the reconstruction method is a pre-trained autoencoder-typed neural network. We present a proof of concept that reinforcement learning algorithms are effective to discover the optimal sampling pattern which underlies the pre-trained reconstructor network (i.e., the dynamics in the environment). The code for replicating experiments can be found at https://github.com/zhishenhuang/RLsamp.

📄 PDF Abstract BibTeX arXiv:2308.14946

Code (1)

zhishenhuang/rlsamp 공식 구현 pytorch

Tasks

Image ReconstructionQ-Learningreinforcement-learningReinforcement LearningTime Series

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Multi-environment lifelong deep reinforcement learning for medical imaging

2023-05-31 · Guangyao Zheng, Shuhao Lai, Vladimir Braverman, Michael A. Jacobs 외

Deep reinforcement learning(DRL) is increasingly being explored in medical imaging. However, the environments for medical imaging tasks are constantly evolving in terms of imaging orientations, imaging sequences, and pat…

Deep Reinforcement LearningLifelong learningreinforcement-learningReinforcement Learning

Temporal Flow Matching for Learning Spatio-Temporal Trajectories in 4D Longitudinal Medical Imaging

2025-08-29 · Nico Albert Disch, Yannick Kirchhoff, Robin Peretzke, Maximilian Rokuss 외 arxiv

Understanding temporal dynamics in medical imaging is crucial for applications such as disease progression modeling, treatment planning and anatomical development tracking. However, most deep learning methods either cons…

Nuclear Diffusion Models for Low-Rank Background Suppression in Videos

2025-09-25 · Tristan S. W. Stevens, Oisín Nolan, Jean-Luc Robert, Ruud J. G. van Sloun arxiv

Video sequences often contain structured noise and background artifacts that obscure dynamic content, posing challenges for accurate analysis and restoration. Robust principal component methods address this by decomposin…

Video Restoration

Harnessing the power of longitudinal medical imaging for eye disease prognosis using Transformer-based sequence modeling

2024-05-14 · Gregory Holste, Mingquan Lin, Ruiwen Zhou, Fei Wang 외

Deep learning has enabled breakthroughs in automated diagnosis from medical imaging, with many successful applications in ophthalmology. However, standard medical image classification approaches only assess disease prese…

image-classificationImage ClassificationMedical Image ClassificationPrognosis+1

A Positive/Unlabeled Approach for the Segmentation of Medical Sequences using Point-Wise Supervision

2021-07-18 · Laurent Lejeune, Raphael Sznitman

The ability to quickly annotate medical imaging data plays a critical role in training deep learning frameworks for segmentation. Doing so for image volumes or video sequences is even more pressing as annotating these is…

Segmentation