Pith. sign in

REVIEW 5 major objections 5 minor 3 cited by

SEAGULL: No-reference Image Quality Assessment for Regions of Interest via Vision-Language Instruction Tuning

T0 review · 5 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read SEAGULL claims that a mask-guided vision-language model can return quality, importance, and distortion labels for any image region after instruction tuning on 33 million masked ROIs.

desk verdict A useful ROI-IQA system and datasets, but the headline superiority claim rests on an unfair comparison (SEAGULL fine-tuned on the test distribution's training split, baselines not). read the letter →

arxiv 2411.10161 v1 pith:L6M5CT7M submitted 2024-11-15 cs.CV

classification cs.CV
keywords imagequalityassessmentregionofinterestvision-languagemodelinstructiontuningmask-basedfeatureextractionno-referencedistortionanalysisSegmentAnything
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that image quality assessment can be moved from whole images to arbitrary regions of interest without a reference image: given a mask produced by a segmentation model, a vision-language model can return a quality score, an importance score, and a distortion type with severity for the masked region. To make that work, the paper introduces a mask-based feature extractor that feeds both global context tokens and local region tokens into a language model, and it builds two ROI-labeling datasets: a roughly one-million-image synthetic set with 33 million automatically labeled ROIs for pretraining, and a 3,261-ROI authentic set annotated by 24 people for fine-tuning. On its test split, SEAGULL reports higher correlation and F1 scores than twelve prior IQA and VLM baselines on most ROI sub-tasks. Region-level quality labels matter because they give actionable guidance for targeted enhancement, compression, and video optimization, which whole-image scores cannot provide.

What carries the argument

The load-bearing component is the Mask-based Feature Extractor (MFE). It mask-pools the four scales of ConvNeXt features inside a binary ROI mask to form basic tokens, runs self-attention over them, then uses them as queries in cross-attention over the full-image tokens to build a global view token, while two CNNs on the mask-cropped patch produce a local view token. These two tokens are inserted as special placeholders next to the image tokens in the Vicuna LLM, so the model sees both the region's own pixels and its context. The other essential mechanism is the dataset construction: SEAGULL-100w generates distortions from RAW images through an ISP pipeline and derives ROI quality and importance labels from TOPIQ scores, while SEAGULL-3k provides human labels; both datasets use Analysis Instruction-Response and Judgment Instruction-Response pairs to tune the language model.

What would settle it

Take a random sample of, say, 300 ROIs from SEAGULL-100w, collect human ratings on the same five-level quality and importance scales used in SEAGULL-3k, and compute SROCC and PLCC between mean human scores and the TOPIQ-derived pseudo-labels. If agreement is low or varies strongly by distortion type, the pretraining signal is not a trustworthy stand-in for human ROI perception, and the pretraining gains in Table 3 could be an artifact of matching TOPIQ rather than matching people.

Watch

Extended reading notes

Core claim

On the paper's own terms, SEAGULL is a no-reference ROI quality assessor: SAM converts a click or box into a precise mask, and the model fuses that mask with the full image to produce three outputs at once — ROI quality score, ROI importance score, and distortion type with severity. The key training recipe is two-stage: pretrain the projector, mask-based feature extractor, and LLM on SEAGULL-100w, where TOPIQ, a full-reference quality model, provides the pseudo-labels for quality and importance, then fine-tune on SEAGULL-3k, where human annotators provide the labels. The reported results are that SEAGULL outperforms existing vision-based and VLM-based IQA models on ROI quality, importance, and distortion identification (quality SROCC 0.7452, importance PLCC 0.8468, average distortion-type F1 46.93%), with the single exception that Osprey, a mask-based VLM that was also pretrained on SEAGULL-100w, keeps a small edge on importance-score prediction. The paper interprets these gains as evidence that mask-based region specification plus global and local token extraction is what ROI-level quality analysis needs.

Load-bearing premise

The pre-training labels for region quality and importance come from an automatic scoring model rather than from people, and the paper does not show that those automatic region-level labels agree with human judgments of a region's quality and importance.

Editorial extensions

If this is right

  • If SEAGULL's results hold, ROI-level IQA no longer requires cropping or bounding boxes: a precise mask gives a model the region's exact boundary, and the same model can output score, importance, and distortion labels in one pass.
  • Pretraining on a large synthetic set with model-generated ROI labels transfers to authentic images: even 25% of SEAGULL-100w raises all sub-task metrics over no pretraining, and the full set raises importance SROCC from 0.7512 to 0.8603.
  • Global context tokens are what make importance prediction possible: removing them drops importance SROCC from 0.8603 to 0.2475, so a region's impact on overall image quality can only be judged when the model sees the whole image.
  • Because the model reports distortion type and severity, not just a number, it can be used not only to rank regions but to tell users what is wrong with a region and how badly.
  • The released datasets give the field a common training and evaluation ground for ROI-based IQA, which previously lacked fine-grained region labels.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the auto-generated labels in SEAGULL-100w are systematically biased, then the pretraining gains shown in Table 3 may partly be learning TOPIQ's region-level biases; validating a sample of those pseudo-labels against human ratings would separate genuine perceptual learning from model imitation.
  • The importance score's operational definition — how much a full-reference metric drops when the distorted region is pasted back into the reference — makes importance depend on distortion visibility, which may understate the importance of clean but semantically central regions; human importance judgments could diverge from this metric exactly in high-quality ROIs.
  • The paper's own scaling analysis shows the synthetic-to-authentic gap flattening quality-score gains between 50% and 100% of SEAGULL-100w, so the large synthetic set contributes most to importance and distortion labels; this suggests future work should focus on authentic ROI data for quality-score gains.
  • The same mask-plus-global-and-local-token architecture could be adapted to video ROI quality by replacing SAM masks with tracked object masks over time, and to generated-image quality by querying edited regions.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 5 minor

Summary. The paper proposes SEAGULL, a vision-language model for no-reference image quality assessment of user-specified regions of interest (ROIs) indicated by SAM masks. The method combines a ConvNeXt image encoder, a Mask-based Feature Extractor that pools multi-scale features inside the mask and fuses global and local view tokens, and a Vicuna LLM. The authors also introduce two datasets: SEAGULL-100w, containing roughly one million synthetic distorted images with about 33 million ROIs whose quality and importance labels are generated by TOPIQ, and SEAGULL-3k, containing 3,261 human-annotated ROIs from authentic images. After pre-training on SEAGULL-100w and fine-tuning on SEAGULL-3k, the model outputs ROI quality scores, importance scores, distortion types, and severity levels. The experimental section compares SEAGULL with twelve baselines on four sub-tasks and reports SROCC, PLCC, precision, recall, and F1, together with pre-training-scale ablations and component ablations.

Significance. If the results hold, the paper makes a useful contribution: it defines a new ROI-level IQA task, releases public datasets and code, and demonstrates a mask-guided VLM architecture that jointly predicts quality, importance, and distortion labels for arbitrary image regions. The final evaluation on the human-annotated SEAGULL-3k test set is a genuine strength and avoids the circularity that would arise if the test labels were derived from the same TOPIQ-generated pre-training labels. The main weaknesses are that the headline comparison in Table 1 does not put baselines on the same training footing, and the TOPIQ-generated pre-training labels are not validated against human judgments at ROI scale; these issues directly affect the strength of the central claim that SEAGULL remarkably surpasses existing models.

major comments (5)
  1. [Table 1; Secs. 5.1-A, 5.2-A] The central comparison in Table 1 is not apples-to-apples. SEAGULL is pre-trained on SEAGULL-100w and then fine-tuned on the SEAGULL-3k training split (Sec. 5.1-A), while the twelve baselines are only queried with ROIs and prompts (Sec. 5.2-A); no baseline is fine-tuned on SEAGULL-3k, and Osprey† receives only SEAGULL-100w pre-training. The reported margins, such as 0.7452 vs 0.7377 SROCC for Quality Score and 59.08% vs 56.25% F1 for Distortion Types, are therefore compatible with the explanation that task-specific fine-tuning on the benchmark distribution, rather than the proposed mask-based architecture, is responsible for the gains. Since Contribution 3 and the abstract claim that SEAGULL remarkably surpasses existing models rest on this table, the authors should fine-tune the strongest baselines on SEAGULL-3k under the same protocol or clearly present the comparison as zero-shot/frozen-model evaluation and temper the claim accordingly.
  2. [Table 1; Sec. 5.2-A; Contribution 3] The paper's own numbers contradict the headline claim on one of the four sub-tasks. On Importance Score, Osprey† achieves SROCC 0.8811 and PLCC 0.8756, while SEAGULL achieves 0.8603 and 0.8468, so SEAGULL is not the best model on this sub-task. The text calls this a slight advantage for Osprey, but the 0.0208 SROCC gap is larger than SEAGULL's 0.0075 SROCC margin over the second-best Quality Score model. The authors should either revise the contribution statement to say that SEAGULL outperforms baselines on most sub-tasks, or provide an analysis of why the proposed model underperforms on Importance Score.
  3. [Sec. 3.1.3 A-B; Table 3] The automatically generated labels in SEAGULL-100w are not validated against human perception at the ROI scale. ROI Quality Scores are TOPIQ scores on mask-cropped patches, and ROI Importance Scores are defined as the TOPIQ difference between the reference image and the image with the distorted ROI pasted back in; this proxy conflates the visibility of a distortion with its semantic importance to the overall image. Because Table 3 measures the pre-training benefit using models trained on these labels and then fine-tuned on human labels, the improvement could in part reflect learning TOPIQ's regional biases rather than a general ROI-quality perception ability. The paper should provide a human-agreement analysis, for example the correlation between TOPIQ-derived scores and SEAGULL-3k human labels on a held-out subset, or an ablation that replaces TOPIQ labels with human labels.
  4. [Sec. 5.2-A; Table 1] No uncertainty quantification is reported for any of the headline metrics. The margins over the second-best model are small, and the Sample-Average metrics aggregate many ROIs from the same image, so the effective sample size is unclear. The authors should report confidence intervals obtained by bootstrapping at the image level, or significance tests, and state how many distinct test images contribute to the results in Table 1.
  5. [Sec. 3.2; Sec. 5.2-A; Table 1] The evaluation of Distortion Severity Degrees is underspecified for authentic images. The annotation protocol in Sec. 3.2 assigns a severity rating per distortion type and notes that authentic images often have multiple distortions, but the severity sub-task is evaluated as a single 30-class label, with a prediction considered correct only when both the severity degree and the distortion type align. The paper should specify how multiple per-type severity ratings are aggregated into the single class, how Precision, Recall, and F1 are computed for this multi-label setting, and what the chance level is; without these details, the severity results in Table 1 cannot be interpreted.
minor comments (5)
  1. [Sec. 5.3-B] The acronym for the mask-based feature extractor is written as 'MEF' once in the ablation paragraph ('remove the local and global tokens from the MEF'), but the model component is called MFE elsewhere; please standardize the notation.
  2. [Sec. 5.2-A] In the sentence 'The ROIs and text prompts are used to qurey the models for ROI quality analysis', 'qurey' should be 'query'.
  3. [Sec. 4.1] In 'we employe the ConvNeXt-Large model', 'employe' should be 'employ'.
  4. [Sec. 5.3-C] In the visualization discussion, 'it's reliability' should be 'its reliability'.
  5. [Sec. 3.1.1; Eq. (1)] The paper does not describe how the twenty parameter values for each ISP distortion type are spaced, which matters for the reliability and reproducibility of the synthetic labels. In addition, the bin boundaries in Eq. (1) are stated as M*i/5 < st <= M*(i+1)/5, which assigns a score exactly equal to M*i/5 to the lower bin while the upper boundary is inclusive; please clarify the intended discretization.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the headline results are tested against the independently human-annotated SEAGULL-3k test split, not against the TOPIQ-generated SEAGULL-100w labels that define the pre-training targets.

full rationale

The derivation chain is not circular by construction. The pre-training labels in SEAGULL-100w are generated by TOPIQ (Section 3.1.3-A,B), so pre-training necessarily teaches TOPIQ-like judgments; but this is a validity/soundness concern, not a circularity one. All headline claims (Contribution 3, Tables 1-4) are evaluated on the test split of SEAGULL-3k, whose labels are human annotations from 24 trained annotators with at least 7 judgments per ROI (Section 3.2), and whose test images are disjoint from training images (80/20 split, Section 5.1-B). No quantity reported as a 'prediction' is computed from the same TOPIQ outputs that defined the training target at evaluation time. The pre-training ablations (Table 3) also measure usefulness of SEAGULL-100w by downstream human-evaluated performance, not by agreement with TOPIQ. The concern that baselines in Table 1 are not fine-tuned on SEAGULL-3k while SEAGULL is, and that Osprey† is pre-trained but not fine-tuned, is a benchmark-fairness issue and not a definitional reduction: no equation or fitted parameter makes the comparison equal to its input. Self-citations to the authors' prior IQA works [7,8,50] are related-work context and are not load-bearing for the ROI-quality claim; no uniqueness theorem or ansatz is imported from those citations. Accordingly, no circular step meets the evidentiary standard required here.

Assumptions & free parameters 2 free parameters · 3 assumptions · 0 invented entities

The model introduces no new physical or conceptual entities. The load-bearing assumptions concern label validity: TOPIQ's patch-level quality and the replacement-based importance proxy are taken as ground truth for 33M ROIs without human validation. The hand-set 0.92 threshold and the Eq.(1) bin boundaries are free design choices that shape both labels and evaluation.

free parameters (2)
  • without-distortion threshold = 0.92
    In Section 3.1.3(C), ROIs with TOPIQ quality score above 0.92 are relabeled as 'without distortions'. This hand-set threshold changes the label distribution for a large fraction of the 33M ROIs.
  • category discretization bins = five equal bins with scale M
    Equation (1) maps continuous quality, importance, and severity scores into five discrete levels using fixed bin boundaries M*i/5. The boundary choice affects both the training targets and the evaluation categories.
assumptions (3)
  • domain assumption TOPIQ scores are valid quality labels for mask-cropped ROI patches
    Section 3.1.3(A) uses TOPIQ FR-IQA scores on padded ROI crops as ground truth quality for SEAGULL-100w, without human validation at ROI scale.
  • domain assumption ROI importance equals the full-reference quality difference caused by replacing the ROI in the reference image
    Section 3.1.3(B) defines importance operationally as the TOPIQ difference between the reference image and the image with the distorted ROI pasted back in; this proxy is not validated against human importance judgments.
  • domain assumption SAM and SEEM masks delineate semantically meaningful ROIs
    The datasets derive all ROIs from SEEM detections and SAM masks, assuming these masks correspond to objects or components that humans would consider meaningful regions.

how reviews work

0 comments
Cite this review

Pith. "Pith review of SEAGULL: No-reference Image Quality Assessment for Regions of Interest via Vision-Language Instruction Tuning." pith.science (2026). https://pith.science/paper/L6M5CT7M

@misc{pith2026241110161,
  author       = {Pith},
  title        = {Pith review of: SEAGULL: No-reference Image Quality Assessment for Regions of Interest via Vision-Language Instruction Tuning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/L6M5CT7M}},
  note         = {Machine review of arXiv:2411.10161}
}
read the original abstract

