Papers for

cloud service providers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Attention quantization speeds tabular foundation model inference without accuracy loss

Attention Quantization for Tabular Foundation Models

Abstract: With the recent rise and adoption of tabular foundation models, optimizing their inference performance becomes an emerging field for efficiency research. While the models are architecturally similar to transformer-based large language models (LLMs), the size and serving patterns differ significantly. We show that the focus should be on the attention calculation and less on weight or KV cache quantization, which are more popular in LLMs. We develop a quantization strategy for queries, keys, and values to FP8 and use explicit FP8 matrix multiplication instructions to speed up the attention calculation. We find that it is crucial to align the quantization error in the test rows with the quantization error in the training rows, as otherwise the accuracy drops drastically. Our Triton kernel achieves a speedup up to 1.7x over regular 16-bit kernels, and we show that on TabPFN-v3 and TabICLv2 there is no relevant accuracy loss across TabArena and BeyondArena.

Fri 11 SeptMachine LearningArtificial Intelligence
The gist
Running big computer models on tables of data can be slow. The authors found that focusing on speeding up a specific part called attention, by using a method called quantization, makes these models run faster. They changed how parts of the model convert data to a simpler form without losing accuracy. Their approach made the models run up to 1.7 times faster while keeping their performance. This helps use these models more efficiently in real-world tasks.
Open 2609.13031v1

RoofLang enables AI to design faster large language model inference systems

RoofLang: Enabling AI-Driven Architecting of LLM Inference Systems

Abstract: AI is beginning to make substantive contributions to LLM inference optimization. Existing AI optimizations are predominantly profiling-based. Profiling-bound feedback confines the search to the capabilities and performance of an existing software stack, preventing a fundamentally better architecture of LLM inference systems from being identified. To enable the AI-driven LLM inference system architecting loop, we argue that a general workload representation, a verifiable mutation space, and an implementation-independent evaluator are required. We present the RoofLang domain-specific language (DSL) that provides these features. In our evaluation, RoofLang reveals that DeepSeek V4-series models could achieve 3.5-39.5$\times$ higher peak decode throughput than other representative models. This gap is disproportionate to their total parameter counts and arises largely from compact KV-cache designs that support larger batches and reduce memory traffic. A persistent optimizer agent further discovered several new architectures that improved both throughput and interactivity of DeepSeek V4 Pro on NVIDIA B300 by 6.23-50.1%.

Fri 11 SeptDistributed, Parallel, and Cluster ComputingArtificial Intelligence
The gist
Optimizing how large language models (LLMs) generate answers is tricky because current AI improvements rely on measuring existing software, which limits new ideas. To fix this, the authors created RoofLang, a specialized programming language that describes computing tasks in a way that allows AI to explore entirely new system designs. Using RoofLang, they found specific LLM designs that can be 3.5 to almost 40 times faster than others, mainly by improving memory use. The system also automatically discovered better designs that further boosted speed and responsiveness on real hardware.
Open 2609.12551v1

Most trusted execution environments fail reproducible builds checks

"They don't care about this": A Systematic Study of TEE Build Reproducibility in the Wild

Abstract: Trusted Execution Environments (TEEs) have become a cornerstone of modern cloud computing, providing strong confidentiality and integrity guarantees for both code and data. A critical component of this trust model is remote attestation, which enables external entities to verify the authenticity and integrity of code executing within a TEE through cryptographic measurements. However, the effectiveness of remote attestation fundamentally depends on the verifier's ability to trace the reported measurement back to the original source code - a property that can only be guaranteed through reproducible builds. In this paper, we investigate the reproducibility of TEE builds through a technical analysis of 115 TEE deployments. Our analysis spans popular TEEs such as Intel SGX, Intel TDX, and AMD SEV, and reveals that a striking 91% of those deployments were not reproducible, with 80% failing to provide both source code and a reference build, the two essential prerequisites for reproducibility. To explore the root causes, we contacted the maintainers of 50 SGX projects and managed to recruit 12 developers from industry and academia for interviews. Only one of our participants reported that reproducibility is a priority during development, effectively confirming our technical findings. Beyond technical barriers (e.g., timestamps included in the binary) that can be readily addressed, we identify broader ecosystem-level challenges, such as the lack of control over the build environment in projects involving multiple stakeholders. We argue that achieving reproducibility in TEEs requires a holistic development approach that extends beyond individual developers and calls for stronger commitments - rather than treating TEEs as a "security badge".

