arXivDaily arXiv每日学术速递 周一至周五更新

大厂专区

Broadcom(博通)

至 收录 10
2602.08923 2026-07-09 cs.LG cs.DC cs.NI 版本更新

DynamiQ: Accelerating Gradient Synchronization using Compressed Multi-hop All-reduce

DynamiQ:使用压缩多跳全规约加速梯度同步

Wenchen Han, Shay Vargaftik, Michael Mitzenmacher, Ran Ben Basat

机构 * University College London(伦敦大学) VMware Research by Broadcom(VMware由Broadcom进行的研究) Harvard University(哈佛大学) Broadcom

AI总结 研究针对大规模模型训练中网络成瓶颈的问题,提出DynamiQ量化框架,引入新技术并设计融合内核,扩展PyTorch DDP支持,在不同场景下比现有方法最多提升34.2%。

Comments 17 pages, 19 figures. Accepted to ACM SIGCOMM 2026

详情
AI中文摘要

多跳全规约是大模型训练的实际骨干。随着训练规模增加,网络常成瓶颈,促使减少传输数据量。近期系统用梯度量化加速训练过程,但未针对多跳聚合优化。我们提出DynamiQ,弥合量化最佳实践与多跳聚合间差距,引入新技术,设计融合内核,扩展PyTorch DDP支持,在不同场景下有显著提升。

英文摘要

Multi-hop all-reduce is the de facto backbone of large model training. As the training scale increases, the network often becomes a bottleneck, motivating the reduction of the volume of transmitted data. Accordingly, recent systems have demonstrated significant acceleration of the training process using gradient quantization. However, these systems are not optimized for multi-hop aggregation, where entries are partially summed multiple times along their aggregation topology. We present DynamiQ, a quantization framework that bridges the gap between quantization best practices and multi-hop aggregation. DynamiQ introduces novel techniques to better represent partial sums, codesigned with a decompress accumulate recompress fused kernel to facilitate fast execution. We extend PyTorch DDP to support DynamiQ over NCCL P2P, and across different LLMs, tasks, and scales, we demonstrate consistent improvement of up to 34.2% over the best among state-of-the-art methods such as Omni-Reduce, THC, and emerging standards such as MXFP4, MXFP6, and MXFP8. Further, DynamiQ is the only evaluated method that consistently reaches near-baseline accuracy (e.g., 99.9\% of the BF16 baseline) and does so while significantly accelerating the training.

URL PDF HTML 收藏
2603.15510 2026-06-24 cs.LG 版本更新

Not All Invariants Are Equal: Curating Training Data to Accelerate Program Verification with SLMs

并非所有不变式都同等重要:利用SLM通过精选训练数据加速程序验证

Ido Pinto, Yizhak Yisrael Elboher, Haoze Wu, Nina Narodytska, Guy Katz

机构 * Hebrew University of Jerusalem, Israel(特拉维夫大学) Amherst College, USA(阿默斯特学院) VMware Research by Broadcom, USA(Broadcom VMware 研究)

AI总结 提出Wonda数据筛选流水线,通过AST归一化和LLM语义重写从原始验证器输出中提取高质量训练不变式,微调小语言模型(SLM)后,在多个模型上使不变式正确性和加速率翻倍甚至三倍,小模型性能媲美大模型。

Comments A preprint of the ICML 2026 paper with the same title

详情
AI中文摘要

归纳循环不变式的合成仍然是自动程序验证中的关键瓶颈。虽然大型语言模型(LLM)在缓解这一问题上显示出潜力,但它们通常在复杂程序上失败,产生无效或计算效率低下的不变式。尽管微调是解决这些局限性的自然策略,但获取高质量训练数据仍然是一个开放的挑战。我们首先形式化了高质量训练不变式所需的属性,然后提出了Wonda,一个严格的数据筛选流水线,通过基于AST的归一化,随后进行LLM驱动的语义重写和具有可证明质量保证的增强,从原始验证器输出中提取此类不变式。在Wonda筛选的数据上微调小语言模型(SLM)在Qwen3、Llama-3.1和Mistral系列中取得了一致的提升:4B和8B的Qwen3模型几乎使不变式正确率翻倍,加速率翻倍,而Llama-3.1-8B则使两者都增加了两倍。在具有挑战性的InvBench基准测试中,相同的4B模型优于其20倍大小的现成模型,并匹配GPT-OSS-120B的端到端验证时间,而14B的Qwen3模型则匹配了前沿模型GPT-5.2的性能,所有这些都没有测试时的计算开销。我们的代码已在GitHub上公开。

