Modern healthcare increasingly relies on integrating diverse biomedical data sources to improve diagnostic accuracy and clinical decision-making. Physiological signals such as electrocardiograms (ECG), electroencephalograms (EEG), and medical imaging modalities including magnetic resonance imaging (MRI) and computed tomography (CT) provide complementary physiological information that supports disease diagnosis and personalized treatment. However, biomedical signals are inherently complex and often contain noise, missing values, and high-dimensional structures, making their analysis and interpretation challenging. Multimodal biomedical signal fusion, which integrates information from multiple physiological data streams, has therefore become an important approach for improving diagnostic performance, enhancing robustness to variations in data quality, and enabling comprehensive patient monitoring in clinical environments such as intensive care units (ICUs)1.
Traditional multimodal signal fusion methods have largely relied on statistical and linear techniques. Principal Component Analysis (PCA) reduces the dimensionality of data by transforming signals into orthogonal components, while Canonical Correlation Analysis (CCA) identifies linear relationships between modalities to align multimodal datasets2. These techniques have been successfully applied in biomedical multimodal fusion settings3. However, their reliance on linear assumptions limits their ability to capture complex nonlinear relationships that often exist among physiological signals. In practice, biomedical data are rarely purely linear. Conventional multimodal fusion methods often fail to capture meaningful interactions among modalities because of these nonlinear dependencies4,5. As a result, conventional fusion methods may fail to capture meaningful interactions among modalities, limiting their effectiveness in tasks such as disease diagnosis and real-time clinical decision-making.
Recent advances in deep learning have significantly transformed biomedical signal processing by enabling neural networks to automatically extract hierarchical representations from raw data. Convolutional Neural Networks (CNNs) have demonstrated strong performance in analyzing spatial patterns in medical images5,6. Multimodal CNN architectures have been used to integrate imaging modalities such as MRI and CT to improve diagnostic accuracy3. Similarly, Recurrent Neural Networks (RNNs) and Long Short-Term Memory (LSTM) networks have been applied to sequential biomedical signals, including ECG and EEG, for disease classification tasks7. Despite these advances, many deep learning-based fusion approaches rely on fixed fusion strategies, such as feature concatenation or weighted averaging. These static fusion mechanisms do not adapt effectively to variations in signal quality. In real-world clinical environments, signals may degrade due to motion artifacts, electrode displacement, distortion, or environmental noise. Such variations can reduce the reliability of individual modalities and negatively impact the overall fusion process. Addressing these challenges requires adaptive fusion strategies capable of responding to dynamic data conditions in real-time clinical environments8.
Reinforcement Learning (RL) provides a powerful framework for sequential decision-making in uncertain environments. In RL, an agent learns to select actions that maximize cumulative reward through interactions with its environment. This decision-making process is commonly formulated using the Bellman equation, which defines the value of a state as the sum of the immediate reward and the discounted value of future rewards9. Methods such as Deep Q-Networks (DQN) extend reinforcement learning to high-dimensional problems by approximating the action-value function with deep neural networks10. Similarly, policy-based deep reinforcement learning methods enable stable and efficient policy learning through iterative updates of the agent’s policy11. Reinforcement learning techniques have already been explored in several healthcare applications, including treatment optimization and anomaly detection12, but their application to adaptive multimodal signal fusion remains relatively limited.
Hybrid Deep Reinforcement Learning (HDRL) integrates deep learning with reinforcement learning to combine feature extraction and adaptive decision-making. In this framework, deep neural networks transform multimodal biomedical signals into high-level feature representations, while reinforcement learning agents dynamically select fusion strategies based on task performance4. This adaptive mechanism enables the system to respond to variations in signal quality and modality availability, allowing more robust operation in complex clinical environments such as ICU monitoring and wearable diagnostic systems8.
In addition to classical reinforcement learning approaches, several hybrid learning techniques combining fuzzy logic, genetic algorithms, and reinforcement learning have been explored for biomedical classification tasks. For example, Fuzzy Q-learning combined with Genetic Algorithms has been applied to epileptic seizure classification using EEG signals, demonstrating improved adaptability to uncertain temporal patterns13. Similarly, fuzzy lattice-based evolutionary learning approaches have been proposed for pulmonary disease classification using medical images14. Other studies have investigated reinforcement learning-based approaches for seizure recognition15 and modified fuzzy Q-learning classifiers for detecting pneumonia and tuberculosis from chest X-ray images16. While these studies demonstrate the potential of hybrid learning methods in biomedical analysis, most existing approaches focus on single-modality classification rather than multimodal signal fusion.
Recent developments in multimodal machine learning have also explored transformer-based architectures for cross-modal medical applications. These models have shown promising performance in tasks such as healthcare image synthesis and analysis of heterogeneous biomedical datasets in which one or more modalities may be incomplete or missing17. However, even with these advancements, the need for adaptive fusion mechanisms that dynamically respond to variations in multimodal data remains an important research challenge.
In this work, a Hybrid Deep Reinforcement Learning (HDRL) framework for multimodal biomedical signal fusion is proposed. Modality-specific CNN models are used to extract features from ECG, EEG, and MRI data, which are then combined to form a unified multimodal representation. A Deep Q-Network (DQN) agent dynamically selects fusion strategies, such as feature concatenation or weighted combination, according to the current feature state. A downstream classifier provides a reward signal based on classification performance, enabling the reinforcement learning agent to optimize the fusion policy through continuous feedback. This adaptive framework allows the model to adjust to variations in signal quality and modality availability. The proposed approach is evaluated using the PhysioNet 2016, CHB-MIT EEG, and OASIS-3 datasets and is compared with conventional PCA-based and deep learning-based fusion techniques.

Figure 1: Block diagram illustrating the architecture of the proposed HDRL-based multimodal signal-fusion system. Schematic representation of the multimodal fusion framework showing ECG, EEG, and medical image inputs processed through deep neural network feature extractors, followed by reinforcement learning–based adaptive fusion and reward feedback. Please click here to view a larger version of this figure.
The architecture of the proposed multimodal signal fusion framework is illustrated in Figure 1. In this architecture, modality-specific CNN models independently extract features from ECG, EEG, and MRI signals. These features are then combined into a unified representation, which the reinforcement learning agent uses to determine the optimal fusion strategy.
Biomedical signal processing plays a crucial role in modern healthcare by enabling accurate diagnosis, monitoring, and treatment planning through the analysis of physiological signals obtained from multiple modalities. Integrating signals such as ECG, EEG, and medical imaging data requires sophisticated fusion techniques that capture complementary information from different sources. Table 1 summarizes commonly used multimodal signal fusion approaches, including their key characteristics, advantages, and limitations, and highlights the motivation for the proposed HDRL-based framework.
| Method | Key Features | Advantages | Limitations |
| PCA | Linear dimensionality reduction | Fast, simple | Limited to linear relationships |
| DNN | Non-linear feature learning | Captures complex patterns | Fixed fusion strategy |
| DRL | Dynamic policy learning | Adapts to data | High computation |
| HDRL | DNN + RL hybrid | Adaptive, robust, efficient | Requires careful tuning |
Table 1: Comparison of multimodal fusion methods. Summary of commonly used multimodal signal fusion approaches, outlining their key characteristics, advantages, and limitations.