Thu 10 SeptCryptography and Security
The gist
Trusted Execution Environments (TEEs) protect sensitive data and code in the cloud, but to trust them fully, people need to check that the software inside is exactly what it should be. This is only possible if the software builds are reproducible, meaning they can be rebuilt identically from the original source code. The authors studied 115 real-world TEEs and found that 91% were not reproducible, mostly because source code or reference builds were missing. They also learned from developer interviews that reproducibility is rarely a priority, and broader challenges like complex build environments get in the way.
Open 2609.11411v1

FlexComp adapts context compression ratio per input for better efficiency

FlexComp: One Model for Every Ratio in Context Compression

Abstract: Soft context compression condenses a context into a few memory tokens that a frozen LLM consumes in place of the raw text, but existing compressors fix the compression ratio at training and inference: each deployed ratio requires a separately trained model, and the chosen ratio is applied uniformly to all inputs, whose actual needs vary drastically. We propose FlexComp, a method-agnostic framework that decouples the ratio from both training and deployment: Matryoshka-style training samples the memory budget $K$ per instance, turning one model into an any-ratio compressor, and the budget is then chosen per input by: (1) confidence-based cascade routing or (2) a lightweight learned $K$ predictor. Across ICAE, 500xCompressor, and SAC on MRQA, a single FlexComp model matches separately trained fixed-ratio specialists with minimal degradation. Cascade routing preserves over 98% of the mildest ratio's accuracy at up to 266x average compression; the $K$ predictor, in a single compression-decoding pass, reaches 158-236x within 0.7 F1 of the mildest ratio. At serving-scale batch sizes, the $K$ predictor cuts context KV cache by 50% and improves decoding throughput by 47%.

Thu 10 SeptComputation and Language
The gist
Large language models often need to compress long pieces of text into smaller chunks they can process. Traditionally, one setting for how much to compress is fixed for all inputs, which isn’t efficient because some texts need more detail than others. The authors of this paper developed FlexComp, a single model that can compress texts at varying levels of detail depending on the text itself. This means it saves memory and speeds up processing without losing much accuracy, adapting dynamically for each input.
Open 2609.11192v1

Blockchain system enforces cloud service penalties automatically

A Penalty-Aware, Blockchain-based Cloud Monitoring System

Abstract: Today, traded cloud services are governed by service-level agreements that specify providers' obligations, such as availability and reliability. Violations of service-level agreements result in penalty payments. The recent development of prominent cloud platforms, such as the redesign of Amazon's spot marketspace, underpins a trend towards dynamic cloud markets where consumers continuously migrate their services across different marketspaces and providers to reach a cost optimum. This leads to a heterogeneous IT infrastructure and, consequently, complicates monitoring of delivered service quality. Hence, there is a need for a transparent penalty management system that ensures consumers automatically receive penalty payments from providers for service violations. In this paper, we present a cloud monitoring system that can autonomously execute penalty payments. In this regard, we use smart contracts hosted on blockchains that continuously monitor cloud services and trigger penalty payments to consumers in the event of service violations. For justification and evaluation, we implement our approach using the IBM Hyperledger Fabric framework and create a use case with Amazon and Azure cloud services to illustrate the universal design of the presented mechanism.

Wed 9 SeptComputational Engineering, Finance, and Science
The gist
Cloud services have agreements that say how reliable and available they should be. If these rules are broken, the service provider must pay a penalty to the user. The authors created a system using blockchain technology that watches the cloud services and automatically pays penalties when the rules are broken. They tested their system with Amazon and Azure cloud services using a specific blockchain platform.
Open 2609.10704v1

Hybrid flow cuts training time in federated learning across networks

HybridFLow: SDN-Orchestrated Client Partitioning for Hybrid Federated Learning

Abstract: Cross-silo Federated Learning (FL) enables geographically distributed institutions to collaboratively train machine learning models without sharing raw data. In wide-area deployments, however, communication delays often dominate round completion time and exacerbate the straggler effect. Hybrid FL addresses this challenge by combining synchronous and asynchronous client participation, but effective partitioning requires visibility into network conditions such as shared bottlenecks, link utilization, and path contention that individual clients cannot observe. We present HybridFLow, a closed-loop SDN-driven orchestration framework that integrates network-layer intelligence directly into hybrid FL. Leveraging the SDN controller's global topology view, HybridFLow generates calibrated per-client communication-time estimates before each training round and uses them to partition clients into synchronous and asynchronous groups while balancing round latency and update staleness. After each round, measured communication times are fed back to the controller to continuously refine future predictions. Experimental results across multiple network topologies show that HybridFLow reaches 80% target accuracy 33-40% faster than SmartFLow and reduces average round duration by 30-40 seconds, while FedAsync fails to reach the target accuracy under non-IID data distributions.

