Papers › STLLaVA-Med: Self-Training Large Language and Vision Assistant for Medical Question-Answering

STLLaVA-Med: Self-Training Large Language and Vision Assistant for Medical Question-Answering

28 Jun 2024arXiv:2406.19973archive 2025-07-28

Guohao Sun, Can Qin, Huazhu Fu, Linwei Wang, Zhiqiang Tao

Large Vision-Language Models (LVLMs) have shown significant potential in assisting medical diagnosis by leveraging extensive biomedical datasets. However, the advancement of medical image understanding and reasoning critically depends on building high-quality visual instruction data, which is costly and labor-intensive to obtain, particularly in the medical domain. To mitigate this data-starving issue, we introduce Self-Training Large Language and Vision Assistant for Medicine (STLLaVA-Med). The proposed method is designed to train a policy model (an LVLM) capable of auto-generating medical visual instruction data to improve data efficiency, guided through Direct Preference Optimization (DPO). Specifically, a more powerful and larger LVLM (e.g., GPT-4o) is involved as a biomedical expert to oversee the DPO fine-tuning process on the auto-generated data, encouraging the policy model to align efficiently with human preferences. We validate the efficacy and data efficiency of STLLaVA-Med across three major medical Visual Question Answering (VQA) benchmarks, demonstrating competitive zero-shot performance with the utilization of only 9% of the medical data.

PaperPDFCodeCode 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="2406.19973")

Code

Syntology Ran 9 of 19 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 5 ran with no contract checked.

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

heliossun/stllava-med officialmentioned in papermentioned on GitHubpytorchMIT 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

19 samples harvested; 9 ran; 0 honoured the contract we drafted; 10 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.

3ran · our draft was wrong
1ran · fixture could not drive it
5ran
10unverified

Licence: 0 of the 19 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 heliossun/STLLaVA-Med. “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.

CLIPVisionTower heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · ee3792b1ae45cbb6 · report
Clustering heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository ran · metamorphic tier: deterministic MIT (permissive) · b2d62e11a466c119 · report
IdentityMap heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 9f0f5d62445adabe · report
LlavaConfig heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository ran · metamorphic tier: deterministic MIT (permissive) · e9cfb7ae423d3e3a · report
QuickGELU heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 990ae00bb84c8cce · report
build_vision_projector heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository ran · our draft was wrong MIT (permissive) · fba2ee2fd7519dce · report
get_chunk heliossun/stllava-med/llava/eval/model_cap.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 42a46570620cd9fa · report
split_list heliossun/stllava-med/llava/eval/model_cap.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 076c252c52cbb161 · report
split_to_even_chunks heliossun/stllava-med/llava_dpo_trainer.py official repository ran · fixture could not drive it MIT (permissive) · 10893c4608c08075 · report
LlavaLlamaForCausalLM heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository unverified MIT (permissive) · 846e78137649eefe · report
LlavaLlamaModel heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository unverified MIT (permissive) · 7687df6fa2a321f7 · report
LlavaMetaForCausalLM heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository unverified MIT (permissive) · 9392f432fde94da9 · report
LlavaMetaModel heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository unverified MIT (permissive) · 616ce829130b1d59 · report
build_vision_tower heliossun/STLLaVA-Med/llava/model/language_model/llava_llama.py official repository unverified MIT (permissive) · b95671438fbf50fa · report
get_mm_adapter_state_maybe_zero_3 heliossun/stllava-med/llava_dpo_trainer.py official repository unverified MIT (permissive) · bb35e3ac741bb2c9 · report
get_peft_state_maybe_zero_3 heliossun/stllava-med/train_dpo.py official repository unverified MIT (permissive) · fa1225dfac92bc0d · report
get_peft_state_non_lora_maybe_zero_3 heliossun/stllava-med/train_dpo.py official repository unverified MIT (permissive) · 1c53657305b66e9f · report
maybe_zero_3 heliossun/stllava-med/llava_dpo_trainer.py official repository unverified MIT (permissive) · 735025744c1ab0cf · report
maybe_zero_3 heliossun/stllava-med/train_dpo.py official repository unverified MIT (permissive) · 616ffbdc154ed2d8 · report

Tasks

Medical DiagnosisMedical Visual Question AnsweringQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNDPO

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