Study compares cloud ML services for binary classification tasks.
problem Evaluate performance of major cloud ML services on binary classification.
method Constructed benchmark using Kaggle datasets; compared Azure and Amazon services.
result Identifies strengths and weaknesses of current cloud ML services.
Research tests machine learning models for cloud security.
problem Lack of real-time, unbiased datasets for machine learning in cloud security.
method Used UNSW and ISOT datasets to train and test supervised machine learning models.
result Machine learning models trained on diverse datasets show robustness in cloud security.
This study uses cloud telemetry to detect DoS attacks with machine learning.
problem Detecting DoS attacks in cloud environments is challenging.
method Use of machine learning algorithms on cloud telemetry data.
result k-Nearest Neighbors (kNN) and decision tree (CART) accurately identify DoS attacks.
Serverless cloud computing speeds up double machine learning model estimation.
problem Efficiently estimating double machine learning models with minimal cloud resource management.
method Serverless computing with AWS Lambda for repeated cross-fitting.
result Demonstrates significant reduction in estimation times and costs.
Framework optimizes cloud container sizing for ML tasks.
problem Challenges in cloud container configuration for ML services.
method Autonomous scaling using nested-loop Monte Carlo simulation.
result Reduces compute cost and accelerates ML algorithms.
Paper proposes a hierarchical approach to malware detection in cloud environments.
problem Malware threat in cloud computing environments.
method Machine learning on graphs, hypergraphs, and natural language for malware detection and analysis.
result Federated learning for malware detection in multicloud environments.
Machine learning improves polymer design accuracy.
problem Designing polymers with desired phase behavior in disordered systems.
method Inverse design via machine learning, including gradient boosting with decision trees and particle-swarm optimization.
result High-accuracy tuning of poly(2-oxazoline) cloud point with RMSE of 4 °C.
A novel method compares 3D point clouds using information geometry.
problem Comparing 3D point clouds in machine learning applications.
method Interprets point clouds as probability density functions on a statistical manifold, using GMM and Modified Symmetric KL divergence.
result Demonstrates effectiveness through various case studies.
Cumulo dataset for cloud classification at 1km resolution.
problem Uncertainty in cloud modelling for climate projections.
method Benchmark dataset of 1km MODIS imagery and CloudSat labels.
result IResNet model discovers new cloud sub-classes.
pyLOT library simplifies machine learning on 3D point clouds via linearized optimal transport.
problem Performing machine learning tasks on 3D point clouds.
method Linearized optimal transport (LOT) to embed distributions into Hilbert space, enabling linear machine learning.
result Downstream tasks on embedded representations are simplified to linear operations.
CHOPT optimizes hyperparameters in cloud ML platforms efficiently.
problem Efficient hyperparameter optimization in cloud-based machine learning platforms.
method Cloud-based HyperOpt framework with web interfaces and analysis tools.
result CHOPT finds hyperparameter configurations competitive with previous work.
AI generates sculptural objects through machine learning.
problem Generating creative and printable 3D sculptures.
method Developed two algorithms: Amalgamated DeepDream (ADD) and Partitioned DeepDream (PDD).
result Generated creative and printable 3D point clouds.
Paper improves anomaly detection and categorization in multi-cloud environments.
problem Differentiating among different types of attacks for better defense.
method Used supervised machine learning techniques (LR and RF) on a public dataset.
result More than 99% detection accuracy and 93.6% categorization accuracy.
A new method detects and ranks anomalies in cloud computing platforms using multi-view learning.
problem High false-alarm rate in traditional anomaly detection methods.
method Online model using machine learning theory, ELM for efficiency, and multi-view feature fusion.
result Improved accuracy and efficiency in anomaly detection and ranking.
RODMAN improves ML-based disk failure prediction accuracy in cloud environments.
problem Imperfect data quality in real-world cloud environments degrades ML-based disk failure prediction accuracy.
method RODMAN uses three data preprocessing techniques: failure-type filtering, spline-based data filling, and automated pre-failure backtracking.
result RODMAN significantly improves prediction accuracy compared to no preprocessing.
Paper introduces IAD for detecting anomalous VMMs in cloud without VMM access.
problem Anomalous VMMs in cloud-based environments without direct access.
method IAD: Indirect Anomalous VMMs Detection algorithm using VM resource utilization data.
result IAD algorithm outperforms other methods with an average F1-score of 83.7%.
Paper discusses privacy issues in IoT and proposes a lightweight neural network approach.
problem Privacy concerns in IoT due to extensive data collection and processing.
method Developed a privacy-preserving inference approach for IoT objects and a deep neural network in the cloud.
result Satisfactory performance of the proposed approach on the MNIST dataset.
Paper defines and evaluates DR complex for persistent homology.
problem Computing persistent homology of Euclidean point cloud data.
method Delaunay-Rips complex construction for speed and stability.
result DR produces stable persistence diagrams under point cloud perturbations.
Machine vision-guided 3D medical image compression improves segmentation accuracy.
problem High data traffic and computation costs in cloud-based medical image analysis.
method Developed a machine vision-oriented 3D image compression framework for medical segmentation.
result Significantly higher segmentation accuracy at the same compression rate or better compression rate under the same accuracy.
Predicts and classifies computational jobs for efficient resource allocation in cloud centers.
problem Efficiently scheduling and assigning resources to computational jobs in cloud centers.
method Applied LSTM neural network for job arrival prediction and BIRCH clustering for job classification.
result Improved accuracy in predicting and classifying computational jobs compared to existing methods.
DEEPLY improves cloud service partitioning across multiple datasets and goals.
problem Finding a generally useful method to partition monolithic enterprise applications into cloud-based microservices.
method DEEPLY extends CO-GCN with a novel loss function and hyper-parameter optimization.
result DEEPLY outperforms prior work across multiple datasets and goals.
HL algorithms improve resource allocation in cloud environments.
problem Sequential decision-making under uncertainty with exogenous variables.
method HL algorithms leverage exogenous variable samples to infer counterfactual consequences.
result HL algorithms outperform classic methods and reinforcement learning in resource allocation.
Research aims to predict fallen angel bonds' bankruptcy using machine learning.
problem Predicting which fallen angel bonds will become investment grade or go bankrupt.
method Used four classification methods (logistic regression, KNN, SVM, NN) and Google Cloud's automated machine learning.
result Google Cloud's machine learning model performed best in over-sampled and feature selection data sets.
OL4EL optimizes edge learning on resource-constrained servers.
problem Resource constraints on edge servers hinder effective distributed machine learning.
method Online Learning for EL (OL4EL) framework using budget-limited multi-armed bandit model.
result OL4EL significantly improves learning performance while conserving resources.
Framework prevents data leakage in mobile cloud DNNs.
problem Data leakage from cloud DNNs poses privacy risks.
method Privacy-preserving reinforcement learning framework.
result Framework successfully defends against various privacy attacks.
Julia programs and ML models are compiled and offloaded to Google Cloud TPUs.
problem Efficiently compiling and executing machine learning models on Google Cloud TPUs.
method Developed a method to compile and offload Julia programs and ML models to Google Cloud TPUs using the Google XLA compiler.
result Successfully fused a VGG19 model into a single TPU executable, achieving 0.23s evaluation time on a batch of 100 images.
Collage inference uses redundancy to reduce cloud image classification latency variance.
problem Reducing latency variance in cloud image classification.
method Integrates collage-cnn for low-cost redundancy in multi-image classification.
result Significant reduction in 99th percentile tail latency and inference latency variation.
New method reduces cloud usage for mobile/IoT predictions.
problem Minimizing cloud usage for mobile/IoT predictions while maintaining accuracy.
method Formulating the BL problem via bracketing functions h−,h+ from a simple class. result Improved performance over prior methods, validated on real-world datasets.
Novel neural network layer improves long-range interactions in point clouds.
problem Efficiently treating long-range interactions in point clouds.
method Long-range convolutional (LRC)-layer that incorporates Fourier transforms.
result Global all-to-all convolution operation performed in nearly-linear time.
This paper compares machine learning models for pricing European options.
problem Pricing European options using traditional methods like Black Scholes Model.
method Google AutoML Regressor, TensorFlow Neural Networks, and XGBoost Gradient Boosting Decision Trees.
result All models outperformed the Black Scholes Model in terms of mean absolute error.
Deep learning identifies precipitation clouds from all-sky camera data.
problem Automating cloud warning systems for observatories.
method Deep learning using EfficientNet network.
result Average accuracy of 99% in identifying rainfall potential and 96% in cloud coverage.
A new method for computing shape barycenters from point clouds using Procrustes-Wasserstein distance.
problem Computing representative shapes from point clouds with precise alignment and shape preservation.
method Developed a new distance metric (Procrustes-Wasserstein) and algorithms for computing barycenters.
result Superior performance in precise alignment and shape preservation compared to existing OT approaches.
Detects backdoors in outsourced models by replicating training steps across multiple servers.
problem Detecting backdoors in models trained on cloud providers without prior knowledge.
method Replicate training steps across multiple servers to identify deviations and malicious updates.
result 99.6% accuracy in identifying backdoored models out of 50% malicious providers.
Cost-effective strategies for training machine learning models on volatile cloud instances.
problem Expensive distributed SGD training due to resource interruptions.
method Cost-effective strategies for exploiting volatile cloud instances (spot instances) in distributed SGD.
result Quantified the impact of instance preemption on SGD convergence and training time.
Machine learning improves cloud cover forecasting.
problem Improving accuracy of total cloud cover predictions.
method Investigated multilayer perceptron, gradient boosting machines, random forest, logistic regression models.
result RF models provide the smallest increase in predictive performance, while MLP, POLR, and GBM approaches perform best.
Pyrocast predicts pyrocumulonimbus clouds six hours before they form.
problem Predicting pyrocumulonimbus clouds to adapt to climate change.
method Database of 148 pyroCb events, Random Forests, CNNs, and Auto-Encoders.
result Best model predicts pyroCb with 90% accuracy.
Collage-CNN reduces cloud inference latency by 1.47X with 9X reduced latency variation.
problem Reducing latency variance in cloud machine learning inference.
method Proposes a novel Collage-CNN model that combines multiple images for classification, providing redundancy and cost efficiency.
result Significant reduction in 99th percentile tail latency and variation in inference latency.
Accurate real-time monitoring systems of influenza outbreaks help public health officials make informed decisions that may help save lives. We show that information extracted from cloud-based electronic health records databases, in combination with machine learning techniques and historical epidemiological information,…
Paper proposes a method to train neural networks incrementally using cloud computing despite disconnections and resource outages.
problem Frequent disconnections and resource outages in cloud computing and local machines hinder deep learning model training.
method Introduces an incremental learning framework that allows continuous training of neural networks even with interruptions.
result Demonstrates that incremental learning can maintain progress and train neural networks effectively despite interruptions.
Paper introduces privacy-preserving deep-learning service.
problem Privacy loss in deep-learning-as-a-service.
method Homomorphic Encryption tailored for CNNs.
result Effectiveness of proposed privacy-preserving architecture.
A new method for generating realistic and creative 3D shapes from point clouds.
problem Generating realistic and creative 3D shapes from point clouds.
method Learning to interpolate point clouds by encoding prior knowledge about real-world objects.
result Generated 3D shapes are both realistic and creative, unlike any existing forms.
Framework for a single model across multiple domains.
problem Learning a single model for multiple domains in cloud computing.
method Robust optimization over multiple domains with adversarial distribution.
result Framework enhances robustness and convergence rate for non-convex models.
The concept of a Point Cloud has played an increasingly important role in many areas of Engineering, Science, and Mathematics. Examples are: LIDAR, 3D-Printing, Data Analysis, Computer Graphics, Machine Learning, Mathematical Visualization, Numerical Analysis, and Monte Carlo Methods. Entering point cloud into Google r…
Paper uses tensor regression to analyze point clouds for process optimization.
problem Challenges in modeling and analyzing high-dimensional point cloud data.
method Utilizes multilinear algebra and tensor regression techniques.
result Successfully models and links point cloud variational patterns to process variables.
New method uses scalar-based models to approximate spherical tensors efficiently.
problem Efficiently approximating spherical tensors with equivariant functions.
method Expressing equivariant functions as the product of a scalar function and a small tensor basis.
result Approximations are fast, simple to implement, and accurate in practical settings.
FCN improves lidar cloud detection accuracy.
problem Segmenting lidar imagery into cloud locations.
method Semi-supervised learning with pre-training and fully supervised learning.
result FCN achieves higher cloud identification accuracy.
DeepCloud uses machine learning to generate design alternatives without explicit designer input.
problem Designing with explicit specifications limits innovation potential.
method Developed a data-driven generative system combining autoencoder for point clouds and web-based interface.
result DeepCloud learns design alternatives from existing solutions without designer input.
Framework for efficient defect classification and inspection.
problem Adaptive defect classification and inspection from high volume data.
method Continual learning framework for dynamic classifier updates.
result Efficient storage and computational needs reduction.