paper-with-me

Papers

Data Pruning Can Do More: A Comprehensive Data Pruning Approach for Object Re-identification

2024-12-13 · Zi Yang, Haojin Yang, Soumajit Majumder, Jorge Cardoso, Guillermo Gallego

Previous studies have demonstrated that not each sample in a dataset is of equal importance during training. Data pruning aims to remove less important or informative samples while still achieving comparable results as training on the original (untruncated) dataset, thereby reducing storage and training costs. However, the majority of data pruning methods are applied to image classification tasks. To our knowledge, this work is the first to explore the feasibility of these pruning methods applied to object re-identification (ReID) tasks, while also presenting a more comprehensive data pruning approach. By fully leveraging the logit history during training, our approach offers a more accurate and comprehensive metric for quantifying sample importance, as well as correcting mislabeled samples and recognizing outliers. Furthermore, our approach is highly efficient, reducing the cost of importance score estimation by 10 times compared to existing methods. Our approach is a plug-and-play, architecture-agnostic framework that can eliminate/reduce 35%, 30%, and 5% of samples/training time on the VeRi, MSMT17 and Market1501 datasets, respectively, with negligible loss in accuracy (< 0.1%). The lists of important, mislabeled, and outlier samples from these ReID datasets are available at https://github.com/Zi-Y/data-pruning-reid.

📄 PDF Abstract BibTeX arXiv:2412.10091

Code (1)

zi-y/data-pruning-reid 공식 구현

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Comprehensive Study of Structural Pruning for Vision Models

2024-06-18 · Changhao Li, Haoling Li, Mengqi Xue, Gongfan Fang 외

Structural pruning has emerged as a promising approach for producing more efficient models. Nevertheless, the community suffers from a lack of standardized benchmarks and metrics, leaving the progress in this area not fu…

One Shot vs. Iterative: Rethinking Pruning Strategies for Model Compression

2025-08-19 · Mikołaj Janusz, Tomasz Wojnar, Yawei Li, Luca Benini 외 arxiv

Pruning is a core technique for compressing neural networks to improve computational efficiency. This process is typically approached in two ways: one-shot pruning, which involves a single pass of training and pruning, a…

Computational EfficiencyModel Compression

Towards Optimal Filter Pruning with Balanced Performance and Pruning Speed

2020-10-14 · Dong Li, Sitong Chen, Xudong Liu, YunDa Sun 외

Filter pruning has drawn more attention since resource constrained platform requires more compact model for deployment. However, current pruning methods suffer either from the inferior performance of one-shot methods, or…

channel selection

Automated Behavior Planning for Fruit Tree Pruning via Redundant Robot Manipulators: Addressing the Behavior Planning Challenge

2025-10-14 · Gaoyuan Liu, Bas Boom, Naftali Slob, Yuri Durodié 외 arxiv

Pruning is an essential agricultural practice for orchards. Proper pruning can promote healthier growth and optimize fruit production throughout the orchard's lifespan. Robot manipulators have been developed as an automa…

A Survey on Deep Neural Network Pruning-Taxonomy, Comparison, Analysis, and Recommendations

2023-08-13 · Hongrong Cheng, Miao Zhang, Javen Qinfeng Shi

Modern deep neural networks, particularly recent large language models, come with massive model sizes that require significant computational and storage resources. To enable the deployment of modern models on resource-co…

Adversarial RobustnessNetwork PruningNeural Network Compression