Ontological Learning from Weak Labels
Larry Tang, Po Hao Chou, Yi Yu Zheng, Ziqian Ge, Ankit Shah, Bhiksha, Raj

TL;DR
This paper explores how ontological information can enhance learning from weakly labeled audio data, using Graph Convolutional Networks to model concept relationships, and evaluates their effectiveness on the AudioSet dataset.
Contribution
It introduces a GCN-based approach to incorporate ontology knowledge into weakly supervised audio event classification, improving upon baseline models.
Findings
GCN captures ontology knowledge better for weak, multi-labeled data
Best GCN model achieves higher mAP and AUC scores for concepts
Ontology information does not significantly outperform models without it
Abstract
Ontologies encompass a formal representation of knowledge through the definition of concepts or properties of a domain, and the relationships between those concepts. In this work, we seek to investigate whether using this ontological information will improve learning from weakly labeled data, which are easier to collect since it requires only the presence or absence of an event to be known. We use the AudioSet ontology and dataset, which contains audio clips weakly labeled with the ontology concepts and the ontology providing the "Is A" relations between the concepts. We first re-implemented the model proposed by soundevent_ontology with modification to fit the multi-label scenario and then expand on that idea by using a Graph Convolutional Network (GCN) to model the ontology information to learn the concepts. We find that the baseline Siamese does not perform better by incorporating…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing · Topic Modeling · Natural Language Processing Techniques
MethodsGraph Convolutional Network · Ontology
