Papers › Q-Hawkeye: Reliable Visual Policy Optimization for Image Quality Assessment

Q-Hawkeye: Reliable Visual Policy Optimization for Image Quality Assessment

30 Jan 2026arXiv:2601.22920added by Syntology

Wulin Xie, Rui Dai, Ruidong Ding, Kaikui Liu, Xiangxiang Chu, Xinwen Hou, Jie Wen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Image Quality Assessment (IQA) predicts perceptual quality scores consistent with human judgments. Recent RL-based IQA methods built on MLLMs focus on generating visual quality descriptions and scores, ignoring two key reliability limitations: (i) although the model's prediction stability varies significantly across training samples, existing GRPO-based methods apply uniform advantage weighting, thereby amplifying noisy signals from unstable samples in gradient updates; (ii) most works emphasize text-grounded reasoning over images while overlooking the model's visual perception ability of image content. In this paper, we propose Q-Hawkeye, an RL-based reliable visual policy optimization framework that redesigns the learning signal through unified Uncertainty-Aware Dynamic Optimization and Perception-Aware Optimization. Q-Hawkeye estimates predictive uncertainty using the variance of predicted scores across multiple rollouts and leverages this uncertainty to reweight each sample's update strength, stabilizing policy optimization. To strengthen perceptual reliability, we construct paired inputs of degraded images and their original images and introduce an Implicit Perception Loss that constrains the model to ground its quality judgments in genuine visual evidence. Extensive experiments demonstrate that Q-Hawkeye outperforms state-of-the-art methods and generalizes better across multiple datasets. Our dataset and code are available at https://github.com/AMAP-ML/Q-Hawkeye.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.22920")

Code

Syntology Ran 1 of 14 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AMAP-ML/Q-Hawkeye found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 1 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
13unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from AMAP-ML/Q-Hawkeye. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_image_data_url AMAP-ML/Q-Hawkeye/src/virft/local_scripts/create_vision_cot_data.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 3f31b48fd862935d · report
calculate_iou AMAP-ML/Q-Hawkeye/src/virft/src/open_r1/grpo.py found in paper text by Syntology unverified no licence file found · pointer only · 39948c4c2e2232d9 · report
clean_text AMAP-ML/Q-Hawkeye/src/virft/src/open_r1/grpo_am.py found in paper text by Syntology unverified no licence file found · pointer only · 7ed1cffd12a5fc04 · report
create_comparison_prompt AMAP-ML/Q-Hawkeye/src/Dataset/Degradation_Dataset/VLM_filter.py found in paper text by Syntology unverified no licence file found · pointer only · 0e7aa9a2af82e857 · report
encode_image AMAP-ML/Q-Hawkeye/src/Dataset/Degradation_Dataset/VLM_filter.py found in paper text by Syntology unverified no licence file found · pointer only · 587a00453d7c872e · report
extract_bbox AMAP-ML/Q-Hawkeye/src/virft/src/open_r1/grpo.py found in paper text by Syntology unverified no licence file found · pointer only · 93ad7eab916a291e · report
extract_problem_solution AMAP-ML/Q-Hawkeye/src/virft/local_scripts/prepare_hf_data.py found in paper text by Syntology unverified no licence file found · pointer only · 41c548a25e90eb39 · report
generate_html AMAP-ML/Q-Hawkeye/src/Dataset/Degradation_Dataset/Human_filter.py found in paper text by Syntology unverified no licence file found · pointer only · 72a415a34fdb8943 · report
image_to_base64 AMAP-ML/Q-Hawkeye/src/Dataset/Degradation_Dataset/Human_filter.py found in paper text by Syntology unverified no licence file found · pointer only · 8c7273a7482d604e · report
load_image_from_path AMAP-ML/Q-Hawkeye/src/virft/local_scripts/prepare_hf_data.py found in paper text by Syntology unverified no licence file found · pointer only · bdcc94560fb87f30 · report
process_json_data AMAP-ML/Q-Hawkeye/src/Dataset/Degradation_Dataset/Human_filter.py found in paper text by Syntology unverified no licence file found · pointer only · 47c1b2bda826b75a · report
repetition_reward AMAP-ML/Q-Hawkeye/src/virft/src/open_r1/grpo_am.py found in paper text by Syntology unverified no licence file found · pointer only · 478ce302c9c491d6 · report
score_reward AMAP-ML/Q-Hawkeye/src/virft/src/open_r1/grpo_am.py found in paper text by Syntology unverified no licence file found · pointer only · 5420f5729319b51d · report
sort_and_calculate_iou AMAP-ML/Q-Hawkeye/src/virft/src/open_r1/grpo.py found in paper text by Syntology unverified no licence file found · pointer only · 99496fea41fb9d81 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.22920, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections