xvjiarui/GCNet
GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
Introduces the Global Context (GC) block, a lightweight attention mechanism that efficiently models long-range dependencies by computing spatial attention with reduced computational cost through dimensionality reduction (controlled by ratio parameter r). Implemented as a modular operator compatible with mmdetection's Mask R-CNN and other detection/segmentation frameworks, achieving consistent AP improvements (1-2 points on COCO) over baseline detectors with minimal inference overhead.
1,220 stars. No commits in the last 6 months.
Stars
1,220
Forks
167
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 16, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/xvjiarui/GCNet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepinv/deepinv
DeepInverse: a PyTorch library for solving imaging inverse problems using deep learning
mhamilton723/STEGO
Unsupervised Semantic Segmentation by Distilling Feature Correspondences
yjxiong/tsn-pytorch
Temporal Segment Networks (TSN) in PyTorch
fidler-lab/polyrnn-pp
Inference Code for Polygon-RNN++ (CVPR 2018)
VSainteuf/utae-paps
PyTorch implementation of U-TAE and PaPs for satellite image time series panoptic segmentation.