Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhroroy365/osteoarthritis-detection-with-attention
Detecting (classifying) osteoarthritis using Attention mechanism
https://github.com/abhroroy365/osteoarthritis-detection-with-attention
Last synced: 7 days ago
JSON representation
Detecting (classifying) osteoarthritis using Attention mechanism
- Host: GitHub
- URL: https://github.com/abhroroy365/osteoarthritis-detection-with-attention
- Owner: abhroroy365
- Created: 2022-12-07T13:02:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T15:16:08.000Z (almost 2 years ago)
- Last Synced: 2023-08-08T20:32:56.150Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abstract
This is a end-to-end convolutional neural network (CNN) architecture to automatically quantify the severity of knee osteoarthritis (OA) using X-Ray images, which uses trainable attention modules acting as unsupervised fine-grained detectors of the region of interest (ROI). The proposed attention modules can be applied at different levels and scales across any CNN pipeline helping the network to learn relevant attention patterns over the most informative parts of the image at different resolutions. The attention mechanism is applied on existing state-of-the-art VGG16 architecture as our base models, achieving promising results on the benchmark knee OA datasets from the osteoarthritis initiative.
## Documentation
[mlr.com](http://proceedings.mlr.press/v102/gorriz19a/gorriz19a.pdf)