paper-with-me

Papers

Context-aware Mixture-of-Experts for Unbiased Scene Graph Generation

2022-08-15 · Liguang Zhou, Yuhongze Zhou, Tin Lun Lam, Yangsheng Xu

Scene graph generation (SGG) has gained tremendous progress in recent years. However, its underlying long-tailed distribution of predicate classes is a challenging problem. For extremely unbalanced predicate distributions, existing approaches usually construct complicated context encoders to extract the intrinsic relevance of scene context to predicates and complex networks to improve the learning ability of network models for highly imbalanced predicate distributions. To address the unbiased SGG problem, we introduce a simple yet effective method dubbed Context-Aware Mixture-of-Experts (CAME) to improve model diversity and mitigate biased SGG without complicated design. Specifically, we propose to integrate the mixture of experts with a divide and ensemble strategy to remedy the severely long-tailed distribution of predicate classes, which is applicable to the majority of unbiased scene graph generators. The biased SGG is thereby reduced, and the model tends to anticipate more evenly distributed predicate predictions. To differentiate between various predicate distribution levels, experts with the same weights are not sufficiently diverse. In order to enable the network dynamically exploit the rich scene context and further boost the diversity of model, we simply use the built-in module to create a context encoder. The importance of each expert to scene context and each predicate to each expert is dynamically associated with expert weighting (EW) and predicate weighting (PW) strategy. We have conducted extensive experiments on three tasks using the Visual Genome dataset, showing that CAME outperforms recent methods and achieves state-of-the-art performance. Our code will be available publicly.

📄 PDF Abstract BibTeX arXiv:2208.07109

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityGraph GenerationMixture-of-Expertsobject-detectionObject DetectionScene Graph GenerationUnbiased Scene Graph Generation

Similar Papers 제목 키워드 기반

DoReMi: Bridging 3D Domains via Topology-Aware Domain-Representation Mixture of Experts

2025-11-14 · Mingwei Xing, Xinliang Wang, Yifeng Shi arxiv

Constructing a unified 3D scene understanding model has long been hindered by the significant topological discrepancies across different sensor modalities. While applying the Mixture-of-Experts (MoE) architecture is an e…

Scene Understanding

Unbiased Gradient Estimation with Balanced Assignments for Mixtures of Experts

2021-09-24 · NeurIPS Workshop ICBINB 2021 12 · Wouter Kool, Chris J. Maddison, andriy mnih

Training large-scale mixture of experts models efficiently on modern hardware requires assigning datapoints in a batch to different experts, each with a limited capacity. Recently proposed assignment procedures lack a pr…

Mixture-of-Experts

GEMINUS: Dual-aware Global and Scene-Adaptive Mixture-of-Experts for End-to-End Autonomous Driving

2025-07-19 · Chi Wan, Yixin Cui, Jiatong Du, Shuo Yang 외

End-to-end autonomous driving requires adaptive and robust handling of complex and diverse traffic environments. However, prevalent single-mode planning methods attempt to learn an overall policy while struggling to acqu…

Autonomous DrivingBench2DriveMixture-of-Experts

MoE-SPNet: A Mixture-of-Experts Scene Parsing Network

2018-06-19 · Huan Fu, Mingming Gong, Chaohui Wang, DaCheng Tao

Scene parsing is an indispensable component in understanding the semantics within a scene. Traditional methods rely on handcrafted local features and probabilistic graphical models to incorporate local and global cues. R…

Mixture-of-ExpertsScene Parsing

Mixture of Lookup Key-Value Experts

2025-12-10 · Zongcheng Wang arxiv

Recent research has developed several LLM architectures suitable for inference on end-user devices, such as the Mixture of Lookup Experts (MoLE)~\parencite{jie_mixture_2025}. A key feature of MoLE is that each token id i…