Few-Shot Video Object Segmentation in X-Ray Angiography Using Local Matching and Spatio-Temporal Consistency Loss
Lin Xi, Yingliang Ma, Xiahai Zhuang

TL;DR
This paper presents a novel few-shot video object segmentation model for X-ray angiography that uses local matching and spatio-temporal consistency to improve accuracy and generalization, along with a new benchmark dataset.
Contribution
The work introduces a flexible local sampling strategy, a supervised contrastive learning scheme, and a new dataset for multi-object segmentation in X-ray videos.
Findings
Outperforms state-of-the-art methods in accuracy
Demonstrates strong generalization to unseen categories
Provides a new benchmark dataset for the community
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Retinal Imaging and Analysis
