paper-with-me

Papers

ModelDiff: A Framework for Comparing Learning Algorithms

2022-11-22 · Harshay Shah, Sung Min Park, Andrew Ilyas, Aleksander Madry

We study the problem of (learning) algorithm comparison, where the goal is to find differences between models trained with two different learning algorithms. We begin by formalizing this goal as one of finding distinguishing feature transformations, i.e., input transformations that change the predictions of models trained with one learning algorithm but not the other. We then present ModelDiff, a method that leverages the datamodels framework (Ilyas et al., 2022) to compare learning algorithms based on how they use their training data. We demonstrate ModelDiff through three case studies, comparing models trained with/without data augmentation, with/without pre-training, and with different SGD hyperparameters. Our code is available at https://github.com/MadryLab/modeldiff .

📄 PDF Abstract BibTeX arXiv:2211.12491

Code (1)

madrylab/modeldiff 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

ModelDiff: Testing-Based DNN Similarity Comparison for Model Reuse Detection

2021-06-11 · Yuanchun Li, Ziqi Zhang, Bingyan Liu, Ziyue Yang 외

The knowledge of a deep learning model may be transferred to a student model, leading to intellectual property infringement or vulnerability propagation. Detecting such knowledge reuse is nontrivial because the suspect m…

Deep LearningModel CompressionTransfer Learning

FIT-Print: Towards False-claim-resistant Model Ownership Verification via Targeted Fingerprint

2025-01-26 · Shuo Shao, Haozhe Zhu, Hongwei Yao, Yiming Li 외

Model fingerprinting is a widely adopted approach to safeguard the copyright of open-source models by detecting and preventing their unauthorized reuse without modifying the protected model. However, in this paper, we re…

A Quantitative Evaluation Framework for Missing Value Imputation Algorithms

2013-11-10 · Vinod Nair, Rahul Kidambi, Sundararajan Sellamanickam, S. Sathiya Keerthi 외

We consider the problem of quantitatively evaluating missing value imputation algorithms. Given a dataset with missing values and a choice of several imputation algorithms to fill them in, there is currently no principle…

ImputationMissing Values

A Framework for Comparing Groups of Documents

2015-08-24 · Arun S. Maiya

We present a general framework for comparing multiple groups of documents. A bipartite graph model is proposed where document groups are represented as one node set and the comparison criteria are represented as the othe…

Benchmarking Algorithms for Submodular Optimization Problems Using IOHProfiler

2023-02-02 · Frank Neumann, Aneta Neumann, Chao Qian, Viet Anh Do 외

Submodular functions play a key role in the area of optimization as they allow to model many real-world problems that face diminishing returns. Evolutionary algorithms have been shown to obtain strong theoretical perform…

BenchmarkingEvolutionary Algorithms