英文摘要

The synthesis of inductive loop invariants remains a critical bottleneck in automated program verification. While Large Language Models (LLMs) show promise in mitigating this issue, they often fail on complex programs, producing invariants that are invalid or computationally ineffective. Although fine-tuning is a natural strategy to address these limitations, obtaining high-quality training data remains an open challenge. We first formalize the properties required for a high-quality training invariant, and then present Wonda, a rigorous data curation pipeline that extracts such invariants from raw verifier output via AST-based normalization followed by LLM-driven semantic rewriting and augmentation with provable quality guarantees. Fine-tuning Small Language Models (SLMs) on Wonda-curated data yields consistent gains across the Qwen3, Llama-3.1, and Mistral families: the 4B and 8B Qwen3 models nearly double invariant correctness and double speedup rates, while Llama-3.1-8B triples both. On the challenging InvBench suite, the same 4B model outperforms an off-the-shelf model 20x its size and matches the end-to-end verification time of GPT-OSS-120B, while a 14B Qwen3 model matches that of the frontier model GPT-5.2, all without test-time compute overhead. Our code is publicly available on GitHub.

URL PDF HTML 收藏
2603.04334 2026-05-13 cs.DB cs.AI cs.LO cs.PL

SpotIt+: Verification-based Text-to-SQL Evaluation with Database Constraints

SpotIt+: 基于验证的文本到SQL评估与数据库约束

Andrew Tremante, Yang He, Rocky Klopfenstein, Yuepeng Wang, Nina Narodytska, Haoze Wu

机构 * Amherst College(阿默斯特学院) Simon Fraser University(西蒙弗雷泽大学) VMware Research by Broadcom(Broadcom VMware 研究)

AI总结 SpotIt+通过有界等价验证评估文本到SQL系统,结合规则和LLM方法挖掘约束,提升数据库差异识别能力。

详情
AI中文摘要

我们提出了SpotIt+,一个开源工具,通过有界等价验证评估文本到SQL系统。给定生成的SQL查询和真实查询,SpotIt+主动搜索能区分两者的数据库实例。为确保生成的反例反映实际相关差异,我们引入了最佳努力约束挖掘流程,结合基于规则的规范挖掘与基于示例数据库的LLM验证。在BIRD数据集上的实验结果表明,挖掘的约束使SpotIt+能够生成更真实的区分数据库,同时保持高效发现生成和黄金SQL查询之间被标准测试评估遗漏的大量差异的能力。

英文摘要

We present SpotIt+, an open-source tool for evaluating Text-to-SQL systems via bounded equivalence verification. Given a generated SQL query and the ground truth, SpotIt+ actively searches for database instances that differentiate the two queries. To ensure that the generated counterexamples reflect practically relevant discrepancies, we introduce a best-effort constraint-mining pipeline that combines rule-based specification mining with LLM-based validation over example databases. Experimental results on the BIRD dataset show that the mined constraints enable SpotIt+ to generate more realistic differentiating databases, while preserving its ability to efficiently uncover numerous discrepancies between generated and gold SQL queries that are missed by standard test-based evaluation.

URL PDF HTML 收藏
2605.06014 2026-05-08 cs.LG cs.AI cs.DS cs.NI

Quantizing With Randomized Hadamard Transforms: Efficient Heuristic Now Proven

使用随机哈达玛变换进行量化:一种高效的启发式方法已被证明

Ran Ben-Basat, William Kuszmaul, Michael Mitzenmacher, Amit Portnoy, Shay Vargaftik

机构 * UCL and Broadcom(UCL和Broadcom) Carnegie Mellon University(卡内基梅隆大学) Harvard University(哈佛大学) Microsoft(微软) VMware Research by Broadcom(Broadcom的VMware研究)

