Abstract
: This paper introduces a method for face recognition
across age and also a dataset containing variations of age in the wild. We
use a data-driven method to address the cross-age face recognition
problem, called cross-age reference coding (CARC). By leveraging a
large-scale image dataset freely available on the Internet as a reference
set, CARC can encode the low-level feature of a face image with an
age-invariant reference space. In the retrieval phase, our method only
requires a linear projection to encode the feature and thus it is highly
scalable. To evaluate our method, we introduce a large-scale dataset
called cross-age celebrity dataset (CACD). The dataset contains
more than 160 000 images of 2,000 celebrities with age ranging
from 16 to 62. Experimental results show that our method can achieve state-of-the-art
performance on both CACD and the other widely used dataset for face
recognition across age. To understand the difficulties of face recognition
across age, we further construct a verification subset from the CACD called
CACD-VS and conduct human evaluation using Amazon Mechanical
Turk. CACD-VS contains 2,000 positive pairs and 2,000 negative pairs
and is carefully annotated by checking both the associated image and web
contents. Our experiments show that although state-of-the-art methods can
achieve competitive performance compared to average human performance,
majority votes of several humans can achieve much higher performance on
this task. The gap between machine and human would imply
possible directions for further improvement of cross-age face
recognition in the future.
DHS Projects is developing all latest IEEE Projects & for Phd, M.Tech, ME, B.Tech, BE, MCA, MSc IT / CS / EC students in various domains. We are developing the projects in NS2, Java, J2EE, J2ME, Android, Dot Net C#, ASP.Net & Embedded SystemTechnologies. We are the developers and assure the students will get excellent and quality projects from us which will help them to score high mark in their exams. If you want to develop your base papers please email to us we can develop it.
Wednesday, 15 July 2015
IEEE 2015 : Key-Aggregate Searchable Encryption (KASE) for Group Data Sharing via Cloud Storage
Abstract
: The capability of selectively
sharing encrypted data with different users via public cloud storage may
greatly ease security concerns over inadvertent data leaks in the cloud. A key
challenge to designing such encryption schemes lies in the efficient management
of encryption keys. The desired flexibility of sharing any group of selected
documents with any group of users demands different encryption keys to be used
for different documents. However, this also implies the necessity of securely
distributing to users a large number of keys for both encryption and search,
and those users will have to securely store the received keys, and submit an
equally large number of keyword trapdoors to the cloud in order to perform
search over the shared data. The implied need for secure communication,
storage, and complexity clearly renders the approach impractical. In this
paper, we address this practical problem, which is largely neglected in the
literature, by proposing the novel concept of key
aggregate searchable encryption (KASE) and
instantiating the concept through a concrete KASE scheme, in which a data owner
only needs to distribute a single key to a user for sharing a large number of
documents, and the user only needs to submit a single trapdoor to the cloud for
querying the shared documents. The security analysis and performance evaluation
both confirm that our proposed schemes are provably secure and practice
ally efficient.
IEEE 2015 : A Profit Maximization Scheme with Guaranteed Quality of Service in Cloud Computing
Abstract
: As an effective and efficient way
to provide computing resources and services to customers on demand, cloud
computing has become more and more popular. From cloud service providers’
perspective, profit is one of the most important considerations, and it is
mainly determined by the configuration of a cloud service platform under given
market demand. However, a single long-term renting scheme is usually adopted to
configure a cloud platform, which cannot guarantee the service quality but
leads to serious resource waste. In this paper, a double resource renting
scheme is designed firstly in which short-term renting and long-term renting
are combined aiming at the existing issues. This double renting scheme can
effectively guarantee the quality of service of all requests and reduce the
resource waste greatly. Secondly, a service system is considered as an M/M/m+D queuing model and the performance
indicators that affect the profit of our double renting scheme are analyzed,
e.g., the average charge, the ratio of requests that need temporary servers,
and so forth. Thirdly, a profit maximization problem is formulated for the
double renting scheme and the optimized configuration of a cloud platform is
obtained proposed scheme with that of the single renting scheme. The results
show that our scheme can not only guarantee the service quality of all
requests, but also obtain more profit than the latter. by solving the profit
maximization problem. Finally, a series of calculations are conducted to
compare the profit of our proposed scheme with that of the single renting
scheme.
IEEE 2015 : Secure and Practical Outsourcing of LinearProgramming in Cloud Computing
Abstract :Cloud Computing has
great potential of providing robust computational power to the society at
reduced cost. It enables customers with limited computational resources to
outsource their large computation workloads to the cloud, and economically
enjoy the massive computational power, bandwidth, storage, and even appropriate
software that can be shared in a pay-per-use manner. Despite the tremendous
benefits, security is the primary obstacle that prevents the wide adoption
of this promising computing model, especially for customers when their
confidential data are consumed and produced during the computation.
Treating the cloud as an intrinsically insecure computing platform from
the viewpoint of the cloud customers, we must design mechanisms that not
only protect sensitive information by enabling computations with encrypted
data, but also protect customers from malicious behaviors by enabling the
validation of the computation result. Such a mechanism of general secure
computation outsourcing was recently shown to be feasible in theory, but
to design mechanisms that are practically efficient remains a very
challenging problem. Focusing on engineering computing and optimization
tasks, this paper investigates secure outsourcing of widely applicable linear
programming (LP) computations. In order to achieve practical efficiency,
our mechanism design explicitly decomposes the LP computation outsourcing
into public LP solvers running on the cloud and private LP parameters
owned by the customer. The resulting flexibility allows us to explore
appropriate security/ efficiency tradeoff via higher-level abstraction of
LP computations than the general circuit representation. In particular,
by formulating private data owned by the customer for LP problem as a
set of matrices and vectors, we are able to develop a set of efficient
privacy-preserving problem transformation techniques,which allow customers to
transform original LP problem into some arbitrary one while protecting
sensitive input/output information. To validate the computation result, we
further explore the fundamental duality theorem of LP computation and
derive the necessary and sufficient conditions that correct result
must satisfy. Such result verification mechanism is extremely efficient and
incurs close-to-zero additional cost on both cloud server and customers.
Extensive security analysis and experiment results show the immediate
practicability of our mechanism design.
Tuesday, 14 July 2015
IEEE 2015 : I-sieve - An Inline High Performance Deduplication System Used in Cloud Storage
IEEE 2015 TRANSACTIONS ON SERVICE
COMPUTING
Abstract : Data
deduplication is an emerging and widely employed method for current storage
systems. As this technology is gradually applied in inline scenarios such as
with virtual machines and cloud storage systems, this study proposes a novel
deduplication architecture called I-sieve. The goal of I-sieve is to
realize a high performance data sieve system based on iSCSI in the cloud
storage system. We also design the corresponding index and mapping tables and
present a multi-level cache using a solid state drive to reduce RAM consumption
and to optimize lookup performance. A prototype of I-sieve is implemented
based on the open source iSCSI target, and many experiments have been conducted
driven by virtual machine images and testing tools. The evaluation results show
excellent deduplication and foreground performance.More importantly, I-sieve
can co-exist with the existing deduplication systems as long as they support
the iSCSI protocol.
Tuesday, 1 July 2014
IEEE 2014: Oruta: Privacy-Preserving Public Auditing for Shared Data in the Cloud
IEEE 2014 Transactions on Cloud Computing
Technology - Available in Java
With cloud storage services, it is commonplace for data to be not only stored in the cloud, but also shared across multiple users. However, public auditing for such shared data — while preserving identity privacy — remains to be an open challenge. In this paper, we propose the first privacy-preserving mechanism that allows public auditing on shared data stored in the cloud. In particular, we exploit ring signatures to compute
Technology - Available in Java
With cloud storage services, it is commonplace for data to be not only stored in the cloud, but also shared across multiple users. However, public auditing for such shared data — while preserving identity privacy — remains to be an open challenge. In this paper, we propose the first privacy-preserving mechanism that allows public auditing on shared data stored in the cloud. In particular, we exploit ring signatures to compute
the verification information needed to audit the integrity of shared data. With our mechanism, the identity of the signer on each block in shared data is kept private from a third party auditor (TPA), who is still able to verify the integrity of shared data without retrieving the entire file. Our experimental results demonstrate the effectiveness and efficiency of our proposed mechanism when auditing shared data.
IEEE 2014:Key-Aggregate Cryptosystem for Scalable Data Sharing in Cloud Storage
IEEE 2014 :Transactions on Parallel and Distributed Systems
Technology in Java
Data sharing is an important functionality in cloud storage. In this article, we show how to securely, efficiently, and flexibly share data with others in cloud storage. We describe new public-key crypto systems
which produce constant-size cipher texts such that efficient delegation of decryption rights for any set of cipher texts are possible. The novelty is that one can aggregate any set of secret keys and make them as
compact as a single key, but encompassing the power of all the keys being aggregated. In other words, the secret key holder can release a constant-size aggregate key for flexible choices of cipher text set in cloud storage, but the other encrypted files outside the set remain confidential. This compact aggregate key can be conveniently sent to others or be stored in a smart card with very limited secure storage. We provide formal security analysis of our schemes in the standard model. We also describe other application of our schemes. In particular, our schemes give the first public-key patient-controlled encryption for flexible hierarchy, which was yet to be known.
IEEE 2014:-MACs: Toward More Secure and More Efficient Constructions of Secure Channels
IEEE 2014: Transactions on Computers
Technology -Available in JAVA
In cryptography, secure channels enable the confidential and authenticated message exchange between authorized users. A generic approach of constructing such channels is by combining an encryption primitive with an authentication primitive (MAC). In this work, we introduce the design of a new cryptographic primitive to be used in the construction of secure channels. Instead of using general purpose MACs, we propose the deployment of special purpose MACs, named ε-MACs. The main motivation behind this work is the observation that, since the message must be both encrypted and authenticated, there might be some redundancy in the computations performed by the two primitives. Therefore, removing such redundancy can improve the efficiency of the overall composition. Moreover, computations performed by the encryption algorithm can be further utilized to improve the security of the authentication algorithm. In particular, we will show how ε-MACs can be designed to reduce the amount of computation required by standard MACs based on universal hash functions, and show how ε-MACs can be secured against key-recovery attacks.
IEEE 2014: Building Confidential and Efficient Query Services in the Cloud with RASP Data Perturbation
IEEE 2014 Transactions on Knowledge and Data Engineering
Technology - Available in Java
With the wide deployment of public cloud computing infrastructures, using clouds to host data query services has become an appealing solution for the advantages on scalability and cost-saving. However, some data might be sensitive that the data owner does not want to move to the cloud unless the data confidentiality and query privacy are guaranteed. On the other hand, a secured query service should still provide efficient query processing and significantly reduce the in-house workload to fully realize the benefits of cloud computing. We propose the RASP data perturbation method to provide secure and efficient range query and kNN query services for protected data in the cloud. The RASP data perturbation method combines order preserving encryption, dimensionality expansion, random noise injection, and random projection, to provide strong resilience to attacks on the perturbed data and queries. It also preserves multidimensional ranges, which allows existing indexing techniques to be applied to speedup range query processing. The kNN-R algorithm is designed to work with the RASP range query algorithm to process the kNN queries. We have carefully analyzed the attacks on data and queries under a precisely defined threat model and realistic security assumptions. Extensive experiments have been conducted to show the advantages of this approach on efficiency and security.
IEEE 2014: NCCloud: A Network-Coding-Based Storage System in a Cloud-of-Clouds
IEEE 2014 Transactions on Computers
Technology - Available in Java & DOT NET
We present a proxy-based storage system for fault-tolerant multiple-cloud storage called NCCloud, which achieves cost-effective repair for a permanent single-cloud failure. NCCloud is built on top of a network-coding-based storage scheme called the functional minimum-storage regenerating (FMSR) codes, which maintain the same fault tolerance and data redundancy as in traditional erasure codes (e.g., RAID-6), but use less repair traffic and, hence, incur less monetary cost due to data transfer. One key design feature of our FMSR codes is that we relax the encoding requirement of storage nodes during repair, while preserving the benefits of network coding in repair. We implement a proof-of-concept prototype of NCCloud and deploy it atop both local and commercial clouds. We validate that FMSR codes provide significant monetary cost savings in repair over RAID-6 codes, while having comparable response time performance in normal cloud storage operations such as upload/download.
Thursday, 21 November 2013
IEEE 2014: Building a Scalable System for Stealthy P2P-Botnet Detection
Technology - Available in Java
Abstract—Peer-to-peer (P2P) botnets have recently been adopted by botmasters for their resiliency against take-down efforts. Besides being harder to take down, modern botnets tend to be stealthier in the way they perform malicious activities, making current detection approaches ineffective. In addition, the rapidly growing volume of network traffic calls for high scalability of detection systems. In this paper, we propose a novel scalable botnet detection system capable of detecting stealthy P2P botnets.Our system first identifies all hosts that are likely engaged in P2P communications. It then derives statistical fingerprints to profile P2P traffic and further distinguish between P2P botnet traffic and legitimate P2P traffic. The parallelized computation with bounded complexity makes scalability a built-in feature of our system. Extensive evaluation has demonstrated both high detection accuracy and great scalability of the proposed system.
Subscribe to:
Posts (Atom)
IEEE 2023: WEB SECURITY OR CYBER CRIME
IEEE 2023: Machine Learning and Software-Defined Networking to Detect DDoS Attacks in IOT Networks Abstract: In an era marked by the r...
-
IEEE 2012 TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY Technology - Available in DotNet / J2EE Abstract— This work propos...
-
IEEE-2019: Conundrum-Pass: A New Graphical Password Approach Abstract: Graphical passwords are most widely used as a mechanism for a...









