中文
相关论文

相关论文: Sparsity-Aware Evolution for Model Merging

200 篇论文

Sparse expert models are a thirty-year old concept re-emerging as a popular architecture in deep learning. This class of architecture encompasses Mixture-of-Experts, Switch Transformers, Routing Networks, BASE layers, and others, all with…

机器学习 · 计算机科学 2022-09-07 William Fedus , Jeff Dean , Barret Zoph

We propose a novel sparse preference learning/ranking algorithm. Our algorithm approximates the true utility function by a weighted sum of basis functions using the squared loss on pairs of data points, and is a generalization of the kernel…

机器学习 · 统计学 2013-07-04 Evgeni Tsivtsivadze , Tom Heskes

Sparse Bayesian Learning (SBL) models are extensively used in signal processing and machine learning for promoting sparsity through hierarchical priors. The hyperparameters in SBL models are crucial for the model's performance, but they are…

机器学习 · 计算机科学 2024-01-08 Feng Yu , Lixin Shen , Guohui Song

Sparse linear regression -- finding an unknown vector from linear measurements -- is now known to be possible with fewer samples than variables, via methods like the LASSO. We consider the multiple sparse linear regression problem, where…

机器学习 · 计算机科学 2012-02-28 Ali Jalali , Pradeep Ravikumar , Sujay Sanghavi

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

Matrix equations are omnipresent in (numerical) linear algebra and systems theory. Especially in model order reduction (MOR) they play a key role in many balancing based reduction methods for linear dynamical systems. When these systems…

数学软件 · 计算机科学 2020-05-12 Peter Benner , Martin Köhler , Jens Saak

The problem of learning a sparse model is conceptually interpreted as the process of identifying active features/samples and then optimizing the model over them. Recently introduced safe screening allows us to identify a part of non-active…

机器学习 · 统计学 2016-02-09 Atsushi Shibagaki , Masayuki Karasuyama , Kohei Hatano , Ichiro Takeuchi

Many classification approaches first represent a test sample using the training samples of all the classes. This collaborative representation is then used to label the test sample. It was a common belief that sparseness of the…

计算机视觉与模式识别 · 计算机科学 2015-12-01 Naveed Akhtar , Faisal Shafait , Ajmal Mian

Long Short-Term Memory (LSTM) has achieved state-of-the-art performances on a wide range of tasks. Its outstanding performance is guaranteed by the long-term memory ability which matches the sequential data perfectly and the gating…

神经与进化计算 · 计算机科学 2019-01-29 Shiwei Liu , Decebal Constantin Mocanu , Mykola Pechenizkiy

Sparse autoencoders (SAEs) have recently emerged as a powerful tool for language model steering. Prior work has explored top-k SAE latents for steering, but we observe that many dimensions among the top-k latents capture non-semantic…

计算与语言 · 计算机科学 2025-10-03 Jiaqing Xie

Speech emotion recognition (SER) plays a critical role in building emotion-aware speech systems, but its performance degrades significantly under noisy conditions. Although speech enhancement (SE) can improve robustness, it often introduces…

音频与语音处理 · 电气工程与系统科学 2026-04-29 Jing-Tong Tzeng , Carlos Busso , Chi-Chun Lee

Sparse Autoencoders (SAEs) aim to decompose the activation space of large language models (LLMs) into human-interpretable latent directions or features. As we increase the number of features in the SAE, hierarchical features tend to split…

计算与语言 · 计算机科学 2025-11-18 David Chanin , James Wilken-Smith , Tomáš Dulka , Hardik Bhatnagar , Satvik Golechha , Joseph Bloom

Sparse autoencoders (SAEs) improve interpretability in multimodal models, but it remains unclear whether SAE features form modular, composable units for reasoning-an assumption underlying many intervention-based steering methods. We test…

人工智能 · 计算机科学 2026-03-27 Yunpeng Zhou

In this work we show that Evolution Strategies (ES) are a viable method for learning non-differentiable parameters of large supervised models. ES are black-box optimization algorithms that estimate distributions of model parameters; however…

神经与进化计算 · 计算机科学 2019-06-10 Karel Lenc , Erich Elsen , Tom Schaul , Karen Simonyan

Joint Embedding Predictive Architectures (JEPA) have emerged as a powerful framework for learning general-purpose representations. However, these models often lack interpretability and suffer from inefficiencies due to dense embedding…

机器学习 · 计算机科学 2025-04-24 Max Hartman , Lav Varshney

Model merging aims to integrate task-specific abilities from individually fine-tuned models into a single model without extra training. In recent model merging methods, task vector has become a fundamental building block, as it can…

人工智能 · 计算机科学 2025-10-17 Bang An , Yibo Yang , Philip Torr , Bernard Ghanem

Biological systems exhibit two structural features on many levels of organization: sparseness, in which only a small fraction of possible interactions between components actually occur; and modularity - the near decomposability of the…

分子网络 · 定量生物学 2013-12-25 Tamar Friedlander , Avraham E. Mayo , Tsvi Tlusty , Uri Alon

Large multimodal models have achieved remarkable progress in both understanding and generation. Recent efforts pursue unified multimodal models that integrate heterogeneous components to support both capabilities within a single framework.…

计算机视觉与模式识别 · 计算机科学 2025-12-03 Shwai He , Chaorui Deng , Ang Li , Shen Yan

Sparse autoencoders (SAEs) have emerged as a powerful tool for interpreting large language models (LLMs) by decomposing token activations into combinations of human-understandable features. While SAEs provide crucial insights into LLM…

机器学习 · 计算机科学 2025-11-11 Zhen Xu , Zhen Tan , Song Wang , Kaidi Xu , Tianlong Chen

Mixture-of-Experts (MoE) models can achieve promising results with outrageous large amount of parameters but constant computation cost, and thus it has become a trend in model scaling. Still it is a mystery how MoE layers bring quality…