AI总结 本文研究了随机哈达玛变换在量化中的应用,证明了使用两个变换可近似均匀随机旋转的效果,并展示了三个变换在向量量化中的优势。

详情
AI中文摘要

均匀随机旋转(URRs)是现代量化方法中常用的预处理步骤,用于梯度压缩、推理加速、KV-cache压缩、模型权重量化和向量数据库中的近似最近邻搜索。在实践中,URRs常被随机哈达玛变换(RHTs)替代,后者在保持正交性的同时允许快速实现。剩余的问题是对于最坏情况输入的性能。使用URRs时,每个坐标独立分布为移位的Beta分布,这在高维情况下收敛于高斯分布。通常,一个RHT在最坏情况下并不合适,因为单个坐标可能远离这些分布。我们证明,对任意大小为d的输入向量应用两次RHT后,归一化旋转向量的每个固定坐标的边缘分布与标准高斯分布的Kolmogorov距离和1-Wasserstein距离均在O(d^{-1/2})范围内。然后我们将这些界限应用于现代压缩方案,即DRIVE和QUIC-FL,并证明两次RHT在渐近上可与URRs性能匹配。然而,我们证明两次RHT可能不足以用于向量量化(VQ),因为VQ通常需要固定大小块坐标之间的弱相关性(而不是仅单个坐标的边缘分布收敛)。我们证明三个RHT的组合导致坐标协方差衰减。这确保了任何固定、有界、多维VQ代码本,若优化用于URRs,则在使用三个RHT时,其预期误差相同,仅在加法项上与维度成反比。最后,由于实际输入很少是对抗性的,我们提出了一种线性时间O(d)的检查,用于动态调整运行时使用的RHT数量以提高性能。

英文摘要

Uniform random rotations (URRs) are a common preprocessing step in modern quantization approaches used for gradient compression, inference acceleration, KV-cache compression, model weight quantization, and approximate nearest-neighbor search in vector databases. In practice, URRs are often replaced by randomized Hadamard transforms (RHTs), which preserve orthogonality while admitting fast implementations. The remaining issue is the performance for worst-case inputs. With a URR, each coordinate is individually distributed as a shifted beta distribution, which converges to a Gaussian distribution in high dimensions. Generally, one RHT is not suitable in the worst case, as individual coordinates can be far from these distributions. We show that after composing two RHTs on any $d$-sized input vector, the marginal distribution of every fixed coordinate of the normalized rotated vector is within $O(d^{-1/2})$ of a standard Gaussian both in Kolmogorov distance and in $1$-Wasserstein distance. We then plug these bounds into the analyses of modern compression schemes, namely DRIVE and QUIC-FL, and show that two RHTs achieve performance that asymptotically matches URRs. However, we show that two RHTs may not be sufficient for Vector Quantization (VQ), which often requires weak correlation across fixed-size blocks of coordinates (as opposed to only marginal distribution convergence for single coordinates). We prove that a composition of three RHTs leads to decaying coordinate covariance. This ensures that any fixed, bounded, multi-dimensional VQ codebook optimized for URRs has the same expected error when using three RHTs, up to an additive term that vanishes with the dimension. Finally, because practical inputs are rarely adversarial, we propose a linear-time ${O}(d)$ check on the input's moments to dynamically adapt the number of RHTs used at runtime to improve performance.

URL PDF HTML 收藏
2604.18555 2026-05-08 cs.LG cs.AI cs.NI

A Note on TurboQuant and the Earlier DRIVE/EDEN Line of Work

关于TurboQuant及其早期DRIVE/EDEN工作的注记

Ran Ben-Basat, Yaniv Ben-Itzhak, Gal Mendelson, Michael Mitzenmacher, Amit Portnoy, Shay Vargaftik

机构 * UCL and Broadcom(UCL和博通) VMware Research by Broadcom(博通VMware研究) North Carolina State University(北卡罗来纳州立大学) Harvard University(哈佛大学) Microsoft(微软)

AI总结 本文分析了TurboQuant与DRIVE/EDEN在量化方法上的关系,指出TurboQuant_mse是EDEN的特例,而TurboQuant_prod在多个方面表现欠佳,EDEN在精度上优于TurboQuant。

