The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A gaze-guided vision transformer paired with an ontology-constrained vision–language model speeds retinal reads and slashes documentation time: combined Co-Annotator guidance increased correct diagnoses per minute by 40% and reduced comment editing time by 67% without reducing diagnostic accuracy, while substantially expanding documented biomarkers.

Co-Annotator: Expert-Distilled ViT and VLM for Visual and Documentation Guidance in Age-Related Macular Degeneration
Ziheng "Leo" Li, Benjamin Freeman, Akshay Raman, Kavin Aravindhan Rajkumar, Xinxin Fang, Rishabh Srivastava, Steven Feiner, Kaveri A. Thakoor · August 31, 2026
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Ziheng "Leo" Li unresolved corpus identity
  2. Benjamin Freeman unresolved corpus identity
  3. Akshay Raman unresolved corpus identity
  4. Kavin Aravindhan Rajkumar unresolved corpus identity
  5. Xinxin Fang unresolved corpus identity
  6. Rishabh Srivastava unresolved corpus identity
  7. Steven Feiner unresolved corpus identity
  8. Kaveri A. Thakoor unresolved corpus identity

Semantic Scholar

Latest observation:

  1. ZihengLeoLi provider ID
  2. Benjamin Freeman provider ID
  3. Akshay Raman provider ID
  4. K. Rajkumar provider ID
  5. Xin-Xin Fang unresolved corpus identity
  6. Rishabh Srivastava provider ID
  7. Steven K. Feiner provider ID
  8. K. Thakoor provider ID
Co-Annotator—combining an expert-distilled gaze-aligned ViT and an ontology-bounded VLM—improves trainee workflow on OCT reads, raising correct diagnoses per minute by 40% and cutting comment-editing time by 67% while preserving diagnostic accuracy.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

No provider observation is available for this paper.

Missing data, not a zero citation count.

Clinical AI often optimizes predictive performance without engaging how clinicians decide where to look and what to write. We present Co-Annotator, which distills expert gaze and dictation into two guidance components: a gaze-aligned Vision Transformer producing fixation-aligned areas of interest (AOIs), and an ontology-bounded vision-language model (VLM) that pre-fills editable biomarker summaries for retinal optical coherence tomography (OCT). We first collect expert gaze and dictations (US1) to train the models, significantly improving diagnostic accuracy and biomarker generation. We then deploy the system with ophthalmology residents: a controlled resident study (US2) confirmed each modality is safe and independently beneficial, with AOI guidance producing lasting perceptual efficiency gains through post-guidance carryover and VLM guidance more than doubling biomarker documentation breadth. In a combined deployment across two academic institutions (US3), providing both modalities simultaneously produced efficiency gains that substantially exceeded either modality alone: correct diagnoses per minute increased by 40% and comment editing time fell by 67%, without compromising diagnostic accuracy. Notably, neither modality improved efficiency during guidance in US2, which makes the in-guidance efficiency gain under combined guidance in US3 the more striking result. Expert-distilled multimodal guidance can remove two distinct clinical workflow bottlenecks at once (visual search overhead and documentation burden) without compromising the diagnostic accuracy clinicians already achieve.

Summary

Main Finding

Co-Annotator—an expert-distilled system combining (1) a gaze-aligned Vision Transformer (ViT) that produces fixation-aligned areas-of-interest (AOIs) and (2) an ontology-bounded vision–language model (VLM) that pre-fills editable biomarker summaries—improves trainee workflow for diagnosing wet age-related macular degeneration (wAMD) on OCT. In combined deployment across two academic centers, simultaneous AOI+VLM guidance increased correct diagnoses per minute by ~40%, reduced comment editing time by ~67%, and produced several-fold more documented biomarkers, all without reducing diagnostic accuracy.

