惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
J
Java Code Geeks
Vercel News
Vercel News
A
About on SuperTechFans
G
Google Developers Blog
C
Check Point Blog
腾讯CDC
N
Netflix TechBlog - Medium
博客园 - 司徒正美
S
SegmentFault 最新的问题
D
DataBreaches.Net
博客园_首页
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
量子位
雷峰网
雷峰网
IT之家
IT之家
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
博客园 - 三生石上(FineUI控件)
H
Help Net Security
宝玉的分享
宝玉的分享
博客园 - 叶小钗

Apple Machine Learning Research

Multilingual Knowledge Transfer under Data Constraints via Lexical Interventions Scaling Laws for Mixture Pretraining Under Data Constraints Examining Human-Like Behaviors in LLMs: A Multi-Dimensional Analysis of Model Behaviors, User Factors, and System Prompts The P-Completeness of Inverted Index Traversal: On the Complexity of Evaluating Boolean Query DAGs GRPO Beyond English: A Large-Scale Study of GRPO in Non-English and Multilingual Settings MVICAD2: Multi-View Independent Component Analysis with Delays and Dilations A Specialized Semismooth Newton Method for Kernel-Based Optimal Transport When Unlearning Is Free: Leveraging Low Influence Points to Reduce Computational Costs Scaling Categorical Flow Maps Beyond Next-Token Prediction: A Performance Characterization of Diffusion versus Autoregressive Language Models Arbitrage: Efficient Reasoning via Advantage-Aware Speculation Locking Pretrained Weights via Deep Low-Rank Residual Distillation DeepAmbigQA: Ambiguous Multi-hop Questions for Benchmarking LLM Answer Completeness Taming Outlier Tokens in Diffusion Transformers Understanding Alignment in Multimodal LLMs: A Comprehensive Study Dimensionality Reduction Meets Network Science: Sensemaking on UMAP’s kNN Graph MoMo: Dial Motion Mode in Robot Manipulation with Spatiotemporal Action Tokenization Memory Efficient Audio Synthesis with Decoupled Temporal Depth Diffusion Transformers GH-ESD: Grounded Hypothesis-Driven Error Slice Discovery for Instance-Level Vision Tasks LEAD: Breaking the No-Recovery Bottleneck in Long-Horizon Reasoning Environment-free Synthetic Data Generation for API-Calling Agents Accelerating Text-to-Video Generation with Calibrated Sparse Attention RayRoPE: Projective Ray Positional Encoding for Multi-View Attention LVSum: A Benchmark for Timestamp-Aware Long Video Summarization Length Value Model: Scalable Value Pretraining for Token-Level Length Modeling Show Me Examples: Inferring Visual Concepts from Image Sets Location-Invariant Properties of Functions Versus Properties of Distributions: United in Testing but Separated in Verification Interactive Proofs for General Distribution Properties Doubly Sub-linear Interactive Proofs of Proximity Personalizing Incremental Video Search with Hybrid Text and ID Embeddings
When Unlearning Is Free: Leveraging Low Influence Points ...
2026-07-17 · via Apple Machine Learning Research

AuthorsAnat Kleiman†**, Robert Fisher, Ben Deaner‡, Udi Wieder, Vitaly Feldman

As concerns around data privacy in machine learning grow, the ability to unlearn—or remove—specific data points from trained models becomes increasingly important. While state-of-the-art unlearning methods have emerged in response, they typically treat all points in the forget set equally. In this work, we challenge this approach by asking: do points that have a negligible impact on the model’s learning need to be removed? Through a comparative analysis of influence functions across language and vision tasks, we identify subsets of training data with negligible impact on model outputs. Leveraging this insight, we propose an efficient unlearning framework that reduces the size of datasets before unlearning—leading to significant computational savings (up to ~50%) on real-world empirical examples.

  • † Harvard University
  • ‡ University College London (UCL)
  • ** Work done while at Apple

Related readings and updates.

Apple believes that privacy is a fundamental human right. As AI experiences become increasingly personal and a part of people’s daily lives, it’s important that novel privacy-preserving techniques are created in parallel to advancing AI capabilities.

Apple’s fundamental research has consistently pushed the state-of-the-art in using differential privacy with machine learning, and earlier this year, we hosted the Workshop on Privacy-Preserving…

Read more

*= Equal Contributions

Recovering linear subspaces from data is a fundamental and important task in statistics and machine learning. Motivated by heterogeneity in Federated Learning settings, we study a basic formulation of this problem: the principal component analysis (PCA), with a focus on dealing with irregular noise. Our data come from nn users with user ii contributing data samples from a dd-dimensional distribution with mean μi\mu_i

Read more