首页 > 最新文献

2010 IEEE Youth Conference on Information, Computing and Telecommunications最新文献

英文 中文
Authorship attribution for Chinese text based on sentence rhythm features 基于句子节奏特征的中文文本作者归属
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713152
Shaokang Wang, Baoping Yan
Authorship attribution, i.e., identifying the authorship of a piece of disputed text, is an important problem due to the increased concerns on copyright violations. While various authorship attribution algorithms have been proposed to identify the authorship of articles, they fail in several situations. This paper proposes a new authorship attribution algorithm for Chinese text using the sentence rhythm features of articles. In our algorithm, a rhythm feature matrix is proposed to depict the sentence rhythm of Chinese text. In order to determine the similarity of rhythm feature matrices, we compare two definitions of similarity based on Euclidean distance and improved Kullback-Leibler Divergence, respectively. Experimental results show that our algorithm achieves a success rate of 80%.
作者归属,即确定一段有争议文本的作者身份,是一个重要的问题,因为对侵犯版权的关注日益增加。虽然已经提出了各种作者归属算法来识别文章的作者身份,但它们在几种情况下失败。本文利用文章的句子节奏特征,提出了一种新的中文文本作者归属算法。在我们的算法中,我们提出了一个节奏特征矩阵来描述汉语文本的句子节奏。为了确定节奏特征矩阵的相似性,我们分别比较了基于欧几里得距离和改进Kullback-Leibler散度的两种相似性定义。实验结果表明,该算法的成功率达到80%。
{"title":"Authorship attribution for Chinese text based on sentence rhythm features","authors":"Shaokang Wang, Baoping Yan","doi":"10.1109/YCICT.2010.5713152","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713152","url":null,"abstract":"Authorship attribution, i.e., identifying the authorship of a piece of disputed text, is an important problem due to the increased concerns on copyright violations. While various authorship attribution algorithms have been proposed to identify the authorship of articles, they fail in several situations. This paper proposes a new authorship attribution algorithm for Chinese text using the sentence rhythm features of articles. In our algorithm, a rhythm feature matrix is proposed to depict the sentence rhythm of Chinese text. In order to determine the similarity of rhythm feature matrices, we compare two definitions of similarity based on Euclidean distance and improved Kullback-Leibler Divergence, respectively. Experimental results show that our algorithm achieves a success rate of 80%.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116507939","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
Short term prediction of crowd density using v-SVR 基于v-SVR的人群密度短期预测
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713088
Yongjun Ma, G. Bai
The monitoring and management of the high density crowd in large scale public place is an important factor of city disaster reduction and mitigation. Automatic short term prediction of crowd density is a key problem. This paper introduces a prediction algorithm using v-support vector regression (v-SVR), which can control the accuracy of fitness and prediction error by adjusting the parameter v. An on-line training algorithm is discussed in detail to reduce the training complexity of v-SVR. As an important input feature, high crowd density estimation is also discussed. The experimental results show that v-SVR has low error rate and better generalization with appropriate v.
大型公共场所高密度人群的监测与管理是城市减灾的重要因素。人群密度的短期自动预测是一个关键问题。本文介绍了一种利用v-支持向量回归(v-support vector regression, v-SVR)的预测算法,该算法通过调整参数v来控制适应度的准确性和预测误差,并详细讨论了一种在线训练算法来降低v-SVR的训练复杂度。高人群密度估计作为一种重要的输入特征也被讨论。实验结果表明,v- svr在适当的v值下具有较低的错误率和较好的泛化效果。
{"title":"Short term prediction of crowd density using v-SVR","authors":"Yongjun Ma, G. Bai","doi":"10.1109/YCICT.2010.5713088","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713088","url":null,"abstract":"The monitoring and management of the high density crowd in large scale public place is an important factor of city disaster reduction and mitigation. Automatic short term prediction of crowd density is a key problem. This paper introduces a prediction algorithm using v-support vector regression (v-SVR), which can control the accuracy of fitness and prediction error by adjusting the parameter v. An on-line training algorithm is discussed in detail to reduce the training complexity of v-SVR. As an important input feature, high crowd density estimation is also discussed. The experimental results show that v-SVR has low error rate and better generalization with appropriate v.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121892756","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}
引用次数: 5
Modified adaptive probabilistic neural network using for MR image segmentation 改进的自适应概率神经网络用于MR图像分割
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713118
Yuanfeng Lian, Yan Zhao, Falin Wu, Huiguang He
This paper presents a new approach based on modified adaptive probabilistic neural network for brain segmentation with magnetic resonance imaging (MRI). The SOM (Self-Organizing Map) neural network is employed to overly segment the input MR image, and yield reference vectors with a large training data set for the probabilistic classification. For improving the training quality of neural work, the feature set is extracted from the statistical intensity and gradient information of the image pixels. The proposed approach also incorporates modified particle swarm optimization (MPSO) to optimize the smoothing parameter of the kernel function in the neural network, enhancing its performance. The experimental results demonstrate the effectiveness and robustness of the proposed approach.
提出了一种基于改进自适应概率神经网络的磁共振脑分割方法。采用SOM (Self-Organizing Map)神经网络对输入的MR图像进行过度分割,并利用大的训练数据集生成参考向量进行概率分类。为了提高神经网络的训练质量,从图像像素的统计强度和梯度信息中提取特征集。该方法还结合改进粒子群算法(MPSO)对神经网络核函数的平滑参数进行优化,提高了神经网络的性能。实验结果证明了该方法的有效性和鲁棒性。
{"title":"Modified adaptive probabilistic neural network using for MR image segmentation","authors":"Yuanfeng Lian, Yan Zhao, Falin Wu, Huiguang He","doi":"10.1109/YCICT.2010.5713118","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713118","url":null,"abstract":"This paper presents a new approach based on modified adaptive probabilistic neural network for brain segmentation with magnetic resonance imaging (MRI). The SOM (Self-Organizing Map) neural network is employed to overly segment the input MR image, and yield reference vectors with a large training data set for the probabilistic classification. For improving the training quality of neural work, the feature set is extracted from the statistical intensity and gradient information of the image pixels. The proposed approach also incorporates modified particle swarm optimization (MPSO) to optimize the smoothing parameter of the kernel function in the neural network, enhancing its performance. The experimental results demonstrate the effectiveness and robustness of the proposed approach.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123345390","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
Cross-layer design in vertical handoff technique 垂直切换技术中的跨层设计
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713099
Rong Chai, Jingjing Cheng, Qianbin Chen, Tao Dong
In next generation network (NGN), different access networks are integrated and seamless vertical handoff technique should be performed. Cross-layer design for vertical handoff has gained considerable attention in recent years. In this paper, we give a survey on cross-layer strategy in vertical handoff scheme design including both cross-layer system architectures and cross-layer information interaction mechanisms for handoff performances improvement in heterogeneous integration networks. Furthermore, we point out some open technical challenges in the cross-layer design for seamless integration of heterogeneous networks.
在下一代网络(NGN)中,不同的接入网融合在一起,需要进行无缝垂直切换技术。垂直切换的跨层设计近年来受到了广泛的关注。本文综述了异构集成网络中垂直切换方案设计中的跨层策略,包括跨层系统架构和跨层信息交互机制,以提高切换性能。此外,我们还指出了异构网络无缝集成跨层设计中的一些开放性技术挑战。
{"title":"Cross-layer design in vertical handoff technique","authors":"Rong Chai, Jingjing Cheng, Qianbin Chen, Tao Dong","doi":"10.1109/YCICT.2010.5713099","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713099","url":null,"abstract":"In next generation network (NGN), different access networks are integrated and seamless vertical handoff technique should be performed. Cross-layer design for vertical handoff has gained considerable attention in recent years. In this paper, we give a survey on cross-layer strategy in vertical handoff scheme design including both cross-layer system architectures and cross-layer information interaction mechanisms for handoff performances improvement in heterogeneous integration networks. Furthermore, we point out some open technical challenges in the cross-layer design for seamless integration of heterogeneous networks.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"92 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122992494","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
An encryption algorithm based on chaotic system for 3G security authentication 基于混沌系统的3G安全认证加密算法
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713117
Chen-Guang He, S. Bao
AKA protocol is widely used for mutual authentication process of 3G communication system. The generation and the strength of cipher key during this process are the key problems about security. Some mathematic tools could be used to improve this performance of these features like Lorenz equations, which are a class of three-dimensional ordinary differential equations similar to the iterative equation with particular initial values and parameters in some cases. In fact, the value of sequence generated by Lorenz equation is of chaos characteristic. Appropriate pretreatment and quantification way can be adopted to transform them into two value chaos charactyeristic. Followed by using bit shift encryption method, it can provide more flexible and controllable of the encryption key to enhance the security of 3G air interface. This kind of encryption method achieved better results in terms of the key space and efficiency compared with standard encryption approach and one-dimensional Logistic chaotic encryption methods.
AKA协议被广泛用于3G通信系统的相互认证过程。在此过程中,密钥的生成和强度是安全性的关键问题。一些数学工具可以用来改善这些特征的性能,比如洛伦兹方程,它是一类三维常微分方程,在某些情况下类似于具有特定初始值和参数的迭代方程。实际上,由洛伦兹方程生成的序列值具有混沌特征。采用适当的预处理和量化方式,将其转化为两值混沌特征。其次采用位移加密方法,可以提供更加灵活可控的加密密钥,增强3G空中接口的安全性。与标准加密方法和一维Logistic混沌加密方法相比,这种加密方法在密钥空间和效率方面都取得了更好的效果。
{"title":"An encryption algorithm based on chaotic system for 3G security authentication","authors":"Chen-Guang He, S. Bao","doi":"10.1109/YCICT.2010.5713117","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713117","url":null,"abstract":"AKA protocol is widely used for mutual authentication process of 3G communication system. The generation and the strength of cipher key during this process are the key problems about security. Some mathematic tools could be used to improve this performance of these features like Lorenz equations, which are a class of three-dimensional ordinary differential equations similar to the iterative equation with particular initial values and parameters in some cases. In fact, the value of sequence generated by Lorenz equation is of chaos characteristic. Appropriate pretreatment and quantification way can be adopted to transform them into two value chaos charactyeristic. Followed by using bit shift encryption method, it can provide more flexible and controllable of the encryption key to enhance the security of 3G air interface. This kind of encryption method achieved better results in terms of the key space and efficiency compared with standard encryption approach and one-dimensional Logistic chaotic encryption methods.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121242036","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
Extracting morphemes to improve sentiment analysis for Chinese fund reviews 提取语素以改进中国基金评论的情绪分析
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713086
Bo Wang, Xianfeng Liu
Fund reviews on the Web can help people to make investment decisions and their size is relatively small comparing with other products, which lowers PMI algorithm performance. Replacing words by morphemes can improve system capability in Chinese language environment, but defining the SO (sentiment orientation) of morphemes is generally a kind of heavy handwork. We propose a methodology to do this job automatically, whose basic idea is to introduce some outside language and statistical resources to assist polarity calculation. Experiments show that the algorithm is effective and the system get better performance.
网络上的基金评论可以帮助人们做出投资决策,并且与其他产品相比,其规模相对较小,这降低了PMI算法的性能。在汉语语言环境下,语素替代词可以提高系统的能力,但语素情感取向的确定通常是一项繁重的手工工作。我们提出了一种自动完成这项工作的方法,其基本思想是引入一些外部语言和统计资源来辅助极性计算。实验表明,该算法是有效的,系统获得了较好的性能。
{"title":"Extracting morphemes to improve sentiment analysis for Chinese fund reviews","authors":"Bo Wang, Xianfeng Liu","doi":"10.1109/YCICT.2010.5713086","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713086","url":null,"abstract":"Fund reviews on the Web can help people to make investment decisions and their size is relatively small comparing with other products, which lowers PMI algorithm performance. Replacing words by morphemes can improve system capability in Chinese language environment, but defining the SO (sentiment orientation) of morphemes is generally a kind of heavy handwork. We propose a methodology to do this job automatically, whose basic idea is to introduce some outside language and statistical resources to assist polarity calculation. Experiments show that the algorithm is effective and the system get better performance.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131877052","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
Designing a Super-Peer semantic Network based on Hierarchical Clusters 基于分层聚类的超对等语义网络设计
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713078
Yi-Hong Tan, Bin Li, Xue-yong Li, Ya-ping Lin
In super-peer semantic network, when a new peer joins the network, the peer will use the semantic feature of local share documents to select super-peers. In traditionally networks, client-peers use the semantic feature of clusters in peers to select the super-peers to connect. But the clusters are fixed, general, single-level, and not effective to represent the features of all documents. And, while selecting super-peers to connect, the client-peer cannot select some relative clusters in different level accord to the semantic categories of super-peers semantic group. In this paper, a Super-Peer semantic Network based on Hierarchical Clustering Tree (HCTSPN) is presented. First, an improved hierarchical clustering algorithm for organizing the share documents in a client-peer is proposed. Secondly, the method of constructing a super-peer semantic network based on hierarchical clustering tree and search mechanism are proposed. Finally, the experiments are implemented, and the results show that search efficiency and retrieval quality are improved in the network.
在超级对等语义网络中,当有新的对等体加入网络时,对等体将利用本地共享文档的语义特征来选择超级对等体。在传统的网络中,客户端对等体使用对等体中集群的语义特征来选择要连接的超级对等体。但是聚类是固定的、通用的、单级的,不能有效地表示所有文档的特征。在选择超级对等体连接时,客户端-对等体不能根据超级对等体语义组的语义类别选择一些不同级别的相对集群。提出了一种基于层次聚类树的超级对等语义网络(HCTSPN)。首先,提出了一种改进的分层聚类算法,用于组织客户端对等体中的共享文档。其次,提出了基于层次聚类树和搜索机制的超对等语义网络构建方法。最后进行了实验,结果表明该网络的搜索效率和检索质量得到了提高。
{"title":"Designing a Super-Peer semantic Network based on Hierarchical Clusters","authors":"Yi-Hong Tan, Bin Li, Xue-yong Li, Ya-ping Lin","doi":"10.1109/YCICT.2010.5713078","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713078","url":null,"abstract":"In super-peer semantic network, when a new peer joins the network, the peer will use the semantic feature of local share documents to select super-peers. In traditionally networks, client-peers use the semantic feature of clusters in peers to select the super-peers to connect. But the clusters are fixed, general, single-level, and not effective to represent the features of all documents. And, while selecting super-peers to connect, the client-peer cannot select some relative clusters in different level accord to the semantic categories of super-peers semantic group. In this paper, a Super-Peer semantic Network based on Hierarchical Clustering Tree (HCTSPN) is presented. First, an improved hierarchical clustering algorithm for organizing the share documents in a client-peer is proposed. Secondly, the method of constructing a super-peer semantic network based on hierarchical clustering tree and search mechanism are proposed. Finally, the experiments are implemented, and the results show that search efficiency and retrieval quality are improved in the network.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132068258","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
Resource allocation with opportunistic feedback in Cooperative MU-OFDM network 基于机会反馈的MU-OFDM网络资源分配
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713052
Xinda Ke, Funian Li, Tingting Hu, Liang Wang
In this paper we present two strategy to maximize user's throughput in Cooperative MU-OFDM network while considering fairness of users. Our strategy is proposed to improve throughput and fairness of users only with limited feedback. With perfect instantaneous channel state information(CSI) at receiver, the resource allocating strategy not only decided in base station, but also decided in users of the cell. Further, we decompose the joint resource allocation problem into three subproblems. First, a proportional user choosing strategy is introduced. Second, an adaptive relay choosing strategy is proposed in each user respectively. Finally, a suboptimal power allocation is given after subcarrier allocation. Based on the three step, we proposed two allocating strategy. The simulation results demonstrate that our strategy can greatly improves the throughput while ensuring users fairness only with limited feedback.
在考虑用户公平性的前提下,提出了两种最大化MU-OFDM网络中用户吞吐量的策略。我们提出的策略是在有限的反馈下提高用户的吞吐量和公平性。有了完备的接收端瞬时信道状态信息(CSI),资源分配策略不仅由基站决定,而且由小区用户决定。进一步,我们将联合资源分配问题分解为三个子问题。首先,提出了一种比例用户选择策略。其次,针对每个用户分别提出了自适应中继选择策略。最后,在子载波分配后给出次优功率分配。在此基础上,提出了两种分配策略。仿真结果表明,该策略在保证用户公平性的前提下,在有限的反馈条件下大大提高了吞吐量。
{"title":"Resource allocation with opportunistic feedback in Cooperative MU-OFDM network","authors":"Xinda Ke, Funian Li, Tingting Hu, Liang Wang","doi":"10.1109/YCICT.2010.5713052","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713052","url":null,"abstract":"In this paper we present two strategy to maximize user's throughput in Cooperative MU-OFDM network while considering fairness of users. Our strategy is proposed to improve throughput and fairness of users only with limited feedback. With perfect instantaneous channel state information(CSI) at receiver, the resource allocating strategy not only decided in base station, but also decided in users of the cell. Further, we decompose the joint resource allocation problem into three subproblems. First, a proportional user choosing strategy is introduced. Second, an adaptive relay choosing strategy is proposed in each user respectively. Finally, a suboptimal power allocation is given after subcarrier allocation. Based on the three step, we proposed two allocating strategy. The simulation results demonstrate that our strategy can greatly improves the throughput while ensuring users fairness only with limited feedback.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"41 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132138841","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
A universal model of surface plasmon resonance characteristics for isotropic multilayer films 各向同性多层膜表面等离子体共振特性的通用模型
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713095
Xue-feng Luo, Li Han
A theoretical model is presented for multilayered surface plasmon resonance sensors composed of isotropic materials. In the framework of optical transmission theory in multilayers, by solving Helmholtz equations, the expression of electromagnetic field distribution inside multilayered structures is established. This model is applied in the simulation of surface plasmon resonance characteristics of single Au layer, bilayer Co/Au and trilayer Au/Co/Au respectively. The calculated reflectivity curves are in excellent agreement with the experimental results. The simulated field distribution inside layered structures give an explicit explanation to the variations of reflectivity as a function of incident angle. Thus, the presented model can be used as an analytical tool in the format of SPR sensors.
提出了一种由各向同性材料组成的多层表面等离子体共振传感器的理论模型。在多层光传输理论的框架下,通过求解亥姆霍兹方程,建立了多层结构内部电磁场分布的表达式。应用该模型分别模拟了单Au层、双Co/Au层和三Au/Co/Au层的表面等离子体共振特性。计算得到的反射率曲线与实验结果吻合良好。层状结构内部的模拟场分布对反射率随入射角的变化规律给出了明确的解释。因此,所提出的模型可以作为SPR传感器格式的分析工具。
{"title":"A universal model of surface plasmon resonance characteristics for isotropic multilayer films","authors":"Xue-feng Luo, Li Han","doi":"10.1109/YCICT.2010.5713095","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713095","url":null,"abstract":"A theoretical model is presented for multilayered surface plasmon resonance sensors composed of isotropic materials. In the framework of optical transmission theory in multilayers, by solving Helmholtz equations, the expression of electromagnetic field distribution inside multilayered structures is established. This model is applied in the simulation of surface plasmon resonance characteristics of single Au layer, bilayer Co/Au and trilayer Au/Co/Au respectively. The calculated reflectivity curves are in excellent agreement with the experimental results. The simulated field distribution inside layered structures give an explicit explanation to the variations of reflectivity as a function of incident angle. Thus, the presented model can be used as an analytical tool in the format of SPR sensors.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133365771","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
A new sentiment polarity recognition model based on linguistic structure of network reviews - Fixed sentiment terms model 一种基于网络评论语言结构的情感极性识别新模型——固定情感词模型
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713107
De-Qiang Fan, Su Zhang, B. Li
Emotional states are part of the information that is conveyed in many forms of network reviews. This paper presents a new sentiment polarity recognition model based on linguistic structure of emotion states-fixed sentiment terms model. The proposed method uses three types of specific collocation pattern to construct the recognition algorithm based on fixed sentiment terms. These feature term sets are gradually updated by relevance feedbacks from the users which based on incremental tf-idf model. Comparison is done between the traditional method and fixed sentiment terms model. All tests showed the proposed method gets a higher efficiency and accuracy rate of the emotion classifier.
情绪状态是多种形式的网络评论所传达的信息的一部分。提出了一种新的基于情感状态语言结构的情感极性识别模型——固定情感词模型。该方法采用三种特定的搭配模式构建基于固定情感词的识别算法。这些特征词集基于增量tf-idf模型,由用户的相关反馈逐步更新。将传统方法与固定情感项模型进行了比较。实验结果表明,该方法具有较高的情感分类效率和准确率。
{"title":"A new sentiment polarity recognition model based on linguistic structure of network reviews - Fixed sentiment terms model","authors":"De-Qiang Fan, Su Zhang, B. Li","doi":"10.1109/YCICT.2010.5713107","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713107","url":null,"abstract":"Emotional states are part of the information that is conveyed in many forms of network reviews. This paper presents a new sentiment polarity recognition model based on linguistic structure of emotion states-fixed sentiment terms model. The proposed method uses three types of specific collocation pattern to construct the recognition algorithm based on fixed sentiment terms. These feature term sets are gradually updated by relevance feedbacks from the users which based on incremental tf-idf model. Comparison is done between the traditional method and fixed sentiment terms model. All tests showed the proposed method gets a higher efficiency and accuracy rate of the emotion classifier.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129904564","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
期刊
2010 IEEE Youth Conference on Information, Computing and Telecommunications
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1