Highlight

Coordinate Attention for Efficient Mobile Network Design

Introduces coordinate attention, embedding positional information into channel attention for mobile networks with nearly no extra compute.

Based on

Coordinate Attention for Efficient Mobile Network Design

By Qibin Hou, Daquan Zhou, Jiashi FengComputer Vision and Pattern Recognition
Read original article →

The paper addresses a limitation of channel attention mechanisms like Squeeze-and-Excitation in mobile network design: transforming a feature tensor to a single vector via 2D global pooling loses positional cues. The authors propose coordinate attention, which factorizes channel attention into two 1D feature encoding processes that aggregate features separately along the two spatial directions. This produces a pair of direction-aware, position-sensitive attention maps that capture long-range dependencies along one axis while retaining precise positional information along the other, applied complementarily to the input features.

Coordinate attention is simple and can be flexibly inserted into classic mobile architectures such as MobileNetV2, MobileNeXt and EfficientNet with nearly no computational overhead. Extensive experiments show it not only benefits ImageNet classification but behaves even better on downstream tasks like object detection and semantic segmentation, making it a practical drop-in module for efficient vision models.

Abstract

Channel attention such as Squeeze-and-Excitation lifts mobile network performance but ignores positional information important for spatially selective attention. The authors propose coordinate attention, factorizing channel attention into two 1D feature encodings that aggregate features along each spatial direction, capturing long-range dependencies while preserving precise positions. It plugs into MobileNetV2, MobileNeXt and EfficientNet with almost no overhead, and benefits ImageNet classification as well as object detection and semantic segmentation.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

coordinate attentionchannel attentionmobile networksobject detectionsemantic segmentation
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.