paper-with-me

홈 › Papers

SciFigAlign: Scoring Scientific Figures by Fine-tuned Alignment of Visuals with Manuscript Evidence

2026-07-29 · Chuanzhi Xu, Zihan Deng, Huiqi Liang, Chengkun Yue, Zhanlin Cui, Pengfei Ye, Weidong Cai arxiv

Scientific figure assessment in peer review differs fundamentally from general image quality evaluation: a figure must be visually legible, faithfully support the manuscript's claims, and communicate evidence with a clear visual hierarchy. However, if we apply traditional image assessment methods to scientific figure quality assessment, limitations emerge: classic IQA models capture perceptual quality or aesthetics but cannot judge whether a figure serves the paper's scientific argument; CLIP-based methods assess generic image-text correspondence, yet lack understanding of manuscript context; and zero-shot LLM/VLM judges, when repurposed for figure scoring, often yield overly concentrated scores with limited fusion of visual and textual evidence. We introduce an annotated dataset of 3,857 scientific figures from peer-reviewed conference papers, each rated along four peer-review-oriented dimensions: Clarity, Relevance, Informativeness, and Structure. We propose SciFigAlign, a fine-tuned multimodal scorer that grounds figure quality assessment in manuscript evidence. Given a figure crop, caption, citing paragraphs, and light paper context, SciFigAlign fine-tunes CLIP and SciBERT end-to-end with per-modality cross-attention and CubeMLP fusion, jointly optimizing SmoothL1 regression with a within-paper ranking hinge loss. Under paper-level splits, SciFigAlign achieves a macro MAE of 0.3524 and a within-paper pairwise accuracy of 81.64% on the test set with n = 396, a 59% relative error reduction over the best LLM-as-judge baseline with MAE 0.864. Ablations confirm that manuscript-grounded inputs, citing-context denoising, and ranking supervision are all critical, showing that scientific figure assessment requires learned alignment between visual content and manuscript evidence rather than prompting alone, even with state-of-the-art VLMs.

📄 PDF Abstract BibTeX arXiv:2607.27066

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Summaries as Captions: Generating Figure Captions for Scientific Documents with Automated Text Summarization

2023-02-23 · Chieh-Yang Huang, Ting-Yao Hsu, Ryan Rossi, Ani Nenkova 외

Good figure captions help paper readers understand complex scientific figures. Unfortunately, even published papers often have poorly written captions. Automatic caption generation could aid paper writers by providing go…

Abstractive Text SummarizationCaption GenerationText Summarization

VeriSciQA: An Auto-Verified Dataset for Scientific Visual Question Answering

2025-11-25 · Yuyi Li, Daoyuan Chen, Zhen Wang, Yutong Lu 외 arxiv

Large Vision-Language Models (LVLMs) show promise for scientific applications, yet open-source models still struggle with Scientific Visual Question Answering (SVQA), namely answering questions about figures from scienti…

Visual Question Answering

SIQA: Toward Reliable Scientific Image Quality Assessment

2026-03-05 · Wenzhe Li, Liang Chen, Junying Wang, Yijing Guo 외 arxiv

Scientific images fundamentally differ from natural and AI-generated images in that they encode structured domain knowledge rather than merely depict visual scenes. Assessing their quality therefore requires evaluating n…

Image Quality Assessment

MatMMExtract: An Open-Source Pipeline for Panel-Level Extraction of Grounded Image-Text Pairs from Materials Science Literature

2026-06-29 · Subham Ghosh, Shubham Tiwari, Mohammad Ibrahim, Abhishek Tewari hf

The materials science literature encodes decades of experimental knowledge in figures, yet this visual record remains locked away and inaccessible to AI at scale. The core difficulty is structural: most scientific figure…

A Simple Data Augmentation Strategy for Text-in-Image Scientific VQA

2025-09-24 · Belal Shoer, Yova Kementchedjhieva arxiv

Scientific visual question answering poses significant challenges for vision-language models due to the complexity of scientific figures and their multimodal context. Traditional approaches treat the figure and accompany…

Visual Question AnsweringCross-Lingual TransferData Augmentation