详情
AI中文摘要

本文澄清了最近的TurboQuant工作与早期的DRIVE(NeurIPS 2021)和EDEN(ICML 2022)方案之间的关系。DRIVE是一种1位量化器,EDEN将其扩展到任意$b>0$位每坐标;我们统称其为EDEN。首先,TurboQuant_mse是通过将EDEN的标量尺度参数固定为$S=1$得到的EDEN的特例。EDEN支持有偏和无偏量化,每种通过不同的$S$(通过EDEN工作中的方法选择)进行优化。TurboQuant中固定的$S=1$选择通常不优,尽管有偏EDEN的最优$S$随着维度增加而趋近于1;因此,TurboQuant_mse在大维度下接近EDEN的行为。其次,TurboQuant_prod结合了一个有偏的$(b-1)$位EDEN步骤和一个无偏的1位QJL量化残差。它在三个方面表现欠佳:(1)其$(b-1)$位步骤使用了不优的$S=1$;(2)其1位无偏残差量化在MSE上劣于(无偏)1位EDEN;(3)将有偏的$(b-1)$位步骤与1位无偏残差步骤串联劣于直接用$b$位EDEN无偏量化输入。第三,TurboQuant工作中的某些分析与EDEN工作相似:两者都利用了随机旋转与移位Beta分布之间的联系,使用了Lloyd-Max算法,并注意到随机Hadamard变换可以替代均匀随机旋转。实验支持这些结论:有偏EDEN(使用优化的$S$)比TurboQuant_mse更准确,无偏EDEN比TurboQuant_prod明显更准确,通常多一位(例如,2位EDEN击败3位TurboQuant_prod)。我们还重复了TurboQuant论文中的所有准确性实验,显示EDEN在我们尝试的每种设置中都优于它。

英文摘要

This note clarifies the relationship between the recent TurboQuant work and the earlier DRIVE (NeurIPS 2021) and EDEN (ICML 2022) schemes. DRIVE is a 1-bit quantizer that EDEN extended to any $b>0$ bits per coordinate; we refer to them collectively as EDEN. First, TurboQuant$_{\text{mse}}$ is a special case of EDEN obtained by fixing EDEN's scalar scale parameter to $S=1$. EDEN supports both biased and unbiased quantization, each optimized by a different $S$ (chosen via methods described in the EDEN works). The fixed choice $S=1$ used by TurboQuant is generally suboptimal, although the optimal $S$ for biased EDEN converges to $1$ as the dimension grows; accordingly TurboQuant$_{\text{mse}}$ approaches EDEN's behavior for large $d$. Second, TurboQuant$_{\text{prod}}$ combines a biased $(b-1)$-bit EDEN step with an unbiased 1-bit QJL quantization of the residual. It is suboptimal in three ways: (1) its $(b-1)$-bit step uses the suboptimal $S=1$; (2) its 1-bit unbiased residual quantization has worse MSE than (unbiased) 1-bit EDEN; (3) chaining a biased $(b-1)$-bit step with a 1-bit unbiased residual step is inferior to unbiasedly quantizing the input directly with $b$-bit EDEN. Third, some of the analysis in the TurboQuant work mirrors that of the EDEN works: both exploit the connection between random rotations and the shifted Beta distribution, use the Lloyd-Max algorithm, and note that Randomized Hadamard Transforms can replace uniform random rotations. Experiments support these claims: biased EDEN (with optimized $S$) is more accurate than TurboQuant$_{\text{mse}}$, and unbiased EDEN is markedly more accurate than TurboQuant$_{\text{prod}}$, often by more than a bit (e.g., 2-bit EDEN beats 3-bit TurboQuant$_{\text{prod}}$). We also repeat all accuracy experiments from the TurboQuant paper, showing that EDEN outperforms it in every setup we have tried.

URL PDF HTML 收藏
2510.26840 2026-03-05 cs.DB cs.AI cs.FL cs.LO

SpotIt: Evaluating Text-to-SQL Evaluation with Formal Verification

SpotIt: 通过形式验证评估文本到SQL

Rocky Klopfenstein, Yang He, Andrew Tremante, Yuepeng Wang, Nina Narodytska, Haoze Wu

