Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/31 04:00:00

First-order Constrained Trilevel Optimization Over Distributed Networks for Robust Coreset Selection

AI 中文解读
这项研究为分布式网络环境下的AI模型训练带来新突破,首次提出了一种名为F²CTO的优化算法,专门解决“鲁棒核心集选择”这一难题。通俗来说,当大量数据分散在不同设备上时,AI训练既耗时又耗资源,核心集选择就像从海量资料中挑出最精华的部分来学习,既能保护隐私又能提升效率。但现有方法往往忽略了数据中的异常值或恶意干扰,鲁棒性不足。这篇论文巧妙地将问题转化为一个三层优化模型,并通过分布式算法让多个设备协同求解,就像多个小组分工合作,既保证数据不出本地,又能共同完成高质量训练。实验证明,新方法不仅收敛速度快,还能有效应对数据分布不均的复杂场景。这项技术的实际意义在于,未来智能家居、健康监测等物联网设备无需上传敏感数据,就能在本地持续学习优化,同时抵御黑客攻击或数据污染,让AI应用更安全、更省电、更聪明。
arXiv:2607.27632v1 Announce Type: new Abstract: With the rapid advancement of the Internet of Things (IoT), massive amounts of data are generated across distributed edge networks. Training models on full data incurs significant computational overhead and storage bottlenecks, rendering coreset selection a critical paradigm. Furthermore, given the privacy-sensitive nature of local data and the escalating demand for model robustness in real-world deployments, developing an effective distributed optimization framework for robust coreset selection is vital, yet remains largely unexplored. To this end, this work first characterizes the hierarchical dependencies among coreset selection, robust optimization, and distributed learning, and formulates the distributed robust coreset selection as a trilevel optimization problem with level-wise constraints. Furthermore, to effectively solve the trilevel problem in a distributed manner, the \underline{F}ederated \underline{F}irst-order \underline{C}onstrained \underline{T}rilevel \underline{O}ptimization (F$^2$CTO) is proposed, which synergistically integrates a hierarchical composite value-function reformulation and a distributed alternating projected gradient algorithm. To the best of our knowledge, F$^2$CTO is the first method developed for distributed robust coreset selection, as well as the first distributed optimization approach for trilevel optimization problems with level-wise constraints. Additionally, we prove that the proposed method achieves a non-asymptotic convergence rate of $\mathcal{O}(\epsilon^{-3/2})$ for finding an $\epsilon$-stationary point. Extensive empirical evaluations on reliable continual learning demonstrate the effectiveness and efficiency of the proposed F$^2$CTO.
分享
阅读原文