paper-with-me

홈 › Papers

Few-Shot Video Object Segmentation in X-Ray Angiography Using Local Matching and Spatio-Temporal Consistency Loss

2026-01-02 · Lin Xi, Yingliang Ma, Xiahai Zhuang arxiv

We introduce a novel FSVOS model that employs a local matching strategy to restrict the search space to the most relevant neighboring pixels. Rather than relying on inefficient standard im2col-like implementations (e.g., spatial convolutions, depthwise convolutions and feature-shifting mechanisms) or hardware-specific CUDA kernels (e.g., deformable and neighborhood attention), which often suffer from limited portability across non-CUDA devices, we reorganize the local sampling process through a direction-based sampling perspective. Specifically, we implement a non-parametric sampling mechanism that enables dynamically varying sampling regions. This approach provides the flexibility to adapt to diverse spatial structures without the computational costs of parametric layers and the need for model retraining. To further enhance feature coherence across frames, we design a supervised spatio-temporal contrastive learning scheme that enforces consistency in feature representations. In addition, we introduce a publicly available benchmark dataset for multi-object segmentation in X-ray angiography videos (MOSXAV), featuring detailed, manually labeled segmentation ground truth. Extensive experiments on the CADICA, XACV, and MOSXAV datasets show that our proposed FSVOS method outperforms current state-of-the-art video segmentation methods in terms of segmentation accuracy and generalization capability (i.e., seen and unseen categories). This work offers enhanced flexibility and potential for a wide range of clinical applications. Code is available at https://github.com/xilin-x/XRAVOS

📄 PDF Abstract BibTeX arXiv:2601.00988

Code (0)

등록된 구현이 없습니다.

Tasks

Video Object SegmentationContrastive LearningVideo Segmentation

Similar Papers 제목 키워드 기반

Coronary Artery Segmentation in Angiographic Videos Using A 3D-2D CE-Net

2020-03-26 · Lu Wang, Dong-Xue Liang, Xiao-Lei Yin, Jing Qiu 외

Coronary angiography is an indispensable assistive technique for cardiac interventional surgery. Segmentation and extraction of blood vessels from coronary angiography videos are very essential prerequisites for physicia…

Coronary Artery SegmentationSegmentationVideo SegmentationVideo Semantic Segmentation

Fundus to Fluorescein Angiography Video Generation as a Retinal Generative Foundation Model

2024-10-17 · Weiyi Zhang, Jiancheng Yang, Ruoyu Chen, Siyu Huang 외

Fundus fluorescein angiography (FFA) is crucial for diagnosing and monitoring retinal vascular issues but is limited by its invasive nature and restricted accessibility compared to color fundus (CF) imaging. Existing met…

Disease PredictionGenerative Adversarial NetworkImage GenerationVideo Generation

3D Reconstruction of Coronary Vessel Trees from Biplanar X-Ray Images Using a Geometric Approach

2025-09-15 · Ethan Koland, Lin Xi, Nadeev Wijesuriya, YingLiang Ma arxiv

X-ray angiography is widely used in cardiac interventions to visualize coronary vessels, assess integrity, detect stenoses and guide treatment. We propose a framework for reconstructing 3D vessel trees from biplanar X-ra…

Semantic SegmentationVideo SegmentationImage Segmentation3D Reconstruction

Hepatocellular Carcinoma Segmentation from Digital Subtraction Angiography Videos using Learnable Temporal Difference

2021-07-09 · Wenting Jiang, Yicheng Jiang, Lu Zhang, Changmiao Wang 외

Automatic segmentation of hepatocellular carcinoma (HCC) in Digital Subtraction Angiography (DSA) videos can assist radiologists in efficient diagnosis of HCC and accurate evaluation of tumors in clinical practice. Few s…

Segmentation

Segment Anything Meets Point Tracking

2023-07-03 · Frano Rajič, Lei Ke, Yu-Wing Tai, Chi-Keung Tang 외

The Segment Anything Model (SAM) has established itself as a powerful zero-shot image segmentation model, enabled by efficient point-centric annotation and prompt-based models. While click and brush interactions are both…

Interactive Video Object SegmentationObjectPoint TrackingSegmentation+4