LGAINov 25, 2025

IDAP++: Advancing Divergence-Based Pruning via Filter-Level and Layer-Level Optimization

arXiv:2511.20141v1
Originality Incremental advance
AI Analysis

This work provides a practical method for compressing neural networks in resource-constrained environments, though it appears incremental as it builds on existing divergence-based pruning concepts.

The paper tackles neural network compression by addressing redundancy at filter and architectural levels using a unified framework based on information flow analysis, achieving substantial model compression with competitive accuracy across diverse architectures like convolutional networks and transformers.

This paper presents a novel approach to neural network compression that addresses redundancy at both the filter and architectural levels through a unified framework grounded in information flow analysis. Building on the concept of tensor flow divergence, which quantifies how information is transformed across network layers, we develop a two-stage optimization process. The first stage employs iterative divergence-aware pruning to identify and remove redundant filters while preserving critical information pathways. The second stage extends this principle to higher-level architecture optimization by analyzing layer-wise contributions to information propagation and selectively eliminating entire layers that demonstrate minimal impact on network performance. The proposed method naturally adapts to diverse architectures, including convolutional networks, transformers, and hybrid designs, providing a consistent metric for comparing the structural importance across different layer types. Experimental validation across multiple modern architectures and datasets reveals that this combined approach achieves substantial model compression while maintaining competitive accuracy. The presented approach achieves parameter reduction results that are globally comparable to those of state-of-the-art solutions and outperforms them across a wide range of modern neural network architectures, from convolutional models to transformers. The results demonstrate how flow divergence serves as an effective guiding principle for both filter-level and layer-level optimization, offering practical benefits for deployment in resource-constrained environments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes