Multimodal Data Fusion Idea
Fuse numerical data (discrete values such as temperature and air pressure) with image data (satellite cloud images, radar echo maps). Numerical data provides precise measurements, while image data contains spatial pattern information—they complement each other.
LSTM Model Application
LSTM captures long-term dependencies in time series through its memory mechanism, and its gating mechanism selectively retains or forgets information, making it suitable for weather time-series modeling.
Image Processing Architecture
Use CNN to extract high-level visual features (cloud distribution, precipitation patterns, etc.) from satellite cloud images and radar images, then convert them into numerical-compatible representations for input to the LSTM.
Numerical Feature Engineering
Process elements like surface temperature and humidity, design time-series windows and feature combinations, and learn physical laws to improve prediction consistency.
Fusion Strategy
Explore early (input layer concatenation), late (weighted combination), and middle (hidden layer interaction) fusion. An appropriate strategy can significantly improve accuracy.