English

Video-Based MPAA Rating Prediction: An Attention-Driven Hybrid Architecture Using Contrastive Learning

Computer Vision and Pattern Recognition 2025-09-09 v1 Machine Learning

Abstract

The rapid growth of visual content consumption across platforms necessitates automated video classification for age-suitability standards like the MPAA rating system (G, PG, PG-13, R). Traditional methods struggle with large labeled data requirements, poor generalization, and inefficient feature learning. To address these challenges, we employ contrastive learning for improved discrimination and adaptability, exploring three frameworks: Instance Discrimination, Contextual Contrastive Learning, and Multi-View Contrastive Learning. Our hybrid architecture integrates an LRCN (CNN+LSTM) backbone with a Bahdanau attention mechanism, achieving state-of-the-art performance in the Contextual Contrastive Learning framework, with 88% accuracy and an F1 score of 0.8815. By combining CNNs for spatial features, LSTMs for temporal modeling, and attention mechanisms for dynamic frame prioritization, the model excels in fine-grained borderline distinctions, such as differentiating PG-13 and R-rated content. We evaluate the model's performance across various contrastive loss functions, including NT-Xent, NT-logistic, and Margin Triplet, demonstrating the robustness of our proposed architecture. To ensure practical application, the model is deployed as a web application for real-time MPAA rating classification, offering an efficient solution for automated content compliance across streaming platforms.

Keywords

Cite

@article{arxiv.2509.06826,
  title  = {Video-Based MPAA Rating Prediction: An Attention-Driven Hybrid Architecture Using Contrastive Learning},
  author = {Dipta Neogi and Nourash Azmine Chowdhury and Muhammad Rafsan Kabir and Mohammad Ashrafuzzaman Khan},
  journal= {arXiv preprint arXiv:2509.06826},
  year   = {2025}
}

Comments

12 pages, 9 figures

R2 v1 2026-07-01T05:26:42.934Z