English

Video Relationship Detection Using Mixture of Experts

Computer Vision and Pattern Recognition 2024-03-08 v1 Machine Learning

Abstract

Machine comprehension of visual information from images and videos by neural networks faces two primary challenges. Firstly, there exists a computational and inference gap in connecting vision and language, making it difficult to accurately determine which object a given agent acts on and represent it through language. Secondly, classifiers trained by a single, monolithic neural network often lack stability and generalization. To overcome these challenges, we introduce MoE-VRD, a novel approach to visual relationship detection utilizing a mixture of experts. MoE-VRD identifies language triplets in the form of < subject, predicate, object> tuples to extract relationships from visual processing. Leveraging recent advancements in visual relationship detection, MoE-VRD addresses the requirement for action recognition in establishing relationships between subjects (acting) and objects (being acted upon). In contrast to single monolithic networks, MoE-VRD employs multiple small models as experts, whose outputs are aggregated. Each expert in MoE-VRD specializes in visual relationship learning and object tagging. By utilizing a sparsely-gated mixture of experts, MoE-VRD enables conditional computation and significantly enhances neural network capacity without increasing computational complexity. Our experimental results demonstrate that the conditional computation capabilities and scalability of the mixture-of-experts approach lead to superior performance in visual relationship detection compared to state-of-the-art methods.

Keywords

Cite

@article{arxiv.2403.03994,
  title  = {Video Relationship Detection Using Mixture of Experts},
  author = {Ala Shaabana and Zahra Gharaee and Paul Fieguth},
  journal= {arXiv preprint arXiv:2403.03994},
  year   = {2024}
}
R2 v1 2026-06-28T15:11:28.529Z