Key Points

  • Interaction design principles: guidance should be deferrable (revealed after an initial unguided pass), sparse (few precise hotspots), and evidence-anchored (each biomarker token links to image evidence).
  • Two complementary guidance channels:
    • Fixation-aligned AOIs (gaze-aligned ViT) to reduce visual-search overhead.
    • Ontology-bounded biomarker drafts (fine-tuned VLM) to reduce documentation burden and constrain language to clinically valid terms.
  • Expert distillation: system trained on synchronized expert gaze and dictations so guidance reflects how specialists actually look and describe OCT findings.
  • Performance highlights:
    • ViT gaze-alignment and VLM fine-tuning improved diagnostic micro-AUC from 0.95 → 0.98 (expert-distilled supervision).
    • Biomarker text quality: MedBERTScore ≈ 0.867 on expert-anchored biomarker generation.
    • US2 (isolated modality evaluation, n=11 residents): AOI guidance produced a post-guidance carryover in perceptual efficiency; VLM guidance more than doubled biomarker breadth (5.8 vs 2.3 biomarkers per AMD eye) with ~83% retention.
    • US3 (combined deployment, n=8 residents, two institutions): AOI+VLM together yielded +40% correct diagnoses/min (p=0.023), −67% comment editing time (p=0.023), and large increases in biomarkers documented (several-fold; p<0.05).
  • Safety and control: guidance is editable, ontology-constrained, and presented as supportive evidence rather than authoritative output.

Data & Methods

  • Data collection (US1 / Expert Distillation Corpus)
    • In-house dataset: 1,155 five-line OCT scans from 231 eyes (203 patients); Zeiss Cirrus platform.
    • Expert supervision: eye-tracking on a subset (138 images) and spoken dictation on another subset (113 images). Transcriptions were mapped to a curated ontology (12 biomarker terms) after automated extraction + expert review. Augmented with OCT5k to form ~573 image–biomarker pairs for VLM training/eval.
  • Gaze-aligned ViT
    • Architecture: Vision Transformer producing classification + attention rollout map on a 32×32 patch grid.
    • Training objective: binary cross-entropy classification + weighted gaze-alignment loss (cross-entropy between attention rollout and expert fixation-density maps). Hyperparameter α controls attention alignment vs classification.
    • Output: fixation-aligned AOI heatmaps usable at inference without live eye-tracking.
  • Ontology-bounded VLM
    • Base: MedGemma VLM, fine-tuned with a two-stage curriculum:
    • Stage 1: domain grounding via diagnosis (binary classification) and biomarker discrimination (VQA-style yes/no).
    • Stage 2: add biomarker generation (ontology-constrained) while retaining Stage 1 tasks.
    • Constrained decoding: outputs limited to predefined biomarker ontology to reduce hallucination and ensure editability.
  • User studies
    • US1: data collection from retina experts to create supervision corpus.
    • US2: controlled within-institution evaluation (n=11 ophthalmology residents) assessing each modality independently—checked safety (no drop in diagnostic accuracy) and modality-specific effects.
    • US3: combined AOI+VLM deployment across two institutions (n=8 residents) measuring throughput, documentation time, and biomarker coverage; statistical testing reported (p-values provided for key outcomes).

