paper-with-me

Papers

Multi-Task Learning with Multi-Query Transformer for Dense Prediction

2022-05-28 · Yangyang Xu, Xiangtai Li, Haobo Yuan, Yibo Yang, Lefei Zhang

Previous multi-task dense prediction studies developed complex pipelines such as multi-modal distillations in multiple stages or searching for task relational contexts for each task. The core insight beyond these methods is to maximize the mutual effects of each task. Inspired by the recent query-based Transformers, we propose a simple pipeline named Multi-Query Transformer (MQTransformer) that is equipped with multiple queries from different tasks to facilitate the reasoning among multiple tasks and simplify the cross-task interaction pipeline. Instead of modeling the dense per-pixel context among different tasks, we seek a task-specific proxy to perform cross-task reasoning via multiple queries where each query encodes the task-related context. The MQTransformer is composed of three key components: shared encoder, cross-task query attention module and shared decoder. We first model each task with a task-relevant query. Then both the task-specific feature output by the feature extractor and the task-relevant query are fed into the shared encoder, thus encoding the task-relevant query from the task-specific feature. Secondly, we design a cross-task query attention module to reason the dependencies among multiple task-relevant queries; this enables the module to only focus on the query-level interaction. Finally, we use a shared decoder to gradually refine the image features with the reasoned query features from different tasks. Extensive experiment results on two dense prediction datasets (NYUD-v2 and PASCAL-Context) show that the proposed method is an effective approach and achieves state-of-the-art results. Code and models are available at https://github.com/yangyangxu0/MQTransformer.

📄 PDF Abstract BibTeX arXiv:2205.14354

Code (1)

yangyangxu0/mqtransformer 공식 구현 pytorch

Tasks

DecoderMulti-Task Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
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$…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

DeMT: Deformable Mixer Transformer for Multi-Task Learning of Dense Prediction

2023-01-09 · Yangyang Xu, Yibo Yang, Lefei Zhang

Convolution neural networks (CNNs) and Transformers have their own advantages and both have been widely used for dense prediction in multi-task learning (MTL). Most of the current studies on MTL solely rely on CNN or Tra…

DecoderMulti-Task Learning

Deformable Mixer Transformer with Gating for Multi-Task Learning of Dense Prediction

2023-08-10 · Yangyang Xu, Yibo Yang, Bernard Ghanem, Lefei Zhang 외

CNNs and Transformers have their own advantages and both have been widely used for dense prediction in multi-task learning (MTL). Most of the current studies on MTL solely rely on CNN or Transformer. In this work, we pre…

DecoderMulti-Task Learning

See It All: Contextualized Late Aggregation for 3D Dense Captioning

2024-08-14 · Minjung Kim, Hyung Suk Lim, Seung Hwan Kim, Soonyoung Lee 외

3D dense captioning is a task to localize objects in a 3D scene and generate descriptive sentences for each object. Recent approaches in 3D dense captioning have adopted transformer encoder-decoder frameworks from object…

3D dense captioningAllAttributeCaption Generation+6

Options-Aware Dense Retrieval for Multiple-Choice query Answering

2025-01-27 · Manish Singh, Manish Shrivastava

Long-context multiple-choice question answering tasks require robust reasoning over extensive text sources. Since most of the pre-trained transformer models are restricted to processing only a few hundred words at a time…

Multiple-choiceQuestion AnsweringRetrieval

COTR: Correspondence Transformer for Matching Across Images

2021-03-25 · ICCV 2021 10 · Wei Jiang, Eduard Trulls, Jan Hosang, Andrea Tagliasacchi 외

We propose a novel framework for finding correspondences in images based on a deep neural network that, given two images and a query point in one of them, finds its correspondence in the other. By doing so, one has the o…

Dense Pixel Correspondence EstimationOptical Flow Estimation