Coder Social home page Coder Social logo

pohl-michel / 3d-image-warping-using-nadaraya-watson-non-linear-regression Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 26.43 MB

Deforming a 3D image according to a given deformation vector field with Nadaraya-Watson regression; 3rd repo in a series of 3 repos associated with the research article "Prediction of the motion of chest internal points using an RNN trained with RTRL for latency compensation in lung cancer radiotherapy" (Pohl et al, Comput Med Imaging Graph, 2021)

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

License: BSD 3-Clause "New" or "Revised" License

MATLAB 100.00%
deformable-image-registration healthcare nadaraya-watson

3d-image-warping-using-nadaraya-watson-non-linear-regression's Introduction

Hello world ๐Ÿ‘‹

My name is Michel, and I am a machine learning engineer / research scientist living in the UK. ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ’‚โ€โ™‚๏ธ โ˜”

I thought that I could introduce myself using some Python code below ๐Ÿง‘โ€๐Ÿ’ป ๐Ÿคช

Favorite weird food combo: avocado, mango, and shrimp salad ๐Ÿฅ‘ ๐Ÿฅญ ๐Ÿค

class FrogInOxford:

    def __init__(self):
        self.name = "Michel"
        self.location = "Oxford"
        self.previous_location = "Tokyo"
        self.eager_to_help = True
        self.joke_success_rate = 0.5

        self.current_project = {}
        self.side_project = {}

    def work(self):
        self.current_project["name"] = "AI for interstitial lung disease detection and treatment"
        self.current_project["organization"] = "Brainomix"
        self.current_project["tools"] = ["Machine learning", "Python", "Scikit-learn", "Pandas", "Docker"]
        self.current_project["start"] = datetime(year=2022, month=12, day=12)

        self.side_project["name"] = "MRI chest image prediction for radiotherapy"
        self.side_project["tools"] = ["Online learning of neural networks", "Video prediction", "Matlab"]

Some of my previous open-source works:

Deformable 3D image registration with Lucas-Kanade pyramidal optical flow Time series forecasting with online learning of recurrent neural networks
Calculation of the motion of a lung tumor due to breathing using optical flow. Prediction of the position of external markers on the chest to guide the radiation beam during lung radiotherapy. This will help compensate the latency of treatment systems and reduce irradiation to healthy tissues.

3d-image-warping-using-nadaraya-watson-non-linear-regression's People

Contributors

pohl-michel avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

sgy1664

3d-image-warping-using-nadaraya-watson-non-linear-regression's Issues

Improve time performance

The code for image warping works but there may be ways to improve its time performance. For instance, the function "forward_warp3D" uses nested loops over the coordinates in the original image, but loops are slow in Matlab.

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.