Wed 9 SeptNetworking and Internet ArchitectureMachine Learning
The gist
Federated learning lets different places train a shared AI model without sharing their private data. However, slow network connections can cause delays and make some participants lag behind. The authors created HybridFLow, which uses a central controller to predict communication speeds and split participants into groups that train either together or at their own pace. This approach speeds up training and balances delays and outdated updates. Experiments show it reaches good accuracy faster and with shorter communication rounds than other methods, especially when data is unevenly distributed.
Open 2609.10404v1

Weight redundancy cuts transformer layers to speed up large models

Forward-Free LLM Depth Pruning via Weight Redundancy

Abstract: Depth pruning reduces large language model (LLM) inference cost by removing complete Transformer blocks. Activation-based methods collect hidden states through forward passes on calibration data, while existing forward-free methods score each Transformer block separately without measuring similarity between blocks. We propose Weight-Redundancy Pruning (WRP), a forward-free depth-pruning method that estimates inter-layer redundancy from checkpoint weights to select blocks without calibration data or model forward passes. WRP compares attention output and MLP down-projection weights across layers and combines their pairwise similarities with relative projection-scale information. The resulting all-pairs similarity matrix guides layer grouping and block selection. Across multiple pruning settings, model families, and downstream tasks, WRP consistently outperforms existing forward-free magnitude pruning and approaches the performance of activation-based methods.

Wed 9 SeptMachine LearningArtificial IntelligencePerformance
The gist
Large language models use many layers that make them slow to run. Some methods remove whole layers to make the models faster, but they need trial runs on data to decide which layers to drop. The researchers created a way to find similar layers just by looking at the model’s stored weights, without running it on any data. This lets them pick layers to remove quickly and save computing time, working nearly as well as data-based methods.
Open 2609.09883v1

Split learning secures privacy in federated fine-tuning of large language models

Privacy-Preserving Split Learning for Federated LLM Fine-Tuning

Abstract: Fine-tuning large language models (LLMs) on domain-specific data is essential for downstream adaptation. In many deployments, a participant cannot hold the complete model locally. This happens because the model owner keeps the full model proprietary, or because the participant lacks sufficient compute resources. Split Learning (SL) addresses this by partitioning the model between the participant and a server so that only a small portion runs locally. When the underlying data is additionally distributed across multiple institutions with privacy requirements, Federated Learning (FL) further enables collaborative training across participants by sharing only model updates instead of raw data. In this combined setting, each client transmits intermediate activations to the server, and for LLM fine-tuning, this exchange poses an inherent privacy paradox. The autoregressive nature of LLMs causes the transmitted activations to leak the input, and existing perturbation-based defenses are fundamentally ineffective in this setting. We address this leakage through a learned obfuscate-and-recover scheme that protects participants' private datasets while still allowing an independently deployable model to be trained on the server side. Experiments demonstrate that our approach achieves strong privacy protection with modest utility loss and system overhead, making split-based federated LLM fine-tuning practically viable.

Wed 9 SeptMachine Learning
The gist
Fine-tuning large language models on special data is important but hard when the full model can't be kept locally, or privacy rules prevent sharing raw data. The paper addresses a privacy problem that happens when parts of the model run on different machines and data is distributed across several places. The authors create a way to hide private information in signals sent between participant and server, so the model can still learn without exposing sensitive data. Their method keeps privacy strong while keeping the model useful and efficient to run.
Open 2609.09794v1

FPGAs speed up privacy encryption with adaptive key switching

FPGA Acceleration of Fully Homomorphic Encryption with Adaptive Key Switching

Abstract: Fully Homomorphic Encryption (FHE) enables privacy-preserving cloud services but incurs substantial computation overhead, making hardware acceleration essential. Among FHE operations, key-switching is a major performance bottleneck. Recent cryptographic advances introduce a novel key-switching method (i.e., KLSS) that reduces certain operational complexity but demands higher computational precision than the traditional Hybrid Key Switching (HKS) method. This trade-off leads to distinct computation and memory requirements, making the relative latency of KLSS and HKS highly dependent on hardware parallelism, FHE security parameters, and available on-chip memory capacity, particularly on FPGA platforms, where memory resources and parallelism must be carefully balanced. In this work, we first propose a memory-efficient KLSS datapath that eliminates off-chip ciphertext transfers. We then develop a performance model to analyze and compare the overheads of both KLSS and HKS. Our analysis reveals that an adaptive solution supporting both methods can achieve lower overall latency than a static method during FHE computation. Guided by the performance model, we design an adaptive FPGA-based FHE accelerator that dynamically selects between HKS and KLSS during computation. We implement the accelerator on an Alveo U280 and evaluate it across multiple FHE benchmarks. Experimental results demonstrate that our adaptive solution achieves a 1.84-3.31$\times$ speedup in bootstrapping latency and a 1.66-2.52$\times$ speedup in secure image classification compared to state-of-the-art FPGA accelerators.

