paper-with-me

Papers

KaLDeX: Kalman Filter based Linear Deformable Cross Attention for Retina Vessel Segmentation

2024-10-28 · Zhihao Zhao, Shahrooz Faghihroohi, Yinzheng Zhao, Junjie Yang, Shipeng Zhong, Kai Huang, Nassir Navab, Boyang Li, M. Ali Nasseri

Background and Objective: In the realm of ophthalmic imaging, accurate vascular segmentation is paramount for diagnosing and managing various eye diseases. Contemporary deep learning-based vascular segmentation models rival human accuracy but still face substantial challenges in accurately segmenting minuscule blood vessels in neural network applications. Due to the necessity of multiple downsampling operations in the CNN models, fine details from high-resolution images are inevitably lost. The objective of this study is to design a structure to capture the delicate and small blood vessels. Methods: To address these issues, we propose a novel network (KaLDeX) for vascular segmentation leveraging a Kalman filter based linear deformable cross attention (LDCA) module, integrated within a UNet++ framework. Our approach is based on two key components: Kalman filter (KF) based linear deformable convolution (LD) and cross-attention (CA) modules. The LD module is designed to adaptively adjust the focus on thin vessels that might be overlooked in standard convolution. The CA module improves the global understanding of vascular structures by aggregating the detailed features from the LD module with the high level features from the UNet++ architecture. Finally, we adopt a topological loss function based on persistent homology to constrain the topological continuity of the segmentation. Results: The proposed method is evaluated on retinal fundus image datasets (DRIVE, CHASE_BD1, and STARE) as well as the 3mm and 6mm of the OCTA-500 dataset, achieving an average accuracy (ACC) of 97.25%, 97.77%, 97.85%, 98.89%, and 98.21%, respectively. Conclusions: Empirical evidence shows that our method outperforms the current best models on different vessel segmentation datasets. Our source code is available at: https://github.com/AIEyeSystem/KalDeX.

📄 PDF Abstract BibTeX arXiv:2410.21160

Code (1)

aieyesystem/kaldex 공식 구현

Tasks

Segmentation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…
Focus 설명 없음
UNet++ UNet++ is an architecture for semantic segmentation based on the U-Net. Through the use of densely connected nested decoder…

Similar Papers 제목 키워드 기반

KLDD: Kalman Filter based Linear Deformable Diffusion Model in Retinal Image Segmentation

2024-09-19 · Zhihao Zhao, Yinzheng Zhao, Junjie Yang, Kai Huang 외

AI-based vascular segmentation is becoming increasingly common in enhancing the screening and treatment of ophthalmic diseases. Deep learning structures based on U-Net have achieved relatively good performance in vascula…

Image SegmentationRetinal Vessel SegmentationSegmentationSemantic Segmentation

DMTrack: Deformable State-Space Modeling for UAV Multi-Object Tracking with Kalman Fusion and Uncertainty-Aware Association

2025-10-15 · Zenghuang Fu, Xiaofeng Han, Mingda Jia, Jin ming Yang 외 arxiv

Multi-object tracking (MOT) from unmanned aerial vehicles (UAVs) presents unique challenges due to unpredictable object motion, frequent occlusions, and limited appearance cues inherent to aerial viewpoints. These issues…

Multi-Object TrackingTrajectory Modeling

Two Modifications of the Unscented Kalman Filter that Specialize to the Kalman Filter for Linear Systems

2021-04-01 · Ankit Goel, Dennis S. Bernstein

Although the unscented Kalman filter (UKF) is applicable to nonlinear systems, it turns out that, for linear systems, UKF does not specialize to the classical Kalman filter. This situation suggests that it may be advanta…

The discriminative Kalman filter for nonlinear and non-Gaussian sequential Bayesian filtering

2016-08-23 · Michael C. Burkhart, David M. Brandman, Carlos E. Vargas-Irwin, Matthew T. Harrison

The Kalman filter (KF) is used in a variety of applications for computing the posterior distribution of latent states in a state space model. The model requires a linear relationship between states and observations. Exte…

The Kalman Evolve: Closing the Gap in Kalman Filtering via Interpretable Algorithm Discovery

2026-05-26 · Vasileios Saketos, Ming Xiao arxiv

State estimation is a fundamental problem in control and signal processing, for which the Kalman Filter provides an optimal solution under linear dynamics, Gaussian noise, and known noise covariances. However, these assu…