GithubHelp home page GithubHelp logo

sama's Introduction

SAMA: Spatially-Aware Multimodal Network with Attention for Early Lung Cancer Diagnosis

This is an implementation of SAMA on Python 3. The model generates a prediction of lung cancer from multimodal data. We process multimodal data in two parallel branches, the output goes through our SAMA module, which performs spatially-aware attention and then fusion with channel attention. Lastly, the fused representation obtained goes through an MLP to produce the final prediction.

SAMA overview

This repository includes:

  • Source code for SAMA with LUCAS backbone
  • Training code for LUCAS dataset
  • Pretrained weights for LUCAS dataset (available soon)

Preparation

Install the dataset and its requirements following the LUCAS: LUng CAncer Screening with Multimodal Biomarkers repository.

You can find the required dependencies for SAMA in requirements.txt

Training

Pretrained weights and model will be available soon. To finetune SAMA with the pretrained weights, run this line:

python main.py --config_file configuration_files/config_SAMA.yaml --name Pretrained_SAMA --desc --image --gpu 0 --ft --freeze --load_model last_model.pt

The configuration_files are yaml files with the hiperparameters used to run experiments. You can modify and customize them to run SAMA with your data.

Some qualitative results that were obtained with SAMA: SAMA qualitative results

License

This project is under the BSD 3-Clause license. See LICENSE for details.

sama's People

Contributors

maferoaloaiza avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.