Grammar-Guided Hierarchical Parsing for Long-form Audio Activity Recognition
This paper proposes a method for hierarchically parsing long-form audio data into order-consistent Act-Sub-Event parse trees using Hierarchical Activity Grammar.
Proposes a new method for hierarchical parsing of long-form audio data using Hierarchical Activity Grammar
Before reading this…
Applications
- →Speech recognition
- →Automatic summarization
- →Audio content analysis
To understand this paper, make sure you know these concepts first:
- Familiarity with natural language processing and machine learning conceptsfind papers →
- Basic understanding of audio data processingfind papers →
Abstract
More Like ThisLong-form audio exhibits an inherent hierarchy: fine-grained events form sub-activities, which in turn constitute higher-level activities. Prior work often models these levels separately, leading to cross-level inconsistencies and requiring supervision at multiple levels. We formulate the problem as hierarchical parsing from event-level evidence: given detected event segments with class posteriors, we infer an order-consistent Act-Sub-Event parse tree. We propose Hierarchical Activity Grammar, encoding hierarchical composition and temporal-order constraints, and perform grammar-guided decoding that combines event evidence with a grammar prior. This yields a temporally grounded parse tree from which sub-activity segmentation and activity classification are derived, without requiring sub-activity or activity labels for training. Experiments on the long-form MultiAct audio dataset demonstrate improved temporal-order consistency (Edit score) and produces interpretable hierarchies.