Investment decision risk assessment method and system based on multi-modal behavior perception
The risk assessment system, optimized through multimodal data fusion and reinforcement learning, identifies investors' risk status in real time and provides personalized suggestions. This solves the problems of staticity and singularity in traditional assessment systems, and improves assessment accuracy and user satisfaction.
Patent Information
- Application Number
- CN202511580270.9
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2025-10-31
- Publication Date
- 2026-02-24
AI Technical Summary
Traditional financial risk assessment systems rely on static questionnaire-based assessments, which cannot reflect investors' dynamic risk preferences in real time. They suffer from subjective bias and single-modal limitations, and lack adaptive adjustment, resulting in low assessment accuracy and low user satisfaction.
By collecting real-time physiological, behavioral, and environmental multimodal data, employing temporal attention mechanisms and reinforcement learning algorithms, and dynamically fusing features, an adaptive risk assessment model is established. Combined with cognitive load theory, risk tolerance is adjusted to generate personalized investment recommendations.
It achieved an increase in risk identification accuracy from 72.3% to 89.7%, an increase in annualized investment return from 8.2% to 12.6%, an optimization of maximum drawdown from -15.8% to -8.9%, a reduction in decision response time from 45 seconds to 12 seconds, and an improvement in user satisfaction from 3.6/5.0 to 4.4/5.0.
Smart Images

