HUANGLIZI/LViT

[IEEE Transactions on Medical Imaging/TMI 2023] This repo is the official implementation of "LViT: Language meets Vision Transformer in Medical Image Segmentation"

What it solves

LViT addresses the challenge of medical image segmentation by combining language and vision transformers. It aims to improve the accuracy of delineating anatomical structures or lesions in medical scans (such as CT scans) by leveraging textual descriptions alongside visual data.

How it works

The project implements a Vision Transformer (ViT) based architecture that integrates language information to guide the segmentation process. It supports pre-training and fine-tuning workflows, allowing the model to be initialized with pre-trained weights to achieve higher performance on specific medical datasets.

Who it’s for

This tool is designed for medical imaging researchers and AI developers working on automated medical image segmentation, particularly those focusing on COVID-19 CT scans or esophageal cancer radiotherapy.

Highlights

  • Multimodal Integration: Combines language and vision transformers for improved segmentation.
  • Detailed Benchmarking: Provides performance metrics (Dice and IoU scores) across multiple datasets including QaTa-COV19, MosMedData+, and MoNuSeg.
  • Pre-training Support: Includes options for pre-training the model to enhance final segmentation results.
  • Reproducibility Focus: Implements deterministic mode and random seed settings to ensure consistent results across experiments.

Related

  • Project
  • Dispatch
  • Dispatch
  • Project
  • Project