Localization is an essential and important research issue in wireless sensor networks (WSN).Most localization schemes focus on static sensor ***,Mobile sensors required in some applications to acquire all the relevant...
详细信息
Localization is an essential and important research issue in wireless sensor networks (WSN).Most localization schemes focus on static sensor ***,Mobile sensors required in some applications to acquire all the relevant dat. As such, a localization scheme defined for mobile sensor networks is necessary to track the moving nodes In this paper,we propose a localization scheme, the normal nodes without location information can estimate their own location information can estimate their own locations by gathering the positions of location aware nodes (anchor nodes) and the one-hop normal nodes whose locations are estimated from the anchor nodes. In addition, we propose a scheme that predicts the moving direction of sensor nodes to increase localization accuracy. Simulation results show that the localization error in our proposed scheme is lower than the previous schemes in various mobility models and moving speeds.
作者:
M.H. Anand babuG. ManiPost-Graduate Scholar
Department of Computer science & Engineering Anna University of Technology Trichirapalli India Assistant Professor
Department of Computer Science & Engineering Anna University of Technology Trichirapalli India
Abstract_ In the World Wide Web the information consists large amount of news contents. In Web intelligence Recommendation, filtering, and summarization of Web news have received much attention and also aims to find i...
详细信息
Abstract_ In the World Wide Web the information consists large amount of news contents. In Web intelligence Recommendation, filtering, and summarization of Web news have received much attention and also aims to find interesting news to the users .In this paper we present Customized news filtering and summarization system based on personal interest and it summarizes concise content for users .A user interest model induced by embedded learning component of CNFS and it also recommends customized news. Retrieving useful Web news involves both filtering and keyword extraction and also maintains key word knowledge base. The non-news content irrelevant to the news Webpage is filtered out .This extraction method substantially outperforms methods based on term frequency and lexical chains to represent semantic relation between words.
This tutorial provides a detailed introduction to mobile Augmented Reality (AR). AR is a key user-interface technology for personalized, situated information delivery, navigation, on-demand instruction and games. The ...
This tutorial provides a detailed introduction to mobile Augmented Reality (AR). AR is a key user-interface technology for personalized, situated information delivery, navigation, on-demand instruction and games. The widespread availability and rapid evolution of smartphones enables software-only solutions for AR where it was previously necessary to assemble custom hardware solutions. However, ergonomic and technical limitations of smartphones as a platform make this a challenging endeavor. In particular, it is necessary to design novel efficient real-time computer vision and computergraphics algorithms, and create new lightweight forms of interaction with the environment through small form-factor devices. This tutorial will present selected technical achievements in this field and highlight some examples of successful application prototypes.
Medication non-adherence is a major problem to all stakeholders, posing escalating costs and risks to patients as well as substantial economic burden to the health care industry. Solutions that attempt to broaden the ...
详细信息
Medication non-adherence is a major problem to all stakeholders, posing escalating costs and risks to patients as well as substantial economic burden to the health care industry. Solutions that attempt to broaden the functions and capabilities of medication management have hitherto been employing a narrow-focused approach, often failing to address the multitude of factors that leads to the phenomena. In this paper, we present an experimental comparison of user attitude towards medication adherence using a single-focused versus a multifaceted personalized medication management system that has been implemented with elements of motivational and educational strategies. The findings from this research suggest evidence of the significance and usefulness of applying a multifaceted approach, in particular, the implementation of motivational and educational strategies in the design of a personalized medication management system in addressing medication non-adherence.
A novel optimal multilevel thresholding for histogram-based image segmentation is presented in this paper. It is based on the estimation of the statistical parameters of different classes under the assumption that the...
详细信息
作者:
Subhendu Sekhar BeheraSubhagata ChattopadhyayB.Tech
Department of Computer Science & Engineering National Institute of Science & Technology Berhampur-761008 India Professor
Department of Computer Science & Engneering National Institute of Science & Technologys Berhampur-761008 India
Optimizing the convergence of a Neural Net Classifier (NNC) is an important task to increase the speed and accuracy in the decision-making process. Learning algorithms are used to facilitate such optimization process....
详细信息
Optimizing the convergence of a Neural Net Classifier (NNC) is an important task to increase the speed and accuracy in the decision-making process. Learning algorithms are used to facilitate such optimization process. Simulated Annealing (SA) and Back propagation (BP) are two popular optimization algorithms. The objective of the study is to compare the optimization performances of SA and BP on a feed-forward NNC that relies more on BP. For the study, five standard datasets, such as WINE, IRIS, DIABETES, TEACHING ASSISTANT EVALUATION (TAE), and GLASS are considered. Experimental results reveal that during training and testing SA has outperformed BP (except for WINE data and that is during testing only). The generalised notion is that BP is one of the best optimisers for NNC. Hence, the experimental results are interesting. The authors assume that it is due to the fact that SA is a much randomized approach to find the global solution, while BP is a gradient-based search and thus has an inclination to be trapped in the local minima. Another important reason could be that BP relies on its best learning (occurred during its training) while classifying test cases, which might not be appropriate for a new dataset. SA, on the other hand, initiates a new search with the given dataset and because of its randomized search space, is able to converge into the global minima. The paper therefore argues that for optimising in a classical NNC, SA is more efficient than BP because of its random and flexible search space.
The key frame extraction is designed for obtaining a (very) compressed set of video frames that summarizes the essential content of a video sequence. In this paper, a well-known information theoretic measure, the Jens...
详细信息
ISBN:
(纸本)9781467322164
The key frame extraction is designed for obtaining a (very) compressed set of video frames that summarizes the essential content of a video sequence. In this paper, a well-known information theoretic measure, the Jensen-Rényi divergence (JRD), is studied to estimate the frame-by-frame distance between consecutive video images, for segmenting shots/subshots and for choosing key frames. Our new key frame extraction method, which is effective and computationally fast, contributes to a good and quick understanding of a large amount of video data.
In this joint work, a complete framework for modeling, simulating and visualizing multiphase fluid flow within an extraction column is presented. We first present a volume-of-fluid simulation, which is able to predict...
详细信息
ISBN:
(纸本)9783939897460
In this joint work, a complete framework for modeling, simulating and visualizing multiphase fluid flow within an extraction column is presented. We first present a volume-of-fluid simulation, which is able to predict the surface of the droplets during coalescence. However, a fast and efficient model is needed for the simulation of a liquid-liquid extraction column due to the high number of occurring droplets. To simulate the velocity and droplet size in a DN32 extraction column, a coupled computational fluid dynamic-population balance model solver is used. The simulation is analyzed using path-line based visualization techniques. A novel semi-automatic re-seeding technique for droplet path-line integration is proposed. With our technique, path-lines of fluid droplets can be re-initialized after contact with the stirring devices. The droplet breakage is captured, allowing the engineer to improve the design of liquid-liquid columns layout.
Code clone is a code portion in one source code that is similar or identical to another source code. Current clone code detection techniques detect, refactor, remove and redirect clones without being archived in the D...
详细信息
Code clone is a code portion in one source code that is similar or identical to another source code. Current clone code detection techniques detect, refactor, remove and redirect clones without being archived in the Discoverable Digital Clone Library (DDCL). This paper introduces Clone Wrapper Detection Technique (CWDT) that detects and wraps commonly used structural clones into a DDCL and extract metadata of each clone to induce Family Tree Ontology of related class clones. In order to evaluate the usefulness of CWDT, we conducted preliminary experiments on large open source software including Java Development Kit (JDK), Apache and JConnector projects. The preliminary results show a great number of structural reusable and sharable Type1, Type2 and Type3 clones detected from large system software. And also the results of the experiments show a significant reduction in clone detection time.
In this paper, we have proposed a method that consists of combination of different methods. First we have performed enhancement on breast mammogram to enhance the image quality. After that discrete cosine transform ha...
详细信息
In this paper, we have proposed a method that consists of combination of different methods. First we have performed enhancement on breast mammogram to enhance the image quality. After that discrete cosine transform has been applied for features extraction. Bayesian Classifier has been used for classification into benign and malignant. It has been noted that results are very much satisfactory. We have used MIAS data set for experimentation purpose. Proposed method performs good when we have tested on different images.
暂无评论