paper-with-me

Papers

SPADE: Sparsity-Guided Debugging for Deep Neural Networks

2023-10-06 · Arshia Soltani Moakhar, Eugenia Iofinova, Elias Frantar, Dan Alistarh

It is known that sparsity can improve interpretability for deep neural networks. However, existing methods in the area either require networks that are pre-trained with sparsity constraints, or impose sparsity after the fact, altering the network's general behavior. In this paper, we demonstrate, for the first time, that sparsity can instead be incorporated into the interpretation process itself, as a sample-specific preprocessing step. Unlike previous work, this approach, which we call SPADE, does not place constraints on the trained model and does not affect its behavior during inference on the sample. Given a trained model and a target sample, SPADE uses sample-targeted pruning to provide a "trace" of the network's execution on the sample, reducing the network to the most important connections prior to computing an interpretation. We demonstrate that preprocessing with SPADE significantly increases the accuracy of image saliency maps across several interpretability methods. Additionally, SPADE improves the usefulness of neuron visualizations, aiding humans in reasoning about network behavior. Our code is available at https://github.com/IST-DASLab/SPADE.

📄 PDF Abstract BibTeX arXiv:2310.04519

Code (1)

ist-daslab/spade 공식 구현 pytorch

Tasks

Learning Theory

Methods 이 논문이 사용한 방법론

SPADE SPADE, or Spatially-Adaptive Normalization is a conditional normalization method for semantic image synthesis. Similar to [Batch…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

SPADE-S: A Sparsity-Robust Foundational Forecaster

2025-07-24 · Malcolm Wolff, Matthew Li, Ravi Kiran Selvam, Hanjing Zhu 외 arxiv

Despite significant advancements in time series forecasting, accurate modeling of time series with strong heterogeneity in magnitude and/or sparsity patterns remains challenging for state-of-the-art deep learning archite…

Time Series Forecasting

SPADE: An Input-Adaptive Sparse Attention Engine for Fast Video Diffusion Models Inference

2026-08-04 · Shanghao Liu, Renze Chen, Size Zheng, Yuanqiang Liu 외 arxiv

Video diffusion transformers (vDiTs) generate high quality but pay quadratic self-attention cost, making inference prohibitive at video-token scales. The challenge is input-adaptive sparsity: selecting critical Q/K/V tok…

Video Generation

SPADE: Sparse Pillar-based 3D Object Detection Accelerator for Autonomous Driving

2023-05-12 · Minjae Lee, Seongmin Park, Hyungmin Kim, Minyong Yoon 외

3D object detection using point cloud (PC) data is essential for perception pipelines of autonomous driving, where efficient encoding is key to meeting stringent resource and latency requirements. PointPillars, a widely …

3D Object DetectionAutonomous DrivingObjectobject-detection+1

SPADE4: Sparsity and Delay Embedding based Forecasting of Epidemics

2022-11-11 · Esha Saha, Lam Si Tung Ho, Giang Tran

Predicting the evolution of diseases is challenging, especially when the data availability is scarce and incomplete. The most popular tools for modelling and predicting infectious disease epidemics are compartmental mode…

AsyncSpade: Efficient Test-Time Scaling with Asynchronous Sparse Decoding

2025-10-08 · Shuqing Luo, Yilin Guan, Pingzhi Li, Hanrui Wang 외 arxiv

Test-time scaling (TTS) boosts LLM reasoning via long chain-of-thought (CoT), but the linear KV-cache growth amplifies the memory-bound bottleneck of LLM decoding. Query-aware page-level sparse decoding can achieve state…