机构 * Amherst College(阿姆赫斯特学院) Simon Fraser University(西蒙弗雷泽大学) VMware Research by Broadcom(VMware由Broadcom进行的研究)

AI总结 SpotIt通过形式验证评估文本到SQL系统,发现基于测试的方法无法区分生成查询与地面真相的差异。

Comments Accepted at ICLR'26

详情
AI中文摘要

社区主导的文本到SQL评估平台在跟踪文本到SQL性能的最前沿状态中起着关键作用。评估过程的可靠性对于推动该领域的发展至关重要。当前的评估方法主要是基于测试的,这涉及将生成的SQL查询和人工标注的地面真相在静态测试数据库上的执行结果进行比较。这种评估是乐观的,因为两个查询可能在测试数据库上偶然产生相同的结果,而实际上它们是不同的。在本工作中,我们提出了一种新的替代评估流程,称为SpotIt,其中形式有界等价性验证引擎主动搜索能够区分生成的和地面真相SQL查询的数据库。我们开发了技术来扩展现有的验证器,以支持更丰富的SQL子集,这与文本到SQL相关。对十种文本到SQL方法在高知名度的BIRD数据集上的性能评估表明,基于测试的方法往往忽视生成查询与地面真相之间的差异。进一步分析验证结果揭示了当前文本到SQL评估更复杂的图景。

英文摘要

Community-driven Text-to-SQL evaluation platforms play a pivotal role in tracking the state of the art of Text-to-SQL performance. The reliability of the evaluation process is critical for driving progress in the field. Current evaluation methods are largely test-based, which involves comparing the execution results of a generated SQL query and a human-labeled ground-truth on a static test database. Such an evaluation is optimistic, as two queries can coincidentally produce the same output on the test database while actually being different. In this work, we propose a new alternative evaluation pipeline, called SpotIt, where a formal bounded equivalence verification engine actively searches for a database that differentiates the generated and ground-truth SQL queries. We develop techniques to extend existing verifiers to support a richer SQL subset relevant to Text-to-SQL. A performance evaluation of ten Text-to-SQL methods on the high-profile BIRD dataset suggests that test-based methods can often overlook differences between the generated query and the ground-truth. Further analysis of the verification results reveals a more complex picture of the current Text-to-SQL evaluation.

URL PDF HTML 收藏
2601.19132 2026-01-28 cs.NI cs.AI cs.AR cs.PF cs.SY eess.SY

In-Network Collective Operations: Game Changer or Challenge for AI Workloads?

网络内集体操作:人工智能工作负载中的变革者还是挑战?

Torsten Hoefler, Mikhail Khalilov, Josiah Clark, Surendra Anubolu, Mohan Kalkunte, Karen Schramm, Eric Spada, Duncan Roweth, Keith Underwood, Adrian Caulfield, Abdul Kabbani, Amirreza Rastegari

机构 * ETH Zürich(苏黎世联邦理工学院) Microsoft(微软) AMD(超威半导体) Broadcom Inc.(博通公司) Hewlett Packard Enterprise(惠普企业)

AI总结 本文探讨了网络内集体操作在人工智能工作负载中的潜力与挑战,分析了边缘和核心INC的性能优势及阻碍其应用的关键障碍,并预测其未来发展方向。

Journal ref IEEE Computer Jan. 2026

详情
AI中文摘要

本文总结了网络内集体操作(INC)在加速人工智能工作负载中集体操作方面的机遇。我们提供了足够的细节,使该重要领域对人工智能或网络领域的非专家变得易于理解,促进这两个社区之间的联系。考虑两种类型的INC:边缘INC,其中系统在节点层面实现,以及核心INC,其中系统嵌入在网络交换机中。我们概述了潜在的性能优势以及在边缘INC和核心INC背景下可能阻碍其采用的六个关键障碍。最后,我们提出了一组关于INC未来发展和应用的预测。

英文摘要

