<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Emergency response automation &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/emergency-response-automation/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Sep 2026 05:33:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>Emergency response automation &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Deep Learning Classifies Multimodal Earthquake-Related Tweets</title>
		<link>https://scienmag.com/deep-learning-classifies-multimodal-earthquake-related-tweets/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 05:33:00 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI-based disaster communication tools]]></category>
		<category><![CDATA[Crisis informatics]]></category>
		<category><![CDATA[crisis informatics and social media]]></category>
		<category><![CDATA[deep learning for crisis management]]></category>
		<category><![CDATA[Deep learning for disaster response]]></category>
		<category><![CDATA[Earthquake detection]]></category>
		<category><![CDATA[earthquake event detection using Twitter data]]></category>
		<category><![CDATA[earthquake information extraction]]></category>
		<category><![CDATA[Earthquake social media analysis]]></category>
		<category><![CDATA[earthquake-related tweet classification]]></category>
		<category><![CDATA[Earthquake-related tweets classification]]></category>
		<category><![CDATA[Emergency response automation]]></category>
		<category><![CDATA[emergency response social media analytics]]></category>
		<category><![CDATA[eyewitness reports in natural disasters]]></category>
		<category><![CDATA[Image and text fusion in disaster communication]]></category>
		<category><![CDATA[Machine learning for seismic event monitoring]]></category>
		<category><![CDATA[multimodal data fusion for disaster detection]]></category>
		<category><![CDATA[Multimodal data processing in crisis management]]></category>
		<category><![CDATA[multimodal disaster response]]></category>
		<category><![CDATA[Multimodal social media analysis]]></category>
		<category><![CDATA[Real-world earthquake data analysis]]></category>
		<category><![CDATA[Social media data in emergencies]]></category>
		<category><![CDATA[social media imagery in emergencies]]></category>
		<category><![CDATA[Social media misinformation filtering during disasters]]></category>
		<guid isPermaLink="false">https://scienmag.com/deep-learning-classifies-multimodal-earthquake-related-tweets/</guid>

					<description><![CDATA[When an earthquake strikes, the first hours of information often arrive not from official channels but from the phones of ordinary people caught in the chaos. Social media platforms, particularly X (formerly Twitter), become a torrent of eyewitness accounts, photographs of collapsed buildings, pleas for help, and, inevitably, noise and misinformation. For emergency responders, the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>When an earthquake strikes, the first hours of information often arrive not from official channels but from the phones of ordinary people caught in the chaos. Social media platforms, particularly X (formerly Twitter), become a torrent of eyewitness accounts, photographs of collapsed buildings, pleas for help, and, inevitably, noise and misinformation. For emergency responders, the challenge is separating the signal from this flood of data quickly enough for it to matter. A new study published in Multimedia Tools and Applications by Rana Alessa, Alia Madain, and Ahmad Alzu&#8217;bi of Jordan University of Science and Technology addresses precisely this challenge, presenting a deep learning framework that classifies earthquake-related tweets by combining what people write with what they photograph. The framework achieves an accuracy of approximately 88 percent on data drawn from two devastating real-world earthquakes, placing it among the highest-performing approaches reported on this benchmark data.</p>
<p>The research tackles a problem that has frustrated disaster informatics researchers for years: most automated systems for parsing crisis-related social media content rely on text alone. Yet in the immediate aftermath of a major seismic event, tweets are frequently multimodal, pairing short, often cryptic messages with images that carry crucial contextual information. A tweet reading simply &#8220;we are fine, alhamdulillah&#8221; means one thing on its own and something quite different when accompanied by a photograph of a rubble-strewn street. A text classifier without access to the image may misjudge the situation entirely. Humanitarian organizations seeking to triage needs, locate damage, and direct resources therefore need systems that can genuinely understand both channels of communication at once.</p>
<p>To build such a system, the team designed a multimodal prediction architecture with two parallel branches that are ultimately fused into a single, discriminative joint representation. On the text side, the model captures contextual dependencies within the tweet, essentially learning how words relate to one another across the sequence of a short message, in the spirit of recurrent architectures such as long short-term memory networks, which Hochreiter and Schmidhuber first introduced in 1997 and which remain a mainstay of sequential text modeling. On the image side, deep convolutional neural networks, the workhorses of modern computer vision descended from the pioneering AlexNet architecture of Krizhevsky, Sutskever, and Hinton, extract high-level semantic features from attached photographs, learning to recognize visual patterns associated with damage, rescue operations, infrastructure, and human presence.</p>
<p>The fusion stage is where the framework earns its keep. Rather than simply concatenating raw outputs from the two branches, the architecture integrates the contextual text representations with the semantic image features so that each modality can compensate for the ambiguities of the other. The resulting joint representation is more informative than either stream alone, and the authors report that this fusion measurably enhances classification performance compared with unimodal baselines. In practical terms, the system can look at a tweet and decide whether it belongs to a category useful for disaster response, distinguishing, for example, informative reports from irrelevant chatter, or damaged-infrastructure imagery from scenes that convey no operational value.</p>
<p>The evaluation was conducted on CrisisMMD, a publicly available multimodal dataset created by researchers at the Qatar Computing Research Institute, whom the authors acknowledge in their paper. CrisisMMD contains pairs of tweet text and associated images harvested from real natural disaster events, making it one of the few benchmarks where genuine crisis communications, rather than laboratory-contrived examples, can be used to train and test algorithms. For this study, the team focused on earthquake-related data, analyzing a subset of 2,743 paired text and image samples drawn from two catastrophic events: the Mexico earthquake and the Iraq-Iran earthquake. Both events generated enormous volumes of social media activity, providing a rich and realistic testbed for the classification system.</p>
<p>The methodological rigor of the evaluation deserves attention. The authors assessed performance using a full suite of standard metrics: accuracy, precision, recall, and F1-score, each of which captures a different facet of classifier behavior. Accuracy measures overall correctness, but precision and recall reveal how the model trades off false alarms against missed detections, a trade-off with real consequences in disaster response, where a missed distress signal can cost lives while a flood of false positives can overwhelm responders and erode trust in the system. The F1-score, the harmonic mean of precision and recall, summarizes this balance in a single figure. The team also employed k-fold cross-validation, a technique that partitions the data into multiple subsets so that every sample is used in both training and testing, yielding more reliable estimates of how the model will generalize to unseen tweets, and they supplemented the metrics with statistical significance testing to confirm that observed performance differences were not artifacts of random variation.</p>
<p>The results were striking in their consistency. The proposed framework achieved approximately 88 percent accuracy on both the Mexico earthquake dataset and the Iraq-Iran earthquake dataset, suggesting that the model&#8217;s learned representations are not merely tuned to the idiosyncrasies of one event but capture features that transfer across geographically and culturally distinct disasters. This cross-event robustness is critical for any system intended for deployment, because the next earthquake will inevitably produce vocabulary, imagery, and communication styles that differ from those in the training data. When the authors benchmarked their framework against deep learning models reported in previous studies, their approach emerged as one of the high-performing investigations in the literature on multimodal crisis classification.</p>
<p>The study situates itself within a rapidly maturing research field. Prior work has explored a variety of strategies for multimodal disaster tweet classification, from naive Bayes and support vector machines applied to damage assessment to more recent transformer-based bidirectional attention models and cross-attention architectures such as the CAMM framework, which explicitly aligns textual and visual representations. Contrastive learning approaches have also been applied to crisis-related tweets, encouraging the model to learn representations in which semantically similar text-image pairs cluster together. Against this backdrop, the Jordanian team&#8217;s contribution lies in demonstrating that a carefully designed fusion of contextual text dependencies and convolutionally extracted image semantics can match or exceed the performance of more elaborate architectures on earthquake data specifically, a domain where the visual and textual signals tend to be noisier and more heterogeneous than in other disaster types.</p>
<p>The implications extend beyond academic leaderboards. Earthquakes are among the deadliest natural hazards, and the last decade has seen catastrophic events, from the surface-rupturing earthquakes documented in Australia to the 2023 Turkey-Syria earthquakes that killed tens of thousands and prompted urgent calls for better international collaboration on disaster mitigation. In such scenarios, the first digital evidence of collapsed buildings, trapped survivors, and overwhelmed hospitals often appears on social media minutes before official assessments begin. Systems like the one developed in this study could feed automated pipelines that flag high-priority content for humanitarian organizations, helping them direct search-and-rescue teams, map damage extents, and counter the misinformation that inevitably spreads alongside genuine reports.</p>
<p>The path from benchmark to deployment is not without obstacles, and the authors&#8217; work illuminates several of them. Social media data during disasters is messy: images may be low-resolution or duplicated, text may mix languages, sarcasm and slang defy simple parsing, and the boundary between informative and uninformative content is often genuinely ambiguous even for human annotators. The authors&#8217; choice to evaluate on genuine CrisisMMD data, rather than curated or synthetic examples, means their reported accuracy reflects performance under these real conditions, which strengthens confidence in the approach&#8217;s practical viability. At the same time, earthquake datasets of this kind remain modest in size, at a few thousand samples, and scaling such systems will require continued investment in annotated multimodal crisis data.</p>
<p>The dataset itself is publicly available through the CrisisNLP portal hosted by the Qatar Computing Research Institute, lowering the barrier for other research groups to reproduce, extend, or challenge the results. The research received no external funding, and the authors report no competing interests. All three researchers are affiliated with the Department of Computer Science at Jordan University of Science and Technology in Irbid, Jordan, where Rana Alessa carried out the experiments and all authors contributed to shaping the research, analysis, and final manuscript.</p>
<p>As climate pressures and urbanization place growing populations in seismically active regions, the demand for rapid, reliable disaster situational awareness will only intensify. This study offers a technically sound demonstration that deep learning can weld together the textual and visual streams of social media into a coherent picture of an unfolding earthquake emergency, at accuracy levels high enough to be operationally meaningful. The fusion of a few thousand tweets and photographs into a machine-readable crisis map may one day be as routine a part of earthquake response as seismometers themselves, and work like this brings that future measurably closer.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Multimodal deep learning classification of earthquake-related tweets, combining text and image analysis for disaster response</p>
<p><strong>Article Title:</strong> Deep Learning-Based classification of multimodal Earthquake-Related tweets</p>
<p><strong>Article References:</strong> Alessa, R., Madain, A., &amp; Alzu’bi, A. (2026). Deep Learning-Based classification of multimodal Earthquake-Related tweets. <em>Multimedia Tools and Applications, 85</em>(9), Article 723. <a href="https://doi.org/10.1007/s11042-026-21887-2" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11042-026-21887-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11042-026-21887-2" target="_blank" rel="noopener noreferrer">10.1007/s11042-026-21887-2</a></p>
<p><strong>Keywords:</strong> Multimodal, Deep learning, CrisisMMD, Earthquakes, Disaster tweets, Social media classification, Text-image fusion, Convolutional neural networks, Disaster response</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189236</post-id>	</item>
	</channel>
</rss>
