paper-with-me

Papers

Laplace Sample Information: Data Informativeness Through a Bayesian Lens

2025-05-21 · Johannes Kaiser, Kristian Schwethelm, Daniel Rueckert, Georgios Kaissis

Accurately estimating the informativeness of individual samples in a dataset is an important objective in deep learning, as it can guide sample selection, which can improve model efficiency and accuracy by removing redundant or potentially harmful samples. We propose Laplace Sample Information (LSI) measure of sample informativeness grounded in information theory widely applicable across model architectures and learning settings. LSI leverages a Bayesian approximation to the weight posterior and the KL divergence to measure the change in the parameter distribution induced by a sample of interest from the dataset. We experimentally show that LSI is effective in ordering the data with respect to typicality, detecting mislabeled samples, measuring class-wise informativeness, and assessing dataset difficulty. We demonstrate these capabilities of LSI on image and text data in supervised and unsupervised settings. Moreover, we show that LSI can be computed efficiently through probes and transfers well to the training of large models.

📄 PDF Abstract BibTeX arXiv:2505.15303

Code (1)

TUM-AIMED/LSI 공식 구현 jax

Tasks

Informativeness

Similar Papers 제목 키워드 기반

Measuring Sample Importance in Data Pruning for Language Models based on Information Entropy

2024-06-20 · Minsang Kim, Seungjun Baek

Compute-efficient training of language models has become an important issue. We consider data pruning for data-efficient training of LLMs. In this work, we consider a data pruning method based on information entropy. We …

Data CompressionInformativenessLanguage ModelingLanguage Modelling

Does Informativeness Matter? Active Learning for Educational Dialogue Act Classification

2023-04-12 · Wei Tan, Jionghao Lin, David Lang, Guanliang Chen 외

Dialogue Acts (DAs) can be used to explain what expert tutors do and what students know during the tutoring process. Most empirical studies adopt the random sampling method to obtain sentence samples for manual annotatio…

Active LearningDialogue Act ClassificationInformativenessSentence

Grounding and Enhancing Informativeness and Utility in Dataset Distillation

2026-01-29 · Shaobo Wang, Yantai Yang, Guo Chen, Peiru Li 외 arxiv

Dataset Distillation (DD) seeks to create a compact dataset from a large, real-world dataset. While recent methods often rely on heuristic approaches to balance efficiency and quality, the fundamental relationship betwee…

Knowledge Distillation

Riemannian Laplace approximations for Bayesian neural networks

2023-06-12 · NeurIPS 2023 11

Bayesian neural networks often approximate the weight-posterior with a Gaussian distribution. However, practical posteriors are often, even locally, highly non-Gaussian, and empirical performance deteriorates. We propose…

Identifying Memorization of Diffusion Models through p-Laplace Analysis

2025-05-13 · Jonathan Brokman, Amit Giloni, Omer Hofman, Roman Vainshtein 외

Diffusion models, today's leading image generative models, estimate the score function, i.e. the gradient of the log probability of (perturbed) data samples, without direct access to the underlying probability distributi…

Memorization