attention-module
Attention module library
Provides implementations of attention modules for computer vision tasks using PyTorch
Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"
2k stars
19 watching
402 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of the Bottleneck Attention Module in TensorFlow using attention mechanism | 12 |
| A deep learning project that develops and tests a novel attention mechanism called CBAM for image classification tasks. | 107 |
| PyTorch implementation of the CBAM module for refining feature maps in deep networks | 1,353 |
| A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| A repository implementing a Keras-based architecture for improving neural network representation power with attention mechanisms and squeeze-and-excitation networks. | 363 |
| Implementing a deep learning framework for image classification using Residual Attention Network architecture | 682 |
| An implementation of a deep learning model using PyTorch for semantic segmentation tasks. | 237 |
| An implementation of semantic image synthesis via adversarial learning using PyTorch | 145 |
| A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
| A PyTorch implementation of an attention-guided inference network to focus on specific areas of objects in images | 48 |
| A PyTorch implementation of an attention network for dynamic scene deblurring | 37 |
| Improves performance of vision language tasks by integrating computer vision capabilities into large language models | 314 |
| A Python module for computer vision tasks | 1,929 |
| A Gluon implementation of Residual Attention Network for image classification tasks | 108 |
| A PyTorch implementation of a deep learning model for inpainting images using contextual information | 366 |