paper-with-me

Papers

MixMo: Mixing Multiple Inputs for Multiple Outputs via Deep Subnetworks

2021-03-10 · ICCV 2021 10 · Alexandre Rame, Remy Sun, Matthieu Cord

Recent strategies achieved ensembling "for free" by fitting concurrently diverse subnetworks inside a single base network. The main idea during training is that each subnetwork learns to classify only one of the multiple inputs simultaneously provided. However, the question of how to best mix these multiple inputs has not been studied so far. In this paper, we introduce MixMo, a new generalized framework for learning multi-input multi-output deep subnetworks. Our key motivation is to replace the suboptimal summing operation hidden in previous approaches by a more appropriate mixing mechanism. For that purpose, we draw inspiration from successful mixed sample data augmentations. We show that binary mixing in features - particularly with rectangular patches from CutMix - enhances results by making subnetworks stronger and more diverse. We improve state of the art for image classification on CIFAR-100 and Tiny ImageNet datasets. Our easy to implement models notably outperform data augmented deep ensembles, without the inference and memory overheads. As we operate in features and simply better leverage the expressiveness of large networks, we open a new line of research complementary to previous works.

📄 PDF Abstract BibTeX arXiv:2103.06132

Code (1)

alexrame/mixmo-pytorch 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…

Similar Papers 제목 키워드 기반

Bayesian Optimization For Multi-Objective Mixed-Variable Problems

2022-01-30 · Haris Moazam Sheikh, Philip S. Marcus

Optimizing multiple, non-preferential objectives for mixed-variable, expensive black-box problems is important in many areas of engineering and science. The expensive, noisy, black-box nature of these problems makes them…

Bayesian Optimization

A Mutually-Dependent Hadamard Kernel for Modelling Latent Variable Couplings

2017-02-27 · Sami Remes, Markus Heinonen, Samuel Kaski

We introduce a novel kernel that models input-dependent couplings across multiple latent processes. The pairwise joint kernel measures covariance along inputs and across different latent signals in a mutually-dependent f…

Bayesian InferenceClassificationEEGElectroencephalogram (EEG)+1

MixMOOD: A systematic approach to class distribution mismatch in semi-supervised learning using deep dataset dissimilarity measures

2020-06-14 · Saul Calderon-Ramirez, Luis Oala, Jordina Torrents-Barrena, Shengxiang Yang 외

In this work, we propose MixMOOD - a systematic approach to mitigate effect of class distribution mismatch in semi-supervised deep learning (SSDL) with MixMatch. This work is divided into two components: (i) an extensive…

Multi-class ClassificationSemantic SimilaritySemantic Textual Similarity

Rethinking Mixture-of-Agents: Is Mixing Different Large Language Models Beneficial?

2025-02-02 · Wenzhe Li, Yong Lin, Mengzhou Xia, Chi Jin

Ensembling outputs from diverse sources is a straightforward yet effective approach to boost performance. Mixture-of-Agents (MoA) is one such popular ensemble method that aggregates outputs from multiple different Large …

MathMMLU

Trading Complexity for Expressivity Through Structured Generalized Linear Token Mixing

2026-05-29 · Erwan Fagnou, Paul Caillon, Blaise Delattre, Alexandre Allauzen arxiv

Token mixing layers play a key role in how language models can learn and generate long-range dependencies. Their efficiency relies on the necessary trade-off between decoding speed and the memory requirements, along with…