Implications for AI Economics

  • Productivity and throughput
    • A ~40% increase in correct-diagnoses-per-minute and a ~67% reduction in documentation editing time point to substantial per-clinician throughput gains. In high-volume retina clinics, this can translate into more patients evaluated per clinician-hour or reduced backlog—improving facility utilization and potentially revenue per clinic-hour.
  • Labor augmentation and task allocation
    • System targets two distinct bottlenecks (visual search and documentation) and is designed to augment, not replace, clinician judgment. This supports complementary labor models where AI increases junior clinicians’ effective diagnostic throughput and reduces supervisory burden.
    • For training programs, AOI guidance has carryover effects on perceptual efficiency—potentially lowering the time and supervision needed to train novices, reducing training cost per clinician.
  • Documentation quality, billing, and downstream value
    • More complete and standardized biomarker documentation (ontology-bounded) improves auditability, enables more consistent clinical records, and may support better coding/billing capture (if billing is tied to documented findings) and quality metrics for reimbursement.
    • Structured biomarker outputs can enable downstream analytics (registry data, quality measurement) with less manual abstraction cost.
  • Deployment costs and required investments
    • Upfront costs include expert data collection (eye-tracking hardware, specialist time for dictation and review), model development, and integration into clinical workflows. The authors publicly released the corpus and models, lowering replication and adoption costs.
    • Ongoing costs include validation and maintenance across scanner types, software integration with EHRs, and medicolegal risk management.
  • Adoption barriers and risks
    • Generalizability: dataset focuses on Zeiss Cirrus and a limited set of experts; cross-scanner and cross-population validation are required before scale-up. Economic value depends on robust performance in diverse real-world settings.
    • Liability and regulatory hurdles: systems that influence clinical decision-making face regulatory scrutiny and may require clinical trials and device clearance—affecting time-to-market and costs.
    • Behavioral risk: potential for over-reliance or miscalibrated trust, especially if guidance is misinterpreted. The interaction design mitigates this (deferrable, editable), but training and governance are needed.
  • Market and business-model considerations
    • Value proposition: sell as a clinical-decision-support (CDS) tool improving throughput and documentation—payoff could be subscription/licensing to hospitals, or per-study fees tied to volume.
    • Cost-benefit sensitivity: economic gains depend on baseline clinician speeds, billing rules, and clinic volumes. Small clinics with low volume may find ROI marginal, whereas high-throughput specialty clinics could realize rapid payback.
  • Broader economic externalities
    • Data/public-good effect: public release of models and corpus can accelerate diffusion, lower entry barriers, and intensify competition—driving down integration costs but also commoditizing the technology.
    • Workforce effects: augmentation may shift physician time away from rote documentation and searching toward higher-value tasks (patient counseling, complex cases), but it may also compress staffing needs in some settings; net employment effects depend on clinic-level staffing models and regulations.

