paper-with-me

Papers

Parameter-tuning-free data entry error unlearning with adaptive selective synaptic dampening

2024-02-06 · Preprint 2024 2 · Stefan Schoepf, Jack Foster, Alexandra Brintrup

Data entry constitutes a fundamental component of the machine learning pipeline, yet it frequently results in the introduction of labelling errors. When a model has been trained on a dataset containing such errors its performance is reduced. This leads to the challenge of efficiently unlearning the influence of the erroneous data to improve the model performance without needing to completely retrain the model. While model editing methods exist for cases in which the correct label for a wrong entry is known, we focus on the case of data entry errors where we do not know the correct labels for the erroneous data. Our contribution is twofold. First, we introduce an extension to the selective synaptic dampening unlearning method that removes the need for parameter tuning, making unlearning accessible to practitioners. We demonstrate the performance of this extension, adaptive selective synaptic dampening (ASSD), on various ResNet18 and Vision Transformer unlearning tasks. Second, we demonstrate the performance of ASSD in a supply chain delay prediction problem with labelling errors using real-world data where we randomly introduce various levels of labelling errors. The application of this approach is particularly compelling in industrial settings, such as supply chain management, where a significant portion of data entry occurs manually through Excel sheets, rendering it error-prone. ASSD shows strong performance on general unlearning benchmarks and on the error correction problem where it outperforms fine-tuning for error correction.

📄 PDF Abstract BibTeX arXiv:2402.10098

Code (1)

if-loops/adaptive-selective-synaptic-dampening

Tasks

Model Editing

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Focus 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

QE-RAG: A Robust Retrieval-Augmented Generation Benchmark for Query Entry Errors

2025-04-05 · Kepu Zhang, Zhongxiang Sun, Weijie Yu, Xiaoxue Zang 외

Retriever-augmented generation (RAG) has become a widely adopted approach for enhancing the factual accuracy of large language models (LLMs). While current benchmarks evaluate the performance of RAG methods from various …

Contrastive LearningRAGRetrievalRetrieval-augmented Generation

Stochastic Entry Guidance

2021-03-09 · Jack Ridderhof, Panagiotis Tsiotras, Breanna J. Johnson

In this paper, closed-loop entry guidance in a randomly perturbed atmosphere, using bank angle control, is posed as a stochastic optimal control problem. The entry trajectory, as well as the closed-loop controls, are bot…

A Parameter-Free Two-Bit Covariance Estimator with Improved Operator Norm Error Rate

2023-08-30 · Junren Chen, Michael K. Ng

A covariance matrix estimator using two bits per entry was recently developed by Dirksen, Maly and Rauhut [Annals of Statistics, 50(6), pp. 3538-3562]. The estimator achieves near minimax rate for general sub-Gaussian di…

SplashNet: Split-and-Share Encoders for Accurate and Efficient Typing with Surface Electromyography

2025-06-14 · Nima Hadidi, Jason Chan, Ebrahim Feghhi, Jonathan Kao

Surface electromyography (sEMG) at the wrists could enable natural, keyboard-free text entry, yet the state-of-the-art emg2qwerty baseline still misrecognizes $51.8\%$ of characters in the zero-shot setting on unseen use…

The Road Less Scheduled

2024-05-24 · Aaron Defazio, Xingyu Alice Yang, Harsh Mehta, Konstantin Mishchenko 외

Existing learning rate schedules that do not require specification of the optimization stopping step T are greatly out-performed by learning rate schedules that depend on T. We propose an approach that avoids the need fo…

Scheduling