Landmark Tracking in Liver US images Using Cascade Convolutional Neural Networks with Long Short-Term Memory
Yupei Zhang, Xianjin Dai, Zhen Tian, Yang Lei, Jacob F. Wynne, Pretesh, Patel, Yue Chen, Tian Liu, Xiaofeng Yang

TL;DR
This paper introduces a deep learning cascade model combining attention, mask R-CNN, and LSTM to accurately track liver landmarks in ultrasound images, aiding real-time motion management in radiation therapy.
Contribution
It presents a novel deep learning framework integrating attention, mask R-CNN, and LSTM for precise landmark tracking in US images, improving upon existing methods.
Findings
Mean tracking error of 0.65 mm on MICCAI dataset
Errors within 2 mm for all landmarks
Demonstrated feasibility for real-time liver tracking
Abstract
This study proposed a deep learning-based tracking method for ultrasound (US) image-guided radiation therapy. The proposed cascade deep learning model is composed of an attention network, a mask region-based convolutional neural network (mask R-CNN), and a long short-term memory (LSTM) network. The attention network learns a mapping from a US image to a suspected area of landmark motion in order to reduce the search region. The mask R-CNN then produces multiple region-of-interest (ROI) proposals in the reduced region and identifies the proposed landmark via three network heads: bounding box regression, proposal classification, and landmark segmentation. The LSTM network models the temporal relationship among the successive image frames for bounding box regression and proposal classification. To consolidate the final proposal, a selection method is designed according to the similarities…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Radiotherapy Techniques · Medical Imaging and Analysis · Medical Image Segmentation Techniques
MethodsRegion Proposal Network · RoIAlign · Softmax · Convolution · Mask R-CNN · Sigmoid Activation · Tanh Activation · Long Short-Term Memory
