paper-with-me

Papers

Cascaded Multi-Scale Attention for Enhanced Multi-Scale Feature Extraction and Interaction with Low-Resolution Images

2024-12-03 · Xiangyong Lu, Masanori Suganuma, Takayuki Okatani

In real-world applications of image recognition tasks, such as human pose estimation, cameras often capture objects, like human bodies, at low resolutions. This scenario poses a challenge in extracting and leveraging multi-scale features, which is often essential for precise inference. To address this challenge, we propose a new attention mechanism, named cascaded multi-scale attention (CMSA), tailored for use in CNN-ViT hybrid architectures, to handle low-resolution inputs effectively. The design of CMSA enables the extraction and seamless integration of features across various scales without necessitating the downsampling of the input image or feature maps. This is achieved through a novel combination of grouped multi-head self-attention mechanisms with window-based local attention and cascaded fusion of multi-scale features over different scales. This architecture allows for the effective handling of features across different scales, enhancing the model's ability to perform tasks such as human pose estimation, head pose estimation, and more with low-resolution images. Our experimental results show that the proposed method outperforms existing state-of-the-art methods in these areas with fewer parameters, showcasing its potential for broad application in real-world scenarios where capturing high-resolution images is not feasible. Code is available at https://github.com/xyongLu/CMSA.

📄 PDF Abstract BibTeX arXiv:2412.02197

Code (1)

xyonglu/cmsa 공식 구현 pytorch

Tasks

Head Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Cascaded Dilated Convolution Approach for Mpox Lesion Classification

2024-12-13 · Ayush Deshmukh

The global outbreak of the Mpox virus, classified as a Public Health Emergency of International Concern (PHEIC) by the World Health Organization, presents significant diagnostic challenges due to its visual similarity to…

Computational EfficiencyDiagnosticLesion ClassificationSkin Lesion Classification

Multi-scale Hierarchical Vision Transformer with Cascaded Attention Decoding for Medical Image Segmentation

2023-03-29 · Md Mostafijur Rahman, Radu Marculescu

Transformers have shown great success in medical image segmentation. However, transformers may exhibit a limited generalization ability due to the underlying single-scale self-attention (SA) mechanism. In this paper, we …

DecoderImage SegmentationMedical Image SegmentationSegmentation+1

A Multi-cascaded Model with Data Augmentation for Enhanced Paraphrase Detection in Short Texts

2019-12-27 · Muhammad Haroon Shakeel, Asim Karim, Imdadullah Khan

Paraphrase detection is an important task in text analytics with numerous applications such as plagiarism detection, duplicate question identification, and enhanced customer support helpdesks. Deep models have been propo…

Data Augmentation

CSRNet: Cascaded Selective Resolution Network for Real-time Semantic Segmentation

2021-06-08 · Jingjing Xiong, Lai-Man Po, Wing-Yin Yu, Chang Zhou 외

Real-time semantic segmentation has received considerable attention due to growing demands in many practical applications, such as autonomous vehicles, robotics, etc. Existing real-time segmentation approaches often util…

Autonomous VehiclesReal-Time Semantic SegmentationSegmentationSemantic Segmentation

Jointly Learning to Repair Code and Generate Commit Message

2021-09-25 · EMNLP 2021 11 · Jiaqi Bai, Long Zhou, Ambrosio Blanco, Shujie Liu 외

We propose a novel task of jointly repairing program codes and generating commit messages. Code repair and commit message generation are two essential and related tasks for software development. However, existing work us…

Code RepairTranslation