Giter Site home page Giter Site logo

jacenkow / inside Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 2.0 106 KB

INSIDE: Steering Spatial Attention with Non-Imaging Information in CNNs

Home Page: https://arxiv.org/abs/2008.10418

License: Apache License 2.0

Python 100.00%
conditioning dataset medical-image-analysis tensorflow2 vision-and-language

inside's People

Contributors

jacenkow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vios-s sleep-co

inside's Issues

`gamma` initialization

Hey @jacenkow, thanks again for the easy to use code!

I noticed from https://github.com/jacenkow/inside/blob/master/inside/layers.py#L56 that the affine transform is implemented as gamma * x + beta. As gamma is coming in from an FC layer initialized with defaults, it likely starts off very low and thus initially kills the input signal x.

It probably doesn't matter as SGD would just learn to undo it, but I typically see FiLM implemented as (1. + gamma) * x + beta. Based on very early qualitative testing I did with your code (1 + gamma)*x + beta seems to converge a bit faster than gamma*x + beta. Or maybe I'm just seeing what I want to see :)

Same applies for the INSIDE implementation as well.

w

Why there is no real code?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.