CVFeb 23, 2022

Reconstruction Task Finds Universal Winning Tickets

arXiv:2202.11484v11 citations
Originality Incremental advance
AI Analysis

This addresses the transferability issue in pruned models for computer vision applications, offering a more robust solution for downstream tasks like object detection.

The paper tackles the problem of pruned neural networks failing to transfer well to diverse downstream tasks by introducing image reconstruction into the pruning framework, resulting in explicit state-of-the-art performance improvements on benchmark tasks.

Pruning well-trained neural networks is effective to achieve a promising accuracy-efficiency trade-off in computer vision regimes. However, most of existing pruning algorithms only focus on the classification task defined on the source domain. Different from the strong transferability of the original model, a pruned network is hard to transfer to complicated downstream tasks such as object detection arXiv:arch-ive/2012.04643. In this paper, we show that the image-level pretrain task is not capable of pruning models for diverse downstream tasks. To mitigate this problem, we introduce image reconstruction, a pixel-level task, into the traditional pruning framework. Concretely, an autoencoder is trained based on the original model, and then the pruning process is optimized with both autoencoder and classification losses. The empirical study on benchmark downstream tasks shows that the proposed method can outperform state-of-the-art results explicitly.

Foundations

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

Your Notes