Views
No views yet


actor-3/.1huggingface-cli download RobinY99/MR-IQA-2 \
2 --include 'actor-3/**' \
3 --local-dir mr-iqa-2-actor-3
4python mr-iqa-2-actor-3/actor-3/inference.py /absolute/path/to/input.jpg \
5 --model mr-iqa-2-actor-3/actor-3 \
6 --local-files-only1python -m pip install 'huggingface-hub==0.34.4'
2huggingface-cli download RobinY99/MR-IQA-2 \
3 --include 'code/**' \
4 --local-dir mr-iqa-2-hf
5cd mr-iqa-2-hf/code
6bash scripts/setup_envs.sh --profile inference
7python examples/quick_start.py /absolute/path/to/input.jpg --gpu 0J0, J1, and J1-J0. No HTTP service is started.1python examples/quick_start.py /absolute/path/to/input.jpg \
2 --gpu 0 \
3 --cuda-home /usr/local/cudaoutputs/quick_start/: actor_raw.txt,
assessment.json, edited.png, evaluation.json, and result.json.
The release path was smoke-tested end to end on one NVIDIA A6000 (48 GB), with
J0=3.42, J1=4.12, and J1-J0=+0.70.PLCC / SRCC; Average is the unweighted macro mean.| Model | KonIQ-10K | SPAQ | LIVE-W | AGIQA-3K | KADID-10K | CSIQ | Average |
|---|---|---|---|---|---|---|---|
| MR-IQA | 0.949 / 0.931 | 0.892 / 0.897 | 0.899 / 0.883 | 0.804 / 0.732 | 0.672 / 0.683 | 0.767 / 0.732 | 0.831 / 0.810 |
| MR-IQA-2 | 0.937 / 0.917 | 0.900 / 0.899 | 0.893 / 0.863 | 0.809 / 0.739 | 0.667 / 0.669 | 0.824 / 0.785 | 0.838 / 0.812 |
actor-3/ (Better consistency): five-epoch Qwen3.5-4B Actor with pairwise consistency, retained edit utility, and the low-level v9 prompt;actor-2(continued training from judge model)/ (Recommended): masked-credit Actor with component KL, trained for one Actor epoch;actor/: masked-credit E5 Actor, step 1,455;judge/: frozen E5 Judge, step 725;editor/: FLUX.2-klein-4B;code/: runnable single-image inference bundle.actor was initialized from Qwen3.5-4B and trained for five epochs.
actor-2 was initialized from a pretrained rating-only Judge trained for five
epochs, then trained as an Actor for one epoch with masked credit and component
KL.AutoModelForImageTextToText.from_pretrained using
the corresponding subfolder. The Editor loads from editor/ with
Flux2KleinPipeline.from_pretrained.examples/actor_editor/sample_0001.json.
Training, evaluation, and deployment code is available on
RobinY99/MR-IQA-2.1@misc{li2026mriqa2,
2 title={MR-IQA-2: Faithful Image Quality Reflection via Fine-Grained Credit Assignment},
3 author={Yuan Li and Youyuan Lin and Chenhui Chu and Shin'ya Nishida},
4 year={2026},
5 eprint={2608.18579},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2608.18579}
9}