Ciencias Exactas y Ciencias de la Salud
Permanent URI for this collectionhttps://hdl.handle.net/11285/551039
Pertenecen a esta colección Tesis y Trabajos de grado de las Maestrías correspondientes a las Escuelas de Ingeniería y Ciencias así como a Medicina y Ciencias de la Salud.
Browse
Search Results
- Assessment of reconstruction accuracy for under-sampled 31P-MRS data using compressed sensing and a low-rank Hankel matrix completion approach(Instituto Tecnológico y de Estudios Superiores de Monterrey, 2024-12) García Quijano, Jossian Abimelec; Santos Díaz, Alejandro; emimmayorquin; Tamez Peña, José Gerardo; Montesinos Silva, Luis Arturo; Jiménes Ángeles, Luis; School of Engineering and Sciences; Campus MonterreyPhosphorus magnetic resonance spectroscopy and spectroscopic imaging (31P-MRS/MRSI) are techniques to evaluate energy metabolism in vivo, they are capable of measuring metabolites such as phosphocreatine and inorganic phosphate in muscle and brain tissue. Despite their capability, these techniques are not very often used in clinical settings due to the long acquisition times required. In recent years, compressed sensing has been widely used as an acceleration method for MRI signal acquisition and translated to MRS. In order to use it, one of the main criteria states that the aliasing resulting from the undersampling scheme must be incoherent, which is achieved using a pseudo-random sampling strategy. However, when a set of pseudo-random patterns are applied for the same acceleration factor, there is significant variability in the quality of the reconstructed signal. We present an evaluation of the influence of the under-sampling pattern in the quality of the signal reconstruction through a series of experiments in 31P-MRS data using the Low-rank Hankel matrix completion as the reconstruction method. Our results demonstrate that the reconstruction accuracy is heavily influenced by the selection of specific samples rather than the undersampling factor. Furthermore, the noise level in the signal has a more pronounced impact on reconstruction quality. Additionally, reconstruction accuracy is significantly correlated with the density of samples collected at early times, making it possible to set large time values to zero without producing any statistical difference for some cases.
- Caption generation with transformer models across multiple medical imaging modalities(Instituto Tecnológico y de Estudios Superiores de Monterrey, 2023-06) Vela Jarquin, Daniel; Santos Díaz, Alejandro; dnbsrp; Soenksen, Luis Ruben; Montesinos Silva, Luis Arturo; Ochoa Ruiz, Gilberto; School of Engineering and Sciences; Campus Monterrey; Tamez Peña, José GerardoCaption generation is the process of automatically providing text excerpts that describe relevant features of an image. This process is applicable to very diverse domains, including healthcare. The field of medicine is characterized by the vast amount of visual information in the form of X-Rays, Magnetic Resonances, Ultrasound and CT-scans among others. Descriptive texts generated to represent this kind of visual information can aid medical professionals to achieve a better understanding of the pathologies and cases presented to them and could ultimately allow them to make more informed decisions. In this work, I explore the use of deep learning to face the problem of caption generation in medicine. I propose the use of a Transformer model architecture for caption generation and evaluate its performance on a dataset comprised of medical images that range across multiple modalities and represented anatomies. Deep learning models, particularly encoder-decoder architectures have shown increasingly favorable results in the translation from one information modality to another. Usually, the encoder extracts features from the visual data and then these features are used by the decoder to iteratively generate a sequence in natural language that describes the image. In the past, various deep learning architectures have been proposed for caption generation. The most popular architectures in the last years involved recurrent neural networks (RNNs), Long short-term memory (LSTM) networks and only recently, the use of Transformer type architectures. The Transformer architecture has shown state-of-the art performance in many natural language processing tasks such as machine translation, question answering, summarizing and not long ago, caption generation. The use of attention mechanisms allows Transformers to better grasp the meaning of words in a sentence in a particular context. All these characteristics make Transformers ideal for caption generation. In this thesis I present the development of a deep learning model based on the Transformer architecture that generates captions for medical images of different modalities and anatomies with the ultimate goal to aid professionals improve medical diagnosis and treatment. The model is tested on the MedPix online database, a compendium of medical imaging cases and the results are reported. In summary, this work provides a valuable contribution to the field of automated medical image analysis