This is the official PyTorch implementation for the paper "STAR: Style-conditioned Test-time Adaptive Refinement".
STAR is a plug-and-play, test-time refinement framework that enhances existing artistic style transfer pipelines using an expandable target-domain style memory, achieving high-fidelity and scalable stylization without modifying the frozen base generator.
- [2026.05] The official codebase of STAR is released!
git clone https://github.com/IIP-Lab-XDU/STAR.git
cd STARWe provide an environment.yaml file for easy reproduction. We recommend using Conda:
conda env create -f environment.yaml
conda activate STAROur face stylization experiments are conducted on the following publicly available datasets:
For scene stylization, the artistic style images are collected from WikiArt:
- WikiArt https://www.wikiart.org/
You can start training the STAR model by running the provided shell script. Configuration details can be modified in the configs/ directory.
bash train.shTo test the model with test-time adaptive refinement:
bash test.sh