This paper summarizes the opportunities of in-network collective operations (INC) for accelerated collective operations in AI workloads. We provide sufficient detail to make this important field accessible to non-experts in AI or networking, fostering a connection between these communities. Consider two types of INC: Edge-INC, where the system is implemented at the node level, and Core-INC, where the system is embedded within network switches. We outline the potential performance benefits as well as six key obstacles in the context of both Edge-INC and Core-INC that may hinder their adoption. Finally, we present a set of predictions for the future development and application of INC.

URL PDF HTML 收藏
2512.19849 2026-01-23 cs.DC cs.AI cs.LG cs.NI

UCCL-EP: Portable Expert-Parallel Communication

UCCL-EP:便携式专家并行通信

Ziming Mao, Yihan Zhang, Chihan Cui, Zhen Huang, Kaichao You, Zhongjie Chen, Zhiying Xu, Zhenyu Gu, Scott Shenker, Costin Raiciu, Yang Zhou, Ion Stoica

机构 * UC Berkeley(加州大学伯克利分校) UC Davis(加州大学戴维斯分校) UW–Madison(威斯康星大学麦迪逊分校) AMD(超威半导体) Tsinghua University(清华大学) Amazon Web Services(亚马逊网络服务) ICSI(信息与计算机科学研究所) Broadcom & University Politehnica of Bucharest(博通与布加勒斯特理工大学)

AI总结 UCCL-EP通过高吞吐量GPU-CPU控制通道和RDMA立即数据模拟,实现了在异构GPU和NIC平台上的高性能专家并行通信,提升了多个模型的训练和推理效率。

详情
AI中文摘要

混合专家(MoE)工作负载依赖于专家并行性(EP)来实现高GPU效率。最先进的EP通信系统,如DeepEP,表现出强大的性能,但在异构GPU和NIC平台上的可移植性较差。这种较差的可移植性源于架构:GPU发起的令牌级RDMA通信需要GPU和NIC之间紧密的垂直集成,例如GPU写入NIC驱动程序/MMIO接口。我们提出了UCCL-EP,这是一种便携式EP通信系统,能够在异构GPU和NIC硬件上实现DeepEP级别的性能。UCCL-EP将GPU发起的RDMA替换为高吞吐量的GPU-CPU控制通道:紧凑的令牌路由命令被传输到多线程CPU代理,然后由这些代理代表GPU发起GPUDirect RDMA操作。UCCL-EP进一步使用RDMA立即数据模拟各种所需的顺序语义,以在缺乏此类顺序的NIC上实现正确性,例如AWS EFA。我们实现了UCCL-EP在NVIDIA和AMD GPU与EFA和Broadcom NIC上。在EFA上,它在调度和合并吞吐量上比现有的最佳EP解决方案快高达2.1倍。在仅使用NVIDIA的平台上,UCCL-EP的性能与原始DeepEP相当。UCCL-EP还提高了SGLang中的令牌吞吐量,在NVIDIA+EFA平台上提高了高达40%。此外,在16节点AMD+Broadcom平台上,UCCL-EP在DeepSeek-V3训练吞吐量上超过了AMD Primus/Megatron-LM框架,提高了高达45%。

英文摘要

Mixture-of-Experts (MoE) workloads rely on expert parallelism (EP) to achieve high GPU efficiency. State-of-the-art EP communication systems such as DeepEP demonstrate strong performance but exhibit poor portability across heterogeneous GPU and NIC platforms. The poor portability is rooted in architecture: GPU-initiated token-level RDMA communication requires tight vertical integration between GPUs and NICs, e.g., GPU writes to NIC driver/MMIO interfaces. We present UCCL-EP, a portable EP communication system that delivers DeepEP-level performance across heterogeneous GPU and NIC hardware. UCCL-EP replaces GPU-initiated RDMA with a high-throughput GPU-CPU control channel: compact token-routing commands are transferred to multithreaded CPU proxies, which then issue GPUDirect RDMA operations on behalf of GPUs. UCCL-EP further emulates various ordering semantics required by specialized EP communication modes using RDMA immediate data, enabling correctness on NICs that lack such ordering, e.g., AWS EFA. We implement UCCL-EP on NVIDIA and AMD GPUs with EFA and Broadcom NICs. On EFA, it outperforms the best existing EP solution by up to $2.1\times$ for dispatch and combine throughput. On NVIDIA-only platform, UCCL-EP achieves comparable performance to the original DeepEP. UCCL-EP also improves token throughput on SGLang by up to 40% on the NVIDIA+EFA platform, and improves DeepSeek-V3 training throughput over the AMD Primus/Megatron-LM framework by up to 45% on a 16-node AMD+Broadcom platform.

