2015 International Conference on Computing Communication Control and Automation最新文献

筛选
英文 中文
Fabric Defect Detection Using Wavelet Filter 基于小波滤波的织物疵点检测
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.145
Vaibhav V. Karlekar, M. Biradar, K. Bhangale
{"title":"Fabric Defect Detection Using Wavelet Filter","authors":"Vaibhav V. Karlekar, M. Biradar, K. Bhangale","doi":"10.1109/ICCUBEA.2015.145","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.145","url":null,"abstract":"Fabric defect detection is now an active area of research for identifying and resolving problems of textile industry, to enhance the performance and also to maintain the quality of fabric. The traditional system of visual inspection by human beings is extremely time consuming, high on costs as well as not reliable since it is highly error prone. Defect detection & classification are the major challenges in defect inspection. Hence in order to overcome these drawbacks, faster and cost effective automatic defect detection is very necessary. Considering these necessities, this paper proposes wavelet filter method. It also explains in detail its various techniques of getting final output like preprocessing, decomposition, thresholding, and noise eliminating.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125766462","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 26
Analysis of Speech Features for Emotion Detection: A Review 面向情感检测的语音特征分析综述
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.135
R. Sudhakar, Manjare Chandraprabha Anil
{"title":"Analysis of Speech Features for Emotion Detection: A Review","authors":"R. Sudhakar, Manjare Chandraprabha Anil","doi":"10.1109/ICCUBEA.2015.135","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.135","url":null,"abstract":"Emotion detection of speech in human machine interaction is very important. Framework for emotion detection is essential, that includes various modules performing actions like speech to text conversion, feature extraction, feature selection and classification of those features to identify the emotions. The features used for emotion detection of speech are prosody features, spectral features and voice quality features. The classifications of features involve the training of various emotional models to perform the classification appropriately. The features selected to be classified must be salient to detect the emotions correctly. And these features should have to convey the measurable level of emotional modulation.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129646583","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 17
Database Transformation to Build Data-Set for Data Mining Analysis - A Review 数据库转换构建数据挖掘分析的数据集综述
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.81
A. Chaudhari, H. Khanuja
{"title":"Database Transformation to Build Data-Set for Data Mining Analysis - A Review","authors":"A. Chaudhari, H. Khanuja","doi":"10.1109/ICCUBEA.2015.81","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.81","url":null,"abstract":"In Data Mining Project, the most time consuming task is to prepare a normalized data-set from relational database, which is suitable for analysis. In general the database has collection of many tables and views that must be joined, aggregated and transformed in order to build the required dataset. It results most long, complex SQL queries written multiple times independently and in disorganized manner. Therefore, the database grows with many tables and views that are not present as entities in the ER model and similar SQL queries are written multiple times, which complicate the database management, software development and maintenance. In this paper, we propose simple methods which generate SQL code to return aggregated columns in a horizontal tabular layout, where every row corresponds to an observation and every column disassociated to dimension. This new class of functions is called horizontal aggregations. Horizontal aggregations build data sets which is the standard normalized layout required by most data mining algorithms. We introduce three fundamental methods to evaluate database transformation: SPJ: Based on standard relational algebra operators (SPJ queries), CASE: Using CASE programming construct available in SQL, PIVOT: Using the PIVOT operator, which is a built-in operator in a commercial DBMS.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"70 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128880934","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
TSP Problem Using Modified ABC Based on Dynamically Division of Bees 基于蜜蜂动态划分的改进ABC的TSP问题
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.89
Poorti Sharma, Manish Gupta
{"title":"TSP Problem Using Modified ABC Based on Dynamically Division of Bees","authors":"Poorti Sharma, Manish Gupta","doi":"10.1109/ICCUBEA.2015.89","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.89","url":null,"abstract":"Artificial Bee Colony Algorithm (ABC) is an optimization algorithm used to find out the global optima. In ABC, each bee stores the information of feasible solution or candidate solution and stochastically modifies this over time, based on the information provided by neighboring bees, it speculative modifies over time and based on the best solution found by the bee itself. In this proposed work, the swarms of bees are dynamically divided into smaller groups and search process is performed by independent smaller group of bees. Also in original ABC algorithm, an additional operator, i.e. Mutation operator, is used in the artificial bee colony algorithm after the employed bee phase. Experiments are performed on the travelling salesman problem (TSP) to check the accuracy of proposed algorithm. Also proposed algorithm results are compared with previously defined algorithms like standard ABC algorithm and ABC with SPV algorithm.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123776537","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
GUI Based Performance Comparison of Noise Reduction Techniques Based on Wavelet Transform 基于GUI的小波变换降噪技术性能比较
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.132
P. Undre, Harjeet Kaur, R. Talwar
{"title":"GUI Based Performance Comparison of Noise Reduction Techniques Based on Wavelet Transform","authors":"P. Undre, Harjeet Kaur, R. Talwar","doi":"10.1109/ICCUBEA.2015.132","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.132","url":null,"abstract":"Wavelet transform is an important tool used in many application areas. This paper proposed the analysis of noise reduction techniques which are based on wavelet transform. In this paper three noise reduction techniques based on wavelet transform are described. These methods are Wavelet Split Coefficient, Hard Thresholding and Soft Thresholding. MATLAB GUI is developed for visualization of results which are obtained by using different techniques. With the help of these methods speech enhancement can be achieved. Due to this quality of speech can be improved with high efficiency. This wavelet transform can also be used to remove noise and blurring present in the image. In other words it is also effective in image processing to remove noise.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122395642","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Performance Analysis of FFT Based OFDM System and DWT Based OFDM System to Reduce Inter-carrier Interference 基于FFT的OFDM系统和基于DWT的OFDM系统降低载波间干扰的性能分析
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.71
Gauri Waichal, A. Khedkar
{"title":"Performance Analysis of FFT Based OFDM System and DWT Based OFDM System to Reduce Inter-carrier Interference","authors":"Gauri Waichal, A. Khedkar","doi":"10.1109/ICCUBEA.2015.71","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.71","url":null,"abstract":"OFDM (Orthogonal Frequency Division Multiplexing) is a multicarrier technique to increase the data rate of wireless channel. In OFDM, bandwidth is divided into many narrow bands whose carriers are orthogonal to one another. Implementation of OFDM deals with application of Fast Fourier Transform (FFT) to modulation and demodulation processes to generate carriers orthogonal to each other. In conventional system, IFFT (Inverse Fast Fourier Transform) is used at transmitter side and FFT is used in receiver side. There is need to append cyclic prefix at transmitter side to reduce the Inter symbol Interference (ISI) and to increase spectral efficiency. Recently there is proposition of Wavelet transform to generate sub channels with added advantage of flexibility of transform and high suppression in side lobes. This paper provides overview of performance of DWT (Discrete Wavelet Transform) based OFDM system as compared to FFT based OFDM system to reduce Inter carrier Interference caused due to sampling frequency offset in AWGN (Additive White Gaussian Noise) channel.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"120 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120936800","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
A Survey on Document Image Binarization Techniques 文献图像二值化技术综述
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.148
S. Lokhande, N. Dawande
{"title":"A Survey on Document Image Binarization Techniques","authors":"S. Lokhande, N. Dawande","doi":"10.1109/ICCUBEA.2015.148","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.148","url":null,"abstract":"Document image binarization is performed to segment foreground text from background text in badly degraded documents. In this paper, a comprehensive survey has been conducted on some state-of-the-art document image binarization techniques. After describing these document images binarization techniques, their performance have been compared with the help of various evaluation performance metrics which are widely used for document image analysis and recognition. On the basis of this comparison, it has been found out that the adaptive contrast method is the best performing method. Accordingly, the partial results that we have obtained for the adaptive contrast method have been stated and also the mathematical model and block diagram of the adaptive contrast method has been described in detail.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127756846","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Automobile Theft Prevention Using 3D Gesture Key Fob and Cryptography 利用3D手势密钥和密码技术预防汽车盗窃
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.64
M. Shakil, M. Rashid, Ajit B. Patil
{"title":"Automobile Theft Prevention Using 3D Gesture Key Fob and Cryptography","authors":"M. Shakil, M. Rashid, Ajit B. Patil","doi":"10.1109/ICCUBEA.2015.64","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.64","url":null,"abstract":"A modern vehicles have been using a key fob from last decade to arm and disarm the vehicles. Once the door of vehicle is close then vehicle is armed and to disarm unlock button of key fob is used. But this system is not more secure. If key fob is stolen then anyone can unlock the vehicle. Hence for preventing a vehicle from theft a 3D gesture key fob will be used. In 3D gesture key fob one gesture will be made in air to unlock the vehicle. It will contain two different 3D gestures, one is REGULAR gesture for owner of vehicle and another is GUEST gesture for the guest i.e. for other users. In addition for high security data transmission cryptography algorithm will be used. This system will also contain features like keypad entry for activate the fuel lines, adjustable motion alarm sensitivity, Fuel cut-off and GPS fencing.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"98 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127497263","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Improvement in k-Means Clustering Algorithm Using Data Clustering 基于数据聚类的k-Means聚类算法改进
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.205
K. Rajeswari, O. Acharya, M. Sharma, Mahesh Kopnar, K. Karandikar
{"title":"Improvement in k-Means Clustering Algorithm Using Data Clustering","authors":"K. Rajeswari, O. Acharya, M. Sharma, Mahesh Kopnar, K. Karandikar","doi":"10.1109/ICCUBEA.2015.205","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.205","url":null,"abstract":"The set of objects having same characteristics are organized in groups and clusters of these objects reformed known as Data Clustering. It is an unsupervised learning technique for classification of data. K-means algorithm is widely used and famous algorithm for analysis of clusters. In this algorithm, n number of data points are divided into k clusters based on some similarity measurement criterion. K-Means Algorithm has fast speed and thus is used commonly clustering algorithm. Vector quantization, cluster analysis, feature learning are some of the application of K-Means. However results generated using this algorithm are mainly dependant on choosing initial cluster centroids. The main short come of this algorithm is to provide appropriate number of clusters. Provision of number of clusters before applying the algorithm is highly impractical and requires deep knowledge of clustering field. In this project, we are going to propose an algorithm for improvement in the initializing the centroids for K-Means algorithm. We are going to work on numerical data sets along with the categorical datasets with the n dimensions. For similarity measurement we are going to consider the Manhattan distance,Dice distance and cosine distance. The result of this proposed algorithm will be compared with the original K-Means. Also the quality and complexity of the proposed algorithm will be checked with the existing algorithm.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130654112","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 21
A Hybrid Color Plane Approach Towards Color Based Object Detection and Modeling of a Real-Time Gesture Based Intelligent Virtual Aid Using Artificial Neural Network 一种基于颜色的混合颜色平面方法及基于人工神经网络的实时手势智能虚拟助手建模
2015 International Conference on Computing Communication Control and Automation Pub Date : 2015-02-26 DOI: 10.1109/ICCUBEA.2015.173
P. Das, Annesha Mukherjee, A. Dey, Debasish Kundu, Sudipta Ghosh, Sauvik Das Gupta
{"title":"A Hybrid Color Plane Approach Towards Color Based Object Detection and Modeling of a Real-Time Gesture Based Intelligent Virtual Aid Using Artificial Neural Network","authors":"P. Das, Annesha Mukherjee, A. Dey, Debasish Kundu, Sudipta Ghosh, Sauvik Das Gupta","doi":"10.1109/ICCUBEA.2015.173","DOIUrl":"https://doi.org/10.1109/ICCUBEA.2015.173","url":null,"abstract":"Augmented and Virtual Reality has become a highly researched subfield in the Computer Vision domain. Among various researched topics, object detection and tracking is a major field of interest, with various algorithms being developed for it. Various algorithms exist that employs different approaches to solving the problem of object detection. The approach that we take is a mixture of investigating and evaluating the previous approaches and coming up with a novel algorithm that is able to detect and track objects in real-time that is not tightly bound to specific colours. In order to implement a dynamic algorithm, we look into various colour planes and then take in multiple dimensions from a given colour plane and use a combination of the results obtained from the individual dimensions to get a result that is capable of detecting various range of colours. After the objects are satisfactorily detected, we proceed to track them and implement gestures that allow the users to elect a single colour to be tracked without any direct interactions, using a novel algorithm that we developed over the course of the research. After the election, the algorithm is expanded further to be able to integrate the ability to detect various gestures and patterns. The system is also capable of basic intelligence and is able to modify its phases as necessary based on the user's interaction with the system. As such most of the system is user action dependent and free of any physical interaction. All the while, the algorithm is designed to be able to do all the processing in real-time.","PeriodicalId":325841,"journal":{"name":"2015 International Conference on Computing Communication Control and Automation","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131758025","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信