paper-with-me

Papers

MSG-Transformer: Exchanging Local Spatial Information by Manipulating Messenger Tokens

2021-05-31 · CVPR 2022 1 · Jiemin Fang, Lingxi Xie, Xinggang Wang, Xiaopeng Zhang, Wenyu Liu, Qi Tian

Transformers have offered a new methodology of designing neural networks for visual recognition. Compared to convolutional networks, Transformers enjoy the ability of referring to global features at each stage, yet the attention module brings higher computational overhead that obstructs the application of Transformers to process high-resolution visual data. This paper aims to alleviate the conflict between efficiency and flexibility, for which we propose a specialized token for each region that serves as a messenger (MSG). Hence, by manipulating these MSG tokens, one can flexibly exchange visual information across regions and the computational complexity is reduced. We then integrate the MSG token into a multi-scale architecture named MSG-Transformer. In standard image classification and object detection, MSG-Transformer achieves competitive performance and the inference on both GPU and CPU is accelerated. Code is available at https://github.com/hustvl/MSG-Transformer.

📄 PDF Abstract BibTeX arXiv:2105.15168

Code (3)

hustvl/MSG-Transformer 공식 구현 pytorch
2023-MindSpore-1/ms-code-142 pytorch
mszpc/MSG-beihang

Tasks

CPUGPUimage-classificationImage Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

SCTransNet: Spatial-channel Cross Transformer Network for Infrared Small Target Detection

2024-01-28 · Shuai Yuan, Hanlin Qin, Xiang Yan, Naveed Akhtar 외

Infrared small target detection (IRSTD) has recently benefitted greatly from U-shaped neural models. However, largely overlooking effective global information modeling, existing techniques struggle when the target has hi…

SPAN: Spatial Pyramid Attention Network for Image Manipulation Localization

2020-08-01 · ECCV 2020 8 · Xuefeng Hu, Zhihan Zhang, Zhenye Jiang, Syomantak Chaudhuri 외

Tehchniques for manipulating images are advancing rapidly; while these are helpful for many useful tasks, they also pose a threat to society with their ability to create believable misinformation. We present a novel, Spa…

Image ManipulationImage Manipulation DetectionImage Manipulation LocalizationMisinformation+1

Exchanging-based Multimodal Fusion with Transformer

2023-09-05 · Renyu Zhu, Chengcheng Han, Yong Qian, Qiushi Sun 외

We study the problem of multimodal fusion in this paper. Recent exchanging-based methods have been proposed for vision-vision fusion, which aim to exchange embeddings learned from one modality to the other. However, most…

Image CaptioningImage GenerationMultimodal Sentiment Analysisnamed-entity-recognition+4

Tracing and Manipulating Intermediate Values in Neural Math Problem Solvers

2023-01-17 · Yuta Matsumoto, Benjamin Heinzerling, Masashi Yoshikawa, Kentaro Inui

How language models process complex input that requires multiple steps of inference is not well understood. Previous research has shown that information about intermediate values of these inputs can be extracted from the…

Math

Toward Moiré-Free and Detail-Preserving Demosaicking

2023-05-15 · Xuanchen Li, Yan Niu, Bo Zhao, Haoyuan Shi 외

3D convolutions are commonly employed by demosaicking neural models, in the same way as solving other image restoration problems. Counter-intuitively, we show that 3D convolutions implicitly impede the RGB color spectra …

DemosaickingDenoisingImage RestorationSuper-Resolution