paper-with-me

Papers

Mixed-Query Transformer: A Unified Image Segmentation Architecture

2024-04-06 · Pei Wang, Zhaowei Cai, Hao Yang, Ashwin Swaminathan, R. Manmatha, Stefano Soatto

Existing unified image segmentation models either employ a unified architecture across multiple tasks but use separate weights tailored to each dataset, or apply a single set of weights to multiple datasets but are limited to a single task. In this paper, we introduce the Mixed-Query Transformer (MQ-Former), a unified architecture for multi-task and multi-dataset image segmentation using a single set of weights. To enable this, we propose a mixed query strategy, which can effectively and dynamically accommodate different types of objects without heuristic designs. In addition, the unified architecture allows us to use data augmentation with synthetic masks and captions to further improve model generalization. Experiments demonstrate that MQ-Former can not only effectively handle multiple segmentation datasets and tasks compared to specialized state-of-the-art models with competitive performance, but also generalize better to open-set segmentation tasks, evidenced by over 7 points higher performance than the prior art on the open-vocabulary SeginW benchmark.

📄 PDF Abstract BibTeX arXiv:2404.04469

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationImage SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

SwinDocSegmenter: An End-to-End Unified Domain Adaptive Transformer for Document Instance Segmentation

2023-05-08 · Ayan Banerjee, Sanket Biswas, Josep Lladós, Umapada Pal

Instance-level segmentation of documents consists in assigning a class-aware and instance-aware label to each pixel of the image. It is a key step in document parsing for their understanding. In this paper, we present a …

DecoderInstance SegmentationSegmentationSemantic Segmentation

DocSAM: Unified Document Image Segmentation via Query Decomposition and Heterogeneous Mixed Learning

2025-01-01 · CVPR 2025 1 · Xiao-Hui Li, Fei Yin, Cheng-Lin Liu

Document image segmentation is crucial in document analysis and recognition but remains challenging due to the heterogeneity of document formats and diverse segmentation tasks. Existing methods often treat these task…

Document Layout AnalysisImage SegmentationSegmentationSemantic Segmentation+2

Position-Guided Point Cloud Panoptic Segmentation Transformer

2023-03-23 · Zeqi Xiao, Wenwei Zhang, Tai Wang, Chen Change Loy 외

DEtection TRansformer (DETR) started a trend that uses a group of learnable queries for unified visual perception. This work begins by applying this appealing paradigm to LiDAR-based point cloud segmentation and obtains …

Instance SegmentationPanoptic SegmentationPoint Cloud SegmentationPosition+2

A Unified Query-based Paradigm for Camouflaged Instance Segmentation

2023-08-14 · Bo Dong, Jialun Pei, Rongrong Gao, Tian-Zhu Xiang 외

Due to the high similarity between camouflaged instances and the background, the recently proposed camouflaged instance segmentation (CIS) faces challenges in accurate localization and instance segmentation. To this end,…

Boundary DetectionDecoderInstance SegmentationMulti-Task Learning+2

TextFormer: A Query-based End-to-End Text Spotter with Mixed Supervision

2023-06-06 · Yukun Zhai, Xiaoqiang Zhang, Xiameng Qin, Sanyuan Zhao 외

End-to-end text spotting is a vital computer vision task that aims to integrate scene text detection and recognition into a unified framework. Typical methods heavily rely on Region-of-Interest (RoI) operations to extrac…

DecoderScene Text DetectionText DetectionText Spotting