中文
相关论文

相关论文: Task-Aware Mixture-of-Experts for Time Series Anal…

200 篇论文

Accurate univariate forecasting remains a pressing need in real-world systems, such as energy markets, hydrology, retail demand, and IoT monitoring, where signals are often intermittent and horizons span both short- and long-term. While…

机器学习 · 计算机科学 2025-08-26 Kyrylo Yemets , Mykola Lukashchuk , Ivan Izonin

In a distributed mixture-of-experts (MoE) system, a server collaborates with multiple specialized expert clients to perform inference. The server extracts features from input data and dynamically selects experts based on their areas of…

机器学习 · 计算机科学 2025-04-02 Qiuchen Song , Shusen Jing , Shuai Zhang , Songyang Zhang , Chuan Huang

Non-stationary time series forecasting is challenged by evolving distribution shifts that static models struggle to capture. While Mixture-of-Experts (MoE) architectures offer a promising paradigm for decoupling complex drift patterns,…

机器学习 · 计算机科学 2026-05-21 Jiawen Zhu , Shuhan Liu , Di Weng , Yingcai Wu

Large language models, such as OpenAI's ChatGPT, have demonstrated exceptional language understanding capabilities in various NLP tasks. Sparsely activated mixture-of-experts (MoE) has emerged as a promising solution for scaling models…

计算与语言 · 计算机科学 2023-10-12 Jiamin Li , Qiang Su , Yitao Yang , Yimin Jiang , Cong Wang , Hong Xu

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

Sparse Mixture of Experts (sMoE) has become a pivotal approach for scaling large vision-language models, offering substantial capacity while maintaining computational efficiency through dynamic, sparse activation of experts. However,…

机器学习 · 计算机科学 2025-10-21 Yongxiang Hua , Haoyu Cao , Zhou Tao , Bocheng Li , Zihao Wu , Chaohu Liu , Linli Xu

Multivariate time series (MTS) anomaly detection is a critical task that involves identifying abnormal patterns or events in data that consist of multiple interrelated time series. In order to better model the complex interdependence…

机器学习 · 计算机科学 2024-12-31 Xiaoyu Huang , Weidong Chen , Bo Hu , Zhendong Mao

Sparsely gated Mixture-of-Expert (MoE) has demonstrated its effectiveness in scaling up deep neural networks to an extreme scale. Despite that numerous efforts have been made to improve the performance of MoE from the model design or system…

机器学习 · 计算机科学 2023-02-21 Chang Chen , Min Li , Zhihua Wu , Dianhai Yu , Chao Yang

In recent years, Mixture-of-Experts (MoE) has emerged as an effective approach for enhancing the capacity of deep neural network (DNN) with sub-linear computational costs. However, storing all experts on GPUs incurs significant memory…

机器学习 · 计算机科学 2025-03-11 Suraiya Tairin , Shohaib Mahmud , Haiying Shen , Anand Iyer

In recent years, various methods have been proposed for mesh analysis, each offering distinct advantages and often excelling on different object classes. We present a novel Mixture of Experts (MoE) framework designed to harness the…

计算机视觉与模式识别 · 计算机科学 2026-03-03 Amir Belder , Ayellet Tal

In mobile edge computing (MEC) networks, mobile users generate diverse machine learning tasks dynamically over time. These tasks are typically offloaded to the nearest available edge server, by considering communication and computational…

机器学习 · 计算机科学 2025-03-26 Hongbo Li , Lingjie Duan

Mixture of experts (MoE), introduced over 20 years ago, is the simplest gated modular neural network architecture. There is renewed interest in MoE because the conditional computation allows only parts of the network to be used during each…

机器学习 · 计算机科学 2023-03-01 Yamuna Krishnamurthy , Chris Watkins , Thomas Gaertner

We introduce a Mixture of Raytraced Experts, a stacked Mixture of Experts (MoE) architecture which can dynamically select sequences of experts, producing computational graphs of variable width and depth. Existing MoE architectures generally…

机器学习 · 计算机科学 2025-07-17 Andrea Perin , Giacomo Lagomarsini , Claudio Gallicchio , Giuseppe Nuti

We introduce Mixture-of-Gaussians with Uncertainty-based Gating (MoGU), a novel Mixture-of-Experts (MoE) framework designed for regression tasks. MoGU replaces standard learned gating with an intrinsic routing paradigm where expert-specific…

机器学习 · 计算机科学 2026-02-04 Gilad Aviv , Jacob Goldberger , Yoli Shavit

We propose a novel adaptive Mixture-of-Experts (MoE) framework for time series forecasting that enhances expert specialization by incorporating expert-specific loss information directly into the training process. Notably, the overall…

机器学习 · 统计学 2026-05-12 Btissame El Mahtout , Florian Ziel

Continual learning (CL) has garnered significant attention because of its ability to adapt to new tasks that arrive over time. Catastrophic forgetting (of old tasks) has been identified as a major issue in CL, as the model adapts to new…

机器学习 · 计算机科学 2025-02-20 Hongbo Li , Sen Lin , Lingjie Duan , Yingbin Liang , Ness B. Shroff

Reinforcement learning (RL) has equipped LLM agents with a strong ability to solve complex tasks. However, existing RL methods normally use a \emph{single} policy network, causing \emph{simplicity bias} where simple tasks occupy most…

人工智能 · 计算机科学 2026-05-20 Shengtian Yang , Yu Li , Shuo He , Yewen Li , Qingpeng Cai , Peng Jiang , Lei Feng

Transformer-based models have recently made significant advances in accurate time-series forecasting, but even these architectures struggle to scale efficiently while capturing long-term temporal dynamics. Mixture-of-Experts (MoE) layers…

机器学习 · 计算机科学 2026-03-17 Evandro S. Ortigossa , Eran Segal

Mixture-of-Experts (MoE) offers flexible graph reasoning by combining multiple views of a graph through a learned router. We investigate routing-aware explanations for MoE graph models in malware detection using control flow graphs (CFGs).…

密码学与安全 · 计算机科学 2026-02-24 Hossein Shokouhinejad , Roozbeh Razavi-Far , Griffin Higgins , Ali. A Ghorbani

Modern applications increasingly involve many heterogeneous input streams, such as clinical sensors, wearable device data, imaging, and text, each with distinct measurement models, sampling rates, and noise characteristics. We define this…

机器学习 · 计算机科学 2026-03-03 Xing Han , Hsing-Huan Chung , Joydeep Ghosh , Paul Pu Liang , Suchi Saria
‹ 上一页 1 2 3 10 下一页 ›