Overall, Co-Annotator demonstrates that targeted, expert-distilled multimodal AI—designed around concrete workflow bottlenecks and clinician control—can yield measurable productivity and documentation benefits. From an AI-economics perspective, the largest value stems from throughput gains, reduced transcription cost, and improved documentation quality, but realizing that value at scale requires investment in cross-site validation, integration, regulatory clearance, and user training.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The paper reports large, statistically significant improvements in objective workflow metrics (Correct Dx/min, comment editing time, biomarkers documented) from controlled user studies and a multi-site combined deployment, but the studies have small samples (US2 n=11, US3 n=8), are limited to ophthalmology residents in academic centers, and lack large-scale randomized clinical validation—so results are promising but limited in external validity. Methods Rigormedium — Models are trained on an in-house expert-distilled corpus and evaluated with objective metrics; user studies appear controlled and report p-values and retention measures. However, sample sizes are small, details on randomization/counterbalancing and potential learning/carryover effects are not fully specified in the provided text, and deployment is limited to simulated/controlled reading sessions rather than routine clinical throughput over long periods. SampleModel data: In-house corpus of 1,155 high-definition five-line raster OCT scans from 231 eyes (203 patients; 104 normal, 127 wAMD) captured on Zeiss Cirrus; expert gaze collected on a subset of 138 images (8 experts); expert dictations on 113 images; augmented with OCT5k to yield 573 image–biomarker pairs and a 12-term biomarker ontology. User studies: US1 = expert data collection; US2 = controlled resident study with n=11 ophthalmology residents testing each modality in isolation; US3 = combined deployment across two academic centers with n=8 residents evaluating AOI+VLM together. Models: gaze-aligned ViT trained with attention-rollout alignment to fixation-density maps; VLM (MedGemma) fine-tuned with two-stage curriculum for diagnosis, biomarker discrimination, and ontology-bounded biomarker generation. Themeshuman_ai_collab productivity skills_training IdentificationControlled within-subject and between-condition user studies: residents performed OCT reading tasks under four conditions (no guidance, AOI guidance, VLM guidance, combined AOI+VLM), with performance compared across conditions using statistical tests (p-values reported). Expert data (gaze and dictation) were collected to train models; causal claims rest on experimental manipulation of guidance in lab-like deployments rather than randomized, large-scale clinical trials. GeneralizabilitySmall sample sizes (US2 n=11, US3 n=8) limit statistical power and representativeness, Participants are ophthalmology residents at academic centers—results may not generalize to attending physicians, technicians, or other clinical settings, Data collected on a single OCT scanner platform (Zeiss Cirrus) — potential domain shift across devices/vendors and imaging protocols, Task focused on wet AMD on five-slice OCT volumes; findings may not transfer to other diseases, modalities, or more complex imaging protocols, Studies appear to be controlled/lab-like sessions (toggleable guidance, prefilled drafts) and may not capture longer-term adoption, real-world workflow interruptions, or reimbursement/regulatory constraints

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The expert-distilled ViT and VLM improved diagnostic micro-AUC from 0.95 to 0.98, and the VLM achieved a MedBERTScore of 0.867 on biomarker text. Output Quality positive Diagnostic micro-AUC and quality of generated biomarker text
Reading fidelity high
Study strength medium
micro-AUC increased from 0.95 to 0.98; MedBERTScore 0.867
0.48
The in-house expert-distillation dataset contained 1,155 five-line raster OCT scans from 231 eyes and 203 patients, including 104 normal eyes and 127 wAMD eyes. Other other Dataset composition and expert-supervision coverage
Reading fidelity high
Study strength high
n=203
1,155 scans; 231 eyes; 203 patients
0.8
In the controlled resident study, AOI guidance produced a post-guidance efficiency carryover while preserving residents’ high baseline diagnostic accuracy. Organizational Efficiency positive Diagnostic efficiency after guidance and diagnostic accuracy
Reading fidelity high
Study strength medium
n=11
0.48
VLM guidance more than doubled biomarker documentation breadth, increasing documentation from 2.3 to 5.8 biomarkers per AMD eye, with 83.1% retention. Organizational Efficiency positive Number of biomarkers documented per AMD eye and retention of generated findings
Reading fidelity high
Study strength medium
n=11
5.8 vs. 2.3 biomarkers per AMD eye; 83.1% retention
0.48
Neither AOI guidance nor VLM guidance improved efficiency during the guidance period in US2. Organizational Efficiency null_result Efficiency during the period when guidance was displayed
Reading fidelity high
Study strength medium
n=11
0.48
Combined AOI and VLM guidance increased correct diagnoses per minute by 40% in US3. Task Completion Time positive Correct diagnoses per minute
Reading fidelity high
Study strength medium
n=8
40% increase
0.48
Combined AOI and VLM guidance reduced comment editing time by 67% in US3. Task Completion Time negative Time spent editing the biomarker comment
Reading fidelity high
Study strength medium
n=8
67% reduction
0.48
Combined AOI and VLM guidance produced 5.36 documented biomarkers per AMD eye with 85.5% retention. Organizational Efficiency positive Biomarker documentation breadth and retention of suggested biomarkers
Reading fidelity high
Study strength medium
n=8
5.36 biomarkers per AMD eye at 85.5% retention
0.48
The combined deployment did not compromise residents’ diagnostic accuracy. Decision Quality null_result Diagnostic accuracy under combined guidance
Reading fidelity high
Study strength medium
n=8
0.48
The system’s two components address distinct workflow costs: AOI guidance targets visual-search overhead, while VLM-generated editable drafts target documentation burden. Task Allocation positive Visual search effort and documentation burden
Reading fidelity high
Study strength medium
not reported
0.48

Notes