Papers
Topics
Authors
Recent
Search
2000 character limit reached

MMED: Multi-domain Multi-modality Event Dataset

Updated 12 July 2026
  • MMED is a multi-domain and multi-modality event dataset that links 25,165 news articles and 76,516 Flickr images using 412 real-world event labels.
  • It is designed with a weakly aligned, unpaired structure to support tasks like cross-modal event retrieval, detection, and visual question answering.
  • Its construction leverages a top-down, Wikipedia-based curation process to fuse diverse sources from professional news and amateur social media.

Searching arXiv for the primary MMED dataset paper and closely related uses of the acronym. MMED denotes, in multimedia event understanding, “A Multi-domain and Multi-modality Event Dataset”, introduced as a large-scale event-labeled corpus intended to model how real-world events are represented across heterogeneous web sources (Yang et al., 2019). The dataset contains 25,165 textual news articles, 76,516 image posts, and 412 real-world events, with the two domains corresponding to online news media and Flickr social media. Its defining property is that it is multi-domain and multi-modality while remaining weakly aligned and unpaired: news articles and images share event labels, but are not exact cross-descriptions in the image-caption sense. This design targets research on organizing heterogeneous data from professional and amateur contributors, transferring event knowledge across domains, and supporting tasks such as event discovery, cross-modal event retrieval, and visual question answering (Yang et al., 2019).

1. Conceptual identity and distinguishing properties

MMED was proposed to address two limitations identified in earlier benchmarks. First, many multimodal datasets are strongly aligned and paired, typically with text explicitly describing a specific image. Second, many event datasets remain confined to a single domain, such as news-only, Twitter-only, or Flickr-only collections (Yang et al., 2019). MMED departs from both patterns by organizing data around shared event semantics rather than pairwise caption alignment.

The dataset is event-centered rather than object-centered. Each sample is annotated with one of 412 real-world event labels, and those labels connect materials produced by markedly different contributors: professional journalists / official media on the one hand, and amateur users / public contributors on the other (Yang et al., 2019). This is intended to reflect the empirical structure of internet event coverage, where the same event may be reported formally in news articles and represented visually, noisily, or partially in social-media posts.

A recurrent misconception is to treat MMED as a standard cross-modal pairing benchmark. It is not. The core relation across modalities is label-level event correspondence, not one-to-one textual grounding. The dataset is therefore more realistic for event semantics, but correspondingly harder for retrieval and transfer, because the linked items may provide complementary, differently detailed, or even contradictory perspectives on the same event (Yang et al., 2019).

2. Corpus composition, domains, and metadata

At the corpus level, MMED combines two collections sharing the same event inventory. The textual side consists of news articles collected from hundreds of news media sites; the visual side consists of Flickr image posts shared by 4,473 users (Yang et al., 2019). The source list for news includes examples such as Yahoo News, Google News, Huffington Post, CNN, New York Times, NBC News, Fox News, Washington Post, and The Guardian.

The event inventory spans a broad set of categories. These include public security events such as shootings, attacks, killings, conflict, explosions, epidemics, and crashes; natural disasters such as earthquakes, floods, and fires; as well as protests, sports, elections, festivals, military intervention, and economic crisis (Yang et al., 2019). This breadth is important because event discrimination in such settings is semantically fine-grained and often visually or textually ambiguous.

The paper summarizes the two domains as XX for news media and YY for social media, with modality-specific metadata available for each (Yang et al., 2019).

Domain Scale Available metadata
XX (news media) 25,165 items; 412 events time 97.06%; title 100%; data source 100%; textual content 100%
YY (social media) 76,516 items; 412 events time 100%; location 16.35%; title 100%; username 100%; tags 81.53%; textual description 100%

This metadata structure is itself methodologically relevant. The news domain is text-rich and source-explicit, whereas the Flickr domain provides visual content together with sparse but potentially useful side channels such as GPS tags, user identities, titles, tags, and free-form descriptions. A plausible implication is that MMED supports not only image-text modeling but also temporally and geographically informed event association.

3. Construction pipeline and annotation logic

The construction procedure follows a top-down strategy centered on Wikipedia-derived event naming (Yang et al., 2019). For news articles, the paper reports that direct collection from individual media sites would be difficult because articles are dispersed across many websites, many sites lack convenient search interfaces, and quality concerns such as rumors or fake news complicate acquisition. To address this, the collection process begins by manually looking up relevant Wikipedia event pages, then using the references in those pages to locate related news articles, and finally crawling the linked media sources.

Wikipedia serves two functions in this pipeline. First, it provides publicly accepted event labels, reducing ambiguity in event naming. Second, its event pages expose links to similar events by type or region, which helps increase category diversity and task difficulty (Yang et al., 2019). The label space is therefore grounded in a crowdsourcing-like public reference system rather than being created ad hoc for a closed benchmark.

For Flickr image posts, the event names obtained from Wikipedia are used as queries. Candidate posts are retrieved through keyword search with time filtering, then manually checked to confirm that they are genuinely related to the event. The authors also crawl Flickr albums when the album topics match the event (Yang et al., 2019). In both domains, the annotation is centered on the same event labels, which are subsequently organized into broad categories such as public security, natural disaster, sport, protest, election, and festival.

This construction logic is significant because it yields clear and consistent labels while preserving the loose, heterogeneous relation between domains. MMED is therefore not aligned through paired captioning, but through shared inclusion in a common event ontology.

4. Formal view and benchmark tasks

A useful formal view of MMED is as a dataset

