AdCare-VLM: Towards a Unified and Pre-aligned Latent Representation for Healthcare Video Understanding
Md Asaduzzaman Jabin, Hanqi Jiang, Yiwei Li, Patrick Kaggwa, Eugene Douglass, Juliet N. Sekandi, Tianming Liu
TL;DR
AdCare-VLM addresses the critical problem of medication adherence monitoring by unifying visual and linguistic representations in a LVLM framework. It introduces a pre-aligned, shared latent space for images and videos, enabling robust video-based VQA on adherence through a Vicuna-backed model with LanguageBind and a learnable projection. Trained on a private TB dataset (806 videos) and evaluated on the LLM-TB-VQA benchmark, the approach demonstrates consistent improvements over PEFT-based baselines across pre-trained, regular, and LoRA configurations, with ablations and attention maps supporting interpretability. The work highlights the potential of unified visual-language representations to automate tele-medication monitoring in resource-limited settings, with implications for reducing clinician workload and improving adherence outcomes, while also releasing a pathway for future bias-aware, data-efficient expansion to additional modalities and diseases.
Abstract
Chronic diseases, including diabetes, hypertension, asthma, HIV-AIDS, epilepsy, and tuberculosis, necessitate rigorous adherence to medication to avert disease progression, manage symptoms, and decrease mortality rates. Adherence is frequently undermined by factors including patient behavior, caregiver support, elevated medical costs, and insufficient healthcare infrastructure. We propose AdCare-VLM, a specialized LLaVA-based multimodal large vision language model (LVLM) by introducing a unified visual latent space with pre-alignment to facilitate visual question answering (VQA) concerning medication adherence through patient videos. We employ a private dataset comprising 806 custom-annotated tuberculosis (TB) medication monitoring videos, which have been labeled by clinical experts, to fine-tune the model for adherence pattern detection. We present LLM-TB-VQA, a detailed medical adherence VQA dataset that encompasses positive, negative, and ambiguous adherence cases. Our method identifies correlations between visual features, such as the clear visibility of the patient's face, medication, water intake, and the act of ingestion, and their associated medical concepts in captions. This facilitates the integration of aligned visual-linguistic representations and improves multimodal interactions. Experimental results indicate that our method surpasses parameter-efficient fine-tuning (PEFT) enabled VLM models, such as LLaVA-V1.5 and Chat-UniVi, with absolute improvements ranging from 3.1% to 3.54% across pre-trained, regular, and low-rank adaptation (LoRA) configurations. Comprehensive ablation studies and attention map visualizations substantiate our approach, enhancing interpretability.