Existing Image Quality Assessment (IQA) methods achieve remarkable success in analyzing quality for overall image, but few works explore quality analysis for Regions of Interest (ROIs). The quality analysis of ROIs can provide fine-grained guidance for image quality improvement and is crucial for scenarios focusing on region-level quality. This paper proposes a novel network, SEAGULL, which can SEe and Assess ROIs quality with GUidance from a Large vision-Language model. SEAGULL incorporates a vision-language model (VLM), masks generated by Segment Anything Model (SAM) to specify ROIs, and a meticulously designed Mask-based Feature Extractor (MFE) to extract global and local tokens for specified ROIs, enabling accurate fine-grained IQA for ROIs. Moreover, this paper constructs two ROI-based IQA datasets, SEAGULL-100w and SEAGULL-3k, for training and evaluating ROI-based IQA. SEAGULL-100w comprises about 100w synthetic distortion images with 33 million ROIs for pre-training to improve the model's ability of regional quality perception, and SEAGULL-3k contains about 3k authentic distortion ROIs to enhance the model's ability to perceive real world distortions. After pre-training on SEAGULL-100w and fine-tuning on SEAGULL-3k, SEAGULL shows remarkable performance on fine-grained ROI quality assessment. Code and datasets are publicly available at the https://github.com/chencn2020/Seagull.

