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, and natural language processing. I am passionate about building reliable ML systems for real-world use and conducting research on new learning algorithms. Concerning the recent AI literature, I am particularly interested in 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 and transformers, and had the chance 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. 🏯 💂‍♂️ Please do not hesitate to contact me for any matter, and let me know if I can help you. 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 cine MR sequence prediction using PCA and online learning of RNNs Deformable 3D image registration with Lucas-Kanade pyramidal optical flow

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

Calculation of the 3D motion of a lung tumor due to breathing using optical flow.

Time series forecasting with online learning of recurrent neural networks

Prediction of the 3D position of 3 markers placed on the chest 2.1s (7 time steps) in advance using decoupled neural interfaces (the sampling rate is 3.33Hz) to guide the radiation beam during lung radiotherapy.

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