paper-with-me

Papers

LViT: Language meets Vision Transformer in Medical Image Segmentation

2022-06-29 · Zihan Li, Yunxiang Li, Qingde Li, Puyang Wang, Dazhou Guo, Le Lu, Dakai Jin, You Zhang, Qingqi Hong

Deep learning has been widely used in medical image segmentation and other aspects. However, the performance of existing medical image segmentation models has been limited by the challenge of obtaining sufficient high-quality labeled data due to the prohibitive data annotation cost. To alleviate this limitation, we propose a new text-augmented medical image segmentation model LViT (Language meets Vision Transformer). In our LViT model, medical text annotation is incorporated to compensate for the quality deficiency in image data. In addition, the text information can guide to generate pseudo labels of improved quality in the semi-supervised learning. We also propose an Exponential Pseudo label Iteration mechanism (EPI) to help the Pixel-Level Attention Module (PLAM) preserve local image features in semi-supervised LViT setting. In our model, LV (Language-Vision) loss is designed to supervise the training of unlabeled images using text information directly. For evaluation, we construct three multimodal medical segmentation datasets (image + text) containing X-rays and CT images. Experimental results show that our proposed LViT has superior segmentation performance in both fully-supervised and semi-supervised setting. The code and datasets are available at https://github.com/HUANGLIZI/LViT.

📄 PDF Abstract BibTeX arXiv:2206.14718

Code (1)

huanglizi/lvit 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationPseudo LabelSegmentationSemantic Segmentationtext annotation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Average Pooling 설명 없음
Sigmoid Activation 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

SkinDistilViT: Lightweight Vision Transformer for Skin Lesion Classification

2023-08-16 · Vlad-Constantin Lungu-Stan, Dumitru-Clementin Cercel, Florin Pop

Skin cancer is a treatable disease if discovered early. We provide a production-specific solution to the skin cancer classification problem that matches human performance in melanoma identification by training a vision t…

Cancer ClassificationClassificationCPUGPU+4

Spectral Vision Transformer for Efficient Tokenization with Limited Data

2026-05-12 · Alexandra G. Roberts, Maneesh John, Jinwei Zhang, Dominick Romano 외 arxiv

We propose a novel spectral vision transformer architecture for efficient tokenization in limited data, with an emphasis on medical imaging. We outline convenient theoretical properties arising from the choice of basis i…

CellViT: Vision Transformers for Precise Cell Segmentation and Classification

2023-06-27 · Fabian Hörst, Moritz Rempe, Lukas Heine, Constantin Seibold 외

Nuclei detection and segmentation in hematoxylin and eosin-stained (H&E) tissue images are important clinical tasks and crucial for a wide range of applications. However, it is a challenging task due to nuclei variances …

Cell DetectionCell SegmentationClassificationInstance Segmentation+3

Where are my Neighbors? Exploiting Patches Relations in Self-Supervised Vision Transformer

2022-06-01 · Guglielmo Camporese, Elena Izzo, Lamberto Ballan

Vision Transformers (ViTs) enabled the use of the transformer architecture on vision tasks showing impressive performances when trained on big datasets. However, on relatively small datasets, ViTs are less accurate given…

Inductive BiasSelf-Supervised Learning

SAILViT: Towards Robust and Generalizable Visual Backbones for MLLMs via Gradual Feature Refinement

2025-07-02 · Weijie Yin, Dingkang Yang, Hongyuan Dong, Zijian Kang 외 arxiv

Vision Transformers (ViTs) are essential as foundation backbones in establishing the visual comprehension capabilities of Multimodal Large Language Models (MLLMs). Although most ViTs achieve impressive performance throug…

Contrastive Learning