Figures

Figures reproduced from arXiv: 2411.10161 by the authors.

Figure 1
Figure 1. (A) Illustrations of the typical Vision-based and VLM [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. The automatic pipeline for generating the S [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Overview of the SEAGULL (left) and the Mask-based Feature Extractor (right). Best viewed in color. distortions of this region”. B) Judgment Instruction-Response. To enhance the qual￾ity understanding and robustness of VLMs, we additionally design three JIRs, namely quality score judgment, impor￾tance score judgment and distortion type judgment, with queries like: “Is the quality of this region good”, “Is this re￾gio… view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: ROI quality analysis results from Human, VLMs and [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. ViDA-UGC: Detailed Image Quality Analysis via Visual Distortion Assessment for UGC Images

    cs.CV 2025-08 conditional novelty 6.0 of 10

    A UGC distortion instruction dataset with 11.5K images and a human-revised benchmark improves MLLM distortion grounding, perception, and quality description, with several tuned models passing GPT-4o on the benchmark.

  2. Q-Ponder: A Unified Training Pipeline for Reasoning-based Visual Quality Assessment

    cs.CV 2025-06 conditional novelty 6.0 of 10

    Q-Ponder is a two-stage pipeline (distill-then-reinforce) that makes a 7B multimodal model both more accurate at image quality scoring and better at explaining its judgments.

  3. NTIRE 2025 challenge on Text to Image Generation Model Quality Assessment

    cs.CV 2025-05 conditional novelty 4.0 of 10

    The NTIRE 2025 challenge report compares 20 methods for fine-grained text-to-image quality assessment, introduces the EvalMuse-Structure dataset, and finds every participating team outperformed the baselines.

Reference graph

Works this paper leans on

73 extracted references · 51 canonical work pages · cited by 3 Pith papers

  1. [1]

    Gpt-4 technical report

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ah- mad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774 ,

  2. [2]

    Quality-aware image-text alignment for real-world image quality assessment, 2024

    Lorenzo Agnolucci, Leonardo Galteri, and Marco Bertini. Quality-aware image-text alignment for real-world image quality assessment, 2024. 6

  3. [3]

    01. AI, :, Alex Young, Bei Chen, Chao Li, Chengen Huang, Ge Zhang, Guanwei Zhang, Heng Li, Jiangcheng Zhu, Jian- qun Chen, Jing Chang, Kaidong Yu, Peng Liu, Qiang Liu, Shawn Yue, Senbin Yang, Shiming Yang, Tao Yu, Wen Xie, Wenhao Huang, Xiaohui Hu, Xiaoyi Ren, Xinyao Niu, Pengcheng Nie, Yuchi Xu, Yudong Liu, Yue Wang, Yuxuan Cai, Zhenyu Gu, Zhiyuan Liu, a...

  4. [4]

    Flamingo: a visual language model for few-shot learning

    Jean-Baptiste Alayrac, Jeff Donahue, Pauline Luc, Antoine Miech, Iain Barr, Yana Hasson, Karel Lenc, Arthur Men- sch, Katherine Millican, Malcolm Reynolds, et al. Flamingo: a visual language model for few-shot learning. Advances in neural information processing systems, 35:23716–23736,

  5. [5]

    Topiq: A top-down approach from semantics to distortions for image quality assessment

    Chaofeng Chen, Jiadi Mo, Jingwen Hou, Haoning Wu, Liang Liao, Wenxiu Sun, Qiong Yan, and Weisi Lin. Topiq: A top-down approach from semantics to distortions for image quality assessment. IEEE Transactions on Image Processing, 33:2404–2418, 2024. 4

  6. [6]

    Q-ground: Image quality grounding with large multi-modality models

    Chaofeng Chen, Sensen Yang, Haoning Wu, Liang Liao, Zicheng Zhang, Annan Wang, Wenxiu Sun, Qiong Yan, and Weisi Lin. Q-ground: Image quality grounding with large multi-modality models. arXiv preprint arXiv:2407.17035 ,

  7. [7]

    Teacher-guided learning for blind image quality assessment

    Zewen Chen, Juan Wang, Bing Li, Chunfeng Yuan, Wei- hua Xiong, Rui Cheng, and Weiming Hu. Teacher-guided learning for blind image quality assessment. In Proceedings of the Asian Conference on Computer Vision , pages 2457– 2474, 2022. 2, 5

  8. [8]

    Promptiqa: Boosting the performance and generalization for no-reference image quality assessment via prompts

    Zewen Chen, Haina Qin, Juan Wang, Chunfeng Yuan, Bing Li, Weiming Hu, and Liang Wang. Promptiqa: Boosting the performance and generalization for no-reference image quality assessment via prompts. In European Conference on Computer Vision, pages 247–264. Springer, 2025. 1, 2, 6

Show all 73 references
  1. [9]

    Vicuna: An open-source chatbot impressing gpt-4 with 90%* chatgpt quality

    Wei-Lin Chiang, Zhuohan Li, Zi Lin, Ying Sheng, Zhanghao Wu, Hao Zhang, Lianmin Zheng, Siyuan Zhuang, Yonghao Zhuang, Joseph E Gonzalez, et al. Vicuna: An open-source chatbot impressing gpt-4 with 90%* chatgpt quality. See https://vicuna. lmsys. org (accessed 14 April 2023) , 2(3):6,

  2. [10]

    No-reference blur assessment of digital pictures based on multifeature classifiers

    Alexandre Ciancio, Eduardo AB da Silva, Amir Said, Ramin Samadani, Pere Obrador, et al. No-reference blur assessment of digital pictures based on multifeature classifiers. IEEE Transactions on image processing, 20(1):64–75, 2010. 2, 3, 4

  3. [11]

    Instructblip: Towards general- purpose vision-language models with instruction tuning

    Wenliang Dai, Junnan Li, Dongxu Li, Anthony Meng Huat Tiong, Junqi Zhao, Weisheng Wang, Boyang Li, Pascale N Fung, and Steven Hoi. Instructblip: Towards general- purpose vision-language models with instruction tuning. Ad- vances in Neural Information Processing Systems, 36, 2024. 3

  4. [12]

    Raise: a raw images dataset for digital image forensics

    Duc-Tien Dang-Nguyen, Cecilia Pasquini, Valentina Conot- ter, and Giulia Boato. Raise: a raw images dataset for digital image forensics. In Proceedings of the 6th ACM Multimedia Systems Conference, page 219–224, New York, NY , USA,

  5. [13]

    Perceptual quality assessment of smartphone photog- raphy

    Yuming Fang, Hanwei Zhu, Yan Zeng, Kede Ma, and Zhou Wang. Perceptual quality assessment of smartphone photog- raphy. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition , pages 3677–3686,

  6. [14]

    Learn- ing to rank for blind image quality assessment

    Fei Gao, Dacheng Tao, Xinbo Gao, and Xuelong Li. Learn- ing to rank for blind image quality assessment. IEEE trans- actions on neural networks and learning systems , 26(10): 2275–2290, 2015. 2

  7. [15]

    Reversible data hiding-based contrast en- hancement with multi-group stretching for roi of medical im- age

    Guangyong Gao, Hui Zhang, Zhihua Xia, Xiangyang Luo, and Yun-Qing Shi. Reversible data hiding-based contrast en- hancement with multi-group stretching for roi of medical im- age. IEEE Transactions on Multimedia, 2023. 2

  8. [16]

    Massive online crowdsourced study of subjective and objective picture qual- ity

    Deepti Ghadiyaram and Alan C Bovik. Massive online crowdsourced study of subjective and objective picture qual- ity. IEEE Transactions on Image Processing, 25(1):372–387,

  9. [17]

    No-reference image quality assessment via transformers, rel- ative ranking, and self-consistency

    S Alireza Golestaneh, Saba Dadsetan, and Kris M Kitani. No-reference image quality assessment via transformers, rel- ative ranking, and self-consistency. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 1220–1230, 2022. 2

  10. [18]

    Image compression using object-based regions of interest

    Sunhyoung Han and Nuno Vasconcelos. Image compression using object-based regions of interest. In 2006 International Conference on Image Processing, pages 3097–3100, 2006. 2

  11. [19]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceed- ings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016. 5

  12. [20]

    Koniq-10k: An ecologically valid database for deep learning of blind image quality assessment

    Vlad Hosu, Hanhe Lin, Tamas Sziranyi, and Dietmar Saupe. Koniq-10k: An ecologically valid database for deep learning of blind image quality assessment. IEEE Transactions on Image Processing, 29:4041–4056, 2020. 2, 3, 4

  13. [21]

    Lora: Low-rank adaptation of large language models

    Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen- Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models. arXiv preprint arXiv:2106.09685, 2021. 6 9

  14. [22]

    Enhanced roi (region of interest algorithms) for medical image compression

    R Janaki. Enhanced roi (region of interest algorithms) for medical image compression. International Journal of Com- puter Applications, 38(2):38–43, 2012. 4

  15. [23]

    Convolu- tional neural networks for no-reference image quality assess- ment

    Le Kang, Peng Ye, Yi Li, and David Doermann. Convolu- tional neural networks for no-reference image quality assess- ment. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1733–1740, 2014. 2

  16. [24]

    Transformer-based variable-rate image compression with region-of-interest control

    Chia-Hao Kao, Ying-Chieh Weng, Yi-Hsin Chen, Wei-Chen Chiu, and Wen-Hsiao Peng. Transformer-based variable-rate image compression with region-of-interest control. In 2023 IEEE International Conference on Image Processing (ICIP), pages 2960–2964. IEEE, 2023. 2

  17. [25]

    Re- gion of interest based contrast enhancement techniques for ct images

    Anureet Kaur, Akshay Girdhar, and Navdeep Kanwal. Re- gion of interest based contrast enhancement techniques for ct images. In 2016 Second International Conference on Computational Intelligence & Communication Technology (CICT), pages 60–63, 2016. 2

  18. [26]

    Musiq: Multi-scale image quality transformer

    Junjie Ke, Qifei Wang, Yilin Wang, Peyman Milanfar, and Feng Yang. Musiq: Multi-scale image quality transformer. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 5148–5157, 2021. 1, 2

  19. [27]

    Segment anything in high qual- ity

    Lei Ke, Mingqiao Ye, Martin Danelljan, Yu-Wing Tai, Chi- Keung Tang, Fisher Yu, et al. Segment anything in high qual- ity. Advances in Neural Information Processing Systems, 36,

  20. [28]

    As- sessment of roi selection for facial video-based rppg

    Dae-Yeol Kim, Kwangkee Lee, and Chae-Bong Sohn. As- sessment of roi selection for facial video-based rppg. Sen- sors, 21(23), 2021. 1

  21. [29]

    As- sessment of roi selection for facial video-based rppg

    Dae-Yeol Kim, Kwangkee Lee, and Chae-Bong Sohn. As- sessment of roi selection for facial video-based rppg. Sen- sors, 21(23):7923, 2021. 2

  22. [30]

    Berg, Wan-Yen Lo, Piotr Doll ´ar, and Ross Girshick

    Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer White- head, Alexander C. Berg, Wan-Yen Lo, Piotr Doll ´ar, and Ross Girshick. Segment anything. In 2023 IEEE/CVF In- ternational Conference on Computer Vision (ICCV) ,...

  23. [31]

    A new quality model for object detection using compressed videos

    Lingchao Kong, Rui Dai, and Yuchi Zhang. A new quality model for object detection using compressed videos. In2016 IEEE International Conference on Image Processing (ICIP), pages 3797–3801, 2016. 1

  24. [32]

    New video enhancement preproces- sor using the region-of-interest for the videoconferencing

    Homin Kwon, Hagyong Han, Sungmok Lee, Wontae Choi, and Bongsoon Kang. New video enhancement preproces- sor using the region-of-interest for the videoconferencing. IEEE Transactions on Consumer Electronics , 56(4):2644– 2651, 2010. 1

  25. [33]

    Most apparent distortion: full-reference image quality assessment and the role of strategy

    Eric Cooper Larson and Damon Michael Chandler. Most apparent distortion: full-reference image quality assessment and the role of strategy. Journal of electronic imaging , 19 (1):011006, 2010. 3

  26. [34]

    Norm-in- norm loss with faster convergence and better performance for image quality assessment

    Dingquan Li, Tingting Jiang, and Ming Jiang. Norm-in- norm loss with faster convergence and better performance for image quality assessment. In Proceedings of the 28th ACM International Conference on Multimedia , pages 789– 797, 2020. 2

  27. [35]

    Kadid-10k: A large-scale artificially distorted iqa database

    Hanhe Lin, Vlad Hosu, and Dietmar Saupe. Kadid-10k: A large-scale artificially distorted iqa database. In 2019 Tenth International Conference on Quality of Multimedia Experi- ence (QoMEX), pages 1–3. IEEE, 2019. 3

  28. [36]

    Hallucinated-iqa: No- reference image quality assessment via adversarial learning

    Kwan-Yee Lin and Guanxiang Wang. Hallucinated-iqa: No- reference image quality assessment via adversarial learning. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 732–741, 2018. 2

  29. [37]

    Visual instruction tuning

    Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning. InAdvances in Neural Information Processing Systems, pages 34892–34916. Curran Associates, Inc., 2023. 3

  30. [38]

    Visual instruction tuning

    Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning. Advances in neural information processing systems, 36, 2024. 2, 5, 6

  31. [39]

    Rankiqa: Learning from rankings for no-reference image quality assessment

    Xialei Liu, Joost Van De Weijer, and Andrew D Bagdanov. Rankiqa: Learning from rankings for no-reference image quality assessment. In Proceedings of the IEEE international conference on computer vision, pages 1040–1049, 2017. 2

  32. [40]

    A convnet for the 2020s

    Zhuang Liu, Hanzi Mao, Chao-Yuan Wu, Christoph Feicht- enhofer, Trevor Darrell, and Saining Xie. A convnet for the 2020s. In Proceedings of the IEEE/CVF conference on com- puter vision and pattern recognition , pages 11976–11986,

  33. [41]

    Variable rate roi image compression optimized for visual quality

    Yi Ma, Yongqi Zhai, Chunhui Yang, Jiayu Yang, Ruo- fan Wang, Jing Zhou, Kai Li, Ying Chen, and Ronggang Wang. Variable rate roi image compression optimized for visual quality. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 1936– 19...

  34. [42]

    Image quality assessment us- ing contrastive learning

    Pavan C Madhusudana, Neil Birkbeck, Yilin Wang, Balu Adsumilli, and Alan C Bovik. Image quality assessment us- ing contrastive learning. IEEE Transactions on Image Pro- cessing, 31:4149–4161, 2022. 2

  35. [43]

    Vcrnet: Visual compensation restoration network for no-reference image quality assess- ment

    Zhaoqing Pan, Feng Yuan, Jianjun Lei, Yuming Fang, Xiao Shao, and Sam Kwong. Vcrnet: Visual compensation restoration network for no-reference image quality assess- ment. IEEE Transactions on Image Processing , 31:1613– 1627, 2022. 2

  36. [44]

    Color image database tid2013: Peculiarities and preliminary re- sults

    Nikolay Ponomarenko, Oleg Ieremeiev, Vladimir Lukin, Karen Egiazarian, Lina Jin, Jaakko Astola, Benoit V ozel, Kacem Chehdi, Marco Carli, Federica Battisti, et al. Color image database tid2013: Peculiarities and preliminary re- sults. In european workshop on visual information...

  37. [45]

    Data-efficient image quality assessment with attention-panel decoder

    Guanyi Qin, Runze Hu, Yutao Liu, Xiawu Zheng, Haotian Liu, Xiu Li, and Yan Zhang. Data-efficient image quality assessment with attention-panel decoder. Proceedings of the AAAI Conference on Artificial Intelligence , 37:2091–2100,

  38. [46]

    A statistical evaluation of recent full reference image quality assessment algorithms

    Hamid R Sheikh, Muhammad F Sabir, and Alan C Bovik. A statistical evaluation of recent full reference image quality assessment algorithms. IEEE Transactions on image pro- cessing, 15(11):3440–3451, 2006. 2, 3

  39. [47]

    Transformer-based no-reference image quality assessment via supervised con- trastive learning, 2023

    Jinsong Shi, Pan Gao, and Jie Qin. Transformer-based no-reference image quality assessment via supervised con- trastive learning, 2023. 2

  40. [48]

    Blindly assess image qual- ity in the wild guided by a self-adaptive hyper network

    Shaolin Su, Qingsen Yan, Yu Zhu, Cheng Zhang, Xin Ge, Jinqiu Sun, and Yanning Zhang. Blindly assess image qual- ity in the wild guided by a self-adaptive hyper network. In 10 Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition, pages 3667–3676, ...

  41. [49]

    Blind quality assessment for in-the-wild images via hierarchical feature fusion and iterative mixed database training

    Wei Sun, Xiongkuo Min, Danyang Tu, Siwei Ma, and Guangtao Zhai. Blind quality assessment for in-the-wild images via hierarchical feature fusion and iterative mixed database training. IEEE Journal of Selected Topics in Sig- nal Processing, 2023. 2

  42. [50]

    Hierarchical curriculum learning for no-reference image quality assessment

    Juan Wang, Zewen Chen, Chunfeng Yuan, Bing Li, Wentao Ma, and Weiming Hu. Hierarchical curriculum learning for no-reference image quality assessment. International Jour- nal of Computer Vision, pages 1–20, 2023. 1, 2

  43. [51]

    Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution

    Peng Wang, Shuai Bai, Sinan Tan, Shijie Wang, Zhihao Fan, Jinze Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Yang Fan, Kai Dang, Mengfei Du, Xuancheng Ren, Rui Men, Dayiheng Liu, Chang Zhou, Jingren Zhou, and Jun- yang Lin. Qwen2-vl: Enhancing vision-language model’s ...

  44. [52]

    Micro-expression recognition with attention mecha- nism and region enhancement

    Yi Wang, Shixin Zheng, Xiao Sun, Dan Guo, and Junjie Lang. Micro-expression recognition with attention mecha- nism and region enhancement. Multimedia Systems, 29(5): 3095–3103, 2023. 2

  45. [53]

    Active fine-tuning from gmad examples improves blind image quality assessment

    Zhihua Wang and Kede Ma. Active fine-tuning from gmad examples improves blind image quality assessment. IEEE Transactions on Pattern Analysis and Machine Intelligence, 44(9):4577–4590, 2021. 2

  46. [54]

    Deep blind image quality assessment pow- ered by online hard example mining

    Zhihua Wang, Qiuping Jiang, Shanshan Zhao, Wensen Feng, and Weisi Lin. Deep blind image quality assessment pow- ered by online hard example mining. IEEE Transactions on Multimedia, 2023. 2

  47. [55]

    Q-bench: A benchmark for general-purpose foundation models on low-level vision

    Haoning Wu, Zicheng Zhang, Erli Zhang, Chaofeng Chen, Liang Liao, Annan Wang, Chunyi Li, Wenxiu Sun, Qiong Yan, Guangtao Zhai, et al. Q-bench: A benchmark for general-purpose foundation models on low-level vision. arXiv preprint arXiv:2309.14181, 2023. 1, 2, 3

  48. [56]

    Q-align: Teaching lmms for visual scoring via discrete text-defined levels

    Haoning Wu, Zicheng Zhang, Weixia Zhang, Chaofeng Chen, Liang Liao, Chunyi Li, Yixuan Gao, Annan Wang, Erli Zhang, Wenxiu Sun, et al. Q-align: Teaching lmms for visual scoring via discrete text-defined levels. arXiv preprint arXiv:2312.17090, 2023. 3, 4, 5, 6

  49. [57]

    Q-instruct: Improving low-level visual abilities for multi-modality foundation models

    Haoning Wu, Zicheng Zhang, Erli Zhang, Chaofeng Chen, Liang Liao, Annan Wang, Kaixin Xu, Chunyi Li, Jingwen Hou, Guangtao Zhai, et al. Q-instruct: Improving low-level visual abilities for multi-modality foundation models. In Proceedings of the IEEE/CVF Conference on Computer V...

  50. [58]

    Towards open-ended visual qual- ity comparison, 2024

    Haoning Wu, Hanwei Zhu, Zicheng Zhang, Erli Zhang, Chaofeng Chen, Liang Liao, Chunyi Li, Annan Wang, Wenxiu Sun, Qiong Yan, Xiaohong Liu, Guangtao Zhai, Shiqi Wang, and Weisi Lin. Towards open-ended visual qual- ity comparison, 2024. 3

  51. [59]

    Open-vocabulary panop- tic segmentation with text-to-image diffusion models

    Jiarui Xu, Sifei Liu, Arash Vahdat, Wonmin Byeon, Xiao- long Wang, and Shalini De Mello. Open-vocabulary panop- tic segmentation with text-to-image diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition, pages 2955–2966, 2023. 5

  52. [60]

    Local distortion aware ef- ficient transformer adaptation for image quality assessment

    Kangmin Xu, Liang Liao, Jing Xiao, Chaofeng Chen, Haon- ing Wu, Qiong Yan, and Weisi Lin. Local distortion aware ef- ficient transformer adaptation for image quality assessment. arXiv preprint arXiv:2308.12001, 2023. 2

  53. [61]

    A roi qual- ity adjustable rate control scheme for low bitrate video cod- ing

    Ling Yang, Li Zhang, Siwei Ma, and Debin Zhao. A roi qual- ity adjustable rate control scheme for low bitrate video cod- ing. In 2009 Picture Coding Symposium , pages 1–4, 2009. 1

  54. [62]

    Maniqa: Multi-dimension attention network for no-reference image quality assessment

    Sidi Yang, Tianhe Wu, Shuwei Shi, Shanshan Lao, Yuan Gong, Mingdeng Cao, Jiahao Wang, and Yujiu Yang. Maniqa: Multi-dimension attention network for no-reference image quality assessment. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pag...

  55. [63]

    A roi-based high capacity reversible data hiding scheme with contrast enhancement for medical images

    Yang Yang, Weiming Zhang, Dong Liang, and Nenghai Yu. A roi-based high capacity reversible data hiding scheme with contrast enhancement for medical images. Multimedia Tools and Applications, 77:18043–18065, 2018. 2

  56. [64]

    mplug-owl2: Revolutionizing multi-modal large language model with modality collaboration

    Qinghao Ye, Haiyang Xu, Jiabo Ye, Ming Yan, Haowei Liu, Qi Qian, Ji Zhang, Fei Huang, and Jingren Zhou. mplug-owl2: Revolutionizing multi-modal large language model with modality collaboration. arXiv preprint arXiv:2311.04257, 2023. 2, 3, 6

  57. [65]

    From patches to pictures (paq-2-piq): Mapping the perceptual space of pic- ture quality

    Zhenqiang Ying, Haoran Niu, Praful Gupta, Dhruv Maha- jan, Deepti Ghadiyaram, and Alan Bovik. From patches to pictures (paq-2-piq): Mapping the perceptual space of pic- ture quality. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020. 3

  58. [66]

    Depicting beyond scores: Advanc- ing image quality assessment through multi-modal language models

    Zhiyuan You, Zheyuan Li, Jinjin Gu, Zhenfei Yin, Tianfan Xue, and Chao Dong. Depicting beyond scores: Advanc- ing image quality assessment through multi-modal language models. arXiv preprint arXiv:2312.08962, 2023. 1, 3

  59. [67]

    Descriptive image quality assessment in the wild

    Zhiyuan You, Jinjin Gu, Zheyuan Li, Xin Cai, Kaiwen Zhu, Tianfan Xue, and Chao Dong. Descriptive image quality assessment in the wild. arXiv preprint arXiv:2405.18842 ,

  60. [68]

    Osprey: Pixel understanding with visual instruction tuning, 2024

    Yuqian Yuan, Wentong Li, Jian Liu, Dongqi Tang, Xinjie Luo, Chi Qin, Lei Zhang, and Jianke Zhu. Osprey: Pixel understanding with visual instruction tuning, 2024. 3, 6

  61. [69]

    Blind image quality assessment using a deep bilinear convolutional neural network

    Weixia Zhang, Kede Ma, Jia Yan, Dexiang Deng, and Zhou Wang. Blind image quality assessment using a deep bilinear convolutional neural network. IEEE Transactions on Cir- cuits and Systems for Video Technology, 30(1):36–47, 2018. 2, 6

  62. [70]

    Blind image quality assessment via vision- language correspondence: A multitask learning perspective

    Weixia Zhang, Guangtao Zhai, Ying Wei, Xiaokang Yang, and Kede Ma. Blind image quality assessment via vision- language correspondence: A multitask learning perspective. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 14071–14081, 2023. 3

  63. [71]

    Quality-aware pre-trained models for blind image quality assessment

    Kai Zhao, Kun Yuan, Ming Sun, Mading Li, and Xing Wen. Quality-aware pre-trained models for blind image quality assessment. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 22302– 22313, 2023. 2

  64. [72]

    Segment everything everywhere all at once

    Xueyan Zou, Jianwei Yang, Hao Zhang, Feng Li, Linjie Li, Jianfeng Wang, Lijuan Wang, Jianfeng Gao, and Yong Jae 11 Lee. Segment everything everywhere all at once. In Ad- vances in Neural Information Processing Systems , pages 19769–19782. Curran Associates, Inc., 2023. 2, 4 12

  65. [2015]

    Association for Computing Machinery. 3

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.