Skip to content
View pohl-michel's full-sized avatar

Block or report pohl-michel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pohl-michel/README.md

Machine learning researcher and engineer with experience in computer vision, time-series data analysis and forecasting, natural language processing, and graph ML. I am passionate about building reliable ML systems for real-world use and conducting research on new learning algorithms. My research interests include online learning and transformers for sequence modeling, video prediction, and generative AI. 🧑‍💻 🤖 I completed a Ph.D. at the University of Tokyo on respiratory motion forecasting with RNNs trained with online learning algorithms and transformers, and had the opportunity to investigate exciting physics and AI R&D problems across multiple industries (oil & gas, finance, healthcare, identity & security). I have been living in Japan for more than six years before moving to the UK. 🏯 💂‍♂️ I am happy to connect and exchange ideas with like-minded tech professionals as well as computer science and ML enthusiasts.

Some of my previous open-source works:

Chest and liver cine-MRI prediction using PCA-based motion modeling and temporal dynamics forecasting with RNNs trained online and transformers Deformable 3D image registration using the Lucas-Kanade pyramidal, iterative optical-flow algorithm

Prediction of sagittal cine-MRI cross-sections 6 time steps in advance using sparse one-step approximation (left: ground truth, right: prediction).

Estimation of 3D lung-tumor motion due to breathing using deformable image registration.

Time-series forecasting using online learning algorithms for RNNs and transformers

Prediction of the 3D positions of 3 markers placed on the chest of a subject 2.1s in advance (i.e., 7 time steps in the future, at a sampling rate of 3.33Hz) using RNNs trained with decoupled neural interfaces to guide the radiation beam during lung radiotherapy treatment.

Pinned Loading

  1. time-series-forecasting-with-UORO-RTRL-LMS-and-linear-regression time-series-forecasting-with-UORO-RTRL-LMS-and-linear-regression Public

    Prediction of multidimensional time-series data using a recurrent neural network (RNN) trained by real-time recurrent learning (RTRL), unbiased online recurrent optimization (UORO), least mean squa…

    MATLAB 17 6

  2. Lucas-Kanade-pyramidal-optical-flow-for-3D-image-sequences Lucas-Kanade-pyramidal-optical-flow-for-3D-image-sequences Public

    Implementation of the Lucas-Kanade pyramidal optical flow algorithm to register 3D medical images; 1st repo in a series of 3 repos associated with the research article "Prediction of the motion of …

    MATLAB 9

  3. 2D-MR-image-prediction 2D-MR-image-prediction Public

    Future frame prediction in 2D chest and liver cine-MRI using the PCA respiratory motion model: comparing transformers and online learning algorithms for RNNs

    Jupyter Notebook 4

  4. fourier-glrt-based-graph-classification fourier-glrt-based-graph-classification Public

    Binary classification of graph-structured data via generalized likelihood ratio testing (GLRT) and Fourier graph transforms, and application to Alzheimer disease detection from PET data

    MATLAB