H.3. Artificial Intelligence
Omid Khalaf Beigi; Seyed Alireza Bashiri Mosavi
Abstract
A brain tumor is one of the most serious and life-threatening brain diseases that can profoundly affect an individual’s life. Accordingly, the present study addresses the challenge of refining brain tumor segmentation based on Magnetic Resonance Imaging (MRI) data and deep reinforcement learning. ...
Read More
A brain tumor is one of the most serious and life-threatening brain diseases that can profoundly affect an individual’s life. Accordingly, the present study addresses the challenge of refining brain tumor segmentation based on Magnetic Resonance Imaging (MRI) data and deep reinforcement learning. Although supervised learning–based approaches have shown satisfactory performance in tumor segmentation and localization, they often suffer from high uncertainty errors along tumor boundaries. In this research, a learning framework combining a supervised model with deep reinforcement learning—referred to as DURL-Net—is proposed for segmentation and refinement purposes. Specifically, the framework first employs a U-Net architecture to generate an initial segmentation mask. This initial output and the corresponding MRI are then partitioned into localized patches, which are sequentially processed by a Deep Q-Network (DQN) agent. The DQN agent interacts with the environment by selecting optimal morphological operations (such as dilation and erosion) to refine tumor boundaries and correct uncertainties patch by patch. The dataset used in this study comprises 3,064 T1-Weighted Contrast-Enhanced MRI images, employed for both segmentation and tumor-type classification tasks. Experimental results demonstrate that DURL-Net achieved a Dice Similarity Coefficient (DSC) of 86.73%, a Jaccard Index (IoU) of 78.68%, a Kappa coefficient (Kap) of 85.21%, a Sensitivity of 87.68%, and a Specificity of 96.06%.
H.3. Artificial Intelligence
M. Taghian; A. Asadi; R. Safabakhsh
Abstract
The quality of the extracted features from a long-term sequence of raw prices of the instruments greatly affects the performance of the trading rules learned by machine learning models. Employing a neural encoder-decoder structure to extract informative features from complex input time-series has proved ...
Read More
The quality of the extracted features from a long-term sequence of raw prices of the instruments greatly affects the performance of the trading rules learned by machine learning models. Employing a neural encoder-decoder structure to extract informative features from complex input time-series has proved very effective in other popular tasks like neural machine translation and video captioning. In this paper, a novel end-to-end model based on the neural encoder-decoder framework combined with deep reinforcement learning is proposed to learn single instrument trading strategies from a long sequence of raw prices of the instrument. In addition, the effects of different structures for the encoder and various forms of the input sequences on the performance of the learned strategies are investigated. Experimental results showed that the proposed model outperforms other state-of-the-art models in highly dynamic environments.