MétaCan
Menu
Back to cohort
Record W4416091687 · doi:10.48550/arxiv.2505.05335

FLAM: Frame-Wise Language-Audio Modeling

2025· preprint· en· W4416091687 on OpenAlexaboutno aff
Yusong Wu, Christos Tsirigotis, Ke Chen, Aaron Courville, Oriol Nieto, Prem Seetharaman, Justin Salamon

Bibliographic record

VenueArXiv.org · 2025
Typepreprint
Languageen
FieldComputer Science
TopicMusic and Audio Processing
Canadian institutionsnot available
Fundersnot available
KeywordsEvent (particle physics)MetadataJSONSample (material)Event dataFile format

Abstract

fetched live from OpenAlex

Overview This repository contains the SED-Augmented SFX dataset (ASFX-SED) used in the paper [FLAM: frame-wise language-audio modeling](https://arxiv.org/abs/2505.05335). The dataset is designed for research and development in open-set sound event detection, and can also be used in event separation and other related machine learning tasks. - **Original Source:** Adobe Audition sound effects dataset (https://www.adobe.com/products/audition/offers/adobeauditiondlcsfx.html). The same dataset is also used in other audio research (e.g. https://arxiv.org/abs/2308.09089).- **Format:** Parquet (tabular metadata) + JSON (per-sample metadata) + WAV (audio files)- **License:** ADOBE RESEARCH LICENSE (see LICENSE.md) Dataset Structure ```├── asfx_sed_metadata.parquet # Metadata (Parquet)├── asfx_sed/ # Dataset folder│ ├── 0000000.json # Per-sample metadata (JSON)│ ├── 0000000_mix.wav # Mixed audio│ ├── 0000000_event_0.wav # Event audio│ └── ...``` All audio files are mono with a 48kHz sample rate. Parquet File (`asfx_sed_metadata.parquet`) Each row corresponds to a single audio sample. The following fields are included: events (list): List of event dicts before RMS relabeling (see below) background (dict): Background audio metadata background_caption (str): Description of the background audio events_loudness (list): Loudness values for each event (in dB) before RMS relabeling events_caption (list): Caption for each event events_ucs_category (list): UCS category for each event (https://universalcategorysystem.com/) events_caption_range (list): Start and end times for each event occurrence, in seconds events_id (list): Event IDs id (str): Unique sample ID for mixture RMS relabeling: During dataset synthesis, we analyze the RMS (root mean square) energy of each event to identify and relabel silent segments as negative examples. As a result, a single original event may be split into two or more events after relabeling. The "events" and "events_loudness" fields contain metadata for each event before RMS relabeling, while "events_caption", "events_ucs_category", "events_caption_range", and "events_id" correspond to each event after relabeling. If an event is split into multiple segments, the lists in these latter fields will be longer than those in the former. Example of an `events` entry (list of dicts): ```[ { "id": "...", "sample_rate": 48000, "wav": "...wav", "duration": 1.23, "caption": "...", "ucs_category": "...", "start_time": 0.0, "end_time": 1.23 }, ...]``` Example of a `background` entry (dict): ```{ "id": "...", "sample_rate": 48000, "wav": "...wav", "duration": 90.1, "caption": "...", "ucs_category": "..."}``` JSON Files Each JSON file in `asfx_sed/` contains the same fields as a row in the Parquet file, but for a single sample. The corresponding audio files are in the same folder. Usage Example Loading the Parquet Metadata ```pythonimport pandas as pdmetadata = pd.read_parquet('asfx_sed_metadata.parquet')print(metadata.head())``` Accessing Audio and JSON ```pythonimport jsonwith open('asfx_sed/0000000.json', 'r') as f: sample = json.load(f)print(sample['background_caption'])``` PyTorch DataLoader Example A simple PyTorch `Dataset` and `DataLoader` for this dataset is provided in `dataloader_example.py`. Example Usage ```pythonfrom dataloader_example import ASFX_SED_Datasetfrom torch.utils.data import DataLoader dataset = ASFX_SED_Dataset( parquet_path='asfx_sed_metadata.parquet', audio_dir='asfx_sed/')dataloader = DataLoader(dataset, batch_size=8, shuffle=True) for batch in dataloader: print(batch['id']) print(batch['background_caption']) # batch['audio'] is a list of numpy arrays (waveforms) break``` See the code and comments in `dataloader_example.py` for details on how to customize loading, audio processing, and batching. Citation If you use this dataset in your research or find it helpful, please cite the following paper: ```@inproceedings{wu2025flam,title={{FLAM}: Frame-Wise Language-Audio Modeling},author={Yusong Wu and Christos Tsirigotis and Ke Chen and Cheng-Zhi Anna Huang and Aaron Courville and Oriol Nieto and Prem Seetharaman and Justin Salamon},booktitle={Forty-second International Conference on Machine Learning},year={2025},}``` --- **Contact:** Yusong Wu (wu.yusong@mila.quebec), Justin Salamon (salamon@adobe.com) **License:** ADOBE RESEARCH LICENSE (see LICENSE.md)

Fetched live from OpenAlex and de-inverted. Abstracts are not stored in this database: the inverted indexes are 8.6 GB of the frame’s 9.3 GB of text, and the host has 13 GB free.

How this classification was reachedexpand

Full frame machine prediction

Teacher imitation

Not calibrated prevalence, not ground truth. Human validation pending. The Gemma side is a direct model label for every work in the frame, read from the title-only record. The Codex side is a classifier learned from the 10,348 direct Codex labels and calibrated to design-weighted sample rates; fields without enough sample support carry no Codex call. Candidate is the union of the two sides; consensus is their intersection. These outputs are machine_predicted_unvalidated and are not human labels.

metaresearch head score (Codex)0.002
metaresearch head score (Gemma)0.006
Version: metacan-v3-hybrid-931329e0061cValidation status: machine_predicted_unvalidated
Candidate categoriesnone
Consensus categoriesnone
DomainCandidate signal: none · Consensus signal: none
Study designCandidate signal: Simulation or modeling · Consensus signal: none
GenreCandidate signal: Empirical · Consensus signal: none
Teacher disagreement score0.067
Threshold uncertainty score0.223

Distilled classifier scores by category (both heads)

CategoryCodexGemma
Metaresearch0.0020.006
Meta-epidemiology (narrow)0.0050.001
Meta-epidemiology (broad)0.0020.003
Bibliometrics0.0030.003
Science and technology studies0.0010.001
Scholarly communication0.0030.003
Open science0.0060.003
Research integrity0.0020.003
Insufficient payload (model declined to judge)0.0670.106

Machine scores (provisional)

The two teacher heads of the student model, read on this work. A score orders the frame for review; it never asserts a category, and the validation status ships verbatim with every row.

Baseline scores from an immature model (maturity gate not passed, 7 training rounds). Scores rank; they never assert a category.

Opus teacher head0.047
GPT teacher head0.292
Teacher spread0.245 · how far apart the two teachers sit on this one work
Validation statusscore_only:v0-immature-baseline · verbatim from the scoring run: score_only means the number may rank works, and no category label ships from it

Classification

machine, unvalidated

Machine predicted; a candidate call from one source (direct Gemma or distilled Codex), not a consensus.

The models applied no category: nothing in the taxonomy fit this work.
Study designSimulation or modeling
Domainnot available
GenreEmpirical

How this classification was reached, model by model and score by score, is at the end of the page under "How this classification was reached".

Quick stats

Citations0
Published2025
Admission routes1
Has abstractyes

Explore more

Same venueArXiv.orgSame topicMusic and Audio ProcessingFrench-language works237,207