paper-with-me

홈 › Papers

PLATON: Pruning Large Transformer Models with Upper Confidence Bound of Weight Importance

2022-06-25 · Qingru Zhang, Simiao Zuo, Chen Liang, Alexander Bukharin, Pengcheng He, Weizhu Chen, Tuo Zhao

Large Transformer-based models have exhibited superior performance in various natural language processing and computer vision tasks. However, these models contain enormous amounts of parameters, which restrict their deployment to real-world applications. To reduce the model size, researchers prune these models based on the weights' importance scores. However, such scores are usually estimated on mini-batches during training, which incurs large variability/uncertainty due to mini-batch sampling and complicated training dynamics. As a result, some crucial weights could be pruned by commonly used pruning methods because of such uncertainty, which makes training unstable and hurts generalization. To resolve this issue, we propose PLATON, which captures the uncertainty of importance scores by upper confidence bound (UCB) of importance estimation. In particular, for the weights with low importance scores but high uncertainty, PLATON tends to retain them and explores their capacity. We conduct extensive experiments with several Transformer-based models on natural language understanding, question answering and image classification to validate the effectiveness of PLATON. Results demonstrate that PLATON manifests notable improvement under different sparsity levels. Our code is publicly available at https://github.com/QingruZhang/PLATON.

📄 PDF Abstract BibTeX arXiv:2206.12562

Code (1)

qingruzhang/platon 공식 구현 pytorch

Tasks

image-classificationImage ClassificationNatural Language UnderstandingQuestion Answering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Platonic Transformers: A Solid Choice For Equivariance

2025-10-03 · Mohammad Mohaiminul Islam, Rishabh Anand, David R. Wessels, Friso de Kruiff 외 arxiv

While widespread, Transformers lack inductive biases for geometric symmetries common in science and computer vision. Existing equivariant methods often sacrifice the efficiency and flexibility that make Transformers so e…

Molecular Property PredictionPoint Clouds

PlatonicNav: Unveiling Semantic Correspondence in Navigation with Platonic Topological Maps

2026-06-01 · Junlin Long, Zeyu Zhang, Xu Deng, Yiran Wang 외 arxiv

Embodied visual navigation, where an agent perceives a complex environment and acts to reach a goal from raw sensory input, underpins a wide range of applications such as household service robotics, assistive robotics, a…

Semantic correspondenceVisual Navigation

Detecting and Pruning Prominent but Detrimental Neurons in Large Language Models

2025-07-12 · Ameen Ali, Shahar Katz, Lior Wolf, Ivan Titov arxiv

Large language models (LLMs) often develop learned mechanisms specialized to specific datasets, such as reliance on domain-specific correlations, which yield high-confidence predictions without generalizable reasoning. W…

Co-Me: Confidence-Guided Token Merging for Visual Geometric Transformers

2025-11-18 · Yutian Chen, Yuheng Qiu, Ruogu Li, Ali Agha 외 arxiv

We propose Confidence-Guided Token Merging (Co-Me), an acceleration mechanism for visual geometric transformers without retraining or finetuning the base model. Co-Me distilled a light-weight confidence predictor to rank…

PLATONT: Learning a Platonic Representation for Unified Network Tomography

2025-11-19 · Chengze Du, Heng Xu, Zhiwei Yu, Bo Liu 외 arxiv

Network tomography aims to infer hidden network states, such as link performance, traffic load, and topology, from external observations. Most existing methods solve these problems separately and depend on limited task-s…

Contrastive LearningTraffic Prediction