paper-with-me

홈 › Papers

GPU backed Data Mining on Android Devices

2021-12-09 · Robert Fritze, Claudia Plant

Choosing an appropriate programming paradigm for high-performance computing on low-power devices can be useful to speed up calculations. Many Android devices have an integrated GPU and - although not officially supported - the OpenCL framework can be used on Android devices for addressing these GPUs. OpenCL supports thread and data parallelism. Applications that use the GPU must account for the fact that they can be suspended by the user or the Android operating system at any moment. We have created a wrapper library that allows to use OpenCL on Android devices. Already written OpenCL programs can be executed with almost no modification. We have used this library to compare the performance of the DBSCAN and Kmeans algorithms on an integrated GPU of an Arm-v7 tablet with other single and multithreaded implementations on the same device. We have investigated which programming paradigm and language allows the best tradeoff between execution speed and energy consumption. Using the GPU for HPC on Android devices can help to carry out computationally intensive machine learning or data mining tasks in remote areas, under harsh environmental conditions and in areas where energy supply is an issue.

📄 PDF Abstract BibTeX arXiv:2112.04800

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

DataLearner: A Data Mining and Knowledge Discovery Tool for Android Smartphones and Tablets

2019-06-10 · Darren Yates, Md Zahidul Islam, Junbin Gao

Smartphones have become the ultimate 'personal' computer, yet despite this, general-purpose data-mining and knowledge discovery tools for mobile devices are surprisingly rare. DataLearner is a new data-mining application…

Cloud ComputingClusteringGeneral Classification

AndroidLab: Training and Systematic Benchmarking of Android Autonomous Agents

2024-10-31 · Yifan Xu, Xiao Liu, Xueqiao Sun, Siyi Cheng 외

Autonomous agents have become increasingly important for interacting with the real world. Android agents, in particular, have been recently a frequently-mentioned interaction method. However, existing studies for trainin…

Benchmarking

HearthNet: Edge Multi-Agent Orchestration for Smart Homes

2026-03-16 · Zhonghao Zhan, Krinos Li, Yefan Zhang, Hamed Haddadi arxiv

Smart-home users increasingly want to control their homes in natural language rather than assemble rules, dashboards, and API integrations by hand. At the same time, real deployments are brittle: devices fail, integratio…

ReLF: Scalable Remote Live Forensics for Android

2021-10-20 · IEEE International Conference on Trust, Security and Privacy in Computing and Communications (TrustCom) 2021 10 · Ruipeng Zhang, Mengjun Xie, Jiang Bian

The world has witnessed the proliferation of mobile technologies as well as smartphone-related cybercrimes in recent years. However, due to high mobility of smartphones and tablets and transient nature of those attacks, …

Android Botnet Detection using Convolutional Neural Networks

2019-11-27 · Sina Hojjatinia, Sajad Hamzenejadi, Hadis Mohseni

Today, Android devices are able to provide various services. They support applications for different purposes such as entertainment, business, health, education, and banking services. Because of the functionality and pop…