Giter Club home page Giter Club logo

linear-ensemble's Introduction

linear-ensemble

Code for paper Personalized visual encoding model construction with small data.

Introduction

In this work, we compare the prediction accuracy (the ability to accurately predict brain responses)and consistency (the ability to preserve inter-individual variability) between several models with small training data. They are

  1. Individual-20K model: model with a standard architecture (ResNet50 backbone) trained on densely-sampled individual data, e.g. 20,000 samples
  2. Scratch model: model that has the same architecture as individual-20K but trained on small data, e.g. 300 samples
  3. Finetuned model: model that has the same architecture as individual-20K but initialized with the group-level individual-20K weights and finetuned on small data
  4. Linear ensemble model: model that linearly ensembles predictions from individual-20K models
  5. Average ensemble model: model that simply averages predictions from individual-20K models

Usage

  1. Prepare your data and wrap them in dataloaders.
  2. individual_model.py: train individual-20K model and scratch model.
  3. individual_finetune.py: train finetuned model.
  4. ensemble.py: train linear ensemble model.

References

Gu, Z., Jamison, K., Sabuncu, M. et al. Personalized visual encoding model construction with small data. Commun Biol 5, 1382 (2022). https://doi.org/10.1038/s42003-022-04347-z

linear-ensemble's People

Contributors

zijin-gu avatar

Stargazers

Elizabeth DuPre avatar Wieger Scheurer avatar  avatar  avatar

Watchers

 avatar

Forkers

xwl-xwl

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.