paper-with-me

Papers

Targeted Fine-Tuning of DNN-Based Receivers via Influence Functions

2025-09-19 · Marko Tuononen, Heikki Penttinen, Ville Hautamäki arxiv

We present the first use of influence functions for deep learning-based wireless receivers. Applied to DeepRx, a fully convolutional receiver, influence analysis reveals which training samples drive bit predictions, enabling targeted fine-tuning of poorly performing cases. We show that loss-relative influence with capacity-like binary cross-entropy loss and first-order updates on beneficial samples most consistently improves bit error rate toward genie-aided performance, outperforming random fine-tuning in single-target scenarios. Multi-target adaptation proved less effective, underscoring open challenges. Beyond experiments, we connect influence to self-influence corrections and propose a second-order, influence-aligned update strategy. Our results establish influence functions as both an interpretability tool and a basis for efficient receiver adaptation.

📄 PDF Abstract BibTeX arXiv:2509.15950

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detecting Instruction Fine-tuning Attack on Language Models with Influence Function

2025-04-12 · Jiawei Li

Instruction fine-tuning attacks pose a significant threat to large language models (LLMs) by subtly embedding poisoned data in fine-tuning datasets, which can trigger harmful or unintended responses across a range of tas…

Data Valuation using Neural Networks for Efficient Instruction Fine-Tuning

2025-02-14 · Ishika Agarwal, Dilek Hakkani-Tur

Influence functions provide crucial insights into model training, but existing methods suffer from large computational costs and limited generalization. Particularly, recent works have proposed various metrics and algori…

Data Valuation

Influence Functions for Efficient Data Selection in Reasoning

2025-10-07 · Prateek Humane, Paolo Cudrano, Daniel Z. Kaplan, Matteo Matteucci 외 arxiv

Fine-tuning large language models (LLMs) on chain-of-thought (CoT) data shows that a small amount of high-quality data can outperform massive datasets. Yet, what constitutes "quality" remains ill-defined. Existing reason…

FastIF: Scalable Influence Functions for Efficient Model Interpretation and Debugging

2020-12-31 · EMNLP 2021 11 · Han Guo, Nazneen Fatema Rajani, Peter Hase, Mohit Bansal 외

Influence functions approximate the "influences" of training data-points for test predictions and have a wide variety of applications. Despite the popularity, their computational cost does not scale well with model and t…

Data Augmentation

In2Core: Leveraging Influence Functions for Coreset Selection in Instruction Finetuning of Large Language Models

2024-08-07 · Ayrton San Joaquin, Bin Wang, Zhengyuan Liu, Nicholas Asher 외

Despite advancements, fine-tuning Large Language Models (LLMs) remains costly due to the extensive parameter count and substantial data requirements for model generalization. Accessibility to computing resources remains …