首页 > 最新文献

2011 World Congress on Information and Communication Technologies最新文献

英文 中文
A new fine grained inertia weight Particle Swarm Optimization 一种新的细粒度惯性权值粒子群算法
Pub Date : 2011-12-01 DOI: 10.1109/WICT.2011.6141283
Kusum Deep, Pinkey Chauhan, M. Pant
Particle Swarm Optimization (PSO), analogous to behaviour of bird flocks and fish schools, has emerged as an efficient global optimizer for solving nonlinear and complex real world problems. The performance of PSO depends on its parameters to a great extent. Among all other parameters of PSO, Inertia weight is crucial one that affects the performance of PSO significantly and therefore needs a special attention to be chosen appropriately. This paper proposes an adaptive exponentially decreasing inertia weight that depends on particle's performance iteration-wise and is different for each particle. The corresponding variant is termed as Fine Grained Inertia Weight PSO (FGIWPSO). The new inertia weight is proposed to improve the diversity of the swarm in order to avoid the stagnation phenomenon and a speeding convergence to global optima. The effectiveness of proposed approach is demonstrated by testing it on a suit of ten benchmark functions. The proposed FGIWPSO is compared with two existing PSO variants having nonlinear and exponential inertia weight strategies respectively. Experimental results assert that the proposed modification helps in improving PSO performance in terms of solution quality and convergence rate as well.
粒子群优化算法(PSO)类似于鸟群和鱼群的行为,已成为解决非线性和复杂现实世界问题的有效全局优化算法。粒子群的性能在很大程度上取决于其参数。在粒子群的众多参数中,惯性权重是影响粒子群性能的关键参数,需要特别注意选择。本文提出了一种自适应指数递减的惯性权值,该权值取决于粒子的性能迭代,且每个粒子的惯性权值不同。相应的变体称为细粒度惯性权重粒子群(FGIWPSO)。提出了一种新的惯性权值,以提高群的多样性,避免了群的停滞现象和加速收敛到全局最优。通过对一组10个基准函数的测试,证明了该方法的有效性。将所提出的FGIWPSO分别与具有非线性和指数惯性权重策略的两种现有PSO进行了比较。实验结果表明,改进后的粒子群算法在求解质量和收敛速度方面均有显著提高。
{"title":"A new fine grained inertia weight Particle Swarm Optimization","authors":"Kusum Deep, Pinkey Chauhan, M. Pant","doi":"10.1109/WICT.2011.6141283","DOIUrl":"https://doi.org/10.1109/WICT.2011.6141283","url":null,"abstract":"Particle Swarm Optimization (PSO), analogous to behaviour of bird flocks and fish schools, has emerged as an efficient global optimizer for solving nonlinear and complex real world problems. The performance of PSO depends on its parameters to a great extent. Among all other parameters of PSO, Inertia weight is crucial one that affects the performance of PSO significantly and therefore needs a special attention to be chosen appropriately. This paper proposes an adaptive exponentially decreasing inertia weight that depends on particle's performance iteration-wise and is different for each particle. The corresponding variant is termed as Fine Grained Inertia Weight PSO (FGIWPSO). The new inertia weight is proposed to improve the diversity of the swarm in order to avoid the stagnation phenomenon and a speeding convergence to global optima. The effectiveness of proposed approach is demonstrated by testing it on a suit of ten benchmark functions. The proposed FGIWPSO is compared with two existing PSO variants having nonlinear and exponential inertia weight strategies respectively. Experimental results assert that the proposed modification helps in improving PSO performance in terms of solution quality and convergence rate as well.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125192267","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}
引用次数: 8
Incorporating fault tolerance in GA-based scheduling in grid environment 网格环境下基于遗传算法的调度容错研究
Pub Date : 2011-12-01 DOI: 10.1109/WICT.2011.6141344
Neeraj Upadhyay, M. Misra
Grid systems differ from traditional distributed systems in terms of their large scale, heterogeneity and dynamism. These factors contribute towards higher frequency of fault occurrences; large scale causes lower values of Mean Time To Failure (MTTF), heterogeneity results in interaction faults (protocol mismatches) between communicating dissimilar nodes and dynamism with dynamically varying resource availability due to resources autonomously entering and leaving the grid effects execution of jobs. Another factor that increases probability of failure of applications is that applications running on grid are long running computations taking days to finish. Incorporating fault tolerance in scheduling algorithms is one of the approaches for handling faults in grid environment. Genetic Algorithms are a popular class of meta-heuristic algorithms used for grid scheduling. These are stochastic search algorithms based on the natural process of fitness based selection and reproduction. This paper combines GA-based scheduling with fault tolerance techniques such as checkpointing (dynamic) by modifying the fitness function. Also certain scenarios such as checkpointing without migration for resources with different downtimes and autonomous nature of grid resource providers are considered in building fitness functions. The motivation behind the work is that scheduling-assisted fault tolerance would help in finding the appropriate schedule for the jobs which would complete in the minimum time possible even when resources are prone to failures and thus help in meeting job deadlines. Simulation results for the proposed techniques are presented with respect to makespan and flowtime and fitness value of the resultant schedule obtained. The results show improvement in makespan and flowtime of the adaptive checkpointing approaches over static checkpointing approach. Also the approach which takes into consideration the last failure times of resources perform better than the approach based only on the mean failure times of resources.
网格系统在大规模、异构性和动态性方面不同于传统的分布式系统。这些因素导致故障发生的频率更高;大规模导致平均故障时间(MTTF)值较低,异构性导致通信不同节点之间的交互错误(协议不匹配),以及由于资源自主进出网格而影响作业执行的动态变化资源可用性的动态变化。另一个增加应用程序失败概率的因素是,在网格上运行的应用程序是长时间运行的计算,需要几天才能完成。在调度算法中引入容错是网格环境下处理故障的途径之一。遗传算法是一类常用的用于网格调度的元启发式算法。这些是随机搜索算法,基于自然适应度的选择和繁殖过程。本文通过修改适应度函数,将基于遗传算法的调度与检查点(动态)等容错技术相结合。此外,在构建适应度函数时还考虑了某些场景,例如不迁移具有不同停机时间的资源的检查点和网格资源提供者的自治性质。这项工作背后的动机是,调度辅助的容错将有助于为作业找到合适的调度,即使在资源容易出现故障的情况下,也能在尽可能短的时间内完成作业,从而有助于满足作业的最后期限。最后给出了该方法的仿真结果,得到了最大完工时间和流时间,并给出了相应的适应度值。结果表明,自适应检查点方法在完工时间和流程时间上优于静态检查点方法。考虑资源最后失效次数的方法比只考虑资源平均失效次数的方法性能更好。
{"title":"Incorporating fault tolerance in GA-based scheduling in grid environment","authors":"Neeraj Upadhyay, M. Misra","doi":"10.1109/WICT.2011.6141344","DOIUrl":"https://doi.org/10.1109/WICT.2011.6141344","url":null,"abstract":"Grid systems differ from traditional distributed systems in terms of their large scale, heterogeneity and dynamism. These factors contribute towards higher frequency of fault occurrences; large scale causes lower values of Mean Time To Failure (MTTF), heterogeneity results in interaction faults (protocol mismatches) between communicating dissimilar nodes and dynamism with dynamically varying resource availability due to resources autonomously entering and leaving the grid effects execution of jobs. Another factor that increases probability of failure of applications is that applications running on grid are long running computations taking days to finish. Incorporating fault tolerance in scheduling algorithms is one of the approaches for handling faults in grid environment. Genetic Algorithms are a popular class of meta-heuristic algorithms used for grid scheduling. These are stochastic search algorithms based on the natural process of fitness based selection and reproduction. This paper combines GA-based scheduling with fault tolerance techniques such as checkpointing (dynamic) by modifying the fitness function. Also certain scenarios such as checkpointing without migration for resources with different downtimes and autonomous nature of grid resource providers are considered in building fitness functions. The motivation behind the work is that scheduling-assisted fault tolerance would help in finding the appropriate schedule for the jobs which would complete in the minimum time possible even when resources are prone to failures and thus help in meeting job deadlines. Simulation results for the proposed techniques are presented with respect to makespan and flowtime and fitness value of the resultant schedule obtained. The results show improvement in makespan and flowtime of the adaptive checkpointing approaches over static checkpointing approach. Also the approach which takes into consideration the last failure times of resources perform better than the approach based only on the mean failure times of resources.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"41 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123738497","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
A novel methodology for flip-flop optimization and characterization in NOC design space NOC设计空间中触发器优化和表征的新方法
Pub Date : 2011-12-01 DOI: 10.1109/WICT.2011.6141253
S. Tiwari, Kunwar Singh, Maneesha Gupta
The paper proposes a new methodology for optimization and characterization of flip-flops that can be utilized in designing EDA tool for NOC. In automated RTL to GDS II design space there is requirement of libraries with large number of cells. Now each design can have large number of different driving strength cells. Hence the paper proposes a methodology by virtue of which the library size can be reduced while reducing complexity. The proposed approach utilizes Levenberg-Marquardt (LM) algorithm embedded in SPICE. The optimization and characterization process is entirely automated which can dramatically reduce the time required for digital integrated circuit design process. Moreover, a new flip-flop for low noise environment is proposed and compared with benchmark flip-flops using the proposed methodology. To obtain the relative performance of proposed designs with in specified design constraints, extensive spice simulations were performed using 180nm technology with BSIM 3v3 parameters and 250MHz clock frequency. The automated layouts were also generated and post layout simulation with RC extraction were executed using Mentor Graphics tool.
本文提出了一种新的触发器优化和表征方法,可用于NOC EDA工具的设计。在自动化RTL到GDS II的设计空间中,需要大量的单元库。现在每个设计都可以有大量不同的驱动强度单元。因此,本文提出了一种方法,通过这种方法可以减少库的大小,同时降低复杂性。该方法利用SPICE中嵌入的Levenberg-Marquardt (LM)算法。优化和表征过程完全自动化,可以大大减少数字集成电路设计过程所需的时间。此外,提出了一种新的低噪声环境触发器,并使用该方法与基准触发器进行了比较。为了获得在特定设计约束条件下提出的设计的相对性能,使用180nm技术和BSIM 3v3参数和250MHz时钟频率进行了广泛的spice模拟。生成了自动布局,并使用Mentor Graphics工具进行了带RC提取的后期布局仿真。
{"title":"A novel methodology for flip-flop optimization and characterization in NOC design space","authors":"S. Tiwari, Kunwar Singh, Maneesha Gupta","doi":"10.1109/WICT.2011.6141253","DOIUrl":"https://doi.org/10.1109/WICT.2011.6141253","url":null,"abstract":"The paper proposes a new methodology for optimization and characterization of flip-flops that can be utilized in designing EDA tool for NOC. In automated RTL to GDS II design space there is requirement of libraries with large number of cells. Now each design can have large number of different driving strength cells. Hence the paper proposes a methodology by virtue of which the library size can be reduced while reducing complexity. The proposed approach utilizes Levenberg-Marquardt (LM) algorithm embedded in SPICE. The optimization and characterization process is entirely automated which can dramatically reduce the time required for digital integrated circuit design process. Moreover, a new flip-flop for low noise environment is proposed and compared with benchmark flip-flops using the proposed methodology. To obtain the relative performance of proposed designs with in specified design constraints, extensive spice simulations were performed using 180nm technology with BSIM 3v3 parameters and 250MHz clock frequency. The automated layouts were also generated and post layout simulation with RC extraction were executed using Mentor Graphics tool.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"74 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122728150","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
Duplication with task assignment in mesh distributed system 网格分布式系统中具有任务分配的复制
Pub Date : 2011-12-01 DOI: 10.3745/JIPS.01.0001
Rashmi Sharma, Nitin
In Distributed System before task scheduling the assignment of tasks has to be done. Tasks are allocated to processors and task assignment heuristics are based on computation and communication cost. In order to minimize this communication cost between tasks optimal assignment of tasks has to be worked out. In this paper Task Duplication (TD) concept is used for the same purpose. TD is applied here on Mesh Topology of Distributed System.
在分布式系统中,任务调度前必须先完成任务的分配。任务分配给处理器,任务分配启发式算法基于计算量和通信成本。为了使任务间的通信代价最小化,必须对任务进行最优分配。在本文中,任务复制(Task Duplication, TD)的概念被用于同样的目的。本文将TD应用于分布式系统的网格拓扑。
{"title":"Duplication with task assignment in mesh distributed system","authors":"Rashmi Sharma, Nitin","doi":"10.3745/JIPS.01.0001","DOIUrl":"https://doi.org/10.3745/JIPS.01.0001","url":null,"abstract":"In Distributed System before task scheduling the assignment of tasks has to be done. Tasks are allocated to processors and task assignment heuristics are based on computation and communication cost. In order to minimize this communication cost between tasks optimal assignment of tasks has to be worked out. In this paper Task Duplication (TD) concept is used for the same purpose. TD is applied here on Mesh Topology of Distributed System.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"107 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123243133","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}
引用次数: 10
Wormhole attacks: Performance evaluation of on demand routing protocols in Mobile Adhoc networks 虫洞攻击:移动Adhoc网络中随需应变路由协议的性能评估
Pub Date : 2011-12-01 DOI: 10.1109/WICT.2011.6141411
G. Kaur, V. Jain, Y. Chaba
The paper explores and compare the effect of different types of wormhole attacks on the performance of On demand routing protocols in Mobile Adhoc networks (MANET's). The evaluation has been done by studying and comparing End to End delay and throughput for all drop, all pass and threshold type of wormhole attacks.
本文探讨并比较了不同类型的虫洞攻击对移动自组网(MANET)中随需应变路由协议性能的影响。通过研究和比较全跌落、全通过和阈值型虫洞攻击的端到端延迟和吞吐量来进行评估。
{"title":"Wormhole attacks: Performance evaluation of on demand routing protocols in Mobile Adhoc networks","authors":"G. Kaur, V. Jain, Y. Chaba","doi":"10.1109/WICT.2011.6141411","DOIUrl":"https://doi.org/10.1109/WICT.2011.6141411","url":null,"abstract":"The paper explores and compare the effect of different types of wormhole attacks on the performance of On demand routing protocols in Mobile Adhoc networks (MANET's). The evaluation has been done by studying and comparing End to End delay and throughput for all drop, all pass and threshold type of wormhole attacks.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131342021","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
MRI segmentation using Entropy maximization and Hybrid Particle Swarm Optimization with Wavelet Mutation 基于熵最大化和小波突变混合粒子群优化的MRI分割
Pub Date : 2011-12-01 DOI: 10.1109/WICT.2011.6141273
A. De, A. Bhattacharjee, C. K. Chanda, B. Maji
A Hybrid Particle Swarm Optimization algorithm that incorporates a Wavelet theory based mutation operation is used for segmentation of Magnetic Resonance Images. We use Entropy maximization using Hybrid Particle Swarm algorithm with Wavelet based mutation operation to get the region of interest of the Magnetic Resonance Image. It applies the Multi-resolution Wavelet theory to enhance the Particle Swarm Optimization Algorithm in exploring the solution space more effectively for a better solution. Tests on various MRI images with lesions show that lesions are successfully extracted.
采用混合粒子群优化算法,结合小波变换理论对磁共振图像进行分割。采用熵最大化的混合粒子群算法,结合小波变换,得到磁共振图像的感兴趣区域。应用多分辨率小波理论,增强粒子群算法对解空间的探索能力,从而得到更好的解。对各种带有病变的MRI图像的测试表明,病变被成功地提取出来。
{"title":"MRI segmentation using Entropy maximization and Hybrid Particle Swarm Optimization with Wavelet Mutation","authors":"A. De, A. Bhattacharjee, C. K. Chanda, B. Maji","doi":"10.1109/WICT.2011.6141273","DOIUrl":"https://doi.org/10.1109/WICT.2011.6141273","url":null,"abstract":"A Hybrid Particle Swarm Optimization algorithm that incorporates a Wavelet theory based mutation operation is used for segmentation of Magnetic Resonance Images. We use Entropy maximization using Hybrid Particle Swarm algorithm with Wavelet based mutation operation to get the region of interest of the Magnetic Resonance Image. It applies the Multi-resolution Wavelet theory to enhance the Particle Swarm Optimization Algorithm in exploring the solution space more effectively for a better solution. Tests on various MRI images with lesions show that lesions are successfully extracted.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126457361","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}
引用次数: 10
DCT block location based data hiding 基于DCT块位置的数据隐藏
Pub Date : 2011-12-01 DOI: 10.1109/WICT.2011.6141365
Omprakash Meena, Sathisha Basavaraju, A. Sur
In recent literature, it has been found that, the visual quality of the watermarked image is evaluated with respect to the human visual system. In this paper, the effect of perturbation in the different position in the quantized 8×8 DCT coefficient block is analyzed in order to find suitable image independent block positions for embedding data with respect to the total perceptual error between cover and watermarked image. The JPEG domain data hiding using quantization index modulation (QIM) [7] is used for embedding. A set of experiments have been carried out to justify the applicability of the proposed analysis.
在最近的文献中,人们发现,水印图像的视觉质量是相对于人类视觉系统来评估的。本文分析了量化的8×8 DCT系数块中不同位置的扰动影响,以便根据覆盖与水印图像之间的总感知误差找到适合嵌入数据的图像独立块位置。采用量化索引调制(QIM)[7]的JPEG域数据隐藏技术进行嵌入。已经进行了一组实验来证明所提出的分析的适用性。
{"title":"DCT block location based data hiding","authors":"Omprakash Meena, Sathisha Basavaraju, A. Sur","doi":"10.1109/WICT.2011.6141365","DOIUrl":"https://doi.org/10.1109/WICT.2011.6141365","url":null,"abstract":"In recent literature, it has been found that, the visual quality of the watermarked image is evaluated with respect to the human visual system. In this paper, the effect of perturbation in the different position in the quantized 8×8 DCT coefficient block is analyzed in order to find suitable image independent block positions for embedding data with respect to the total perceptual error between cover and watermarked image. The JPEG domain data hiding using quantization index modulation (QIM) [7] is used for embedding. A set of experiments have been carried out to justify the applicability of the proposed analysis.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"99 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128310843","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
Predicting grid user trustworthiness using neural networks 基于神经网络的电网用户可信度预测
Pub Date : 2011-12-01 DOI: 10.1109/WICT.2011.6141336
Bhavna Gupta, Harmeet Kaur, Punam Bedi
To addresses the problem of job failures in grid, which might be due to interaction between unknown entities, a reputation based multi agent system is proposed in this paper. The system is based on cooperative model of society in which agents share their experiences about the resource providers through feedback ratings. The uncertainty present in the feedback ratings is handled through Fuzzy Inference System (FIS). The resource providers also compute the trustworthiness of the user before giving access of their resources to safeguard themselves from malicious attacks, using neural networks. The resource providers train the neural network with their own data of already serviced user and predict the trustworthiness of the requesting user. Experiments confirm that the methods with neural networks are feasible and effective for estimation of the trustworthiness of the user.
为了解决网格中由于未知实体之间的相互作用而导致的作业失败问题,提出了一种基于信誉的多智能体系统。该系统基于社会的合作模式,agent通过反馈评级的方式分享对资源提供者的经验。通过模糊推理系统(FIS)处理反馈评级中存在的不确定性。资源提供者还在访问其资源之前计算用户的可信度,以保护自己免受恶意攻击,使用神经网络。资源提供者用自己已经服务的用户数据训练神经网络,预测请求用户的可信度。实验证明,利用神经网络进行用户可信度估计是可行和有效的。
{"title":"Predicting grid user trustworthiness using neural networks","authors":"Bhavna Gupta, Harmeet Kaur, Punam Bedi","doi":"10.1109/WICT.2011.6141336","DOIUrl":"https://doi.org/10.1109/WICT.2011.6141336","url":null,"abstract":"To addresses the problem of job failures in grid, which might be due to interaction between unknown entities, a reputation based multi agent system is proposed in this paper. The system is based on cooperative model of society in which agents share their experiences about the resource providers through feedback ratings. The uncertainty present in the feedback ratings is handled through Fuzzy Inference System (FIS). The resource providers also compute the trustworthiness of the user before giving access of their resources to safeguard themselves from malicious attacks, using neural networks. The resource providers train the neural network with their own data of already serviced user and predict the trustworthiness of the requesting user. Experiments confirm that the methods with neural networks are feasible and effective for estimation of the trustworthiness of the user.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"69 4","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120967611","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}
引用次数: 4
Lyapunov features based EEG signal classification by multi-class SVM 基于Lyapunov特征的脑电信号多类支持向量机分类
Pub Date : 2011-12-01 DOI: 10.1109/WICT.2011.6141243
A. S. Muthanantha Murugavel, S. Ramakrishnan, K. Balasamy, T. Gopalakrishnan
Electroencephalographms (EEGs) are records of brain electrical activity. It is an indispensable tool for diagnosing neurological diseases, such as epilepsy. Wavelet transform (WT) is an effective tool for analysis of non-stationary signal, such as EEGs. Wavelet analysis is used to decompose the EEG into delta, theta, alpha, beta, and gamma sub-bands. Lyapunov exponent is used to quantify the nonlinear chaotic dynamics of the signal‥ Furthermore, the distinct states of brain activity had different chaotic dynamics quantified by nonlinear invariant measures such as Lyapunov exponents. The probabilistic neural network (PNN) and radial basis function neural network were tested and also their performance of classification rate was evaluated using benchmark dataset. Decision making was performed in two stages: feature extraction by computing the Lyapunov exponents, Wavelet Coefficients and classification using the classifiers trained on the extracted features. Our research demonstrated that the Lyapunov exponents and Wavelet Coefficients are the features which well represent the EEG signals and the multi-class SVM and PNN trained on these features achieved high classification accuracies such as 96% and 94%.
脑电图(EEGs)是脑电活动的记录。它是诊断癫痫等神经系统疾病不可或缺的工具。小波变换是分析脑电图等非平稳信号的有效工具。使用小波分析将EEG分解为delta, theta, alpha, beta和gamma子带。李雅普诺夫指数被用来量化信号的非线性混沌动力学,此外,大脑活动的不同状态有不同的混沌动力学被非线性不变的测量量化,如李雅普诺夫指数。对概率神经网络(PNN)和径向基函数神经网络进行了测试,并利用基准数据集对其分类率进行了评价。决策分两个阶段进行:通过计算Lyapunov指数和小波系数进行特征提取,并使用在提取的特征上训练的分类器进行分类。研究表明,Lyapunov指数和小波系数是表征脑电信号的特征,基于这些特征训练的多类SVM和PNN的分类准确率分别达到96%和94%。
{"title":"Lyapunov features based EEG signal classification by multi-class SVM","authors":"A. S. Muthanantha Murugavel, S. Ramakrishnan, K. Balasamy, T. Gopalakrishnan","doi":"10.1109/WICT.2011.6141243","DOIUrl":"https://doi.org/10.1109/WICT.2011.6141243","url":null,"abstract":"Electroencephalographms (EEGs) are records of brain electrical activity. It is an indispensable tool for diagnosing neurological diseases, such as epilepsy. Wavelet transform (WT) is an effective tool for analysis of non-stationary signal, such as EEGs. Wavelet analysis is used to decompose the EEG into delta, theta, alpha, beta, and gamma sub-bands. Lyapunov exponent is used to quantify the nonlinear chaotic dynamics of the signal‥ Furthermore, the distinct states of brain activity had different chaotic dynamics quantified by nonlinear invariant measures such as Lyapunov exponents. The probabilistic neural network (PNN) and radial basis function neural network were tested and also their performance of classification rate was evaluated using benchmark dataset. Decision making was performed in two stages: feature extraction by computing the Lyapunov exponents, Wavelet Coefficients and classification using the classifiers trained on the extracted features. Our research demonstrated that the Lyapunov exponents and Wavelet Coefficients are the features which well represent the EEG signals and the multi-class SVM and PNN trained on these features achieved high classification accuracies such as 96% and 94%.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129973274","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}
引用次数: 18
A robust portfolio optimization in Indian Stock market 在印度股票市场稳健的投资组合优化
Pub Date : 2011-12-01 DOI: 10.1109/WICT.2011.6141321
M. Rajan, Nimit Rana
A good investment strategy requires a combination of mathematical modeling with deep understanding of the economics of the market. The basis of the portfolio optimization is the mean-variance optimization put forwarded by Markowitz in 1952. The optimization procedure depends on the input parameters, the covariance matrix and expected return which have to be estimated using the historical data. The portfolio selection hence depends on the reliability of these inputs and often lead to wrong results due to inaccurate estimation of covariance matrix and expected return. In this paper, we examine the performance of portfolio optimization in Indian Stock market using stable models for covariance estimation and come up with a portfolio of stocks that gives a meaningful return in reality.
一个好的投资策略需要将数学建模与对市场经济的深刻理解相结合。投资组合优化的基础是Markowitz在1952年提出的均值-方差优化。优化过程取决于输入参数,协方差矩阵和预期收益,这些都必须使用历史数据进行估计。因此,投资组合的选择取决于这些输入的可靠性,并且由于对协方差矩阵和预期收益的估计不准确而经常导致错误的结果。本文利用协方差估计的稳定模型,考察了印度股票市场的投资组合优化绩效,并提出了一个在现实中具有有意义回报的股票组合。
{"title":"A robust portfolio optimization in Indian Stock market","authors":"M. Rajan, Nimit Rana","doi":"10.1109/WICT.2011.6141321","DOIUrl":"https://doi.org/10.1109/WICT.2011.6141321","url":null,"abstract":"A good investment strategy requires a combination of mathematical modeling with deep understanding of the economics of the market. The basis of the portfolio optimization is the mean-variance optimization put forwarded by Markowitz in 1952. The optimization procedure depends on the input parameters, the covariance matrix and expected return which have to be estimated using the historical data. The portfolio selection hence depends on the reliability of these inputs and often lead to wrong results due to inaccurate estimation of covariance matrix and expected return. In this paper, we examine the performance of portfolio optimization in Indian Stock market using stable models for covariance estimation and come up with a portfolio of stocks that gives a meaningful return in reality.","PeriodicalId":178645,"journal":{"name":"2011 World Congress on Information and Communication Technologies","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128392343","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
期刊
2011 World Congress on Information and Communication Technologies
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1