paper-with-me

홈 › Papers

InvPT: Inverted Pyramid Multi-task Transformer for Dense Scene Understanding

2022-03-15 · Hanrong Ye, Dan Xu

Multi-task dense scene understanding is a thriving research domain that requires simultaneous perception and reasoning on a series of correlated tasks with pixel-wise prediction. Most existing works encounter a severe limitation of modeling in the locality due to heavy utilization of convolution operations, while learning interactions and inference in a global spatial-position and multi-task context is critical for this problem. In this paper, we propose a novel end-to-end Inverted Pyramid multi-task Transformer (InvPT) to perform simultaneous modeling of spatial positions and multiple tasks in a unified framework. To the best of our knowledge, this is the first work that explores designing a transformer structure for multi-task dense prediction for scene understanding. Besides, it is widely demonstrated that a higher spatial resolution is remarkably beneficial for dense predictions, while it is very challenging for existing transformers to go deeper with higher resolutions due to huge complexity to large spatial size. InvPT presents an efficient UP-Transformer block to learn multi-task feature interaction at gradually increased resolutions, which also incorporates effective self-attention message passing and multi-scale feature aggregation to produce task-specific prediction at a high resolution. Our method achieves superior multi-task performance on NYUD-v2 and PASCAL-Context datasets respectively, and significantly outperforms previous state-of-the-arts. The code is available at https://github.com/prismformore/InvPT

📄 PDF Abstract BibTeX arXiv:2203.07997

Code (1)

prismformore/InvPT 공식 구현 pytorch

Tasks

Boundary DetectionHuman ParsingMonocular Depth EstimationSaliency DetectionScene UnderstandingSemantic SegmentationSurface Normal EstimationSurface Normals Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Residual Connection 설명 없음
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 제목 키워드 기반

InvPT++: Inverted Pyramid Multi-Task Transformer for Visual Scene Understanding

2023-06-08 · Hanrong Ye, Dan Xu

Multi-task scene understanding aims to design models that can simultaneously predict several scene understanding tasks with one versatile model. Previous studies typically process multi-task features in a more local way,…

DecoderMulti-Task LearningScene Understanding

Parameter-Inverted Image Pyramid Networks

2024-06-06 · Xizhou Zhu, Xue Yang, Zhaokai Wang, Hao Li 외

Image pyramids are commonly used in modern computer vision tasks to obtain multi-scale features for precise understanding of images. However, image pyramids process multiple resolutions of images using the same large-sca…

Computational Efficiencyimage-classificationImage Classificationobject-detection+2

Parameter-Inverted Image Pyramid Networks for Visual Perception and Multimodal Understanding

2025-01-14 · Zhaokai Wang, Xizhou Zhu, Xue Yang, Gen Luo 외

Image pyramids are widely adopted in top-performing methods to obtain multi-scale features for precise visual perception and understanding. However, current image pyramids use the same large-scale model to process multip…

image-classificationImage ClassificationLarge Language ModelMultimodal Large Language Model+2

Data Augmentation in Time Series Forecasting through Inverted Framework

2025-07-15 · Hongming Tan, Ting Chen, Ruochong Jin, Wai Kin Chan

Currently, iTransformer is one of the most popular and effective models for multivariate time series (MTS) forecasting. Thanks to its inverted framework, iTransformer effectively captures multivariate correlation. Howeve…

Data AugmentationTime SeriesTime Series Forecasting

A semi-automatic approach to study population dynamics based on population pyramids

2025-08-05 · Max Hahn-Klimroth, João Pedro Meireles, Laurie Bingaman Lackey, Nick van Eeuwijk Mads F. Bertelsen 외 arxiv

The depiction of populations - of humans or animals - as "population pyramids" is a useful tool for the assessment of various characteristics of populations at a glance. Although these visualisations are well-known objec…