--- pretty_name: HouseX Genre Audio Classification task_categories: - audio-classification task_ids: - multi-class-classification tags: - audio - music - edm - house - classification size_categories: - 1K/*.ogg validation//*.ogg ``` ## Data Preparation Notes - Source annotations were numeric scores per class. - A single class label was assigned per track via argmax score. - If multiple classes tied at max score, deterministic tie-break (alphabetical) was used. - Random seed for split: `42`. - Train/validation split ratio: `9:1` (stratified by class). ## Loading Example ```python from datasets import load_dataset train_ds = load_dataset("audiofolder", data_dir=".", split="train") val_ds = load_dataset("audiofolder", data_dir=".", split="validation") print(train_ds, val_ds) ``` ## Class Distribution ### Train - `bass_house`: 139 - `bigroom`: 99 - `deep_house`: 85 - `future_house`: 169 - `future_rave`: 106 - `progressive_house`: 158 - `slap_house`: 93 - `techno`: 83 ### Validation - `bass_house`: 15 - `bigroom`: 11 - `deep_house`: 9 - `future_house`: 19 - `future_rave`: 12 - `progressive_house`: 18 - `slap_house`: 10 - `techno`: 9 ## License We are committed to ethical and legal research practices and have carefully considered copyright implications in our non-commercial, academic work aimed at advancing music information retrieval (MIR) for EDM. Below, we address these concerns and clarify our approach: - Justification for Commercial Releases: To ensure high audio quality and representativeness of contemporary EDM, we used commercial releases, as these reflect the production standards and diversity of the genre’s biggest hits. This choice strengthens the validity and generalizability of our findings, which aim to benefit the MIR community and, indirectly, the music industry through improved music analysis tools. - Non-Commercial Academic Research: Our study is purely academic, with no commercial intent or application. The dataset and model are developed solely to advance MIR techniques for EDM sub-genre classification, contributing to the broader scientific community’s understanding of music structure and style. - Transformative Use of Limited Excerpts: We extracted only the “drop” sections of the songs, which are short, distinct segments (typically 15–30 seconds). This use is transformative, as the drops are processed for feature extraction and classification, not for reproduction or consumption as music. The dataset does not enable reconstruction of the original songs, ensuring no substitution for the artists’ or labels’ original market. - No Market Harm: Our work, even if the dataset is made public, poses no threat to the commercial market of the original artists or record labels. The dataset consists of processed audio features and short excerpts, not full tracks, and is intended for research purposes only. To the best of our knowledge, they could not be used to replicate or compete with the original songs, We are faithfully grateful to all the artists who produced these amazing tracks. Still, if you have copyright issues, please contact xl3133@nyu.edu.