Ross ROSS = Recommend OSS · open-source software intelligence for agents

houqb/CoordAttention

Code for our CVPR2021 paper coordinate attention observed · 2026-08-28

github.com/houqb/CoordAttention · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2009
  • days_rel: n/a
  • days_push: 1912
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1152 stars · 125 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PyTorch implementation of Coordinate Attention (CoordAttention), an efficient attention mechanism for mobile networks introduced in a CVPR 2021 paper. It provides a pluggable attention block that can be inserted into classic building blocks like MobileNetV2 inverted residuals and MobileNeXt sandglass blocks to improve feature representation.

Use cases

  • add coordinate attention to a MobileNetV2 model
  • improve ImageNet classification accuracy on lightweight networks
  • plug an attention block into custom CNN backbones
  • train object detection models with coordinate attention
  • boost semantic segmentation performance on mobile networks
  • compare SE, CBAM, and coordinate attention blocks
  • download a pretrained MobileNetV2 with CA weights

When to choose

  • you need an efficient attention mechanism for mobile or lightweight vision models
  • you want to plug attention into existing CNN building blocks with minimal code
  • you are reproducing CVPR 2021 coordinate attention results on ImageNet, COCO, or segmentation benchmarks

When to avoid

  • you need transformer-style self-attention for large vision models
  • you require a maintained library with frequent updates and broad model zoo support
  • you work outside PyTorch

Facets

library · maturity maintenance

machine-learning deep-learning computer-vision image-processing deep-learning python attention-mechanism pytorch cvpr2021 mobilenet lightweight-networks pretrained-models

1 source

Member repositories

RepositoryRoleHealth v2
houqb/CoordAttentionmain32

For agents

markdown · JSON · MCP: product_card(name="houqb/CoordAttention")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem