paper-with-me

Papers

COUNTDOWN: Contextually Sparse Activation Filtering Out Unnecessary Weights in Down Projection

2025-05-23 · Jaewon Cheon, Pilsung Kang

The growing size of large language models has created significant computational inefficiencies. To address this challenge, sparse activation methods selectively deactivates non-essential parameters during inference, reducing computational costs in FFNN layers. While existing methods focus on non-linear gating mechanisms, we hypothesize that the sparsity of the FFNN layer lies globally in the form of a linear combination over its internal down projection matrix. Based on this insight, we propose two methods: M-COUNTDOWN, leveraging indirect coefficients, and D-COUNTDOWN, utilizing direct coefficients of the linear combination. Experimental results demonstrate that D-COUNTDOWN can omit 90% of computations with performance loss as low as 5.5% ideally, while M-COUNTDOWN provides a predictor-free solution with up to 29.4% better performance preservation compared to existing methods. Our specialized kernel implementations effectively realize these theoretical gains into substantial real-world acceleration.

📄 PDF Abstract BibTeX arXiv:2505.17701

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

HPO: Hysteretic Policy Optimization for Stable and Efficient Training under Sparse-Reward Regime

2026-05-28 · Mohamed Sana, Nicola Piovesan, Antonio De Domenico, Fadhel Ayed 외 arxiv

We investigate a narrow but common failure mode of GRPO-style reinforcement learning in the context of sparse verifiable rewards: early updates contain more responses with negative advantages than those with positive adv…

Reinforcement Learning

SCNN: An Accelerator for Compressed-sparse Convolutional Neural Networks

2017-05-23 · Angshuman Parashar, Minsoo Rhu, Anurag Mukkara, Antonio Puglielli 외

Convolutional Neural Networks (CNNs) have emerged as a fundamental technology for machine learning. High performance and extreme energy efficiency are critical for deployments of CNNs in a wide range of situations, espec…

Autonomous VehiclesNetwork Pruning

Activation Steering of Video Generation Models via Reduced-Order Linear Optimal Control

2026-06-03 · Jihoon Hong, Alice Chan, Qiyue Dai, Julian Skifstad 외 arxiv

Text-to-video (T2V) models trained on large-scale web data can generate undesired content, motivating interventions that reduce harmful outputs without sacrificing visual quality. Activation steering offers an attractive…

Video Generation

The (Final) countdown

2015-02-19 · Jean-Marc Alliot

The Countdown game is one of the oldest TV show running in the world. It started broadcasting in 1972 on the french television and in 1982 on British channel 4, and it has been running since in both countries. The game, …

Little By Little: Continual Learning via Self-Activated Sparse Mixture-of-Rank Adaptive Learning

2025-06-26 · Haodong Lu, Chongyang Zhao, Jason Xue, Lina Yao 외

Continual learning (CL) with large pre-trained models is challenged by catastrophic forgetting and task interference. Existing LoRA-based Mixture-of-Experts (MoE) approaches mitigate forgetting by assigning and freezing …

Continual LearningMixture-of-Experts