- Create the conda environment
conda env create --file "environment.yml"
- Activate the environment
conda activate blockPHILA
- Replicate the experiment contained in the paper.
bash run_experiments.sh
- Check the metrics.
tensorboard --logdir=results
Please consider citing Block PHILA PnP if you find it helpful.
@article{porta2026block,
title={Block-coordinate Plug-And-Play Methods with Armijo-like line-search for Image Restoration},
author={Porta, Federica and Rebegoldi, Simone and Sebastiani, Andrea},
journal={arXiv preprint arXiv:2603.01734},
year={2026}
}