SearcharxivSearch

arXiv subjects

M. Saeed Darweesh

Publications and source records attributed to M. Saeed Darweesh.

2 recordsLinked to original sources

Advancing Brain Tumor Segmentation via Attention-based 3D U-Net Architecture and Digital Image Processing

In the realm of medical diagnostics, rapid advancements in Artificial Intelligence (AI) have significantly yielded remarkable improvements in brain tumor segmentation. Encoder-Decoder architectures, such as U-Net, have played a transformative role by effectively extracting meaningful representations in 3D brain tumor segmentation from Magnetic resonance imaging (MRI) scans. However, standard U-Net models encounter challenges in accurately delineating tumor regions, especially when dealing with irregular shapes and ambiguous boundaries. Additionally, training robust segmentation models on high-resolution MRI data, such as the BraTS datasets, necessitates high computational resources and often faces challenges associated with class imbalance. This study proposes the integration of the attention mechanism into the 3D U-Net model, enabling the model to capture intricate details and prioritize informative regions during the segmentation process. Additionally, a tumor detection algorithm based on digital image processing techniques is utilized to address the issue of imbalanced training data and mitigate bias. This study aims to enhance the performance of brain tumor segmentation, ultimately improving the reliability of diagnosis. The proposed model is thoroughly evaluated and assessed on the BraTS 2020 dataset using various performance metrics to accomplish this goal. The obtained results indicate that the model outperformed related studies, exhibiting dice of 0.975, specificity of 0.988, and sensitivity of 0.995, indicating the efficacy of the proposed model in improving brain tumor segmentation, offering valuable insights for reliable diagnosis in clinical settings.

cs.CV

Hybrid Compression Techniques for EEG Data Based on Lossy/Lossless Compression Algorithms

The recorded Electroencephalography (EEG) data comes with a large size due to the high sampling rate. Therefore, large space and more bandwidth are required for storing and transmitting the EEG data. Thus, preprocessing and compressing the EEG data is a very important part in order to transmit and store it efficiently with less bandwidth and less space. The objective of this paper is to develop an efficient system for EEG data compression. In this system, the recorded EEG data are firstly preprocessed in the preprocessing unit. Standardization and segmentation of EEG data are done in this unit. Then, the resulting EEG data are passed to the compression unite. The compression unit composes of a lossy compression algorithm followed by a lossless compression algorithm. The lossy compression algorithm transforms the randomness EEG data into data with high redundancy. Subsequently, A lossless compression algorithm is added to investigate the high redundancy of the resulting data to get high Compression Ratio (CR) without any additional loss. In this paper, the Discrete Cosine Transform (DCT) and Discrete Wavelet Transform (DWT) are proposed as a lossy compression algorithm. Furthermore, Arithmetic Encoding and Run Length Encoding (RLE) are proposed as a lossless compression algorithm. We calculate the total compression and reconstruction time (T), Root Mean Square Error (RMSE), and CR in order to evaluate the proposed system. Simulation results show that adding RLE after the DCT algorithm gives the best performance in terms of compression ratio and complexity. Using the DCT as a lossy compression algorithm followed by the RLE as a lossless compression algorithm gives CR=90% at RMSE=0.14 and more than 95% of CR at RMSE=0.2.

eess.SP