paper-with-me

홈 › Papers

HRFormer: High-Resolution Vision Transformer for Dense Predict

2021-12-01 · NeurIPS 2021 12 · Yuhui Yuan, Rao Fu, Lang Huang, WeiHong Lin, Chao Zhang, Xilin Chen, Jingdong Wang

We present a High-Resolution Transformer (HRFormer) that learns high-resolution representations for dense prediction tasks, in contrast to the original Vision Transformer that produces low-resolution representations and has high memory and computational cost. We take advantage of the multi-resolution parallel design introduced in high-resolution convolutional networks (HRNet [45]), along with local-window self-attention that performs self-attention over small non-overlapping image windows [21], for improving the memory and computation efficiency. In addition, we introduce a convolution into the FFN to exchange information across the disconnected image windows. We demonstrate the effectiveness of the HighResolution Transformer on both human pose estimation and semantic segmentation tasks, e.g., HRFormer outperforms Swin transformer [27] by 1.3 AP on COCO pose estimation with 50% fewer parameters and 30% fewer FLOPs. Code is available at: https://github.com/HRNet/HRFormer

📄 PDF Abstract BibTeX

Code (2)

HRNet/HRFormer 공식 구현 pytorch
huilin16/HRFormer_paddle paddle

Tasks

Pose EstimationSemantic SegmentationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

HRFormer: High-Resolution Transformer for Dense Prediction

2021-10-18 · Yuhui Yuan, Rao Fu, Lang Huang, WeiHong Lin 외

We present a High-Resolution Transformer (HRFormer) that learns high-resolution representations for dense prediction tasks, in contrast to the original Vision Transformer that produces low-resolution representations and …

Image ClassificationMulti-Person Pose EstimationPose EstimationPrediction+2

HRTransNet: HRFormer-Driven Two-Modality Salient Object Detection

2023-01-08 · Bin Tang, Zhengyi Liu, Yacheng Tan, Qian He

The High-Resolution Transformer (HRFormer) can maintain high-resolution representation and share global receptive fields. It is friendly towards salient object detection (SOD) in which the input and output have the same …

global-optimizationObjectobject-detectionObject Detection+2

AggPose: Deep Aggregation Vision Transformer for Infant Pose Estimation

2022-05-11 · Xu Cao, Xiaoye Li, Liya Ma, Yi Huang 외

Movement and pose assessment of newborns lets experienced pediatricians predict neurodevelopmental disorders, allowing early intervention for related diseases. However, most of the newest AI approaches for human pose est…

Keypoint DetectionPose Estimation

Multi-Modal Conditioned High-Resolution Transformer for Urban Electromagnetic Field Map Prediction Download PDF

2026-06-26 · Do-Eon Kim, Dongryul Park, Seungyoung Ahn, Namwoo Kang 외 arxiv

Predicting electromagnetic field (EMF) strength in urban environments is essential for cellular network planning but computationally expensive with physics-based simulators. We propose a multi-conditioned dense predictio…

DEHRFormer: Real-time Transformer for Depth Estimation and Haze Removal from Varicolored Haze Scenes

2023-03-13 · Sixiang Chen, Tian Ye, Jun Shi, Yun Liu 외

Varicolored haze caused by chromatic casts poses haze removal and depth estimation challenges. Recent learning-based depth estimation methods are mainly targeted at dehazing first and estimating depth subsequently from h…

Contrastive LearningDepth Estimation