paper-with-me

Papers

Bi-directional Masks for Efficient N:M Sparse Training

2023-02-13 · Yuxin Zhang, Yiting Luo, Mingbao Lin, Yunshan Zhong, Jingjing Xie, Fei Chao, Rongrong Ji

We focus on addressing the dense backward propagation issue for training efficiency of N:M fine-grained sparsity that preserves at most N out of M consecutive weights and achieves practical speedups supported by the N:M sparse tensor core. Therefore, we present a novel method of Bi-directional Masks (Bi-Mask) with its two central innovations in: 1) Separate sparse masks in the two directions of forward and backward propagation to obtain training acceleration. It disentangles the forward and backward weight sparsity and overcomes the very dense gradient computation. 2) An efficient weight row permutation method to maintain performance. It picks up the permutation candidate with the most eligible N:M weight blocks in the backward to minimize the gradient gap between traditional uni-directional masks and our bi-directional masks. Compared with existing uni-directional scenario that applies a transposable mask and enables backward acceleration, our Bi-Mask is experimentally demonstrated to be more superior in performance. Also, our Bi-Mask performs on par with or even better than methods that fail to achieve backward acceleration. Project of this paper is available at \url{https://github.com/zyxxmu/Bi-Mask}.

📄 PDF Abstract BibTeX arXiv:2302.06058

Code (1)

zyxxmu/bi-mask 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Lensless Imaging with Focusing Sparse URA Masks in Long-Wave Infrared and its Application for Human Detection

2020-08-01 · ECCV 2020 8 · Ilya Reshetouski, Hideki Oyaizu, Kenichiro Nakamura, Ryuta Satoh 외

We introduce a lensless imaging framework for contemporary computer vision applications in long-wavelength infrared (LWIR). The framework consists of two parts: a novel lensless imaging method that utilizes the idea of l…

Human Detection

Pruning-aware Sparse Regularization for Network Pruning

2022-01-18 · Nanfei Jiang, Xu Zhao, Chaoyang Zhao, Yongqi An 외

Structural neural network pruning aims to remove the redundant channels in the deep convolutional neural networks (CNNs) by pruning the filters of less importance to the final output accuracy. To reduce the degradation o…

Network Pruning

Training Your Sparse Neural Network Better with Any Mask

2022-06-26 · Ajay Jaiswal, Haoyu Ma, Tianlong Chen, Ying Ding 외

Pruning large neural networks to create high-quality, independently trainable sparse masks, which can maintain similar performance to their dense counterparts, is very desirable due to the reduced space and time complexi…

Membership Inference Attacks Against Fine-tuned Diffusion Language Models

2026-01-27 · Yuetian Chen, Kaiyuan Zhang, Yuntao Du, Edoardo Stoppa 외 arxiv

Diffusion Language Models (DLMs) represent a promising alternative to autoregressive language models, using bidirectional masked token prediction. Yet their susceptibility to privacy leakage via Membership Inference Atta…

SAM3D: Segment Anything in 3D Scenes

2023-06-06 · Yunhan Yang, Xiaoyang Wu, Tong He, Hengshuang Zhao 외

In this work, we propose SAM3D, a novel framework that is able to predict masks in 3D point clouds by leveraging the Segment-Anything Model (SAM) in RGB images without further training or finetuning. For a point cloud of…

Segmentation