paper-with-me

홈 › Papers

HASTE: A Framework for Training-Free, Dynamic, and Steerable Compression of Pre-Trained Convolutional Neural Networks

2026-06-29 · Lukas Meiner, Jens Mehnert, Alexandru Paul Condurache arxiv

Deploying large convolutional neural networks (CNNs) on resource-constrained devices is challenging due to their high computational cost. While dynamic execution methods are promising, existing approaches for CNNs typically require specialized training or fine-tuning, limiting their effectiveness when applied to pre-trained models and requiring data access. To address this gap, we propose HASTE (Hashing for Tractable Efficiency), a plug-and-play convolution module that enables training-free, dynamic compression of large pre-trained CNNs. At inference time, HASTE uses locality-sensitive hashing to identify and merge redundant channels of latent feature maps on a patch-wise basis. This process simultaneously compresses the depth of both input features and their corresponding filters, resulting in computationally cheaper convolutions. We conduct extensive experiments on CIFAR-10 and ImageNet across a range of architectures, demonstrating a 46.2% FLOPs reduction in a ResNet34 on CIFAR-10 with only a 1.25% drop in accuracy, without any retraining. We support our claims by comprehensive ablation studies to validate our core design choices, an analysis of the method's properties and limitations, and a discussion that connects our channel merging scheme to the conceptually related task of token merging in Vision Transformers. Our results demonstrate that HASTE provides an effective solution for steerable compression of pre-trained CNNs at runtime, opening new possibilities for the deployment of efficient deep learning methods.

📄 PDF Abstract BibTeX arXiv:2606.30516

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

S3D: A Spatial Steerable Surgical Drilling Framework for Robotic Spinal Fixation Procedures

2025-07-02 · Daniyal Maroufi, Xinyuan Huang, Yash Kulkarni, Omid Rezayof 외 arxiv

In this paper, we introduce S3D: A Spatial Steerable Surgical Drilling Framework for Robotic Spinal Fixation Procedures. S3D is designed to enable realistic steerable drilling while accounting for the anatomical constrai…

REPA Works Until It Doesn't: Early-Stopped, Holistic Alignment Supercharges Diffusion Training

2025-05-22 · Ziqiao Wang, Wangbo Zhao, Yuhao Zhou, Zekai Li 외

Diffusion Transformers (DiTs) deliver state-of-the-art image quality, yet their training remains notoriously slow. A recent remedy -- representation alignment (REPA) that matches DiT hidden features to those of a non-gen…

Denoising

Instant Complexity Reduction in CNNs using Locality-Sensitive Hashing

2023-09-29 · Lukas Meiner, Jens Mehnert, Alexandru Paul Condurache

To reduce the computational cost of convolutional neural networks (CNNs) for usage on resource-constrained devices, structured pruning approaches have shown promising results, drastically reducing floating-point operatio…

Interaction Dynamics Modeling and Predictive Control for Safe Steerable Catheter--Tissue Interaction

2026-07-23 · Yongyan Cao arxiv

Safe steerable catheter control is fundamentally a problem of interaction dynamics: the tip must follow a planned motion, remain compliant against moving tissue, reject friction and hysteresis, and respect a clinically m…

HASTE: Training-Free Video Diffusion Acceleration via Head-Wise Adaptive Sparse Attention

2026-05-14 · Xuzhe Zheng, Yuexiao Ma, Jing Xu, Xiawu Zheng 외 arxiv

Diffusion-based video generation has advanced substantially in visual fidelity and temporal coherence, but practical deployment remains limited by the quadratic complexity of full attention. Training-free sparse attentio…

Video Generation