Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Squeeze and excitation (scSE) modules #157

Open
daniel-j-h opened this issue May 27, 2019 · 0 comments
Open

Squeeze and excitation (scSE) modules #157

daniel-j-h opened this issue May 27, 2019 · 0 comments

Comments

@daniel-j-h
Copy link
Collaborator

We should look into squeeze and excitation (SE) modules for adaptive feature map recalibration.

The initially introduces cSE blocks are incredibly powerful for classification problems; the recently introduces sSE blocks are similarly powerful for segmentation.

We should try a combination of these in an scSE module and see what happens if we attach them to our encoder and decoder modules. From a computational standpoint they are very cheap.

References below

https://arxiv.org/abs/1709.01507

Squeeze-and-Excitation Networks

https://arxiv.org/abs/1803.02579

Concurrent Spatial and Channel 'Squeeze & Excitation' in Fully Convolutional Networks

scse

from https://arxiv.org/abs/1803.02579

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant