paper-with-me

Papers

An Effective Transformer-based Solution for RSNA Intracranial Hemorrhage Detection Competition

2022-05-16 · Fangxin Shang, Siqi Wang, Xiaorong Wang, Yehui Yang

We present an effective method for Intracranial Hemorrhage Detection (IHD) which exceeds the performance of the winner solution in RSNA-IHD competition (2019). Meanwhile, our model only takes quarter parameters and ten percent FLOPs compared to the winner's solution. The IHD task needs to predict the hemorrhage category of each slice for the input brain CT. We review the top-5 solutions for the IHD competition held by the Radiological Society of North America(RSNA) in 2019. Nearly all the top solutions rely on 2D convolutional networks and sequential models (Bidirectional GRU or LSTM) to extract intra-slice and inter-slice features, respectively. All the top solutions enhance the performance by leveraging the model ensemble, and the model number varies from 7 to 31. In the past years, since much progress has been made in the computer vision regime especially Transformer-based models, we introduce the Transformer-based techniques to extract the features in both intra-slice and inter-slice views for IHD tasks. Additionally, a semi-supervised method is embedded into our workflow to further improve the performance. The code is available in the manuscript.

📄 PDF Abstract BibTeX arXiv:2205.07556

Code (1)

PaddlePaddle/Research 공식 구현 paddle

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

A CNN-LSTM Architecture for Detection of Intracranial Hemorrhage on CT scans

2020-05-22 · MIDL 2019 7 · Nhan T. Nguyen, Dat Q. Tran, Nghia T. Nguyen, Ha Q. Nguyen

We propose a novel method that combines a convolutional neural network (CNN) with a long short-term memory (LSTM) mechanism for accurate prediction of intracranial hemorrhage on computed tomography (CT) scans. The CNN pl…

Computed Tomography (CT)Ensemble Learning

Scopeformer: n-CNN-ViT Hybrid Model for Intracranial Hemorrhage Classification

2021-07-07 · Yassine Barhoumi, Rasool Ghulam

We propose a feature generator backbone composed of an ensemble of convolutional neuralnetworks (CNNs) to improve the recently emerging Vision Transformer (ViT) models. We tackled the RSNA intracranial hemorrhage classif…

ClassificationComputed Tomography (CT)

AI-Driven Radiology Report Generation for Traumatic Brain Injuries

2025-10-09 · Riadh Bouslimi, Houda Trabelsi, Wahiba Ben Abdssalem Karaa, Hana Hedhli arxiv

Traumatic brain injuries present significant diagnostic challenges in emergency medicine, where the timely interpretation of medical images is crucial for patient outcomes. In this paper, we propose a novel AI-based appr…

Text Generation

Accurate and Efficient Intracranial Hemorrhage Detection and Subtype Classification in 3D CT Scans with Convolutional and Long Short-Term Memory Neural Networks

2020-08-01 · Mihail Burduja, Radu Tudor Ionescu, Nicolae Verga

In this paper, we present our system for the RSNA Intracranial Hemorrhage Detection challenge. The proposed system is based on a lightweight deep neural network architecture composed of a convolutional neural network (CN…

feature selection

Slice-level Detection of Intracranial Hemorrhage on CT Using Deep Descriptors of Adjacent Slices

2022-08-05 · MIDL 2019 7 · Dat T. Ngo, Thao T. B. Nguyen, Hieu T. Nguyen, Dung B. Nguyen 외

The rapid development in representation learning techniques such as deep neural networks and the availability of large-scale, well-annotated medical imaging datasets have to a rapid increase in the use of supervised mach…

Computed Tomography (CT)DiagnosticMedical DiagnosisMedical Image Analysis+1