Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Improving Translational Accuracy02:07

Improving Translational Accuracy

2.5K
2.5K
Pharmacokinetic Models: Overview01:20

Pharmacokinetic Models: Overview

578
Pharmacokinetic models utilize mathematical analysis to achieve a detailed quantitative understanding of a drug's life cycle within the body. They are instrumental in simulating a drug's pharmacokinetic parameters, predicting drug concentrations over time, optimizing dosage regimens, linking concentrations with pharmacologic activity, and estimating potential toxicity.
There are three primary types of models: empirical, compartment, and physiological. Empirical models, with minimal...
578
Guidelines for Writing Outcome01:11

Guidelines for Writing Outcome

2.7K
When developing expected outcomes for a patient care plan, the nurse should adhere to the following recommendations:
Patient outcomes reflect the patient's response to the goal rather than what the nurse aims to achieve. Terminology should be observable and measurable to avoid the reader's interpretation. The desired outcome should be realistic and achievable in the designated care timeframe. Expected outcomes should align with adjunctive therapies. The outcome should enhance care...
2.7K
Methods of Documentation VI: Case Management Model01:15

Methods of Documentation VI: Case Management Model

559
The case management model is a multidisciplinary approach that involves healthcare professionals from diverse disciplines, such as physicians, nurses, therapists, social workers, and pharmacists, working collaboratively to address the various needs of patients. Each healthcare professional brings unique expertise and perspectives, contributing to a more comprehensive understanding of the patient's condition and tailoring treatment plans accordingly.
For example, a patient with a chronic...
559
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

40
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
40
Pharmacokinetic Models: Comparison and Selection Criterion01:26

Pharmacokinetic Models: Comparison and Selection Criterion

38
Physiological and compartmental models are valuable tools used in studying biological systems. These models rely on differential equations to maintain mass balance within the system, ensuring an accurate representation of the dynamic processes at play.
Physiological models take a detailed approach by considering specific molecular processes. They can predict drug distribution, metabolism, and elimination changes, providing a comprehensive understanding of how drugs interact with the body.
38

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

A Point Cloud Transformer for Remote Monitoring and Automated Assessment of Physical Rehabilitation Exercises.

IEEE journal of biomedical and health informatics·2026
Same author

Comparative Evaluation of Vision-Language Models for Detecting and Localizing Dental Lesions from Intraoral Images.

Journal of imaging·2026
Same author

Trends and determinants of antenatal care use and quality in Bangladesh: Insights from demographic and health survey data.

PloS one·2025
Same author

CQ-CNN: A lightweight hybrid classical-quantum convolutional neural network for Alzheimer's disease detection using 3D structural brain MRI.

PloS one·2025
Same author

A triple pronged approach for ulcerative colitis severity classification using multimodal, meta, and transformer based learning.

Scientific reports·2025
Same author

Unsupervised tooth segmentation from three dimensional scans of the dental arch using domain adaptation of synthetic data.

International journal of medical informatics·2024

Related Experiment Video

Updated: Jun 4, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

500

OptimCLM: Optimizing clinical language models for predicting patient outcomes via knowledge distillation, pruning and

Mohammad Junayed Hasan1, Fuad Rahman2, Nabeel Mohammed1

  • 1Apurba NSU R&D Lab, Department of Electrical and Computer Engineering, North South University, Dhaka, Bangladesh.

International Journal of Medical Informatics
|December 21, 2024
PubMed
Summary
This summary is machine-generated.

This study optimized Clinical Language Models (CLMs) for healthcare, achieving significant compression and speedup with minimal performance loss. The OptimCLM framework enables efficient deployment of advanced CLMs in clinical settings.

Keywords:
Black-box distillationClinical outcome predictionEnsemble learningModel compressionPost-training quantizationUnstructured pruning

More Related Videos

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports
07:35

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports

Published on: October 13, 2023

1.6K
Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
09:47

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

Published on: December 15, 2023

949

Related Experiment Videos

Last Updated: Jun 4, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

500
A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports
07:35

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports

Published on: October 13, 2023

1.6K
Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
09:47

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

Published on: December 15, 2023

949

Area of Science:

  • Artificial Intelligence in Medicine
  • Natural Language Processing for Healthcare
  • Machine Learning for Clinical Decision Support

Background:

  • Clinical Language Models (CLMs) offer potential for healthcare transformation through improved decision-making and resource management.
  • High computational costs during inference currently limit the real-world application of CLMs.
  • Optimizing CLMs is crucial for enabling widespread adoption in clinical practice.

Purpose of the Study:

  • To develop and validate an efficient framework for compressing CLMs.
  • To reduce inference time and storage requirements of CLMs without compromising performance.
  • To facilitate the deployment of CLMs in real-world clinical environments.

Main Methods:

  • The OptimCLM framework utilizes ensemble learning, knowledge distillation (KD), pruning, and quantization.
  • Domain-adaptive CLMs (DischargeBERT, COReBERT) were used as a teacher ensemble.
  • Knowledge was transferred to smaller models (BERT-PKD, TinyBERT) using black-box KD, pruning, and 8-bit quantization.

Main Results:

  • OptimCLM achieved up to 22.88x compression and 28.7x inference speedup.
  • Minimal performance degradation observed: <5% AUROC loss for TinyBERT and <2% for BERT-PKD.
  • Optimized models outperformed several state-of-the-art models in clinical outcome prediction tasks.

Conclusions:

  • Domain-specific fine-tuning combined with ensemble learning and KD is superior to pre-training for knowledge transfer.
  • The study demonstrates the feasibility of deploying computationally efficient CLMs in healthcare.
  • Optimized CLMs can be developed using reduced computational resources, paving the way for broader clinical integration.