Index
Mainframe Meets AI – Improving Legacy Code Generation Through Fine-tuning of Large Language Models
Dilemma Zone Prediction with Floating Car Data by Using Machine Learning Approaches
Multipath detection in GNSS signals measured in a position sensor using a pattern recognition approach with neural networks
Investigating the Possibilities of CT Reconstruction using Fourier Neural Operator

Introduction:
The aim of this project is to explore the potential of using Fourier Neural Operators (FNO) for Computed Tomography(CT) reconstruction tasks. FNO is a novel deep learning framework designed to approximate the solution of Partial Differential Equations (PDEs) by learning continuous operators using a Fourier basis. On the other hand, CT reconstruction is an important process where cross-sectional images of the objects are generated from projections obtained from X-ray scans.
CT reconstruction fundamentally represents an inverse problem, with the objective of recovering the original image from the projection data. This process can be mathematically construed through the lens of a PDE, wherein the Radon transform and its inversion emerge as central figures. By conceptualizing CT reconstruction as a PDE-solving endeavor, we aim to harness the potential of FNO to devise efficient and accurate reconstruction algorithms.
Requirements:
- Completion of at least one course on Deep Learning is mandatory.
- Proficiency in PyTorch is essential.
- Strong analytical and problem-solving skills.
Prospective candidates are warmly invited to send their CV and transcript to yipeng.sun@fau.de.
References:
- Li, Zongyi, et al. “Fourier neural operator for parametric partial differential equations.” arXiv preprint arXiv:2010.08895 (2020).
- Ongie, Gregory, et al. “Deep learning techniques for inverse problems in imaging.” IEEE Journal on Selected Areas in Information Theory 1.1 (2020): 39-56.
Noise and Call Characteristics of Killer Whales
Comparative Analysis of Different Deep Learning Models for Whole Body Segmentation
Federated Learning for 3D camera-based weight & height estimation
Ausschreibung_BA_Internship_FederatedLearning_final_FAUProject SENSATION: Sidewalk Environment Detection System for Assistive NavigaTION
In the project entitled Sidewalk Environment Detection System for Assistive NavigaTION (hereinafter referred to as SENSATION), our research team is meticulously advancing the development of the components of SENSATION. The primary objective of this venture is to enhance the mobility capabilities of blind or visually impaired persons (BVIPs) by ensuring safer and more efficient navigation on pedestrian pathways.
For the implementation phase, a specialized prototype was engineered: a chest-bag equipped with an NVIDIA Jetson Nano, serving as the core computational unit. This device integrates a several sensors including, but not limited to, tactile feedback mechanisms (vibration motors) for direction indication, optical sensors (webcam) for environmental data acquisition, wireless communication modules (Wi-Fi antenna) for internet connectivity, and geospatial positioning units (GPS sensors) for real-time location tracking.
Despite the promising preliminary design of the prototype, several technical challenges remain that demand investigation. These challenges are described as follows:
Sidewalk segmentation for direction estimation
To determine the location of a BVIP on the pedestrian pathway, it is imperative for our algorithms to achieve optimal segmentation of the sidewalk. To facilitate this, we continuously refine our proprietary dataset tailored to sidewalk segmentation. We are also exploring a variety of Deep Learning methodologies to enhance the accuracy of this segmentation. The primary objective in this topic is to refine our sidewalk segmentation pipeline and to comprehensively evaluate its performance using metrics such as Mean Intersection over Union (IOU), and precision metrics for both sidewalks and roads. Additionally, we employ Active Learning techniques to further analyze our dataset, aiming to gain a deeper insight into its characteristics.
Distance estimation for obstacles avoidance
To convey information to a BVIP regarding the presence of an impediment on the pedestrian pathway, obstacles such as bicycles, e-scooters, or automobiles must initially be identified via image segmentation techniques. After this identification, it is crucial to determine the distance from these detected objects. The SENSATION system employs a monocular camera to capture the surrounding environmental details of the pathway. In this domain of research, we are studying various algorithms tailored for depth estimation to determine the proximity to these impediments. The calculated distances are then conveyed to the BVIP through either tactile or auditory feedback mechanisms. A prominent challenge in this work lies in achieving precise distance measurements, particularly given the constraints of solely utilizing information from a monocular camera.
Drift correction to improve orientation of a BVIP
While navigating pedestrian pathways, it is occasionally observed that a BVIP may lose orientation with respect to the sidewalk. Addressing this, it is essential to devise a detection system capable of promptly identifying a BVIP’s deviation from the intended sidewalk. For the detection of such drifts, we employ Deep Learning algorithms that leverage optical flow or depth maps. The primary objective in this topic is to conceptualize and develop a drift correction mechanism utilizing either optical flow or depth maps to enhance a BVIP’s sidewalk orientation.
Environmental information by image captioning
To augment a BVIP’s comprehension of their surrounding environment, descriptive captions derived from environmental observations are beneficial. Examples of such captions include: “Traffic light located on your right,” “Staircase descending with a total of 5 steps,” and “Vehicle parked obstructing the sidewalk.”
In this topic, we are examining Deep Learning algorithms that possess the capacity to generate such descriptive annotations. Concurrently, we are refining our caption generation pipeline to ascertain the spectrum of captions that can be formulated to enhance the mobility and spatial understanding of a BVIP.
If you are interested in one of the above topics, please send your request to: hakan.calim@fau.de
For the development of the solutions, it will be beneficial to have experience with implementing neural networks in python with Pytorch or Tensorflow.
Large Language Model for Generation of Structured Medical Report from X-ray Transcriptions
Motivation
Large language models (LLMs) have found applications in natural language processing. In recent years, LLMs have exhibited significant advancements in abstractive question answering, enabling them to understand questions in context, akin to humans, and generate contextually appropriate answers rather than relying solely on exact word matches. This potential has extended to the field of medicine, where LLMs can play a crucial role in generating well-structured medical reports. Achieving this goal necessitates meticulous fine-tuning of LLMs. Abstractive question answering, often referred to as generative question answering, albeit with constraints on word count, leverages techniques such as beam search to generate answers. Ideally, the language model should possess few-shot learning capabilities for downstream tasks. The goal is to generate a structured medical report based on the medical diagnosis from X-ray images.
Background
The dataset comprises two columns: standard reports and structured reports. The model’s objective is to generate structured reports based on standard context. Leading transformer models, such as Roberta( [1]), Bart( [2]), XLnet( [3]), and T5( [4]), excel in generative (abstractive) question answering across multiple languages. These models offer various configurations based on different parameters, each with unique strengths. Some excel in downstream tasks through zero-shot learning or few-shot learning. For instance, models like Flan T5 can effectively handle 1,000 additional downstream tasks. Therefore, fine-tuning these models on a specialized sinusitis dataset is essential. The core pipeline for processing sentences within a transformer model includes positional encoding, multi-head attention for calculating attention scores with respect to other parts of the sentence, residual connections, normalization layers, and feed-forward layers. Practical implementations of these models and tokenizers are readily accessible through the Hugging Face hub. Model accuracy can also be improved using ensemble methods.
Research Objective
In summary, this research aims to automatically convert medical diagnoses from X-ray transcriptions into structured reports using LLMs. The aims of this project are:
- Use data augmentation techniques to finetune pre-trained LLMs with low-resource data.
- Investigate the suitability of different LLMs, e.g., T5, to create structured medical reports.
- Evaluate the proposed approach with open-source radiology reports.
References
[1] S. Ravichandiran, Getting Started with Google BERT: Build and train state-of-the-art natural language processing models using BERT. Packt Publishing Ltd., 2021.
[2] M. Lewis, Y. Liu, N. Goyal, M. Ghazvininejad, A. Mohamed, O. Levy, V. Stoyanov, and L. Zettlemoyer, “Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension,” arXiv preprint arXiv:1910.13461, 2019.
[3] Z. Yang, Z. Dai, Y. Yang, J. Carbonell, R. Salakhutdinov, and Q. V. Le, “Xlnet: Generalized autoregressive pretraining for language understanding,” arXiv preprint arXiv:1906.08237, 2019.
[4] C. Raffel, N. Shazeer, A. Roberts, K. Lee, S. Narang, M. Matena, Y. Zhou, W. Li, and P. J. Liu, “Exploring the limits of transfer learning with a unified text-to-text transformer,” arXiv preprint arXiv:1910.10683, 2019.