LIVE PULSE
5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

machine-unlearning

topic9 events
papersTODAY 04:00 UTC

GRIN+ Method Targets Machine Unlearning in Imbalanced Medical Data

A new arXiv preprint introduces GRIN+, a machine unlearning approach aimed at removing patient data from trained medical models both quickly and effectively. The work focuses on imbalanced clinical datasets, a setting where existing unlearning methods tend to degrade model performance. It frames the problem around privacy rules such as GDPR and HIPAA that grant patients the right to have their data erased.

papersTODAY 04:00 UTC

Paper proposes transport criterion for exact record omission in delta attention

A new arXiv paper examines the gap between a model appearing to forget a deleted record and its recurrent state still retaining that record's influence. The authors store the state difference produced right after a record is written and track it through subsequent processing steps, deriving a condition under which the omission is exact along with its computational cost and a replay-based certificate. The work targets attention mechanisms with recurrent memory, where deleting data from context does not necessarily remove its effect from internal state.

papersTODAY 04:00 UTC

arXiv Paper Proposes Machine Unlearning for Speech Question Answering Models

A new arXiv preprint examines how large audio-language models can be made to forget sensitive information they may have memorized during training. The work focuses on the speech question-answering setting, where such models have shown strong performance but also carry privacy risks. The authors frame machine unlearning as a way to reduce unintended retention of private data in these systems.

papersTODAY 04:00 UTC

arXiv paper proposes scalable data attribution via influence matrix estimation

A new arXiv preprint addresses the computational cost of data attribution, which measures how individual training samples affect a model's behavior. The authors frame the problem around estimating the influence matrix at scale, with applications in data valuation, machine unlearning, and interpretability. The abstract highlights that scaling such methods has remained a longstanding obstacle.

papersTODAY 04:00 UTC

Deletion Certificates for Support-Vector Memory: What They Cover and When They Expire

This paper examines how to verifiably delete stored items from a memory that places a support-vector boundary around keys and weights their values by the resulting coefficients. It shows that when a coefficient is exactly zero, the key can be removed without altering the current normal, and identifies the conditions under which such deletion guarantees stop holding. The work aims toward auditable removal in memory-based learning systems.

papersTODAY 04:00 UTC

Paper Proposes Auditable Method for Verifying Deletion of Stored Facts in AI Models

The paper installs a support-vector gate inside a frozen Gemma 3 model and records which stored keys and values correspond to each exchange, allowing a deletion request to be traced to specific memory entries. It argues that an assistant can stop repeating a fact without actually removing it, so the work separates genuine deletion from mere output suppression. The authors present this as a step toward deletion requests that can be audited rather than taken on trust.

papersSEP 12 04:00 UTC

Audit Finds Batch-Normalization Stats Skew Machine Unlearning Evaluations

A new audit examines 263 publicly released checkpoints that use batch normalization and finds that reported unlearning results shift depending on which version of those statistics is used. Because batch-norm statistics are not produced by gradient updates and are rarely documented in model releases, refitting them on retained data can change the numbers an evaluation relies on. The authors argue that this makes some unlearning verdicts unreliable, since apparent forgetting may reflect checkpoint bookkeeping rather than the removed data genuinely being gone.

papersSEP 10 04:00 UTC

Neuromorphic SNN-XGBoost Intrusion Detection for Power Grids

A new arXiv paper proposes an intrusion detection approach for digitised electrical distribution networks that combines neuromorphic temporal embeddings with a hybrid spiking neural network and XGBoost classifier. The authors frame the work as a response to the high computational cost of existing deep-learning-based detection systems. They also evaluate robustness when machine unlearning attacks are used against the model.

papersSEP 10 04:00 UTC

Layer-Selective Unlearning Method Targets Sensitive Content in Large Language Models

Researchers have proposed a machine unlearning technique that directs the removal of memorized information to specific layers of a large language model rather than treating the whole network. Framed as a lighter-weight alternative to full retraining, the approach seeks to erase sensitive, copyrighted, or otherwise undesirable training content while preserving the model's remaining capabilities.