paper-with-me

Papers

TraSeTR: Track-to-Segment Transformer with Contrastive Query for Instance-level Instrument Segmentation in Robotic Surgery

2022-02-17 · Zixu Zhao, Yueming Jin, Pheng-Ann Heng

Surgical instrument segmentation -- in general a pixel classification task -- is fundamentally crucial for promoting cognitive intelligence in robot-assisted surgery (RAS). However, previous methods are struggling with discriminating instrument types and instances. To address the above issues, we explore a mask classification paradigm that produces per-segment predictions. We propose TraSeTR, a novel Track-to-Segment Transformer that wisely exploits tracking cues to assist surgical instrument segmentation. TraSeTR jointly reasons about the instrument type, location, and identity with instance-level predictions i.e., a set of class-bbox-mask pairs, by decoding query embeddings. Specifically, we introduce the prior query that encoded with previous temporal knowledge, to transfer tracking signals to current instances via identity matching. A contrastive query learning strategy is further applied to reshape the query feature space, which greatly alleviates the tracking difficulty caused by large temporal variations. The effectiveness of our method is demonstrated with state-of-the-art instrument type segmentation results on three public datasets, including two RAS benchmarks from EndoVis Challenges and one cataract surgery dataset CaDIS.

📄 PDF Abstract BibTeX arXiv:2202.08453

Code (0)

등록된 구현이 없습니다.

Tasks

Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Contrastive Grouping with Transformer for Referring Image Segmentation

2023-09-02 · CVPR 2023 1 · Jiajin Tang, Ge Zheng, Cheng Shi, Sibei Yang

Referring image segmentation aims to segment the target referent in an image conditioning on a natural language expression. Existing one-stage methods employ per-pixel classification frameworks, which attempt straightfor…

Contrastive LearningImage SegmentationObjectSegmentation+1

Towards Robust Video Instance Segmentation with Temporal-Aware Transformer

2023-01-20 · Zhenghao Zhang, Fangtao Shao, Zuozhuo Dai, Siyu Zhu

Most existing transformer based video instance segmentation methods extract per frame features independently, hence it is challenging to solve the appearance deformation problem. In this paper, we observe the temporal in…

DecoderInstance SegmentationSemantic SegmentationVideo Instance Segmentation

Uni-DVPS: Unified Model for Depth-Aware Video Panoptic Segmentation

2024-07-01 · IEEE Robotics and Automation Letters (RA-L) 2024 7 · Kim Ji-Yeon, Oh Hyun-Bin, Kwon Byung-Ki, Dahun Kim 외

We present Uni-DVPS, a unified model for Depth-aware Video Panoptic Segmentation (DVPS) that jointly tackles distinct vision tasks, i.e., video panoptic segmentation, monocular depth estimation, and object tracking. In c…

Autonomous DrivingDecoderDepth-aware Video Panoptic SegmentationDepth Estimation+7

Efficient Video Instance Segmentation via Tracklet Query and Proposal

2022-03-03 · CVPR 2022 1 · Jialian Wu, Sudhir Yarram, Hui Liang, Tian Lan 외

Video Instance Segmentation (VIS) aims to simultaneously classify, segment, and track multiple object instances in videos. Recent clip-level VIS takes a short video clip as input each time showing stronger performance th…

Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation

CRISP: Contrastive Residual Injection and Semantic Prompting for Continual Video Instance Segmentation

2025-08-14 · Baichen Liu, Qi Lyu, Xudong Wang, Jiahua Dong 외 arxiv

Continual video instance segmentation demands both the plasticity to absorb new object categories and the stability to retain previously learned ones, all while preserving temporal consistency across frames. In this work…

Video Instance SegmentationContrastive Learning