paper-with-me

Papers

Dilated Convolutional Attention Network for Medical Code Assignment from Clinical Text

2020-09-30 · EMNLP (ClinicalNLP) 2020 11 · Shaoxiong Ji, Erik Cambria, Pekka Marttinen

Medical code assignment, which predicts medical codes from clinical texts, is a fundamental task of intelligent medical information systems. The emergence of deep models in natural language processing has boosted the development of automatic assignment methods. However, recent advanced neural architectures with flat convolutions or multi-channel feature concatenation ignore the sequential causal constraint within a text sequence and may not learn meaningful clinical text representations, especially for lengthy clinical notes with long-term sequential dependency. This paper proposes a Dilated Convolutional Attention Network (DCAN), integrating dilated convolutions, residual connections, and label attention, for medical code assignment. It adopts dilated convolutions to capture complex medical patterns with a receptive field which increases exponentially with dilation size. Experiments on a real-world clinical dataset empirically show that our model improves the state of the art.

📄 PDF Abstract BibTeX arXiv:2009.14578

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

D-Former: A U-shaped Dilated Transformer for 3D Medical Image Segmentation

2022-01-03 · Yixuan Wu, Kuanlun Liao, Jintai Chen, Jinhong Wang 외

Computer-aided medical image segmentation has been applied widely in diagnosis and treatment to obtain clinically useful information of shapes and volumes of target organs and tissues. In the past several years, convolut…

DecoderImage SegmentationMedical Image SegmentationSegmentation+1

Dilated-UNet: A Fast and Accurate Medical Image Segmentation Approach using a Dilated Transformer and U-Net Architecture

2023-04-22 · Davoud Saadati, Omid Nejati Manzari, Sattar Mirzakuchaki

Medical image segmentation is crucial for the development of computer-aided diagnostic and therapeutic systems, but still faces numerous difficulties. In recent years, the commonly used encoder-decoder architecture based…

DecoderDiagnosticImage SegmentationMedical Image Segmentation+2

MACMD: Multi-dilated Contextual Attention and Channel Mixer Decoding for Medical Image Segmentation

2025-11-08 · Lalit Maurya, Honghai Liu, Reyer Zwiggelaar arxiv

Medical image segmentation faces challenges due to variations in anatomical structures. While convolutional neural networks (CNNs) effectively capture local features, they struggle with modeling long-range dependencies. …

Medical Image SegmentationComputational Efficiency

U-Net Using Stacked Dilated Convolutions for Medical Image Segmentation

2020-04-07 · Shuhang Wang, Szu-Yeu Hu, Eugene Cheah, XiaoHong Wang 외

This paper proposes a novel U-Net variant using stacked dilated convolutions for medical image segmentation (SDU-Net). SDU-Net adopts the architecture of vanilla U-Net with modifications in the encoder and decoder operat…

AllDecoderImage SegmentationMedical Image Segmentation+2

Explainable Prediction of Medical Codes from Clinical Text

2018-02-15 · NAACL 2018 6 · James Mullenbach, Sarah Wiegreffe, Jon Duke, Jimeng Sun 외

Clinical notes are text documents that are created by clinicians for each patient encounter. They are typically accompanied by medical codes, which describe the diagnosis and treatment. Annotating these codes is labor in…

Medical Code PredictionPrediction