paper-with-me

Papers

Exposing and Exploiting Fine-Grained Block Structures for Fast and Accurate Sparse Training

2022-11-01 · NIPS 2022 11 · Peng Jiang, Lihan Hu, Shihui Song

Sparse training is a popular technique to reduce the overhead of training large models. Although previous work has shown promising results for nonstructured sparse models, it is still unclear whether a sparse model with structural constraints can be trained from scratch to high accuracy. In this work, we study the dynamic sparse training for a class of sparse models with shuffled block structures. Compared to nonstructured models, such fine-grained structured models are more hardware-friendly and can effectively accelerate the training process. We propose an algorithm that keeps adapting the sparse model while maintaining the active parameters in shuffled blocks. We conduct experiments on a variety of networks and datasets and obtain positive results. In particular, on ImageNet, we achieve dense accuracy for ResNet50 and ResNet18 at 0.5 sparsity. On CIFAR10/100, we show that dense accuracy can be recovered at 0.6 sparsity for various models. At higher sparsity, our algorithm can still match the accuracy of nonstructured sparse training in most cases, while reducing the training time by up to 5x due to the fine-grained block structures in the models.

📄 PDF Abstract BibTeX

Code (1)

HPC-Research-Lab/shuffled-block-sparse-training pytorch

Similar Papers 제목 키워드 기반

Exploiting Structural Consistency of Chest Anatomy for Unsupervised Anomaly Detection in Radiography Images

2024-03-13 · Tiange Xiang, Yixiao Zhang, Yongyi Lu, Alan Yuille 외

Radiography imaging protocols focus on particular body regions, therefore producing images of great similarity and yielding recurrent anatomical structures across patients. Exploiting this structured information could po…

AnatomyAnomaly DetectionImage ReconstructionUnsupervised Anomaly Detection

The Salami Slicing Threat: Exploiting Cumulative Risks in LLM Systems

2026-04-13 · Yihao Zhang, Kai Wang, Jiangrong Wu, Haolin Wu 외 arxiv

Large Language Models (LLMs) face prominent security risks from jailbreaking, a practice that manipulates models to bypass built-in security constraints and generate unethical or unsafe content. Among various jailbreak t…

FG-Attn: Leveraging Fine-Grained Sparse Attention in Video Diffusion Models

2025-09-20 · Sankeerth Durvasula, Kavya Sreedhar, Zain Moustafa, Suraj Kothawade 외 arxiv

Using diffusion transformers for media generation may require evaluating attention over extremely long sequences, with attention layers accounting for the majority of generation latency. Exploiting sparsity in attention …

Video Generation

Learning Diverse-Structured Networks for Adversarial Robustness

2021-02-03 · Xuefeng Du, Jingfeng Zhang, Bo Han, Tongliang Liu 외

In adversarial training (AT), the main focus has been the objective and optimizer while the model has been less studied, so that the models being used are still those classic ones in standard training (ST). Classic netwo…

Adversarial Robustness

Fast Object Detection with Latticed Multi-Scale Feature Fusion

2020-11-05 · Yue Shi, Bo Jiang, Zhengping Che, Jian Tang

Scale variance is one of the crucial challenges in multi-scale object detection. Early approaches address this problem by exploiting the image and feature pyramid, which raises suboptimal results with computation burden …

Objectobject-detectionObject DetectionReal-Time Object Detection