TLDR: This research introduces a multi-modal machine learning framework that combines experimental data, physics-guided simulations, and textual descriptions to accurately predict the drift of floating objects in water. By integrating Sentence Transformer embeddings with attention-based sequence-to-sequence models (LSTM and Transformer), the framework significantly improves drift forecasting, especially for longer time horizons, outperforming traditional methods and aiding time-sensitive operations like search and rescue.
Accurately predicting how objects drift in the ocean is a major challenge, especially when every second counts in search and rescue missions. A new study introduces a sophisticated machine learning system designed to tackle this problem by combining various types of data and advanced AI models.
The research, titled Multi-Modal Drift Forecasting of Leeway Objects via Navier-Stokes-Guided CNN and Sequence-to-Sequence Attention-Based Models, was conducted by Rahmat K. Adesunkanmi, Alexander W. Brandt, Masoud Deylami, Gustavo A. Giraldo Echeverri, Hamidreza Karbasian, and Adel Alaeddini. Their work proposes a multi-modal machine learning framework that integrates textual descriptions with advanced sequence-to-sequence AI architectures to predict the movement of floating objects.
The process begins with gathering real-world data. The researchers experimentally collected environmental information, such as water current and wind velocities, along with physical characteristics like the mass and surface area of five different floating objects. This hands-on data collection provides a solid foundation for the predictive models.
A crucial step involves understanding how objects interact with fluids. The team used simulated data from a Navier-Stokes-based model, which describes fluid motion, to train a Convolutional Neural Network (CNN). This CNN learned to estimate the drag and lift coefficients of objects based on their geometrical images. These coefficients are vital for calculating the net forces that drive an object’s motion in water and air.
What makes this framework truly innovative is its multi-modal approach. It takes the calculated time-series data – including physical forces, environmental velocities, and object-specific features – and combines it with textual descriptions of the objects. These textual descriptions, like “Inflatable orange raft with rounded front and flat rear. Constructed of lightweight PVC with no canopy,” are converted into numerical representations (embeddings) using a Sentence Transformer language model. This allows the AI to understand and utilize qualitative information about the objects, which traditional models often miss.
These combined inputs are then fed into two types of attention-based sequence-to-sequence models: a Long Short-Term Memory (LSTM) network and a Transformer model. These models are designed to predict future drift trajectories over various time horizons, from 1 second up to 10 seconds. The attention mechanism in these models helps them focus on the most relevant parts of the input data when making predictions, improving accuracy over time.
The results are promising. The multi-modal models, particularly the MM-STS-Transformer, consistently achieved the lowest or second-lowest errors across different objects and prediction horizons when compared to traditional physics-based models and other machine learning methods like recurrent neural networks. While all models showed increased error with longer prediction horizons, the Transformer model demonstrated a slower degradation rate, indicating better long-term forecasting capabilities. This is particularly beneficial for irregularly shaped objects, where the advanced AI models showed significant performance gains.
The practical implications of this research are substantial. Improved drift forecasts can significantly reduce the search area and response time in critical search and rescue operations. The same framework could also be adapted to track pollutants or floating debris, offering broader environmental monitoring benefits.
However, the researchers also acknowledge limitations. The experiments were conducted in a confined lake environment, meaning the aerodynamic and hydrodynamic parameters were relatively constant. Future work will aim to expand the dataset to include more diverse object geometries, materials, and real-world oceanic conditions, as well as refine the estimation of air and water coefficients independently.
Also Read:
- Unlocking High-Frequency Flow Data from Sparse Pressure Measurements
- AI Model VIPER-R1 Learns to Interpret Visual Cues for Physics Equation Discovery
In conclusion, this study demonstrates the power of integrating diverse data types – experimental measurements, physics-guided simulations, and natural language descriptions – with advanced deep learning architectures to create robust and adaptable models for predicting leeway object drift. This multi-modal approach offers a significant step forward in maritime safety and environmental management.


