• 学术搜索
  • 科研智能体
    • Research Labs
    • AI 阅读
    • AI 文库
    • 深度研究
    • 学者亮点
  • 学术资源
    • AI2000
    • 期刊/会议
    • 学者库
    • 学术API
    • 溯源树
    • 数据集
  • 知识沉淀
    • 学术空间
订阅小程序
旧版功能
aminer vip
开通会员低至0.73元/天
一次搞定AI科研
立即登录
  • English
  • 联系方式
    威

    威睿

    VMware
    企业
    373论文总数
    1.9万引用总数

    VMware总部位于美国加州帕洛阿尔托(Palo Alto) ,是全球云基础架构和移动商务解决方案厂商,提供基于VMware的解决方案,企业通过数据中心改造和公有云整合业务,借助企业安全转型维系客户信任 ,实现任意云端和设备上运行、管理、连接及保护任意应用 。2018财年全年收入79.2亿美元 。 VMware(威睿) 是全球桌面到数据中心虚拟化解决方案的领导厂商。全球不同规模的客户依靠VMware来降低成本和运营费用、确保业务持续性、加强安全性并走向绿色。VMware使企业可以采用能够解决其独有业务难题的云计算模式。 VMware提供的方法在保留现有投资并提高安全性和控制力的同时,加快向云计算的过渡。VMware拥有 400,000多家客户和55,000多家合作伙伴,它的解决方案可帮助各种规模的组织降低成本、提高业务灵活性并确保选择自由。 VMware(纽约证交所代码:VMW)在虚拟化和云计算基础架构领域处于全球领先地位,所提供的经客户验证的解决方案可通过降低复杂性以及更灵活、敏捷地交付服务来提高IT效率。2008年,VMware年收入达到19亿美元,拥有逾150,000的用户和接近22,000多家合作伙伴,是增长最快的上市软件公司之一。

    论文量&引用量时间轴

    机构学者

    排序
    Ittai Abraham
    Ittai Abraham
    Intel Corporation
    论文:12引用:0H-index:0
    Ajay Gulati
    Ajay Gulati
    ZeroStack
    论文:10引用:0H-index:0
    Reza Taheri
    Reza Taheri
    Istanbul Technical University
    论文:10引用:0H-index:0
    Ashot N. Harutyunyan
    Ashot N. Harutyunyan
    Inst. für Experimentelle Mathematik, Universität Duisburg-Essen
    论文:8引用:0H-index:0
    Lalith Suresh
    Lalith Suresh
    Feldera
    论文:7引用:0H-index:0
    Timothy Mann
    Timothy Mann
    VMware, Inc.
    论文:6引用:0H-index:0
    Allan Heydon
    Allan Heydon
    Guidewire Software 2121 S. El Camino Real San Mateo CA 94403 USA
    论文:5引用:0H-index:0
    Christopher Kruegel
    Christopher Kruegel
    Department of Computer Science, University of California, Santa Barbara;VMware, Inc.
    论文:5引用:0H-index:0
    Teemu Koponen
    Teemu Koponen
    Styra
    论文:5引用:0H-index:0

    论文(373)

    年份
    起
    –
    止
    排序
    1Anomaly Detection in Large-Scale Distributed Systems Using Graph-Based Deep Learning
    Samir Vinayak Bayani

    Detection of anomalies in large-scale monitoring systems, especially in high-performance computing (HPC), is a significant issue because disruptions during the machine operation can cause operations to be interrupted and reduce its overall efficiency. In practice, traditional rule-based and statistical approaches are not likely to generalize, and deep learning approaches. The paper suggests a hybrid Graph Neural Network (GNN) architecture that employs graph convolutional learning to identify anomalies in the distributed systems. The dataset of Google 2019 Cluster is processed with feature engineering, label encoding, and standardization, and SMOTE is applied to deal with the class imbalance. The proposed Gradient Boosting (GB) model is worked out with a high accuracy (98.73%) and AUC-ROC (0.9990), which is better than the Random Forest and Gradient Boosting base models. The ensemble voting model has a better recall but a minimal reduction in AUC-ROC. The study shows that the graph-based deep learning is effective in capturing the relational dependencies that are not captured by the traditional models and that ensemble integration improves detection abilities of anomalies that can be resolved at a bigger scale.

    20262026 2nd International Conference on Artificial Intelligence Systems (AIS)(2026)
    引用
    AI阅读
    加入学术空间
    2CAT-Flow: Curvature-Adaptive Steps for Flow Matching
    Qinchan Li, Pedro Cisneros-Velarde, Keru Fu, Samuel Antunes Miranda, Sharan Vaswani,Hao Zhang

    Flow Matching has emerged as a leading framework for generative modeling, powering state-of-the-art systems such as FLUX and Stable Diffusion 3.5. However, the iterative nature of its ODE-based sampling process creates a fundamental efficiency bottleneck: the quality of generated samples is highly sensitive to the choice of step-sizes, and current models typically require 20 to 30 steps for good quality. In this work, we propose two lightweight, training-free algorithms, CAT-OV and CAT-OT that adapt step-sizes at inference time based on a novel connection between Flow Matching sampling and gradient flow. Our algorithms are computed efficiently by not requiring additional neural function evaluations. Specifically, CAT-OT estimates curvature over time via a finite-difference approximation of the time-derivative of the vector field, while CAT-OV approximates curvature over the state space via a gradient of the vector field. Under suitable conditions, both methods have truncation error bounds of constant order. Empirically, CAT-OV and CAT-OT outperform existing step-size heuristics in image quality metrics across four text- to-image Flow Matching models, reducing the number of generation steps required to reach comparable quality by up to 40

    2026
    引用
    AI阅读
    加入学术空间
    3Breadcrumb Filters: Fast Fully Featured Filters
    Andrew Krapivin, Aaditya Rangarajan, Alex Conway,Martin Farach-Colton,Rob Johnson,Prashant Pandey

    Enumerable filters are the gold-standard for full-featured filters: they support insertions, deletions, merging; they can support associated values, such as counts; and like traditional filters they support queries with a small probability of false positives. When designing a system that uses filters, high-performance enumerable filters are required to simplify system design and improve overall performance, compared to systems that must work around the limitations of traditional filters that are not full featured. The vector quotient filter (VQF) is the state of the art enumerable filter. For limited-functionality filters, blocked Bloom filters (BBF) and the prefix filter (PF) are state of the art and offer tradeoffs. Both support insertions and queries but not deletions or merging. BBFs are faster for insertions and queries but use more space than PFs and VQFs. For small-space filters, the state-of-the-art suggests a tradeoff: PFs are faster than VQFs but VQFs are enumerable, which makes them a favorable candidate to be integrated in applications. Given these tradeoffs, we are left with the following question: Do we need to give up features in order to achieve the highest performance? In this paper, we present the breadcrumb filter (BCF), a full-featured enumerable filter. For insertions, the BCF is up to 34% faster than VQF, 3.2 & times; faster than cuckoo filter, 19.6% faster than PF. For queries, the BCF achieves competitive performance, outperforming the VQF while matching the cuckoo filter. At the same time, it achieves higher space efficiency than VQF, prefix, cuckoo filter and BBF. We conclude that the choice of filter is now simplified: if additional features beyond insertions, such as deletions and counting, are required, or if minimizing space is crucial, the BCF offers the best performance. On the other hand, if only insertions are needed and space is not constrained, the BBF is the right choice.

    2026PROCEEDINGS OF THE ACM ON MANAGEMENT OF DATA(2026)
    引用
    AI阅读
    加入学术空间
    4ONCache: A Cache-Based Low-Overhead Container Overlay Network
    Shengkai Lin,Shizhen Zhao,Peirui Cao, Xinchi Han, Quan Tian, Wenfeng Liu, Qi Wu, Donghai Han,Xinbing Wang

    Recent years have witnessed a widespread adoption of containers. While containers simplify and accelerate application development, existing container network technologies either incur significant overhead, which hurts performance for distributed applications, or lose flexibility or compatibility, which hinders the widespread deployment in production. We carefully analyze the kernel data path of an overlay network, quantifying the time consumed by each segment of the data path and identifying the extra overhead in an overlay network compared to bare metal. We observe that this extra overhead generates repetitive results among packets, which inspires us to introduce caches within an overlay network. We design and implement ONCache (Overlay Network Cache), a cache-based container overlay network, to eliminate the extra overhead while maintaining flexibility and compatibility. We implement ONCache using the extended Berkeley Packet Filter (eBPF) with only 524 lines of code, and integrate it as a plugin of Antrea. With ONCache, containers attain networking performance akin to that of bare metal. Compared to the standard overlay networks, ONCache improves throughput and request-response transaction rate by 12% and 36% for TCP (20% and 34% for UDP), respectively, while significantly reducing per-packet CPU overhead. Popular distributed applications also benefit from ONCache.

    2025PROCEEDINGS OF THE 22ND USENIX SYMPOSIUM ON NETWORKED SYSTEMS DESIGN AND IMPLEMENTATION, NSDI'25(2025)引用:1
    引用
    AI阅读
    加入学术空间
    5SWARM: Replicating Shared Disaggregated-Memory Data in No Time
    Antoine Murat,Clement Burgelin,Athanasios Xygkis,Igor Zablotchi,Marcos K. Aguilera,Rachid Guerraoui

    Memory disaggregation is an emerging data center architecture that improves resource utilization and scalability. Replication is key to ensure the fault tolerance of applications, but replicating shared data in disaggregated memory is hard. We propose SWARM (Swift WAit-free Replication in disaggregated Memory), the first replication scheme for in-disaggregated-memory shared objects to provide (1) single-roundtrip reads and writes in the common case, (2) strong consistency (linearizability), and (3) strong liveness (wait-freedom). SWARM makes two independent contributions. The first is Safe-Guess, a novel wait-free replication protocol with single-roundtrip operations. The second is In-n-Out, a novel technique to provide conditional atomic update and atomic retrieval of large buffers in disaggregated memory in one roundtrip. Using SWARM, we build SWARM-KV, a low-latency, strongly consistent and highly available disaggregated key-value store. We evaluate SWARM-KV and find that it has marginal latency overhead compared to an unreplicated key-value store, and that it offers much lower latency and better availability than FUSEE, a state-of-the-art replicated disaggregated key-value store.

    2024PROCEEDINGS OF THE 2024 ACM SIGOPS 30TH SYMPOSIUM ON OPERATING SYSTEMS PRINCIPLES, SOSP 2024(2024)引用:9
    引用
    AI阅读
    加入学术空间
    立即登录,查看全部 373 篇论文

    合作机构(100)

    伊利诺伊大学香槟分校合作论文 14
    斯坦福大学合作论文 14
    微软合作论文 12
    以色列理工学院合作论文 11
    麻省理工学院合作论文 10
    卡内基梅隆大学合作论文 9
    甲骨文公司合作论文 8
    Georgia Institute of Technology,University System of Georgia合作论文 8
    国际商业机器公司合作论文 8
    宾夕法尼亚州立大学合作论文 7

    机构统计