paper-with-me

Papers

ModelPred: A Framework for Predicting Trained Model from Training Data

2021-11-24 · Yingyan Zeng, Jiachen T. Wang, Si Chen, Hoang Anh Just, Ran Jin, Ruoxi Jia

In this work, we propose ModelPred, a framework that helps to understand the impact of changes in training data on a trained model. This is critical for building trust in various stages of a machine learning pipeline: from cleaning poor-quality samples and tracking important ones to be collected during data preparation, to calibrating uncertainty of model prediction, to interpreting why certain behaviors of a model emerge during deployment. Specifically, ModelPred learns a parameterized function that takes a dataset $S$ as the input and predicts the model obtained by training on $S$. Our work differs from the recent work of Datamodels [1] as we aim for predicting the trained model parameters directly instead of the trained model behaviors. We demonstrate that a neural network-based set function class is capable of learning the complex relationships between the training data and model parameters. We introduce novel global and local regularization techniques to prevent overfitting and we rigorously characterize the expressive power of neural networks (NN) in approximating the end-to-end training process. Through extensive empirical investigations, we show that ModelPred enables a variety of applications that boost the interpretability and accountability of machine learning (ML), such as data valuation, data selection, memorization quantification, and model calibration.

📄 PDF Abstract BibTeX arXiv:2111.12545

Code (1)

yyzeng43/ModelPred 공식 구현 pytorch

Tasks

Data ValuationMemorization

Similar Papers 제목 키워드 기반

ModelPredictiveControl.jl: advanced process control made easy in Julia

2024-11-14 · Francis Gagnon, Alex Thivierge, André Desbiens, Fredrik Bagge Carlson

Proprietary closed-source software is still the norm in advanced process control. Transparency and reproducibility are key aspects of scientific research. Free and open-source toolkit can contribute to the development, s…

Predicting Change, Not States: An Alternate Framework for Neural PDE Surrogates

2024-12-17 · Anthony Zhou, Amir Barati Farimani

Neural surrogates for partial differential equations (PDEs) have become popular due to their potential to quickly simulate physics. With a few exceptions, neural surrogates generally treat the forward evolution of time-d…

Numerical Integration

Unifying Mixed Gas Adsorption in Molecular Sieve Membranes and MOFs using Machine Learning

2024-06-19 · Subhadeep Dasgupta, Amal R S, Prabal K. Maiti

Recent machine learning models to accurately obtain gas adsorption isotherms focus on polymers or metal-organic frameworks (MOFs) separately. The difficulty in creating a unified model that can predict the adsorption tre…

On Predicting the Post-training Potential of Pre-trained LLMs

2026-05-12 · Xiaoyuan Li, Yubo Ma, Kexin Yang, Moxin Li 외 arxiv

The performance of Large Language Models (LLMs) on downstream tasks is fundamentally constrained by the capabilities acquired during pre-training. However, traditional benchmarks like MMLU often fail to reflect a base mo…

Reinforcement Learning

W-MAE: Pre-trained weather model with masked autoencoder for multi-variable weather forecasting

2023-04-18 · Xin Man, Chenghong Zhang, Jin Feng, Changyu Li 외

Weather forecasting is a long-standing computational challenge with direct societal and economic impacts. This task involves a large amount of continuous data collection and exhibits rich spatiotemporal dependencies over…

DiagnosticPrecipitation ForecastingWeather Forecasting