paper-with-me

홈 › Papers

LSAS: Lightweight Sub-attention Strategy for Alleviating Attention Bias Problem

2023-05-09 · Shanshan Zhong, Wushao Wen, Jinghui Qin, Qiangpu Chen, Zhongzhan Huang

In computer vision, the performance of deep neural networks (DNNs) is highly related to the feature extraction ability, i.e., the ability to recognize and focus on key pixel regions in an image. However, in this paper, we quantitatively and statistically illustrate that DNNs have a serious attention bias problem on many samples from some popular datasets: (1) Position bias: DNNs fully focus on label-independent regions; (2) Range bias: The focused regions from DNN are not completely contained in the ideal region. Moreover, we find that the existing self-attention modules can alleviate these biases to a certain extent, but the biases are still non-negligible. To further mitigate them, we propose a lightweight sub-attention strategy (LSAS), which utilizes high-order sub-attention modules to improve the original self-attention modules. The effectiveness of LSAS is demonstrated by extensive experiments on widely-used benchmark datasets and popular attention networks. We release our code to help other researchers to reproduce the results of LSAS~\footnote{https://github.com/Qrange-group/LSAS}.

📄 PDF Abstract BibTeX arXiv:2305.05200

Code (1)

qrange-group/lsas 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A Challenging Benchmark of Anime Style Recognition

2022-04-29 · Haotang Li, Shengtao Guo, Kailin Lyu, Xiao Yang 외

Given two images of different anime roles, anime style recognition (ASR) aims to learn abstract painting style to determine whether the two images are from the same work, which is an interesting but challenging problem. …

Art AnalysisFace RecognitionPerson Re-Identification

Linear Stochastic Approximation: Constant Step-Size and Iterate Averaging

2017-09-12 · Chandrashekar Lakshminarayanan, Csaba Szepesvári

We consider $d$-dimensional linear stochastic approximation algorithms (LSAs) with a constant step-size and the so called Polyak-Ruppert (PR) averaging of iterates. LSAs are widely applied in machine learning and reinfor…

Reinforcement LearningReinforcement Learning (RL)

Alleviating Forgetfulness of Linear Attention by Hybrid Sparse Attention and Contextualized Learnable Token Eviction

2025-10-23 · Mutian He, Philip N. Garner arxiv

Linear-attention models that compress the entire input sequence into a fixed-size recurrent state offer an efficient alternative to Transformers, but their finite memory induces forgetfulness that harms retrieval-intensi…

Quality Assurance Challenges for Machine Learning Software Applications During Software Development Life Cycle Phases

2021-05-03 · Md Abdullah Al Alamin, Gias Uddin

In the past decades, the revolutionary advances of Machine Learning (ML) have shown a rapid adoption of ML models into software systems of diverse types. Such Machine Learning Software Applications (MLSAs) are gaining im…

BIG-bench Machine Learning

USAD: End-to-End Human Activity Recognition via Diffusion Model with Spatiotemporal Attention

2025-07-03 · Hang Xiao, Ying Yu, Jiarui Li, Zhifan Yang 외 arxiv

The primary objective of human activity recognition (HAR) is to infer ongoing human actions from sensor data, a task that finds broad applications in health monitoring, safety protection, and sports analysis. Despite pro…

Human Activity RecognitionData Augmentation