paper-with-me

Papers

PaPr: Training-Free One-Step Patch Pruning with Lightweight ConvNets for Faster Inference

2024-03-24 · Tanvir Mahmud, Burhaneddin Yaman, Chun-Hao Liu, Diana Marculescu

As deep neural networks evolve from convolutional neural networks (ConvNets) to advanced vision transformers (ViTs), there is an increased need to eliminate redundant data for faster processing without compromising accuracy. Previous methods are often architecture-specific or necessitate re-training, restricting their applicability with frequent model updates. To solve this, we first introduce a novel property of lightweight ConvNets: their ability to identify key discriminative patch regions in images, irrespective of model's final accuracy or size. We demonstrate that fully-connected layers are the primary bottleneck for ConvNets performance, and their suppression with simple weight recalibration markedly enhances discriminative patch localization performance. Using this insight, we introduce PaPr, a method for substantially pruning redundant patches with minimal accuracy loss using lightweight ConvNets across a variety of deep learning architectures, including ViTs, ConvNets, and hybrid transformers, without any re-training. Moreover, the simple early-stage one-step patch pruning with PaPr enhances existing patch reduction methods. Through extensive testing on diverse architectures, PaPr achieves significantly higher accuracy over state-of-the-art patch reduction methods with similar FLOP count reduction. More specifically, PaPr reduces about 70% of redundant patches in videos with less than 0.8% drop in accuracy, and up to 3.7x FLOPs reduction, which is a 15% more reduction with 2.5% higher accuracy. Code is released at https://github.com/tanvir-utexas/PaPr.

📄 PDF Abstract BibTeX arXiv:2403.16020

Code (1)

tanvir-utexas/PaPr 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Semantic Communications with Discrete-time Analog Transmission: A PAPR Perspective

2022-08-17 · Yulin Shao, Deniz Gunduz

Recent progress in deep learning (DL)-based joint source-channel coding (DeepJSCC) has led to a new paradigm of semantic communications. Two salient features of DeepJSCC-based semantic communications are the exploitation…

Image ReconstructionOpen-Ended Question AnsweringSemantic Communication

Procedure-Aware Pretraining for Instructional Video Understanding

2023-03-31 · CVPR 2023 1 · Honglu Zhou, Roberto Martín-Martín, Mubbasir Kapadia, Silvio Savarese 외

Our goal is to learn a video representation that is useful for downstream procedure understanding tasks in instructional videos. Due to the small amount of available annotations, a key challenge in procedure understandin…

Video Understanding

A Comprehensive Study of PAPR Reduction Techniques for Deep Joint Source Channel Coding in OFDM Systems

2023-09-21 · Maolin Liu, Wei Chen, Jialong Xu, Bo Ai

Recently, deep joint source channel coding (DJSCC) techniques have been extensively studied and have shown significant performance with limited bandwidth and low signal to noise ratio. Most DJSCC work considers discrete-…

Deep Learning Autoencoders for Reducing PAPR in Coherent Optical Systems

2024-08-26 · Omar Alnaseri, Ibtesam R. K. Al-Saedi, Yassine Himeur, Hongxiang Li

This paper presents an innovative approach to mitigating the peak-to-average power ratio (PAPR). The proposed method uses a deep learning model called autoencoders (AEs) to simplify the process and avoid the complex calc…

DecoderDeep Learning

Structural Anchor Pruning: Training-Free Multi-Vector Compression for Visual Document Retrieval

2026-01-27 · Zhuchenyang Liu, Ziyu Hu, Yao Zhang, Yu Xiao arxiv

Recent Vision-Language Models (e.g., ColPali) enable fine-grained Visual Document Retrieval (VDR) but incur prohibitive multi-vector index storage overhead. Existing training-free pruning methods either rely on heuristic…