Available for a 6-month NLP / LLM end-of-studies internship from March 2027 Contact me
Projects / Multimodal classification of natural disasters

Multimodal classification of natural disasters

A system that combines tabular seismic data and synthetic audio signals to detect natural disasters (earthquakes, tsunamis…) automatically.

Period
Oct. – Dec. 2025
Context
MSc Language & Computer Science (year 1), Sorbonne Université
Supervisors
Laurence Devillers, Nour Ben Chaabene
Team
with Mamadou Diouhé Barry
Exploration of the seismic data: magnitude distribution, share of tsunamis, earthquake map, magnitude versus depth
Exploring the seismic data: magnitudes, share of earthquakes followed by a tsunami, geographic distribution, magnitude versus depth.

The problem

A natural disaster leaves traces of different kinds: structured seismic measurements and sound signals. Each source on its own is incomplete. The question: does combining these modalities improve detection over the best unimodal model?

The method

Seismic data+Audio signals→StandardScaler preprocessing→Unimodal models→Fusion concatenation · stacking · voting

Results

88.9%accuracy, best unimodal model (Random Forest)
0.886F1-score

Multimodal fusion improves class separability and outperforms the unimodal approaches.

Python · scikit-learn · pandas · NumPy