paper-with-me

홈 › Papers

Structured Click Control in Transformer-based Interactive Segmentation

2024-05-07 · Long Xu, Yongquan Chen, Rui Huang, Feng Wu, Shiwu Lai

Click-point-based interactive segmentation has received widespread attention due to its efficiency. However, it's hard for existing algorithms to obtain precise and robust responses after multiple clicks. In this case, the segmentation results tend to have little change or are even worse than before. To improve the robustness of the response, we propose a structured click intent model based on graph neural networks, which adaptively obtains graph nodes via the global similarity of user-clicked Transformer tokens. Then the graph nodes will be aggregated to obtain structured interaction features. Finally, the dual cross-attention will be used to inject structured interaction features into vision Transformer features, thereby enhancing the control of clicks over segmentation results. Extensive experiments demonstrated the proposed algorithm can serve as a general structure in improving Transformer-based interactive segmenta?tion performance. The code and data will be released at https://github.com/hahamyt/scc.

📄 PDF Abstract BibTeX arXiv:2405.04009

Code (1)

hahamyt/scc 공식 구현 pytorch

Tasks

Interactive SegmentationSegmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
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$…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

AdaptiveClick: Clicks-aware Transformer with Adaptive Focal Loss for Interactive Image Segmentation

2023-05-07 · Jiacheng Lin, Jiajun Chen, Kailun Yang, Alina Roitberg 외

Interactive Image Segmentation (IIS) has emerged as a promising technique for decreasing annotation time. Substantial progress has been made in pre- and post-processing for IIS, but the critical issue of interaction ambi…

DecoderImage SegmentationSegmentationSemantic Segmentation

PiClick: Picking the desired mask from multiple candidates in click-based interactive segmentation

2023-04-23 · Cilin Yan, Haochen Wang, Jie Liu, XiaoLong Jiang 외

Click-based interactive segmentation aims to generate target masks via human clicking, which facilitates efficient pixel-level annotation and image editing. In such a task, target ambiguity remains a problem hindering th…

Interactive SegmentationSegmentation

SimpleClick: Interactive Image Segmentation with Simple Vision Transformers

2022-10-20 · ICCV 2023 1 · Qin Liu, Zhenlin Xu, Gedas Bertasius, Marc Niethammer

Click-based interactive image segmentation aims at extracting objects with a limited user clicking. A hierarchical backbone is the de-facto architecture for current methods. Recently, the plain, non-hierarchical Vision T…

Image SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Scale Disparity of Instances in Interactive Point Cloud Segmentation

2024-07-19 · Chenrui Han, Xuan Yu, Yuxuan Xie, Yili Liu 외

Interactive point cloud segmentation has become a pivotal task for understanding 3D scenes, enabling users to guide segmentation models with simple interactions such as clicks, therefore significantly reducing the effort…

Instance SegmentationInteractive SegmentationPoint Cloud SegmentationSegmentation+1

ClickSeg3D: Few-Click Interactive Segmentation via Semantic Embeddings

2026-05-09 · Xueyang Kang, Zijian Yu, Kourosh Khoshelham, Liangliang Nan arxiv

Interactive segmentation allows efficient label generation by leveraging user-provided clicks to progressively refine predictions, which is critical when fully supervised labels are costly or generalization to unseen cla…

Interactive 3D Instance SegmentationInteractive Segmentation