paper-with-me

홈 › Papers

Decomposing the Neurons: Activation Sparsity via Mixture of Experts for Continual Test Time Adaptation

2024-05-26 · Rongyu Zhang, Aosong Cheng, Yulin Luo, Gaole Dai, Huanrui Yang, Jiaming Liu, ran Xu, Li Du, Yuan Du, Yanbing Jiang, Shanghang Zhang

Continual Test-Time Adaptation (CTTA), which aims to adapt the pre-trained model to ever-evolving target domains, emerges as an important task for vision models. As current vision models appear to be heavily biased towards texture, continuously adapting the model from one domain distribution to another can result in serious catastrophic forgetting. Drawing inspiration from the human visual system's adeptness at processing both shape and texture according to the famous Trichromatic Theory, we explore the integration of a Mixture-of-Activation-Sparsity-Experts (MoASE) as an adapter for the CTTA task. Given the distinct reaction of neurons with low/high activation to domain-specific/agnostic features, MoASE decomposes the neural activation into high-activation and low-activation components with a non-differentiable Spatial Differentiate Dropout (SDD). Based on the decomposition, we devise a multi-gate structure comprising a Domain-Aware Gate (DAG) that utilizes domain information to adaptive combine experts that process the post-SDD sparse activations of different strengths, and the Activation Sparsity Gate (ASG) that adaptively assigned feature selection threshold of the SDD for different experts for more precise feature decomposition. Finally, we introduce a Homeostatic-Proximal (HP) loss to bypass the error accumulation problem when continuously adapting the model. Extensive experiments on four prominent benchmarks substantiate that our methodology achieves state-of-the-art performance in both classification and segmentation CTTA tasks. Our code is now available at https://github.com/RoyZry98/MoASE-Pytorch.

📄 PDF Abstract BibTeX arXiv:2405.16486

Code (1)

royzry98/moase-pytorch 공식 구현 pytorch

Tasks

feature selectionMixture-of-ExpertsTest-time Adaptation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Exploiting Activation Sparsity with Dense to Dynamic-k Mixture-of-Experts Conversion

2023-10-06 · Filip Szatkowski, Bartosz Wójcik, Mikołaj Piórczyński, Simone Scardapane

Transformer models can face practical limitations due to their high computational requirements. At the same time, such models exhibit significant activation sparsity, which can be leveraged to reduce the inference cost b…

Mixture-of-Experts

Uncovering Intra-expert Activation Sparsity for Efficient Mixture-of-Expert Model Execution

2026-05-09 · Jongseok Park, Sunga Kim, Zhenyu Gu, Ion Stoica 외 arxiv

Mixture of Experts (MoE) architecture has become the standard for state-of-the-art large language models, owing to its computational efficiency through sparse expert activation. However, sparsity through finer expert gra…

Computational Efficiency

CMoE: Fast Carving of Mixture-of-Experts for Efficient LLM Inference

2025-02-06 · Zehua Pei, Lancheng Zou, Hui-Ling Zhen, Xianzhi Yu 외

Large language models (LLMs) achieve impressive performance by scaling model parameters, but this comes with significant inference overhead. Feed-forward networks (FFNs), which dominate LLM parameters, exhibit high activ…

Mixture-of-Experts

ExpertWeaver: Unlocking the Inherent MoE in Dense LLMs with GLU Activation Patterns

2026-02-17 · Ziyu Zhao, Tong Zhu, Zhi Zhang, Tiantian Fan 외 arxiv

Mixture-of-Experts (MoE) effectively scales model capacity while preserving computational efficiency through sparse expert activation. However, training high-quality MoEs from scratch is prohibitively expensive. A promis…

Computational Efficiency

Efficient Dictionary Learning with Switch Sparse Autoencoders

2024-10-10 · Anish Mudide, Joshua Engels, Eric J. Michaud, Max Tegmark 외

Sparse autoencoders (SAEs) are a recent technique for decomposing neural network activations into human-interpretable features. However, in order for SAEs to identify all features represented in frontier models, it will …

Dictionary LearningMixture-of-Experts