paper-with-me

Papers

Learning from Exemplars for Interactive Image Segmentation

2024-06-17 · Kun Li, Hao Cheng, George Vosselman, Michael Ying Yang

Interactive image segmentation enables users to interact minimally with a machine, facilitating the gradual refinement of the segmentation mask for a target of interest. Previous studies have demonstrated impressive performance in extracting a single target mask through interactive segmentation. However, the information cues of previously interacted objects have been overlooked in the existing methods, which can be further explored to speed up interactive segmentation for multiple targets in the same category. To this end, we introduce novel interactive segmentation frameworks for both a single object and multiple objects in the same category. Specifically, our model leverages transformer backbones to extract interaction-focused visual features from the image and the interactions to obtain a satisfactory mask of a target as an exemplar. For multiple objects, we propose an exemplar-informed module to enhance the learning of similarities among the objects of the target category. To combine attended features from different modules, we incorporate cross-attention blocks followed by a feature fusion module. Experiments conducted on mainstream benchmarks demonstrate that our models achieve superior performance compared to previous methods. Particularly, our model reduces users' labor by around 15\%, requiring two fewer clicks to achieve target IoUs 85\% and 90\%. The results highlight our models' potential as a flexible and practical annotation tool. The source code will be released after publication.

📄 PDF Abstract BibTeX arXiv:2406.11472

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Semantic Object Selection

2014-06-01 · CVPR 2014 6 · Ejaz Ahmed, Scott Cohen, Brian Price

Interactive object segmentation has great practical importance in computer vision. Many interactive methods have been proposed utilizing user input in the form of mouse clicks and mouse strokes, and often requiring a lot…

Image RetrievalObjectobject-detectionObject Detection+3

Frugal Learning of Virtual Exemplars for Label-Efficient Satellite Image Change Detection

2022-03-22 · Hichem Sahbi, Sebastien Deschamps

In this paper, we devise a novel interactive satellite image change detection algorithm based on active learning. The proposed framework is iterative and relies on a question and answer model which asks the oracle (user)…

Active LearningChange Detection

Learning from Pseudo-labeled Segmentation for Multi-Class Object Counting

2023-07-15 · Jingyi Xu, Hieu Le, Dimitris Samaras

Class-agnostic counting (CAC) has numerous potential applications across various domains. The goal is to count objects of an arbitrary category during testing, based on only a few annotated exemplars. In this paper, we p…

ObjectObject CountingSegmentation

Unbalanced Feature Transport for Exemplar-based Image Translation

2021-06-19 · CVPR 2021 1 · Fangneng Zhan, Yingchen Yu, Kaiwen Cui, Gongjie Zhang 외

Despite the great success of GANs in images translation with different conditioned inputs such as semantic segmentation and edge maps, generating high-fidelity realistic images with reference styles remains a grand chall…

Image-to-Image TranslationSemantic SegmentationTranslation

Boosting SAM for Cross-Domain Few-Shot Segmentation via Conditional Point Sparsification

2026-02-05 · Jiahao Nie, Yun Xing, Wenbin An, Qingsong Zhao 외 arxiv

Motivated by the success of the Segment Anything Model (SAM) in promptable segmentation, recent studies leverage SAM to develop training-free solutions for few-shot segmentation, which aims to predict object masks in the…

Cross-Domain Few-Shot