paper-with-me

홈 › Papers

InterFormer: Real-time Interactive Image Segmentation

2023-04-06 · ICCV 2023 1 · You Huang, Hao Yang, Ke Sun, Shengchuan Zhang, Liujuan Cao, Guannan Jiang, Rongrong Ji

Interactive image segmentation enables annotators to efficiently perform pixel-level annotation for segmentation tasks. However, the existing interactive segmentation pipeline suffers from inefficient computations of interactive models because of the following two issues. First, annotators' later click is based on models' feedback of annotators' former click. This serial interaction is unable to utilize model's parallelism capabilities. Second, in each interaction step, the model handles the invariant image along with the sparse variable clicks, resulting in a process that's highly repetitive and redundant. For efficient computations, we propose a method named InterFormer that follows a new pipeline to address these issues. InterFormer extracts and preprocesses the computationally time-consuming part i.e. image processing from the existing process. Specifically, InterFormer employs a large vision transformer (ViT) on high-performance devices to preprocess images in parallel, and then uses a lightweight module called interactive multi-head self attention (I-MSA) for interactive segmentation. Furthermore, the I-MSA module's deployment on low-power devices extends the practical application of interactive segmentation. The I-MSA module utilizes the preprocessed features to efficiently response to the annotator inputs in real-time. The experiments on several datasets demonstrate the effectiveness of InterFormer, which outperforms previous interactive segmentation models in terms of computational efficiency and segmentation quality, achieve real-time high-quality interactive segmentation on CPU-only devices. The code is available at https://github.com/YouHuang67/InterFormer.

📄 PDF Abstract BibTeX arXiv:2304.02942

Code (1)

youhuang67/interformer 공식 구현 pytorch

Tasks

Computational EfficiencyCPUImage SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

InterFormer: Interactive Local and Global Features Fusion for Automatic Speech Recognition

2023-05-24 · Zhi-Hao Lai, Tian-Hao Zhang, Qi Liu, Xinyuan Qian 외

The local and global features are both essential for automatic speech recognition (ASR). Many recent methods have verified that simply combining local and global features can further promote ASR performance. However, the…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Pointerformer: Deep Reinforced Multi-Pointer Transformer for the Traveling Salesman Problem

2023-04-19 · Yan Jin, Yuandong Ding, Xuanhao Pan, Kun He 외

Traveling Salesman Problem (TSP), as a classic routing optimization problem originally arising in the domain of transportation and logistics, has become a critical task in broader domains, such as manufacturing and biolo…

DecoderDeep Reinforcement LearningTraveling Salesman Problem

InterFormer: Towards Effective Heterogeneous Interaction Learning for Click-Through Rate Prediction

2024-11-15 · Zhichen Zeng, Xiaolong Liu, Mengyue Hang, Xiaoyi Liu 외

Click-through rate (CTR) prediction, which predicts the probability of a user clicking an ad, is a fundamental task in recommender systems. The emergence of heterogeneous information, such as user profile and behavior se…

Click-Through Rate PredictionRecommendation Systems

Interaction-aware Representation Modeling with Co-occurrence Consistency for Egocentric Hand-Object Parsing

2026-02-24 · Yuejiao Su, Yi Wang, Lei Yao, Yawen Cui 외 arxiv

A fine-grained understanding of egocentric human-environment interactions is crucial for developing next-generation embodied agents. One fundamental challenge in this area involves accurately parsing hands and active obj…

Interaction Transformer for Human Reaction Generation

2022-07-04 · Baptiste Chopin, Hao Tang, Naima Otberdout, Mohamed Daoudi 외

We address the challenging task of human reaction generation, which aims to generate a corresponding reaction based on an input action. Most of the existing works do not focus on generating and predicting the reaction an…