paper-with-me

홈 › Papers

CloudFormer: An Attention-based Performance Prediction for Public Clouds with Unknown Workload

2025-09-03 · Amirhossein Shahbazinia, Darong Huang, Luis Costero, David Atienza arxiv

Cloud platforms are increasingly relied upon to host diverse, resource-intensive workloads due to their scalability, flexibility, and cost-efficiency. In multi-tenant cloud environments, virtual machines are consolidated on shared physical servers to improve resource utilization. While virtualization guarantees resource partitioning for CPU, memory, and storage, it cannot ensure performance isolation. Competition for shared resources such as last-level cache, memory bandwidth, and network interfaces often leads to severe performance degradation. Existing management techniques, including VM scheduling and resource provisioning, require accurate performance prediction to mitigate interference. However, this remains challenging in public clouds due to the black-box nature of VMs and the highly dynamic nature of workloads. To address these limitations, we propose CloudFormer, a dual-branch Transformer-based model designed to predict VM performance degradation in black-box environments. CloudFormer jointly models temporal dynamics and system-level interactions, leveraging 206 system metrics at one-second resolution across both static and dynamic scenarios. This design enables the model to capture transient interference effects and adapt to varying workload conditions without scenario-specific tuning. Complementing the methodology, we provide a fine-grained dataset that significantly expands the temporal resolution and metric diversity compared to existing benchmarks. Experimental results demonstrate that CloudFormer consistently outperforms state-of-the-art baselines across multiple evaluation metrics, achieving robust generalization across diverse and previously unseen workloads. Notably, CloudFormer attains a mean absolute error (MAE) of just 7.8%, representing a substantial improvement in predictive accuracy and outperforming existing methods at least by 28%.

📄 PDF Abstract BibTeX arXiv:2509.03394

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MoNet: Motion-based Point Cloud Prediction Network

2020-11-21 · Fan Lu, Guang Chen, Yinlong Liu, Zhijun Li 외

Predicting the future can significantly improve the safety of intelligent vehicles, which is a key component in autonomous driving. 3D point clouds accurately model 3D information of surrounding environment and are cruci…

Autonomous DrivingPrediction

SE(3)-Transformers: 3D Roto-Translation Equivariant Attention Networks

2020-06-18 · NeurIPS 2020 12 · Fabian B. Fuchs, Daniel E. Worrall, Volker Fischer, Max Welling

We introduce the SE(3)-Transformer, a variant of the self-attention module for 3D point clouds and graphs, which is equivariant under continuous 3D roto-translations. Equivariance is important to ensure stable and predic…

Translation

Int3DNet: Scene-Motion Cross Attention Network for 3D Intention Prediction in Mixed Reality

2026-03-09 · Taewook Ha, Woojin Cho, Dooyoung Kim, Woontack Woo arxiv

We propose Int3DNet, a scene-aware network that predicts 3D intention areas directly from scene geometry and head-hand motion cues, enabling robust human intention prediction without explicit object-level perception. In …

Visual Question AnsweringPoint Clouds

GA-NET: Global Attention Network for Point Cloud Semantic Segmentation

2021-07-07 · Shuang Deng, Qiulei Dong

How to learn long-range dependencies from 3D point clouds is a challenging problem in 3D point cloud analysis. Addressing this problem, we propose a global attention network for point cloud semantic segmentation, named a…

Semantic Segmentation

SAGE3D: Soft-guided attention and graph excitation for 3D point cloud corner detection

2026-05-14 · Batuhan Arda Bekar, Can Sarı, Hüseyin Can Gülkan, Barış Özcan arxiv

We present SAGE3D, a hybrid Transformer-based model for corner detection in airborne LiDAR point clouds. We propose a multi-stage solution built on a hierarchical encoder-decoder architecture that progressively downsampl…

Graph Neural NetworkPoint Clouds