paper-with-me

홈 › Papers

Biased Mixtures Of Experts: Enabling Computer Vision Inference Under Data Transfer Limitations

2020-08-21 · Alhabib Abbas, Yiannis Andreopoulos

We propose a novel mixture-of-experts class to optimize computer vision models in accordance with data transfer limitations at test time. Our approach postulates that the minimum acceptable amount of data allowing for highly-accurate results can vary for different input space partitions. Therefore, we consider mixtures where experts require different amounts of data, and train a sparse gating function to divide the input space for each expert. By appropriate hyperparameter selection, our approach is able to bias mixtures of experts towards selecting specific experts over others. In this way, we show that the data transfer optimization between visual sensing and processing can be solved as a convex optimization problem.To demonstrate the relation between data availability and performance, we evaluate biased mixtures on a range of mainstream computer vision problems, namely: (i) single shot detection, (ii) image super resolution, and (iii) realtime video action classification. For all cases, and when experts constitute modified baselines to meet different limits on allowed data utility, biased mixtures significantly outperform previous work optimized to meet the same constraints on available data.

📄 PDF Abstract BibTeX arXiv:2008.09662

Code (0)

등록된 구현이 없습니다.

Tasks

Action ClassificationImage Super-ResolutionMixture-of-ExpertsSuper-Resolution

Similar Papers 제목 키워드 기반

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

Extracting Uncertainty Estimates from Mixtures of Experts for Semantic Segmentation

2025-09-05 · Svetlana Pavlitska, Beyza Keskin, Alwin Faßbender, Christian Hubschneider 외 arxiv

Estimating accurate and well-calibrated predictive uncertainty is important for enhancing the reliability of computer vision models, especially in safety-critical applications like traffic scene perception. While ensembl…

Semantic Segmentation

Tighter Risk Bounds for Mixtures of Experts

2024-10-14 · Wissam Akretche, Frédéric LeBlanc, Mario Marchand

In this work, we provide upper bounds on the risk of mixtures of experts by imposing local differential privacy (LDP) on their gating mechanism. These theoretical guarantees are tailored to mixtures of experts that utili…

Gaussian Process-Gated Hierarchical Mixtures of Experts

2023-02-09 · Yuhao Liu, Marzieh Ajirak, Petar Djuric

In this paper, we propose novel Gaussian process-gated hierarchical mixtures of experts (GPHMEs). Unlike other mixtures of experts with gating models linear in the input, our model employs gating functions built with Gau…

Gaussian ProcessesVariational Inference

Horseshoe Mixtures-of-Experts (HS-MoE)

2026-01-14 · Nick Polson, Vadim Sokolov arxiv

Horseshoe mixtures-of-experts (HS-MoE) models provide a Bayesian framework for sparse expert selection in mixture-of-experts architectures. We combine the horseshoe prior's adaptive global-local shrinkage with input-depe…