中文
相关论文

相关论文: MixMo: Mixing Multiple Inputs for Multiple Outputs…

200 篇论文

Mixup is a highly successful technique to improve generalization of neural networks by augmenting the training data with combinations of random pairs. Selective mixup is a family of methods that apply mixup to specific pairs, e.g. only…

机器学习 · 计算机科学 2023-06-06 Damien Teney , Jindong Wang , Ehsan Abbasnejad

Low-precision networks, with weights and activations quantized to low bit-width, are widely used to accelerate inference on edge devices. However, current solutions are uniform, using identical bit-width for all filters. This fails to…

机器学习 · 计算机科学 2020-04-14 Zhaowei Cai , Nuno Vasconcelos

Recent advancements in Multimodal Large Language Models (LLMs) have focused primarily on scaling by increasing text-image pair data and enhancing LLMs to improve performance on multimodal tasks. However, these scaling approaches are…

计算机视觉与模式识别 · 计算机科学 2024-05-10 Jiachen Li , Xinyao Wang , Sijie Zhu , Chia-Wen Kuo , Lu Xu , Fan Chen , Jitesh Jain , Humphrey Shi , Longyin Wen

Pretrained machine learning models need to be adapted to distribution shifts when deployed in new target environments. When obtaining labeled data from the target distribution is expensive, few-shot adaptation with only a few examples from…

机器学习 · 计算机科学 2024-05-31 Yihao Xue , Ali Payani , Yu Yang , Baharan Mirzasoleiman

Multi-exit network is a promising architecture for efficient model inference by sharing backbone networks and weights among multiple exits. However, the gradient conflict of the shared weights results in sub-optimal accuracy. This paper…

计算机视觉与模式识别 · 计算机科学 2024-08-13 Cheng Gong , Yao Chen , Qiuyang Luo , Ye Lu , Tao Li , Yuzhi Zhang , Yufei Sun , Le Zhang

We introduce MixtureKit, a modular open-source framework for constructing, training, and analyzing Mixture-of-Experts (MoE) models from arbitrary pre-trained or fine-tuned models. MixtureKit currently supports three complementary methods:…

机器学习 · 计算机科学 2025-12-16 Ahmad Chamma , Omar El Herraoui , Guokan Shang

This paper proposes a simple yet effective interpolation-based data augmentation approach termed DoubleMix, to improve the robustness of models in text classification. DoubleMix first leverages a couple of simple augmentation operations to…

计算与语言 · 计算机科学 2022-09-13 Hui Chen , Wei Han , Diyi Yang , Soujanya Poria

Mixture-of-Expert (MoE) models outperform conventional models by selectively activating different subnets, named experts, on a per-token basis. This gated computation generates dynamic communications that cannot be determined beforehand,…

Mixture-of-Experts (MoE) models have shown remarkable capability in instruction tuning, especially when the number of tasks scales. However, previous methods simply merge all training tasks (e.g. creative writing, coding, and mathematics)…

计算与语言 · 计算机科学 2024-06-18 Tong Zhu , Daize Dong , Xiaoye Qu , Jiacheng Ruan , Wenliang Chen , Yu Cheng

In recent years, deep learning networks have made remarkable strides in the domain of multi-exposure image fusion. Nonetheless, prevailing approaches often involve directly feeding over-exposed and under-exposed images into the network,…

计算机视觉与模式识别 · 计算机科学 2024-04-11 Pan Mu , Zhiying Du , Jinyuan Liu , Cong Bai

Deep networks can learn to accurately recognize objects of a category by training on a large number of annotated images. However, a meta-learning challenge known as a low-shot image recognition task comes when only a few images with…

计算机视觉与模式识别 · 计算机科学 2021-01-14 Mengting Chen , Xinggang Wang , Heng Luo , Yifeng Geng , Wenyu Liu

We introduce Noisy Feature Mixup (NFM), an inexpensive yet effective method for data augmentation that combines the best of interpolation based training and noise injection schemes. Rather than training with convex combinations of pairs of…

机器学习 · 计算机科学 2023-05-23 Soon Hoe Lim , N. Benjamin Erichson , Francisco Utrera , Winnie Xu , Michael W. Mahoney

To address the issues of MixUp and its variants (e.g., Manifold MixUp) in image classification tasks-namely, their neglect of mixing within the same class (intra-class mixup) and their inadequacy in enhancing intra-class cohesion through…

计算机视觉与模式识别 · 计算机科学 2024-03-26 Ye Xu , Ya Gao , Xiaorong Qiu , Yang Chen , Ying Ji

Despite tremendous advancements in Artificial Intelligence, learning from large sets of data in an unsupervised manner remains a significant challenge. Classical clustering algorithms often fail to discover complex dependencies in large…

机器学习 · 计算机科学 2023-07-18 Adam Piróg , Halina Kwaśnicka

In comparison to classical shallow representation learning techniques, deep neural networks have achieved superior performance in nearly every application benchmark. But despite their clear empirical advantages, it is still not well…

机器学习 · 计算机科学 2022-01-11 Calvin Murdock , George Cazenavette , Simon Lucey

Patch-level data augmentation techniques such as Cutout and CutMix have demonstrated significant efficacy in enhancing the performance of vision tasks. However, a comprehensive theoretical understanding of these methods remains elusive. In…

机器学习 · 计算机科学 2024-11-01 Junsoo Oh , Chulhee Yun

Deep learning based medical image segmentation models usually require large datasets with high-quality dense segmentations to train, which are very time-consuming and expensive to prepare. One way to tackle this challenge is by using the…

计算机视觉与模式识别 · 计算机科学 2019-08-27 Duo Wang , Ming Li , Nir Ben-Shlomo , C. Eduardo Corrales , Yu Cheng , Tao Zhang , Jagadeesan Jayender

We propose a learning framework named Feature Fusion Learning (FFL) that efficiently trains a powerful classifier through a fusion module which combines the feature maps generated from parallel neural networks. Specifically, we train a…

计算机视觉与模式识别 · 计算机科学 2020-07-22 Jangho Kim , Minsung Hyun , Inseop Chung , Nojun Kwak

Mixed Sample Data Augmentation (MSDA) has received increasing attention in recent years, with many successful variants such as MixUp and CutMix. By studying the mutual information between the function learned by a VAE on the original data…

机器学习 · 计算机科学 2021-03-02 Ethan Harris , Antonia Marcu , Matthew Painter , Mahesan Niranjan , Adam Prügel-Bennett , Jonathon Hare

MixUp is a recently proposed data-augmentation scheme, which linearly interpolates a random pair of training examples and correspondingly the one-hot representations of their labels. Training deep neural networks with such additional data…

机器学习 · 计算机科学 2018-11-26 Hongyu Guo , Yongyi Mao , Richong Zhang