paper-with-me

Papers

Siamese Encoder-based Spatial-Temporal Mixer for Growth Trend Prediction of Lung Nodules on CT Scans

2022-06-07 · Jiansheng Fang, Jingwen Wang, Anwei Li, Yuguang Yan, Yonghe Hou, Chao Song, Hongbo Liu, Jiang Liu

In the management of lung nodules, we are desirable to predict nodule evolution in terms of its diameter variation on Computed Tomography (CT) scans and then provide a follow-up recommendation according to the predicted result of the growing trend of the nodule. In order to improve the performance of growth trend prediction for lung nodules, it is vital to compare the changes of the same nodule in consecutive CT scans. Motivated by this, we screened out 4,666 subjects with more than two consecutive CT scans from the National Lung Screening Trial (NLST) dataset to organize a temporal dataset called NLSTt. In specific, we first detect and pair regions of interest (ROIs) covering the same nodule based on registered CT scans. After that, we predict the texture category and diameter size of the nodules through models. Last, we annotate the evolution class of each nodule according to its changes in diameter. Based on the built NLSTt dataset, we propose a siamese encoder to simultaneously exploit the discriminative features of 3D ROIs detected from consecutive CT scans. Then we novelly design a spatial-temporal mixer (STM) to leverage the interval changes of the same nodule in sequential 3D ROIs and capture spatial dependencies of nodule regions and the current 3D ROI. According to the clinical diagnosis routine, we employ hierarchical loss to pay more attention to growing nodules. The extensive experiments on our organized dataset demonstrate the advantage of our proposed method. We also conduct experiments on an in-house dataset to evaluate the clinical utility of our method by comparing it against skilled clinicians.

📄 PDF Abstract BibTeX arXiv:2206.03049

Code (1)

liaw05/stmixer 공식 구현 pytorch

Tasks

Computed Tomography (CT)Management

Similar Papers 제목 키워드 기반

Mapping Urban Population Growth from Sentinel-2 MSI and Census Data Using Deep Learning: A Case Study in Kigali, Rwanda

2023-03-15 · Sebastian Hafner, Stefanos Georganos, Theodomir Mugiraneza, Yifang Ban

To better understand current trends of urban population growth in Sub-Saharan Africa, high-quality spatiotemporal population estimates are necessary. While the joint use of remote sensing and deep learning has achieved p…

Change DetectionPopulation Mapping

Do We Really Need Complicated Model Architectures For Temporal Networks?

2023-02-22 · Weilin Cong, Si Zhang, Jian Kang, Baichuan Yuan 외

Recurrent neural network (RNN) and self-attention mechanism (SAM) are the de facto methods to extract spatial-temporal information for temporal graph learning. Interestingly, we found that although both RNN and SAM could…

Graph LearningLink Prediction

ODMixer: Fine-grained Spatial-temporal MLP for Metro Origin-Destination Prediction

2024-04-24 · Yang Liu, Binglin Chen, Yongsen Zheng, Lechao Cheng 외

Metro Origin-Destination (OD) prediction is a crucial yet challenging spatial-temporal prediction task in urban computing, which aims to accurately forecast cross-station ridership for optimizing metro scheduling and enh…

PredictionScheduling

STeInFormer: Spatial-Temporal Interaction Transformer Architecture for Remote Sensing Change Detection

2024-12-23 · Xiaowen Ma, Zhenkai Wu, Mengting Ma, Mengjiao Zhao 외

Convolutional neural networks and attention mechanisms have greatly benefited remote sensing change detection (RSCD) because of their outstanding discriminative ability. Existent RSCD methods often follow a paradigm of u…

Change Detection

SIAM: A Simple Alternating Mixer for Video Prediction

2023-11-20 · Xin Zheng, Ziang Peng, Yuan Cao, Hongming Shan 외

Video prediction, predicting future frames from the previous ones, has broad applications such as autonomous driving and weather forecasting. Existing state-of-the-art methods typically focus on extracting either spatial…

Autonomous DrivingDecoderPredictionVideo Prediction+1