D={(xi,yi,ei)},\mathcal{D} = \{(x_i, y_i, e_i)\},

where xix_i is a news or image sample, yiy_i is modality/domain-specific content, and ei{1,,412}e_i \in \{1,\dots,412\} is the event label (Yang et al., 2019). Concretely, the corpus may be understood as two collections, XX and YY, that share the same event classes while remaining unpaired at the instance level.

The distinction between weak alignment and unpairedness governs the task formulations supported by the dataset. In event discovery, the goal is to detect and organize internet data according to the real-world events they depict; MMED is intended to support multi-domain event detection, multi-modal event clustering, and transfer / zero-shot event discovery, with evaluation via F1-measure and NMI (Yang et al., 2019). In cross-modal event retrieval, the standard directions are text query YY0 image retrieval and image query YY1 text retrieval, but the retrieval target is event-level semantic relatedness rather than literal caption correspondence. The paper notes MAP, Precision, and Recall as appropriate measures (Yang et al., 2019).

The dataset is also explicitly framed for knowledge transfer across heterogeneous domains. This includes learning event structure from news and applying it to social media, or the reverse, under the observation that news is relatively formal and structured while social media is noisy, user-generated, and visually driven (Yang et al., 2019). In visual question answering, MMED supports a cross-domain setting in which the answer to a question about a Flickr image may be recoverable from a news article about the same event. The data summary associates this task with BLEU, ROUGE, METEOR, and human evaluation such as Amazon Mechanical Turk studies (Yang et al., 2019).

Taken together, these benchmark roles make MMED a dataset for heterogeneous event understanding rather than merely for bimodal matching. Its challenge lies in recovering shared event structure under domain shift, modality asymmetry, and weak alignment.

5. Use as an evaluation benchmark in cross-modal retrieval

MMED was subsequently used as a benchmark in cross-modal hashing by the Multi-view Feature Discrete Hashing (MFDH) framework (Yu et al., 2018). In that study, the authors did not use the full 412-event corpus. Instead, they constructed a subset restricted to the natural disaster category, consisting of 2,476 image-text pairs labeled into 12 classes: earthquake, floods, water crisis, storm, typhoon, wildfires, hurricane, tornado, heat wave, cyclone, tropical storm, and snowstorm. The split reported for this subset is 2000 pairs for training and 476 pairs for query/retrieval (Yu et al., 2018).

The retrieval protocol evaluates both I2T and T2I, and also includes unimodal I2I and T2T retrieval. MFDH uses a three-view representation for each modality, with histogram, first-order mean, and second-order covariance features. On MMED, the reported image local descriptors are 128-dimensional dense SIFT features, text representations use 300-dimensional word2vec vectors, and the histogram features are 500-dimensional BoVW for images and 100-dimensional BoVW for text (Yu et al., 2018).

The empirical findings are notable because they show how MMED’s event structure stresses representation learning beyond simple paired correspondence. On the MMED natural-disaster subset, MFDH reports the best MAP among compared methods at all code lengths for both directions. At 128 bits, the reported MAP is 0.4934 for I2T and 0.9552 for T2I (Yu et al., 2018). The ablation on feature views is equally revealing: the reported retrieval accuracies are 0.7032 for histogram only, 0.9011 for histogram + first-order, 0.9149 for histogram + second-order, and 0.9490 for all three views, supporting the claim that MMED benefits from multi-view fusion (Yu et al., 2018).

These results do not redefine MMED itself, but they clarify the dataset’s methodological role. MMED functions as a testbed in which event semantics, cross-domain heterogeneity, and weak cross-modal alignment jointly reward models that can fuse complementary statistics rather than rely on a single view.

6. Acronym ambiguity and unrelated uses on arXiv

Although MMED is most directly associated with the 2019 event dataset in multimedia research, the acronym is polysemous on arXiv. Several unrelated lines of work use the same string for different technical objects.

In affective computing, MMED denotes a Multimodal Audio-Visual Micro-Expression Dataset introduced for spontaneous micro-expression recognition in online “Werewolf” game competitions (Wang et al., 18 Sep 2025). That dataset is organized around synchronized audio and visual recordings, uses a multi-stage annotation process with a FACS-certified expert, reports IAA = 0.89, and evaluates under LOSO-CV with Accuracy and UF1 (Wang et al., 18 Sep 2025). Its subject matter is micro-expression analysis, not event understanding.

In multimodal model editing, MMED is used as shorthand for Multimodal Model Editing, the problem of correcting erroneous knowledge in a multimodal model without full retraining while preserving behavior on unrelated inputs (Han et al., 17 Nov 2025). That literature introduces De-VQA, locality dimensions such as RI-Loc, NI-Loc, and CI-Loc, and the phenomenon of transient blindness, where an edited model overfits to edit-similar text while under-weighting visual evidence (Han et al., 17 Nov 2025).

Outside multimodal learning altogether, MMED appears as the maximum minimum Euclidean distance criterion in wireless communications, where it is used for signal shaping in generalized spatial modulation and generalized quadrature spatial modulation (Guo et al., 2019). In causal inference, the acronym is also used for median optimal treatment regimes, where the optimal policy is defined by comparing conditional medians rather than conditional means (Leqi et al., 2021).

This ambiguity matters bibliographically. References to “MMED” are therefore not self-identifying across fields. In multimedia retrieval and event understanding, however, the default referent remains the multi-domain and multi-modality event dataset introduced in 2019 (Yang et al., 2019).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to MMED.