paper-with-me

Papers

Towards API Testing Across Cloud and Edge

2021-09-06 · Samuel Ackerman, Sanjib Choudhury, Nirmit Desai, Eitan Farchi, Dan Gisolfi, Andrew Hicks, Saritha Route, Diptikalyan Saha

API economy is driving the digital transformation of business applications across the hybrid Cloud and edge environments. For such transformations to succeed, end-to-end testing of the application API composition is required. Testing of API compositions, even in centralized Cloud environments, is challenging as it requires coverage of functional as well as reliability requirements. The combinatorial space of scenarios is huge, e.g., API input parameters, order of API execution, and network faults. Hybrid Cloud and edge environments exacerbate the challenge of API testing due to the need to coordinate test execution across dynamic wide-area networks, possibly across network boundaries. To handle this challenge, we envision a test framework named Distributed Software Test Kit (DSTK). The DSTK leverages Combinatorial Test Design (CTD) to cover the functional requirements and then automatically covers the reliability requirements via under-the-hood closed loop between test execution feedback and AI based search algorithms. In each iteration of the closed loop, the search algorithms generate more reliability test scenarios to be executed next. Specifically, five kinds of reliability tests are envisioned: out-of-order execution of APIs, network delays and faults, API performance and throughput, changes in API call graph patterns, and changes in application topology.

📄 PDF Abstract BibTeX arXiv:2109.02540

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-Frame to Single-Frame: Knowledge Distillation for 3D Object Detection

2020-09-24 · Yue Wang, Alireza Fathi, Jiajun Wu, Thomas Funkhouser 외

A common dilemma in 3D object detection for autonomous driving is that high-quality, dense point clouds are only available during training, but not testing. We use knowledge distillation to bridge the gap between a model…

3D Object DetectionAutonomous DrivingKnowledge DistillationObject+2

Reliable Inference in Edge-Cloud Model Cascades via Conformal Alignment

2025-10-20 · Jiayi Huang, Sangwoo Park, Nicola Paoletti, Osvaldo Simeone arxiv

Edge intelligence enables low-latency inference via compact on-device models, but assuring reliability remains challenging. We study edge-cloud cascades that must preserve conditional coverage: whenever the edge returns …

Image Classification

DG-PIC: Domain Generalized Point-In-Context Learning for Point Cloud Understanding

2024-07-11 · Jincen Jiang, Qianyu Zhou, Yuhang Li, Xuequan Lu 외

Recent point cloud understanding research suffers from performance drops on unseen data, due to the distribution shifts across different domains. While recent studies use Domain Generalization (DG) techniques to mitigate…

DenoisingDomain GeneralizationIn-Context LearningMulti-Task Learning+1

Backdoor Detection through Replicated Execution of Outsourced Training

2025-03-31 · Hengrui Jia, Sierra Wyllie, Akram Bin Sediq, Ahmed Ibrahim 외

It is common practice to outsource the training of machine learning models to cloud providers. Clients who do so gain from the cloud's economies of scale, but implicitly assume trust: the server should not deviate from t…

Backdoor Attack

Hierarchical Transfer Convolutional Neural Networks for Image Classification

2018-03-30 · Xishuang Dong, Hsiang-Huang Wu, Yuzhong Yan, Lijun Qian

In this paper, we address the issue of how to enhance the generalization performance of convolutional neural networks (CNN) in the early learning stage for image classification. This is motivated by real-time application…

ClassificationGeneral Classificationimage-classificationImage Classification