SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2301.03461 · AAAI · 2023

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

Yibo Yang, Lefei Zhang, Yangyang Xu

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 6 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
yangyangxu0/DeMT — 3 of 6
FunctionStatusWhere it lives
ChlSpl Ran yangyangxu0/DeMT/src/model/heads/demt_head.py
pointer only (licence: NONE) · get_code("ee5f2467fb5ee79c")
Offset Ran yangyangxu0/DeMT/src/model/heads/demt_head.py
pointer only (licence: NONE) · get_code("7fe9ae2fcbc68d4a")
Residual Ran yangyangxu0/DeMT/src/model/heads/demt_head.py
pointer only (licence: NONE) · get_code("617fc5cd462c22cf")
BaseHead Not yet run yangyangxu0/DeMT/src/model/heads/demt_head.py
pointer only (licence: NONE) · get_code("0961199e0f754665")
DefMixer Not yet run yangyangxu0/DeMT/src/model/heads/demt_head.py
pointer only (licence: NONE) · get_code("114b6306d04488af")
DemtHead Not yet run yangyangxu0/DeMT/src/model/heads/demt_head.py
pointer only (licence: NONE) · get_code("ab5ab3c443461ccb")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

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 Transformer. In this work, we present a novel MTL model by combining both merits of deformable CNN and query-based Transformer for multi-task learning of dense prediction. Our method, named DeMT, is based on a simple and effective encoder-decoder architecture (i.e., deformable mixer encoder and task-aware transformer decoder). First, the deformable mixer encoder contains two types of operators: the channel-aware mixing operator leveraged to allow communication among different channels (i.e., efficient channel location mixing), and the spatial-aware deformable operator with deformable convolution applied to efficiently sample more informative spatial locations (i.e., deformed features). Second, the task-aware transformer decoder consists of the task interaction block and task query block. The former is applied to capture task interaction features via self-attention. The latter leverages the deformed features and task-interacted features to generate the corresponding task-specific feature through a query-based Transformer for corresponding task predictions. Extensive experiments on two dense image prediction datasets, NYUD-v2 and PASCAL-Context, demonstrate that our model uses fewer GFLOPs and significantly outperforms current Transformer-and CNN-based competitive models on a variety of metrics. The code is available at https://github.com/yangyangxu0/DeMT.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2301.03461")
get_code_for_paper("2301.03461")
have("2301.03461")

Connect an agent — have() is free.