paper-with-me

Papers

PolyFormer: Referring Image Segmentation as Sequential Polygon Generation

2023-02-14 · CVPR 2023 1 · Jiang Liu, Hui Ding, Zhaowei Cai, Yuting Zhang, Ravi Kumar Satzoda, Vijay Mahadevan, R. Manmatha

In this work, instead of directly predicting the pixel-level segmentation masks, the problem of referring image segmentation is formulated as sequential polygon generation, and the predicted polygons can be later converted into segmentation masks. This is enabled by a new sequence-to-sequence framework, Polygon Transformer (PolyFormer), which takes a sequence of image patches and text query tokens as input, and outputs a sequence of polygon vertices autoregressively. For more accurate geometric localization, we propose a regression-based decoder, which predicts the precise floating-point coordinates directly, without any coordinate quantization error. In the experiments, PolyFormer outperforms the prior art by a clear margin, e.g., 5.40% and 4.52% absolute improvements on the challenging RefCOCO+ and RefCOCOg datasets. It also shows strong generalization ability when evaluated on the referring video segmentation task without fine-tuning, e.g., achieving competitive 61.5% J&F on the Ref-DAVIS17 dataset.

📄 PDF Abstract BibTeX arXiv:2302.07387

Code (1)

amazon-science/polygon-transformer 공식 구현 pytorch

Tasks

DecoderImage SegmentationQuantizationReferring Expression ComprehensionReferring Expression SegmentationSegmentationSemantic SegmentationVideo SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Few-Shot Domain Adaptation with Polymorphic Transformers

2021-07-10 · Shaohua Li, Xiuchao Sui, Jie Fu, Huazhu Fu 외

Deep neural networks (DNNs) trained on one set of medical images often experience severe performance drop on unseen test images, due to various domain discrepancy between the training images (source domain) and the test …

Domain AdaptationSegmentation

Moondream Segmentation: From Words to Masks

2026-04-03 · Ethan Reid arxiv

We present Moondream Segmentation, a referring image segmentation extension of Moondream 3, a vision-language model. Given an image and a referring expression, the model autoregressively decodes a vector path and iterati…

Reinforcement LearningReferring ExpressionImage Segmentation

Annotating Object Instances with a Polygon-RNN

2017-04-18 · CVPR 2017 7 · Lluis Castrejon, Kaustav Kundu, Raquel Urtasun, Sanja Fidler

We propose an approach for semi-automatic annotation of object instances. While most current methods treat object segmentation as a pixel-labeling problem, we here cast it as a polygon prediction task, mimicking how most…

ObjectSegmentationSemantic Segmentation

CARIS: Context-Augmented Referring Image Segmentation

2023-10-27 · ACM MM 2023 10 · Sun-Ao Liu, Yiheng Zhang, Zhaofan Qiu, Hongtao Xie 외

Referring image segmentation aims to segment the target object described by a natural-language utterance. Recent approaches typically distinguish pixels by aligning pixel-wise visual features with linguistic features ext…

DecoderImage SegmentationSegmentationSemantic Segmentation

Polygonal Building Segmentation by Frame Field Learning

2020-04-30 · Nicolas Girard, Dmitriy Smirnov, Justin Solomon, Yuliya Tarabalka

While state of the art image segmentation models typically output segmentations in raster format, applications in geographic information systems often require vector polygons. To help bridge the gap between deep network …

Image SegmentationMulti-Task LearningSegmentationSemantic Segmentation