ICASSP 2023accepted0 citations

Hierarchical Transformer for Multi-Label Trailer Genre Classification

Zihui Cai, Hongwei Ding, Xuemeng Wu, Mohan Xu, Xiaohui Cui

Abstract

Determining the genres of a trailer is a challenging multi-label classification task. Previous studies tend to classify by CNN or RNN. Recently, Transformer based on attention mechanism has achieved better results in many research fields than CNN and RNN. Inspired by these, we propose a Hierarchical Transformer (HT). HT can process both the frame sequence (HT-F) and audio (HT-A) of trailers. Besides, a feature compression module is inserted into HT-F, and audio spectrogram segment is processed by HT-A as a whole, which can effectively reduce the data processed by the second Transformer. In order to reduce the training cost and improve the performance, we load the pre-trained weights from other related fields into some parameters of HT, and utilize the limited resources to train the remaining parameters. Experiments show that our best model outperforms state-of-the-art methods on several comprehensive metrics.

BibTeX
@inproceedings{icassp2023_hierarchicaltran,
  title = {Hierarchical Transformer for Multi-Label Trailer Genre Classification},
  author = {Zihui Cai and Hongwei Ding and Xuemeng Wu and Mohan Xu and Xiaohui Cui},
  booktitle = {ICASSP 2023},
  year = {2023}
}