URL PDF HTML 收藏
2505.01538 2026-01-08 cs.DB cs.CR cs.IR cs.LG

HONEYBEE: Efficient Role-based Access Control for Vector Databases via Dynamic Partitioning[Technical Report]

Hongbin Zhong, Matthew Lentz, Nina Narodytska, Adriana Szekeres, Kexin Rong

机构 * Georgia Institute of Technology(佐治亚理工学院) Duke University(杜克大学) VMware Research by Broadcom(VMware由Broadcom进行的研究) Microsoft Research(微软研究院)

Comments Accepted by SIGMOD 2026

详情
英文摘要

Enterprise deployments of vector databases require access control policies to protect sensitive data. These systems often implement access control through hybrid vector queries that combine nearest-neighbor search with relational predicates based on user permissions. However, existing approaches face a fundamental trade-off: dedicated per-user indexes minimize query latency but incur high memory redundancy, while shared indexes with post-search filtering reduce memory overhead at the cost of increased latency. This paper introduces HONEYBEE, a dynamic partitioning framework that leverages the structure of Role-Based Access Control (RBAC) policies to create a smooth trade-off between these extremes. RBAC policies organize users into roles and assign permissions at the role level, creating a natural ``thin waist`` in the permission structure that is ideal for partitioning decisions. Specifically, HONEYBEE produces overlapping partitions where vectors can be strategically replicated across different partitions to reduce query latency while controlling memory overhead. To guide these decisions, HONEYBEE develops analytical models of vector search performance and recall, and formulates partitioning as a constrained optimization problem that balances memory usage, query efficiency, and recall. Evaluations on RBAC workloads demonstrate that HONEYBEE achieves up to 13.5X lower query latency than row-level security with only a 1.24X increase in memory usage, while achieving comparable query performance to dedicated, per-role indexes with 90.4% reduction in additional memory consumption, offering a practical middle ground for secure and efficient vector search.

URL PDF HTML 收藏
2512.19007 2025-12-23 cs.LG cs.AI

The 6th International Verification of Neural Networks Competition (VNN-COMP 2025): Summary and Results

Konstantin Kaulen, Tobias Ladner, Stanley Bak, Christopher Brix, Hai Duong, Thomas Flinkow, Taylor T. Johnson, Lukas Koller, Edoardo Manino, ThanhVu H Nguyen, Haoze Wu

机构 * RWTH Aachen University(亚琛工业大学) Technical University of Munich(慕尼黑技术大学) Stony Brook University(石溪大学) George Mason University(乔治·梅奥大学) Maynooth University(梅诺特大学) Vanderbilt University(范德比尔特大学) University of Manchester(曼彻斯特大学) Amherst College(阿默斯特学院) VMware Research by Broadcom(Broadcom VMware 研究)

Comments Report on the results of VNN-COMP 2025. arXiv admin note: substantial text overlap with arXiv:2412.19985, arXiv:2312.16760, arXiv:2212.10376

详情
英文摘要

This report summarizes the 6th International Verification of Neural Networks Competition (VNN-COMP 2025), held as a part of the 8th International Symposium on AI Verification (SAIV), that was collocated with the 37th International Conference on Computer-Aided Verification (CAV). VNN-COMP is held annually to facilitate the fair and objective comparison of state-of-the-art neural network verification tools, encourage the standardization of tool interfaces, and bring together the neural network verification community. To this end, standardized formats for networks (ONNX) and specification (VNN-LIB) were defined, tools were evaluated on equal-cost hardware (using an automatic evaluation pipeline based on AWS instances), and tool parameters were chosen by the participants before the final test sets were made public. In the 2025 iteration, 8 teams participated on a diverse set of 16 regular and 9 extended benchmarks. This report summarizes the rules, benchmarks, participating tools, results, and lessons learned from this iteration of this competition.

URL PDF HTML 收藏