Researcher profile

Sagar Sharma

Sagar Sharma contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 15 - UnverifiedVerification L1Unclaimed author
3works
0followers
7topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

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

Published work

3 published item(s)

preprint2022arXiv

A Comparative Study of Image Disguising Methods for Confidential Outsourced Learning

Large training data and expensive model tweaking are standard features of deep learning for images. As a result, data owners often utilize cloud resources to develop large-scale complex models, which raises privacy concerns. Existing solutions are either too expensive to be practical or do not sufficiently protect the confidentiality of data and models. In this paper, we study and compare novel \emph{image disguising} mechanisms, DisguisedNets and InstaHide, aiming to achieve a better trade-off among the level of protection for outsourced DNN model training, the expenses, and the utility of data. DisguisedNets are novel combinations of image blocktization, block-level random permutation, and two block-level secure transformations: random multidimensional projection (RMT) and AES pixel-level encryption (AES). InstaHide is an image mixup and random pixel flipping technique \cite{huang20}. We have analyzed and evaluated them under a multi-level threat model. RMT provides a better security guarantee than InstaHide, under the Level-1 adversarial knowledge with well-preserved model quality. In contrast, AES provides a security guarantee under the Level-2 adversarial knowledge, but it may affect model quality more. The unique features of image disguising also help us to protect models from model-targeted attacks. We have done an extensive experimental evaluation to understand how these methods work in different settings for different datasets.

preprint2022arXiv

Computational Design of Crescent Shaped Promising NonFullerene Acceptors with 2,3-quinoxaline,1,4-dihydro Core and Different Electron-withdrawing Terminal Units for Photovoltaic Applications

This study aims to design a series of non-fullerene acceptors (NFAs) for photovoltaic applications having 2,3-quinoxalinedione,1,4-dihydro fused thiophene derivative as the core unit and 1,1-dicyanomethylene-3-indanone (IC) derivatives and different π-conjugated molecules other than IC as terminal acceptor units. All the investigated NFAs are found air-stable as the computed highest occupied molecular orbitals (HOMOs) are below the air oxidation threshold (ca. -5.27 eV vs. saturated calomel electrode). The studied NFAs can act as potential non-fullerene acceptor candidates as they are found to have sufficient open-circuit voltage (Voc) and fill factor (FF) ranging from 0.62-1.41 eV and 83%-91%, respectively. From the anisotropic mobility analysis, it is noticed that the studied NFAs except dicyano-rhodanine terminal unit containing NFA, exhibit better electron mobility than the hole mobility, and therefore, they can be more promising electron transporting acceptor materials in the active layer of an organic photovoltaic cell. From the optical absorption analysis, it is noted that all the designed NFAs have the maximum absorption spectra ranging from 597 nm-730 nm, which lies in the visible region and near infra-red (IR) region of the solar spectrum. The computed light-harvesting efficiencies for the PM6 (thiophene derivative donor selected in our study): NFA blends are found to lie in the range of 0.9589-0.9957, which indicates efficient light-harvesting by the PM6:NFA blends during photovoltaic device operation.

preprint2020arXiv

SGX-MR: Regulating Dataflows for Protecting Access Patterns of Data-Intensive SGX Applications

Intel SGX has been a popular trusted execution environment (TEE) for protecting the integrity and confidentiality of applications running on untrusted platforms such as cloud. However, the access patterns of SGX-based programs can still be observed by adversaries, which may leak important information for successful attacks. Researchers have been experimenting with Oblivious RAM (ORAM) to address the privacy of access patterns. ORAM is a powerful low-level primitive that provides application-agnostic protection for any I/O operations, however, at a high cost. We find that some application-specific access patterns, such as sequential block I/O, do not provide additional information to adversaries. Others, such as sorting, can be replaced with specific oblivious algorithms that are more efficient than ORAM. The challenge is that developers may need to look into all the details of application-specific access patterns to design suitable solutions, which is time-consuming and error-prone. In this paper, we present the lightweight SGX based MapReduce (SGX-MR) approach that regulates the dataflow of data-intensive SGX applications for easier application-level access-pattern analysis and protection. It uses the MapReduce framework to cover a large class of data-intensive applications, and the entire framework can be implemented with a small memory footprint. With this framework, we have examined the stages of data processing, identified the access patterns that need protection, and designed corresponding efficient protection methods. Our experiments show that SGX-MR based applications are much more efficient than ORAM-based implementations.