Figure CN121563679A_ABST
Abstract
Description
Technical Field
[0001] This invention relates to the field of interdisciplinary technology of financial technology and artificial intelligence, and more specifically, to an investment decision risk assessment method and system based on multimodal behavior perception. Background Technology
[0002] Traditional financial risk assessment systems primarily rely on static questionnaire-based assessment methods. These methods generate risk tolerance reports based on subjective information provided by investors, such as age, income, and investment experience, combined with pre-defined rules. This approach has significant limitations: 1. Static lag: The assessment results are based on subjective responses at a fixed point in time and cannot reflect in real time the dynamic changes in investors' risk preferences under different market environments, physiological states or cognitive loads; 2. Significant subjective bias: Relying on investor self-reporting makes it susceptible to memory bias and social expectation bias, resulting in low accuracy in risk identification; traditional methods achieve an accuracy of only 72.3%. 3. Limitations of a single modality: It only uses structured data such as demographics and ignores objective multimodal information such as physiological signals such as heart rate, skin conductance, and micro-operation behaviors such as mouse and keyboard operation characteristics; 4. Lack of adaptive adjustment: The evaluation model parameters are fixed and cannot be dynamically optimized according to user feedback, market changes or cognitive state, resulting in a mismatch between investment advice and actual risk tolerance. This manifests as poor maximum drawdown control, such as a maximum drawdown of -15.8% with traditional methods, and low user satisfaction.
[0003] Therefore, there is an urgent need for a risk assessment technology that can collect multimodal objective data in real time, dynamically fuse features, and adaptively adjust assessment parameters to address the static, subjective, and singular limitations of traditional methods. Summary of the Invention
[0004] To address the aforementioned technical problems in related technologies, this invention proposes an investment decision risk assessment method and system based on multimodal behavior perception. By collecting physiological, behavioral, and environmental multimodal data in real time, dynamically fusing features, and combining reinforcement learning and cognitive load theory, the method achieves real-time, objective, and personalized risk assessment, thus overcoming the aforementioned shortcomings of existing technologies.
[0005] To achieve the above-mentioned technical objectives, the technical solution of the present invention is implemented as follows: An investment decision risk assessment method based on multimodal behavior perception includes the following steps: S1 collects physiological signal data, behavioral pattern data, and environmental data from investors; S2 employs a multimodal fusion algorithm with a temporal attention mechanism to extract features and dynamically weight fusion of physiological signal data, behavioral pattern data, and environmental data. Physiological signals are extracted using a convolutional neural network, behavioral patterns are extracted using a long short-term memory network, and environmental data is semantically encoded using a Transformer encoder. S3 uses a multilayer perceptron to identify the investor's current risk status based on the fusion characteristics. The risk status is divided into four levels: conservative, moderate, active, and aggressive. S4 establishes a decision-making ability assessment model based on cognitive load theory. It determines investors' cognitive load by calculating information entropy, task complexity, time pressure, and emotional intensity, and adjusts their risk tolerance accordingly. S5 employs reinforcement learning algorithms to construct an adaptive risk assessment mechanism, dynamically optimizing risk assessment parameters based on historical investor feedback and changes in the market environment, building a personalized risk tolerance model, and achieving adaptive adjustment of risk assessment parameters; S6 generates personalized investment recommendations, risk warnings, and interpretable reports.
[0006] Furthermore, the physiological signal data includes heart rate, skin conductance, eye movement trajectory, and electroencephalogram (EEG) signals; the behavioral pattern data includes mouse trajectory, keyboard rhythm, dwell time, and click pattern data; and the environmental data includes market volatility, news sentiment, time factor, and trading volume.
[0007] Furthermore, the temporal attention mechanism in step 2 specifically includes: calculating the attention weight using the formula α_t = sof Calculate the dynamic weights of each modality feature, where P_feat represents physiological features, B_feat represents behavioral features, E_feat represents environmental features, and W_α is the learnable parameter matrix; then, weightedly fuse the calculated attention weights with the corresponding features: F_fused = α_t ⊙ The fusion feature representation is obtained.
[0008] Furthermore, the cognitive load calculation formula in step 4 is: CL(t) = w1×information entropy (market data) + w2×task complexity + w3×time pressure + w4×emotional intensity, where w1, w2, w3, and w4 are weight coefficients, determined through machine learning training; the decision-making ability assessment formula is: DC(t) = sigmoid(α×CL(t) + β×experience index + γ×current state), where α, β, and γ are model parameters, and sigmoid is the activation function.
[0009] Furthermore, the reinforcement learning algorithm in step 5 adopts the Q-learning method. The state space includes the current risk preference, historical return rate, market environment and physiological state. The action space includes risk coefficient adjustment, investment ratio suggestion and stop loss point setting. The reward function is: R(s,a) = λ1×return rate + λ2×Sharpe ratio - λ3×maximum drawdown + λ4×user satisfaction, where λ1, λ2, λ3 and λ4 are weight parameters.
[0010] Furthermore, it also includes an anomaly detection step: using statistical methods to detect abnormal values in physiological signals and behavioral data, and automatically switching to a backup evaluation mode when data anomalies are detected to ensure the stability and reliability of the system.
[0011] On the other hand, an investment decision-making risk assessment system based on multimodal behavior perception is provided, characterized by including: The multimodal data acquisition module is used to collect physiological signal data of investors through a physiological signal collector, behavioral pattern data through a behavioral pattern monitor, and environmental data through an environmental perception module. The intelligent perception and processing module is used to extract the temporal features of physiological signals, the spatial features of behavioral patterns, and the temporal features of environmental data based on deep learning networks, and to fuse the features through a temporal attention fusion device, as well as an anomaly detection module to identify market data. The adaptive assessment module is used to establish a decision-making ability assessment model based on cognitive load theory to determine investors' cognitive load, adjust risk tolerance, and build an adaptive risk assessment mechanism using reinforcement learning algorithms. It dynamically optimizes risk assessment parameters based on investors' historical feedback and changes in the market environment, builds a personalized risk tolerance model, and realizes adaptive adjustment of risk assessment parameters. The decision support output module is used to generate personalized investment recommendations, risk warnings, and interpretable reports.
[0012] Furthermore, the physiological signal acquisition device includes a heart rate sensor, a skin conductance sensor, an eye-tracking device, and an electroencephalogram (EEG) detector, with a sampling frequency of not less than 100 Hz and a data transmission delay of less than 50 ms.
[0013] Furthermore, the temporal attention fusion processor adopts a Transformer architecture, which includes a multi-head self-attention mechanism and a positional encoding module for processing temporal data of variable length.
[0014] The beneficial effects of this invention are as follows: Compared with traditional methods, this invention, through multimodal data fusion and temporal attention mechanisms, combined with cognitive load theory and reinforcement learning adaptive optimization, significantly improves risk identification accuracy from 72.3% to 89.7%, annualized investment return from 8.2% to 12.6%, and optimizes maximum drawdown from -15.8% to -8.9%. System decision response time is drastically reduced from 45 seconds to 12 seconds, and user satisfaction improves from 3.6 / 5.0 to 4.4 / 5.0. Furthermore, the system demonstrates excellent robustness across different market environments and user types, with all improvement indicators passing the significance test (p<0.001), effectively solving the core problems of traditional systems such as single data dimensions, static evaluation, and insufficient personalization. Attached Figure Description
[0015] To more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the drawings used in the embodiments will be briefly introduced below. Obviously, the drawings described below are only some embodiments of the present invention. For those skilled in the art, other drawings can be obtained based on these drawings without creative effort.
[0016] Figure 1 This is a structural diagram of the investment decision risk assessment system based on multimodal behavior perception according to an embodiment of the present invention; Figure 2 This is a flowchart of the multimodal data fusion process of the temporal attention mechanism in the investment decision risk assessment method based on multimodal behavior perception according to an embodiment of the present invention; Figure 3 This is a schematic diagram of cognitive load assessment and decision-making ability modeling of the investment decision risk assessment method based on multimodal behavior perception according to an embodiment of the present invention; Figure 4 This is a flowchart of the reinforcement learning adaptive optimization mechanism of the investment decision risk assessment method based on multimodal behavior perception according to an embodiment of the present invention. Detailed Implementation
[0017] The technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings. Obviously, the described embodiments are only some embodiments of the present invention, and not all embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention are within the scope of protection of the present invention.
[0018] like Figure 1-4 As shown in the embodiment of the present invention, an investment decision risk assessment method based on multimodal behavior perception includes the following steps: Step 1: Real-time acquisition of investors' heart rate, skin conductance, eye movement trajectory and brain wave signals through physiological signal acquisition device; acquisition of mouse trajectory, keyboard rhythm, dwell time and click pattern data through behavior pattern monitor; and acquisition of environmental data such as market volatility, news sentiment, time factor and trading volume. Step 2: A multimodal fusion algorithm based on temporal attention mechanism is used to extract features and dynamically weight fusion of physiological signals, behavioral patterns and environmental data. Physiological signals are extracted using a convolutional neural network, behavioral patterns are extracted using a long short-term memory network, and environmental data is semantically encoded using a Transformer encoder. Step 3: Based on the fusion features, use a multilayer perceptron to identify the investor's current risk status and classify them into four levels: conservative, moderate, active, or aggressive. Step 4: Establish a decision-making ability assessment model based on cognitive load theory. Determine the investor's cognitive load by calculating information entropy, task complexity, time pressure, and emotional intensity, and adjust risk tolerance accordingly. Step 5: Use reinforcement learning algorithms to build an adaptive risk assessment mechanism, dynamically optimize risk assessment parameters based on historical investor feedback and changes in the market environment, and achieve personalized risk tolerance modeling.
[0019] In one embodiment, the temporal attention mechanism in step 2 specifically includes: calculating the attention weight using the formula α_t = sof Calculate the dynamic weights of each modality feature, where P_feat represents physiological features, B_feat represents behavioral features, E_feat represents environmental features, and W_α is the learnable parameter matrix; then, weightedly fuse the calculated attention weights with the corresponding features: F_fused = α_t ⊙ The fusion feature representation is obtained.
[0020] In one embodiment, the cognitive load calculation formula in step 4 is: CL(t) = w1×information entropy (market data) + w2×task complexity + w3×time pressure + w4×emotional intensity, where w1, w2, w3, and w4 are weight coefficients, determined through machine learning training; the decision-making ability assessment formula is: DC(t) = sigmoid(α×CL(t) +β×experience index + γ×current state), where α, β, and γ are model parameters, and sigmoid is the activation function.
[0021] In one embodiment, the reinforcement learning algorithm in step 5 adopts the Q-learning method. The state space includes the current risk preference, historical return rate, market environment and physiological state. The action space includes risk coefficient adjustment, investment ratio suggestion and stop loss point setting. The reward function is: R(s,a) = λ1×return rate + λ2×Sharpe ratio - λ3×maximum drawdown + λ4×user satisfaction, where λ1, λ2, λ3 and λ4 are weight parameters.
[0022] One embodiment also includes an anomaly detection step: detecting abnormal values in physiological signals and behavioral data using statistical methods, and automatically switching to a backup evaluation mode when data anomalies are detected to ensure the stability and reliability of the system.
[0023] An investment decision-making risk assessment system based on multimodal behavioral perception includes: a multimodal data acquisition module, comprising a physiological signal collector, a behavioral pattern monitor, and an environmental perception unit, for real-time acquisition of multi-dimensional data from investors; a temporal attention fusion processor, employing a deep neural network architecture to extract features and dynamically fused weights from the multimodal data; a cognitive load estimator, calculating investors' decision-making ability and cognitive state based on cognitive load theory; a reinforcement learning optimization module, using a Q-learning algorithm to adaptively adjust risk assessment parameters; a risk state classifier, mapping the fused features to a four-level risk preference classification result; and a personalized recommendation engine, generating customized investment suggestions and risk warnings based on the risk assessment results.
[0024] In one embodiment, the physiological signal acquisition device includes a heart rate sensor, a skin conductance sensor, an eye-tracking device, and an electroencephalogram (EEG) detector, with a sampling frequency of not less than 100 Hz and a data transmission delay of less than 50 ms.
[0025] In one embodiment, the temporal attention fusion processor adopts a Transformer architecture, which includes a multi-head self-attention mechanism and a positional encoding module, and is capable of processing temporal data of variable length.
[0026] To facilitate understanding of the above technical solutions of the present invention, the following detailed description of the above technical solutions of the present invention will be provided through specific usage methods.
[0027] In practical application, the investment decision risk assessment method based on multimodal behavior perception according to the present invention includes the following steps: Multimodal data acquisition: Simultaneous acquisition of physiological signals (sampling rate 100Hz), behavioral data (sampling rate 50Hz), and environmental data (updated in real time); 1. Data preprocessing: Butterworth filtering is used to denoise physiological signals, MinMax standardization is performed on behavioral data, and LabelEncoder is used to encode environmental data; 2. Feature Extraction and Fusion: Multimodal features are extracted through a deep learning network and dynamically weighted by a temporal attention fusion unit to obtain the fused feature F_fused; 3. Risk Status Identification: Input F_fused into the MLP network and output the risk status (conservative, robust, proactive, aggressive). 4. Adaptive parameter adjustment: Based on the reinforcement learning Q-learning algorithm, the evaluation parameters are updated according to user feedback (profitability, satisfaction); 5. Cognitive load and risk tolerance adjustment: CL(t) and DC(t) are calculated in real time, and risk tolerance is dynamically adjusted. 6. Decision support output: Generate personalized investment advice, risk warnings, and interpretable reports.
[0028] The system adopts a layered architecture design, including a multimodal data acquisition layer, an intelligent sensing and processing layer, an adaptive evaluation layer, and a decision support output layer, as detailed below: 1. Multimodal data acquisition layer Physiological signal acquisition device: Collects physiological indicators such as heart rate, skin conductance, and eye movement trajectory through wearable devices (such as smartwatches and eye trackers); Behavioral pattern monitor: Captures micro-operational behavioral characteristics such as mouse click frequency, keyboard input speed, and page dwell time through sensors on the trading terminal; Environmental perception module: Real-time acquisition of market data (market prices, volatility), news sentiment index, macroeconomic indicators (interest rates, CPI) and other environmental information.
[0029] 2. Intelligent Sensing Processing Layer Multimodal feature extraction engine: Based on deep learning networks (such as CNN-LSTM), extracts temporal features of physiological signals, spatial features of behavioral patterns, and temporal features of environmental data; Temporal attention fusion processor: fuses multimodal features through dynamic weight allocation, as shown in the formula: Dynamic weight calculation: α_t = sof , where P_feat, B_feat, and E_feat represent physiological, behavioral, and environmental characteristics, respectively; Weighted fusion: F_fused = α_t ⊙ ; Anomaly detection module: Based on the isolated forest algorithm, it identifies data anomalies (such as sensor failures and signal noise) to ensure the reliability of input data.
[0030] 3. Adaptive Evaluation Layer Reinforcement learning optimizer: It dynamically adjusts evaluation parameters using user feedback as a reward signal. The state space S includes current risk appetite, historical returns, market environment, and physiological state; the action space A includes risk coefficient adjustments, investment ratio suggestions, and stop-loss point settings; the reward function R(s,a) = λ1 Return + λ2 Sharpe ratio - λ3 Maximum drawdown +λ4 User satisfaction is updated using a Q-learning strategy: Q(s,a) ← Q(s,a) + ; Cognitive Load Assessor: Based on cognitive load theory, this tool calculates the investor's cognitive state in real time using the following formula: Cognitive load: CL(t) = w1 Information entropy (market data) + w2 Task complexity + w3 Time pressure + W4 Emotional intensity; Decision-making ability: DC(t) = sigmoid(α) CL(t) +β Experience index + γ * current state; Risk tolerance modeler: dynamically adjusts risk tolerance by combining cognitive state and market state. The formula is: Risk_Tolerance_adjusted = Risk_Tolerance_base * DC(t) * Market_Regime(t), where Market_Regime(t) is the market state coefficient (such as bull market, bear market).
[0031] 4. Decision Support Output Layer Personalized recommendation engine: Generates customized investment advice (such as asset allocation ratios and stop-loss points); Risk warning system: Real-time push of risk alerts (such as "Current cognitive load is too high, it is recommended to reduce position"); Explainability of the presentation: Visualize the basis for the risk assessment (e.g., "Elevated heart rate leads to a 15% decrease in risk tolerance").
[0032] Example 1: Application of Risk Assessment for Individual Investors System configuration: Physiological sensors: smartwatch (collects heart rate and skin temperature) + eye tracker (collects fixation duration and pupil diameter); Behavior monitoring: dedicated transaction terminal (captures mouse click interval and keyboard input error rate); Data processing: edge computing device (latency <100ms) to process multimodal data in real time.
[0033] Technical implementation steps: 1. Real-time data acquisition: The smartwatch collects heart rate variability (HRV) and skin conductance response (GSR) at a sampling rate of 100Hz, the eye tracker collects eye saccade frequency at 60Hz, and the trading terminal records the hesitation time (page dwell time before placing an order) for each transaction. 2. Multimodal fusion processing: Physiological signals are denoised by a 4th-order Butterworth filter (cutoff frequency 0.1Hz), behavioral data are standardized to the [0,1] interval, and environmental data (volatility of CSI 300 index, sentiment index of financial news) are encoded in real time; dynamic weights α_t (physiological feature weight 0.35, behavioral feature weight 0.40, environmental feature weight 0.25) are calculated through a temporal attention fusion processor to obtain the fused feature F_fused; 3. Risk Status Identification: The MLP network outputs a risk status of "robust" with a confidence level of 0.92; 4. Cognitive Load and Risk Adjustment: Market data information entropy 0.85, task complexity 1.2 (multi-asset selection), time pressure 0.9 (early morning volatility period), calculate CL(t) = 0.85. 0.3 + 1.2 0.4 + 0.9 0.2 + Emotional Intensity (Heart Rate Derivative) 0.7 0.1 = 0.89; Investor experience index 5 years (β = 0.3), current state is good (γ = 0.2), DC(t) = sigmoid =0.87; Market_Regime(t)=0.95 (volatile market), then Risk_Tolerance_adjusted= Benchmark risk tolerance 0.87 0.95=0.83 Benchmark value; 5. Decision support output: Push "Current risk tolerance is 17% lower than the benchmark. It is recommended to adjust the stock position from 60% to 50% and set a stop loss point of -5%".
[0034] Application results: Risk identification accuracy rate 91.2%, annualized return rate 13.5%, maximum drawdown -8.2%, customer satisfaction 4.6 / 5.0, system availability 99.7%.
[0035] Example 2: Institutional Investor Decision Support Deployment scenario: Fund company trading room, monitoring the collaborative decision-making behavior of the fund manager team (5 people).
[0036] System configuration: Physiological sensors: Smart wristbands for team members (collecting heart rate and respiratory rate); Behavioral monitoring: Trading system logs (recording instruction issuance speed and modification frequency); Environmental awareness: Bloomberg terminal market data, Reuters news sentiment, macroeconomic indicators (GDP growth rate, PMI).
[0037] Key technologies: Group behavior pattern recognition: Modeling team member interaction characteristics (such as instruction response delay and degree of disagreement) through graph neural networks (GNN); Group risk aggregation algorithm: Integrating individual risk assessment results based on Dempster-Shafer evidence theory; Stress state warning: Triggering stress warning when the team's average heart rate is 20% higher than the resting heart rate and the respiratory rate is 20 breaths / min.
[0038] Application results: Fund performance improved by 38% (annualized return increased from 9.2% to 12.7%), risk event warning accuracy reached 94% (successfully warning of 3 liquidity risk events), decision-making time was shortened by 55% (from 60 minutes / decision time to 27 minutes), and compliance risk was reduced by 67% (from 12 violations / year to 4 violations / year).
[0039] Example 3: Integration of Smart Investment Advisory Platform Integration method: The internet finance platform integrates into the mobile APP in the form of an SDK, and calls the core algorithm through the cloud API.
[0040] Technical architecture: Mobile: Lightweight feature extraction (preliminary filtering of physiological signals, compression of behavioral data); Cloud: GPU cluster running deep learning models (feature fusion, risk identification); Edge layer: Real-time decision support (low-latency push suggestions).
[0041] Business results: User activity increased by 78% (e.g., daily average number of times opened increased from 2.1 to 3.7 times), platform transaction volume increased by 125% (monthly average transaction value increased from 50 million yuan to 112.5 million yuan), customer asset size increased by 89% (AUM increased from 2 billion yuan to 3.78 billion yuan), and complaint rate decreased by 43% (from 15 cases / month to 8.6 cases / month).
[0042] This invention collects and integrates physiological signals, behavioral patterns, and environmental data, employs a temporal attention mechanism for multimodal feature fusion, establishes a decision-making ability assessment model based on cognitive load theory, and utilizes reinforcement learning to adaptively optimize risk assessment parameters. It identifies investor risk status in real time and provides personalized investment advice, addressing the problems of traditional investment decision support systems such as limited data dimensions, static assessments, and insufficient personalization. It can be applied to financial service scenarios such as securities trading, fund management, and robo-advisory.
[0043] Those skilled in the art can adjust the sensor type, such as replacing it with an EEG brainwave sensor, the feature fusion algorithm, such as replacing it with a Transformer attention mechanism, or the reinforcement learning strategy, such as replacing it with the PPO algorithm, based on the above embodiments. All modifications based on the core ideas of this invention fall within the protection scope of this invention.
[0044] In summary, by utilizing the technical solution described above in this invention, and through multimodal data fusion and temporal attention mechanisms, combined with cognitive load theory and reinforcement learning adaptive optimization, the risk identification accuracy was significantly improved from 72.3% to 89.7%, the annualized return on investment increased from 8.2% to 12.6%, and the maximum drawdown was optimized from -15.8% to -8.9%. The system decision response time was drastically reduced from 45 seconds to 12 seconds, and user satisfaction improved from 3.6 / 5.0 to 4.4 / 5.0. Furthermore, the system demonstrated excellent robustness across different market environments and user types, with all improvement indicators passing the significance test (p<0.001), effectively addressing the core problems of traditional systems such as single data dimensions, static evaluation, and insufficient personalization.
[0045] The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention. Any modifications, equivalent substitutions, improvements, etc., made within the spirit and principles of the present invention should be included within the protection scope of the present invention.
Claims
1. A method for assessing investment decision-making risk based on multimodal behavioral perception, characterized in that, Includes the following steps: S1 collects physiological signal data, behavioral pattern data, and environmental data from investors; S2 employs a multimodal fusion algorithm with a temporal attention mechanism to extract features and dynamically weight fusion of physiological signal data, behavioral pattern data, and environmental data. Physiological signals are extracted using a convolutional neural network, behavioral patterns are extracted using a long short-term memory network, and environmental data is semantically encoded using a Transformer encoder. S3 uses a multilayer perceptron to identify the investor's current risk status based on the fusion characteristics. The risk status is divided into four levels: conservative, moderate, active, and aggressive. S4 establishes a decision-making ability assessment model based on cognitive load theory. It determines investors' cognitive load by calculating information entropy, task complexity, time pressure, and emotional intensity, and adjusts their risk tolerance accordingly. S5 employs reinforcement learning algorithms to construct an adaptive risk assessment mechanism, dynamically optimizing risk assessment parameters based on historical investor feedback and changes in the market environment, building a personalized risk tolerance model, and achieving adaptive adjustment of risk assessment parameters; S6 generates personalized investment recommendations, risk warnings, and interpretable reports.
2. The investment decision risk assessment method based on multimodal behavior perception according to claim 1, characterized in that, The physiological signal data includes heart rate, skin conductance, eye movement trajectory, and electroencephalogram (EEG) signals; the behavioral pattern data includes mouse trajectory, keyboard rhythm, dwell time, and click pattern data; and the environmental data includes market volatility, news sentiment, time factor, and trading volume.
3. The investment decision risk assessment method based on multimodal behavior perception according to claim 1, characterized in that, The temporal attention mechanism in step 2 specifically includes: calculating the attention weight using the formula α_t = sof. Calculate the dynamic weights of each modality feature, where P_feat represents physiological features, B_feat represents behavioral features, E_feat represents environmental features, and W_α is the learnable parameter matrix; then, weightedly fuse the calculated attention weights with the corresponding features: F_fused = α_t ⊙ The fusion feature representation is obtained.
4. The investment decision risk assessment method based on multimodal behavior perception according to claim 1, characterized in that, The cognitive load calculation formula in step 4 is: CL(t) = w1×information entropy (market data) + w2×task complexity + w3×time pressure + w4×emotional intensity, where w1, w2, w3, and w4 are weight coefficients, determined through machine learning training; the decision-making ability assessment formula is: DC(t) = sigmoid(α×CL(t) + β×experience index + γ×current state), where α, β, and γ are model parameters, and sigmoid is the activation function.
5. The investment decision risk assessment method based on multimodal behavior perception according to claim 1, characterized in that, The reinforcement learning algorithm in step 5 adopts the Q-learning method. The state space includes the current risk preference, historical return rate, market environment and physiological state. The action space includes risk coefficient adjustment, investment ratio suggestion and stop loss point setting. The reward function is: R(s,a) = λ1×return rate + λ2×Sharpe ratio - λ3×maximum drawdown + λ4×user satisfaction, where λ1, λ2, λ3 and λ4 are weight parameters.
6. The investment decision risk assessment method based on multimodal behavior perception according to claim 1, characterized in that, It also includes an anomaly detection step: using statistical methods to detect abnormal values in physiological signals and behavioral data, and automatically switching to a backup evaluation mode when data anomalies are detected to ensure the stability and reliability of the system.
7. An investment decision-making risk assessment system based on multimodal behavior perception as described in any one of claims 1-6, characterized in that, include: The multimodal data acquisition module is used to collect physiological signal data of investors through a physiological signal collector, behavioral pattern data through a behavioral pattern monitor, and environmental data through an environmental perception module. The intelligent perception and processing module is used to extract the temporal features of physiological signals, the spatial features of behavioral patterns, and the temporal features of environmental data based on deep learning networks, and to fuse the features through a temporal attention fusion device, as well as an anomaly detection module to identify market data. The adaptive assessment module is used to establish a decision-making ability assessment model based on cognitive load theory to determine investors' cognitive load, adjust risk tolerance, and build an adaptive risk assessment mechanism using reinforcement learning algorithms. It dynamically optimizes risk assessment parameters based on investors' historical feedback and changes in the market environment, builds a personalized risk tolerance model, and realizes adaptive adjustment of risk assessment parameters. The decision support output module is used to generate personalized investment recommendations, risk warnings, and interpretable reports.
8. The investment decision-making risk assessment system based on multimodal behavior perception according to claim 7, characterized in that, The physiological signal acquisition device includes a heart rate sensor, a skin conductance sensor, an eye-tracking device, and an electroencephalogram (EEG) detector, with a sampling frequency of not less than 100 Hz and a data transmission delay of less than 50 ms.
9. The investment decision risk assessment system based on multimodal behavior perception according to claim 7, characterized in that, The temporal attention fusion processor adopts a Transformer architecture and includes a multi-head self-attention mechanism and a positional encoding module for processing temporal data of variable length.
Citation Information
Patent Citations
Security transaction intelligent analysis and decision support system and method
CN120106979A
Security risk cognitive training system and method based on behavior trajectory analysis
CN120280086A
Intelligent wealth management system
CN120494981A
Real-time investment decision-making system and method based on multi-modal fusion
CN120707303A