Source author record

Saumay Pushp

Saumay Pushp appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
3topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2021arXiv

DeepWear: Adaptive Local Offloading for On-Wearable Deep Learning

Due to their on-body and ubiquitous nature, wearables can generate a wide range of unique sensor data creating countless opportunities for deep learning tasks. We propose DeepWear, a deep learning (DL) framework for wearable devices to improve the performance and reduce the energy footprint. DeepWear strategically offloads DL tasks from a wearable device to its paired handheld device through local network. Compared to the remote-cloud-based offloading, DeepWear requires no Internet connectivity, consumes less energy, and is robust to privacy breach. DeepWear provides various novel techniques such as context-aware offloading, strategic model partition, and pipelining support to efficiently utilize the processing capacity from nearby paired handhelds. Deployed as a user-space library, DeepWear offers developer-friendly APIs that are as simple as those in traditional DL libraries such as TensorFlow. We have implemented DeepWear on the Android OS and evaluated it on COTS smartphones and smartwatches with real DL models. DeepWear brings up to 5.08X and 23.0X execution speedup, as well as 53.5% and 85.5% energy saving compared to wearable-only and handheld-only strategies, respectively.

preprint2010arXiv

Hybrid CDN structure with a P2P based streaming protocol

Over the last decade, internet has seen an exponential increase in its growth.With more and more people using it, efficient data delivery over the internet has become a key issue. Peer-to-peer (P2P)/seed sharing based networks have several desirable features for content distribution, such as low costs, scalability, and fault tolerance. While the invention of each of such specialized systems has improved the user experience, some fundamental shortcomings of these systems have often been neglected. These shortcomings of content distribution systems have become severe bottlenecks in scalability of the internet.In order to combine the desired features of classical Content Distribution Networks (CDNs) and P2P/seed sharing based networks, we propose a hybrid CDN structure with a P2P/seed sharing based streaming protocol in the access network . In this work, we focus on the problem of data redundancy (at each node) and show how severely it impacts the network economics and the experience of end-user and hence leads to low traffic load and redundancy

preprint2010arXiv

Merging Two Arima Models for Energy Optimization in WSN

Use of ARIMA model in Sensor network The basic idea of our energy efficient information collection scheme is to suppress data transmission if the data sampled by sensor nodes are predictable by the sink node. This is done in two phases 1) Preliminary Data Collection- During this phase sink node collects enough data so that it can build up ARIMA model for each node. Then sink node selects a model for the particular node and sends back the corresponding model parameters to the node and also keeps them with it. Selecting the model for a node there is a tradeoff between energy consumption and accuracy of prediction. So we choose the model according to C = α xMAE + (1 - α) x rtran 0=< α =<1 where the model should minimize C. Here MAE is Mean Absolute Error which is normalized by some predefined error tolerance and rtran is the ratio of number of samples transmitted over total number of samples. 2) Adaptive Data Collection- After the sensor node has received the model parameters it checks each actual data value with the data value calculated from the parameters received. If there is deviation beyond some predefined error tolerance then only it sends the original data value to the sink node.