中文
相关论文

相关论文: Exploring Sparse MoE in GANs for Text-conditioned …

200 篇论文

In this work, we present the Text Conditioned Auxiliary Classifier Generative Adversarial Network, (TAC-GAN) a text to image Generative Adversarial Network (GAN) for synthesizing images from their text descriptions. Former approaches have…

计算机视觉与模式识别 · 计算机科学 2017-03-28 Ayushman Dash , John Cristian Borges Gamboa , Sheraz Ahmed , Marcus Liwicki , Muhammad Zeshan Afzal

As a challenging task, text-to-image generation aims to generate photo-realistic and semantically consistent images according to the given text descriptions. Existing methods mainly extract the text information from only one sentence to…

计算机视觉与模式识别 · 计算机科学 2022-09-29 Xintian Wu , Hanbin Zhao , Liangli Zheng , Shouhong Ding , Xi Li

Recent progress in deep learning has been driven by increasingly large-scale models, but the resulting computational cost has become a critical bottleneck. Sparse Mixture of Experts (MoE) offers an effective solution by activating only a…

计算机视觉与模式识别 · 计算机科学 2026-04-24 Masahiro Kada , Ryota Yoshihashi , Satoshi Ikehata , Rei Kawakami , Ikuro Sato

As machine learning models scale in size and complexity, their computational requirements become a significant barrier. Mixture-of-Experts (MoE) models alleviate this issue by selectively activating relevant experts. Despite this, MoE…

机器学习 · 计算机科学 2024-10-23 Jialong Li , Shreyansh Tripathi , Lakshay Rastogi , Yiming Lei , Rui Pan , Yiting Xia

Generative adversarial networks conditioned on textual image descriptions are capable of generating realistic-looking images. However, current methods still struggle to generate images based on complex image captions from a heterogeneous…

计算机视觉与模式识别 · 计算机科学 2020-09-04 Tobias Hinz , Stefan Heinrich , Stefan Wermter

Mixture-of-Experts (MoE) architectures enable conditional computation by routing inputs to multiple expert subnetworks and are often motivated as a mechanism for scaling large language models. In this project, we instead study MoE behavior…

机器学习 · 计算机科学 2026-01-22 Adam Rokah , Daniel Veress , Caleb Caulk , Sourav Sharan

In this work, we first explore whether the parameters activated by the MoE layer remain highly sparse at inference. We perform a sparsification study on several representative MoE models. For each expert, we rank parameters by the magnitude…

计算与语言 · 计算机科学 2025-10-08 Runxi Cheng , Yuchen Guan , Yucheng Ding , Qingguo Hu , Yongxian Wei , Chun Yuan , Yelong Shen , Weizhu Chen , Yeyun Gong

Mixture-of-Experts (MoE) represents an ensemble methodology that amalgamates predictions from several specialized sub-models (referred to as experts). This fusion is accomplished through a router mechanism, dynamically assigning weights to…

机器学习 · 计算机科学 2024-03-27 Jinze Zhao , Peihao Wang , Zhangyang Wang

Recent approaches in generative adversarial networks (GANs) can automatically synthesize realistic images from descriptive text. Despite the overall fair quality, the generated images often expose visible flaws that lack structural…

计算机视觉与模式识别 · 计算机科学 2017-08-31 Miriam Cha , Youngjune Gwon , H. T. Kung

Unified image generation and editing models suffer from severe task interference in dense diffusion transformers architectures, where a shared parameter space must compromise between conflicting objectives (e.g., local editing v.s.…

计算机视觉与模式识别 · 计算机科学 2026-03-27 Yu Xu , Hongbin Yan , Juan Cao , Yiji Cheng , Tiankai Hang , Runze He , Zijin Yin , Shiyi Zhang , Yuxin Zhang , Jintao Li , Chunyu Wang , Qinglin Lu , Tong-Yee Lee , Fan Tang

The image-to-image generation task aims to produce controllable images by leveraging conditional inputs and prompt instructions. However, existing methods often train separate control branches for each type of condition, leading to…

计算机视觉与模式识别 · 计算机科学 2025-12-16 Guoqing Zhang , Xingtong Ge , Lu Shi , Xin Zhang , Muqing Xue , Wanru Xu , Yigang Cen , Yidong Li

We propose Tensor-Trained Low-Rank Adaptation Mixture of Experts (TT-LoRA MoE), a novel computational framework integrating Parameter-Efficient Fine-Tuning (PEFT) with sparse MoE routing to address scalability challenges in large model…

机器学习 · 计算机科学 2026-01-27 Pradip Kunwar , Minh N. Vu , Maanak Gupta , Mahmoud Abdelsalam , Manish Bhattarai

Synthesizing high-quality realistic images from text descriptions is a challenging task. Existing text-to-image Generative Adversarial Networks generally employ a stacked architecture as the backbone yet still remain three flaws. First, the…

计算机视觉与模式识别 · 计算机科学 2022-10-18 Ming Tao , Hao Tang , Fei Wu , Xiao-Yuan Jing , Bing-Kun Bao , Changsheng Xu

Parameter Efficient Tuning has been an prominent approach to adapt the Large Language Model to downstream tasks. Most previous works considers adding the dense trainable parameters, where all parameters are used to adapt certain task. We…

计算与语言 · 计算机科学 2023-11-16 Yun Zhu , Nevan Wichers , Chu-Cheng Lin , Xinyi Wang , Tianlong Chen , Lei Shu , Han Lu , Canoee Liu , Liangchen Luo , Jindong Chen , Lei Meng

Sparse Mixture-of-Experts (MoE) architectures have emerged as a promising approach to decoupling model capacity from computational cost. At the core of the MoE model is the router, which learns the underlying clustering structure of the…

机器学习 · 计算机科学 2026-04-21 Stefan K. Nielsen , Rachel S. Y. Teo , Laziz U. Abdullaev , Tan M. Nguyen

Sparse Mixture-of-Experts (MoE) allows scaling of language and vision models efficiently by activating only a small subset of experts per input. While this reduces computation, the large number of parameters still incurs substantial memory…

Hard-parameter sharing is a common strategy to train a single model jointly across diverse tasks. However, this often leads to task interference, impeding overall model performance. To address the issue, we propose a simple yet effective…

计算与语言 · 计算机科学 2025-08-15 Hojun Jin , Eunsoo Hong , Ziwon Hyung , Sungjun Lim , Seungjin Lee , Keunseok Cho

Fine-grained text to image synthesis involves generating images from texts that belong to different categories. In contrast to general text to image synthesis, in fine-grained synthesis there is high similarity between images of different…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Xu Ouyang , Ying Chen , Kaiyue Zhu , Gady Agam

Generative adversarial networks (GANs) have been successfully used for considerable computer vision tasks, especially the image-to-image translation. However, generators in these networks are of complicated architectures with large number…

计算机视觉与模式识别 · 计算机科学 2019-07-26 Han Shu , Yunhe Wang , Xu Jia , Kai Han , Hanting Chen , Chunjing Xu , Qi Tian , Chang Xu

Sparsely activated Mixture-of-Experts (MoE) models effectively increase the number of parameters while maintaining consistent computational costs per token. However, vanilla MoE models often suffer from limited diversity and specialization…

机器学习 · 计算机科学 2025-07-11 Lei Kang , Jia Li , Mi Tian , Hua Huang