Tue 8 SeptCryptography and SecurityHardware Architecture
The gist
Fully Homomorphic Encryption (FHE) allows data to stay private while computers work on it, but it is very slow. The researchers studied two ways to do a key step called key-switching and found each has its strengths depending on hardware and settings. They built a system on a special chip called an FPGA that can switch between these methods during use to run faster overall. Tests showed their approach made important FHE tasks run around two to three times faster than previous FPGA solutions.
Open 2609.09423v1

Selective encryption speeds up private data AI inference substantially

Encrypt What Matters: When Selective Homomorphic Inference Is Efficient

Abstract: Fully homomorphic encryption (FHE) enables inference on private data without revealing it to the server, but evaluating an entire input under FHE is expensive. We study \emph{selective homomorphic inference}, where only a sensitive region of interest (ROI) is encrypted, and computations independent of that region are performed in plaintext. Selective evaluation produces the same output as full FHE on the same model, without retraining. Its efficiency depends on how quickly encrypted dependencies spread through the network. For small encrypted ROIs, locality-preserving architectures can achieve order-of-magnitude homomorphic-evaluation speedups, whereas architectures with early global mixing provide essentially no speedup. These results identify locality as the key architectural property governing the benefit of selective homomorphic inference.

Tue 8 SeptCryptography and SecurityMachine Learning
The gist
Performing AI computations on encrypted data keeps information private but is very slow when encrypting everything. The authors study only encrypting small, sensitive parts of the input data while processing the rest openly, which maintains the same results as full encryption without needing to retrain models. They find that AI architectures that keep data processing local see much bigger speed improvements from this selective approach, while ones with broad early mixing don’t gain much. This work shows that how AI models handle data locally is key to efficient private computation.
Open 2609.09357v1

Attestream links data use to delivery for safer ML streams

Attestream: Usage-Aware Intermittent Data Distribution with Verifiable Lifecycle Provenance for Machine-Learning Data Streams

Abstract: Providers of continuously produced, commercially valuable data -- sensor streams, telemetry, and other feeds sold as machine-learning training material -- cannot observe whether delivered data is actually used, while data that keeps flowing to inactive consumers enlarges the leakage surface without producing value. We present Attestream, a blockchain-based architecture for intermittently delivered dataset streams that couples continued delivery to verifiable usage reporting. Every lifecycle event -- dataset preparation, dual-signed delivery, derivative creation (e.g., a model), and derivative distribution -- is appended to an on-chain registry as a non-repudiable, mutually linked lifecycle record. The mechanism requires provable transfer, not tokenization: plain contract storage, ERC-721 tokens, and anchored off-chain receipts are interchangeable representations of the same protocol. A usage-aware gate suspends a consumer's stream when no derivative-creation record is registered within a reporting window; evaluated lazily inside the next delivery transaction, monitoring adds no dedicated transactions. A modality-pluggable fingerprinting layer binds any leaked copy to the dual-signed delivery record of the responsible consumer, instantiated for tabular/geospatial records, images, and documents. We implement the registry as a Solidity contract with EIP-712 dual signatures and evaluate it: a full lifecycle round costs 657k gas with plain records ($0.13 on rollups; ERC-721 tokenization adds ~30k gas per record), and over a 50-consumer pool leak attribution reaches 100% from 40 leaked table rows under moderate noise, survives JPEG recompression to quality 30, and tolerates paraphrase rates up to 30% for documents.

Mon 7 SeptCryptography and SecurityDistributed, Parallel, and Cluster Computing
The gist
Many companies sell data streams for machine learning, but they can’t tell if buyers actually use the data or just let it pile up, increasing the risk of leaks. The authors created Attestream, a blockchain-based system that tracks each step of data use, from delivery to creating models, by recording these actions securely on a public ledger. If a buyer doesn’t show they are using the data, their access can be paused. Attestream also adds invisible watermarks to the data to trace leaks back to the responsible buyer. The authors tested this approach and found it works efficiently with different data types and usage patterns.
Open 2609.07641v1