Papers › Quilt-LLaVA: Visual Instruction Tuning by Extracting Localized Narratives from...

Quilt-LLaVA: Visual Instruction Tuning by Extracting Localized Narratives from Open-Source Histopathology Videos

7 Dec 2023CVPR 2024 1arXiv:2312.04746archive 2025-07-28

Mehmet Saygin Seyfioglu, Wisdom O. Ikezogwo, Fatemeh Ghezloo, Ranjay Krishna, Linda Shapiro

Diagnosis in histopathology requires a global whole slide images (WSIs) analysis, requiring pathologists to compound evidence from different WSI patches. The gigapixel scale of WSIs poses a challenge for histopathology multi-modal models. Training multi-model models for histopathology requires instruction tuning datasets, which currently contain information for individual image patches, without a spatial grounding of the concepts within each patch and without a wider view of the WSI. Therefore, they lack sufficient diagnostic capacity for histopathology. To bridge this gap, we introduce Quilt-Instruct, a large-scale dataset of 107,131 histopathology-specific instruction question/answer pairs, grounded within diagnostically relevant image patches that make up the WSI. Our dataset is collected by leveraging educational histopathology videos from YouTube, which provides spatial localization of narrations by automatically extracting the narrators' cursor positions. Quilt-Instruct supports contextual reasoning by extracting diagnosis and supporting facts from the entire WSI. Using Quilt-Instruct, we train Quilt-LLaVA, which can reason beyond the given single image patch, enabling diagnostic reasoning across patches. To evaluate Quilt-LLaVA, we propose a comprehensive evaluation dataset created from 985 images and 1283 human-generated question-answers. We also thoroughly evaluate Quilt-LLaVA using public histopathology datasets, where Quilt-LLaVA significantly outperforms SOTA by over 10% on relative GPT-4 score and 4% and 9% on open and closed set VQA. Our code, data, and model are publicly accessible at quilt-llava.github.io.

PaperPDFConference PDFCodeCode 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="2312.04746")

Code

Syntology Ran 5 of 12 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran · our draft was wrong; 1 ran with no contract checked.

By repository: community (archive-listed): 12 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aldraus/quilt-llava mentioned on GitHubpytorchMIT report
wisdomikezogwo/quilt1m mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

12 samples harvested; 5 ran; 0 honoured the contract we drafted; 7 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 · violated contract
3ran · our draft was wrong
1ran
7unverified

Licence: 0 of the 12 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 aldraus/quilt-llava. “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.

expand2square aldraus/quilt-llava/llava/mm_utils.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 592b3c1a88f93d7c · report
get_chunk aldraus/quilt-llava/llava/eval/model_vqa.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 42a46570620cd9fa · report
load_image_from_base64 aldraus/quilt-llava/llava/mm_utils.py community (archive-listed) ran MIT (permissive) · c3ee9d07c900dd55 · report
parse_score aldraus/quilt-llava/llava/eval/quilt_gpt_eval.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 763f6fe20bd52fbb · report
split_list aldraus/quilt-llava/llava/eval/model_vqa.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 076c252c52cbb161 · report
brevity_penalty aldraus/quilt-llava/llava/eval/quilt_utils.py community (archive-listed) unverified MIT (permissive) · 43ef215b445193c1 · report
evaluate aldraus/quilt-llava/llava/eval/quilt_eval.py community (archive-listed) unverified MIT (permissive) · 0f12178b8ecbfaf0 · report
get_eval aldraus/quilt-llava/llava/eval/quilt_gpt_eval.py community (archive-listed) unverified MIT (permissive) · c00535a655c69753 · report
load_jsonl aldraus/quilt-llava/llava/eval/quilt_eval.py community (archive-listed) unverified MIT (permissive) · 77678f2758141df9 · report
modified_precision aldraus/quilt-llava/llava/eval/quilt_utils.py community (archive-listed) unverified MIT (permissive) · 21c8c6289af5c1e5 · report
process_images aldraus/quilt-llava/llava/mm_utils.py community (archive-listed) unverified MIT (permissive) · 344dff4791fd1381 · report
split_sentence aldraus/quilt-llava/llava/eval/quilt_utils.py community (archive-listed) unverified MIT (permissive) · 2fd31a236724b42d · report

Tasks

DiagnosticImage CaptioningVisual Question Answering (VQA)whole slide images

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutFocusGPT-4Label SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSETSoftmaxTransformer

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