首页 > 最新文献

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

英文 中文
Energy-saving scheduling strategy for elevator group control system based on ant colony optimization 基于蚁群优化的电梯群控系统节能调度策略
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713146
Jing-long Zhang, Jie Tang, Q. Zong, Jun-fang Li
Elevator group control scheduling is to dispatch every elevator to serve call requests from different floors based on some certain goal. It's a kind of typical combinatorial optimization problems. Ant colony algorithm is good at solving the discrete combinatorial optimization, its well global optimization ability and quick convergence velocity are both necessary to a scheduling algorithm. Moreover, reducing passengers' waiting and traveling time is the main focus of current dispatching algorithms, neglecting the energy consumed by the elevator system. So it's necessary to research on energy-saving algorithms. For the purpose of elevator group's energy-conservation run, the objective function of energy is built, ant colony model for elevator group control system is created, its optimization mechanism is figured out, and convergence of the algorithm is studied in this paper. Simulation results show the effectiveness of the strategy.
电梯群控调度是根据一定的目标,调度每一部电梯服务不同楼层的呼叫请求。这是一类典型的组合优化问题。蚁群算法擅长解决离散组合优化问题,其良好的全局寻优能力和快速的收敛速度是调度算法所必需的。此外,减少乘客的等待和出行时间是当前调度算法的主要关注点,而忽略了电梯系统所消耗的能量。因此,有必要对节能算法进行研究。以电梯群节能运行为目标,建立了能量目标函数,建立了电梯群控制系统的蚁群模型,研究了其优化机制,并对算法的收敛性进行了研究。仿真结果表明了该策略的有效性。
{"title":"Energy-saving scheduling strategy for elevator group control system based on ant colony optimization","authors":"Jing-long Zhang, Jie Tang, Q. Zong, Jun-fang Li","doi":"10.1109/YCICT.2010.5713146","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713146","url":null,"abstract":"Elevator group control scheduling is to dispatch every elevator to serve call requests from different floors based on some certain goal. It's a kind of typical combinatorial optimization problems. Ant colony algorithm is good at solving the discrete combinatorial optimization, its well global optimization ability and quick convergence velocity are both necessary to a scheduling algorithm. Moreover, reducing passengers' waiting and traveling time is the main focus of current dispatching algorithms, neglecting the energy consumed by the elevator system. So it's necessary to research on energy-saving algorithms. For the purpose of elevator group's energy-conservation run, the objective function of energy is built, ant colony model for elevator group control system is created, its optimization mechanism is figured out, and convergence of the algorithm is studied in this paper. Simulation results show the effectiveness of the strategy.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123848227","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}
引用次数: 22
Research on online monitoring and diagnosis of bearing fault of wind turbine gearbox based on undecimated wavelet transformation 基于未消差小波变换的风电齿轮箱轴承故障在线监测与诊断研究
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713092
Zhou Fu-cheng
When gearbox operated abnormally, a frequency vibration energy of signal after undecimated wavelet transformation would have great changes, the online monitoring and diagnosis system of wind turbine gearbox was developed accordingly. Measured the vibration signal of bearing fault in the laboratory, The results showed that this proposed method can be more accurate display characteristics, which was conducive to diagnose bearing failure quickly and effectively.
当齿轮箱运行异常时,经过未消差小波变换后的信号频率振动能量会发生较大变化,据此开发了风电齿轮箱在线监测诊断系统。在实验室对轴承故障振动信号进行了实测,结果表明,该方法能更准确地显示轴承故障特征,有利于快速有效地诊断轴承故障。
{"title":"Research on online monitoring and diagnosis of bearing fault of wind turbine gearbox based on undecimated wavelet transformation","authors":"Zhou Fu-cheng","doi":"10.1109/YCICT.2010.5713092","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713092","url":null,"abstract":"When gearbox operated abnormally, a frequency vibration energy of signal after undecimated wavelet transformation would have great changes, the online monitoring and diagnosis system of wind turbine gearbox was developed accordingly. Measured the vibration signal of bearing fault in the laboratory, The results showed that this proposed method can be more accurate display characteristics, which was conducive to diagnose bearing failure quickly and effectively.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127561163","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}
引用次数: 6
An ACO algorithm to tackle aggregated multicast problem 一种解决聚合组播问题的蚁群算法
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713150
Fangjin Zhu, Hua Wang
Traditional multicast technology faces a serious state scalability problem when there are large numbers of concurrent groups in the network. As a new approach to solve this scalability problem, aggregated multicast forces multiple multicast groups to share a common distribution tree. This can be defined as a minimum grouping problem and is proved to be an NPC problem. An ant colony optimization algorithm to tackle this problem is proposed. The number of groups in each aggregated tree is used as an important component when designing the fitness function between two multicast groups. Pheromone update rules are designed based on the fitness function. And the number of common neighbors between a multicast group and an aggregated tree is defined as the selection heuristic information. Simulation results show that this algorithm performs well with various bandwidth waste rates. Compared with a greedy algorithm, this algorithm has better optimization performance, especially when bandwidth waste rate is relatively big.
当网络中存在大量并发组时,传统的组播技术面临着严重的状态可扩展性问题。聚合组播强制多个组播组共享一个公共的分布树,作为解决可扩展性问题的一种新方法。这可以定义为最小分组问题,并被证明是一个NPC问题。提出了一种蚁群优化算法来解决这一问题。在设计多播组间的适应度函数时,将聚合树中的组数作为一个重要的组成部分。基于适应度函数设计信息素更新规则。并将多播组与聚合树之间的共同邻居数定义为选择启发式信息。仿真结果表明,该算法在各种带宽浪费率下都具有良好的性能。与贪婪算法相比,该算法具有更好的优化性能,特别是在带宽浪费率较大的情况下。
{"title":"An ACO algorithm to tackle aggregated multicast problem","authors":"Fangjin Zhu, Hua Wang","doi":"10.1109/YCICT.2010.5713150","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713150","url":null,"abstract":"Traditional multicast technology faces a serious state scalability problem when there are large numbers of concurrent groups in the network. As a new approach to solve this scalability problem, aggregated multicast forces multiple multicast groups to share a common distribution tree. This can be defined as a minimum grouping problem and is proved to be an NPC problem. An ant colony optimization algorithm to tackle this problem is proposed. The number of groups in each aggregated tree is used as an important component when designing the fitness function between two multicast groups. Pheromone update rules are designed based on the fitness function. And the number of common neighbors between a multicast group and an aggregated tree is defined as the selection heuristic information. Simulation results show that this algorithm performs well with various bandwidth waste rates. Compared with a greedy algorithm, this algorithm has better optimization performance, especially when bandwidth waste rate is relatively big.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122492416","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 improved reduced support vector machine 一种改进的简化支持向量机
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713072
Hong-wei Wang, Bo Kong, Xiying Zheng
The reduced support vector machine (RSVM) was proposed to overcome the computational difficulties as well as to reduce the model complexity in generating a nonlinear separating surface for a massive data set. However, it selects ‘support vectors’ randomly from the training set, this will effect the result. To overcome this shortcoming of RSVM, an improved RSVM algorithm is presented in this paper. First of all, we calculate the average of relative distance for each sample point in every class; and then use percentile to deal with unbalanced sample and remove the outliers form margin vectors, so the representative vectors as ‘support vectors’ were extracted; finally, we apply the RSVM on these representative vectors. Because we reduce the effect of unbalanced sample and outliers, and apply the representative vectors as ‘support vectors’, so the new algorithm improves the ability of RSVM to classify and the training speed of C-SVM .
提出了简化支持向量机(RSVM),以克服在海量数据集上生成非线性分离曲面的计算困难和降低模型复杂度。但是,它从训练集中随机选择“支持向量”,这将影响结果。为了克服RSVM算法的这一缺点,本文提出了一种改进的RSVM算法。首先,我们计算每个类中每个样本点的相对距离的平均值;然后用百分位数对不平衡样本进行处理,去除边缘向量中的异常值,提取代表性向量作为“支持向量”;最后,我们将RSVM应用于这些代表性向量上。由于我们减少了不平衡样本和离群值的影响,并将代表性向量作为“支持向量”,因此新算法提高了RSVM的分类能力和C-SVM的训练速度。
{"title":"An improved reduced support vector machine","authors":"Hong-wei Wang, Bo Kong, Xiying Zheng","doi":"10.1109/YCICT.2010.5713072","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713072","url":null,"abstract":"The reduced support vector machine (RSVM) was proposed to overcome the computational difficulties as well as to reduce the model complexity in generating a nonlinear separating surface for a massive data set. However, it selects ‘support vectors’ randomly from the training set, this will effect the result. To overcome this shortcoming of RSVM, an improved RSVM algorithm is presented in this paper. First of all, we calculate the average of relative distance for each sample point in every class; and then use percentile to deal with unbalanced sample and remove the outliers form margin vectors, so the representative vectors as ‘support vectors’ were extracted; finally, we apply the RSVM on these representative vectors. Because we reduce the effect of unbalanced sample and outliers, and apply the representative vectors as ‘support vectors’, so the new algorithm improves the ability of RSVM to classify and the training speed of C-SVM .","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132278059","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
Digital image forgeries detection based on blocking artifact 基于块伪影的数字图像伪造检测
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713093
Wang Zhongmei, Long Yonghong
Digital image forgery detection becomes an important research topic now in digital image forensics. JPEG as a popular file form for digital image. DCT transformation and quantization are two main parts of JPEG encoding process. Quantization table is used for quantizing the DCT coefficient and have been proved as an effective feature for image forgery detection. In this paper, we describe an approach to detect digital forgeries by checking inconsistencies of JPEG blocks and measure the block quantization error to get the forgery area. Experiment results also demonstrate the validity of the proposed approach.
数字图像伪造检测是当前数字图像取证领域的一个重要研究课题。JPEG作为一种流行的数字图像文件格式。DCT变换和量化是JPEG编码过程中的两个主要部分。量化表用于量化DCT系数,已被证明是图像伪造检测的有效特征。本文介绍了一种通过检测JPEG图像块的不一致性和测量块量化误差来检测数字伪造的方法。实验结果也证明了该方法的有效性。
{"title":"Digital image forgeries detection based on blocking artifact","authors":"Wang Zhongmei, Long Yonghong","doi":"10.1109/YCICT.2010.5713093","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713093","url":null,"abstract":"Digital image forgery detection becomes an important research topic now in digital image forensics. JPEG as a popular file form for digital image. DCT transformation and quantization are two main parts of JPEG encoding process. Quantization table is used for quantizing the DCT coefficient and have been proved as an effective feature for image forgery detection. In this paper, we describe an approach to detect digital forgeries by checking inconsistencies of JPEG blocks and measure the block quantization error to get the forgery area. Experiment results also demonstrate the validity of the proposed approach.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115201149","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
The depth spectrums of linear cyclic codes on ring ZPm ZPm环上线性循环码的深度谱
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713070
Xiying Zheng, Bo Kong
In this paper, the generator polynomial of linear cyclic codes on ring ZPm are studied, and we prove that the depth spectrum of linear cyclic codes Cl = (pl−1fl)(degfl = n−k, l = 1, 2 · · · ,m) has consisted exactly k non zero values and give the depth spectrum of linear cyclic codes on ring ZPm.
本文研究了ZPm环上线性循环码的生成多项式,证明了线性循环码的深度谱Cl = (pl−1fl)(degfl = n−k, l = 1,2···,m)恰好由k个非零值组成,并给出了ZPm环上线性循环码的深度谱。
{"title":"The depth spectrums of linear cyclic codes on ring ZPm","authors":"Xiying Zheng, Bo Kong","doi":"10.1109/YCICT.2010.5713070","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713070","url":null,"abstract":"In this paper, the generator polynomial of linear cyclic codes on ring Z<inf>Pm</inf> are studied, and we prove that the depth spectrum of linear cyclic codes C<inf>l</inf> = (p<sup>l−1</sup>f<inf>l</inf>)(degf<inf>l</inf> = n−k, l = 1, 2 · · · ,m) has consisted exactly k non zero values and give the depth spectrum of linear cyclic codes on ring Z<inf>Pm</inf>.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128687972","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
Adaptive disparity estimation for stereoscopic video coding 立体视频编码的自适应视差估计
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713083
Zheng Jiali, Qin Tuanfa
Disparity estimation is an essential step in stereoscopic video coding. Existing disparity estimation methods are based on single disparity model and lack the robustness for estimating the real-time view disparities. To overcome this problem, this paper proposes an adaptive disparity estimation scheme which employs adaptive selection of disparity models based on the rate distortion optimization function. By exploiting the information obtained from the disparity models, the proposed technique estimates and compensates the disparities among different views in stereoscopic video coding efficiently. Experimental results show that the proposed technique contributes to improve the accurate of disparity estimation and save the bits spent on the coding.
视差估计是立体视频编码的关键步骤。现有视差估计方法基于单一视差模型,缺乏实时视差估计的鲁棒性。为了克服这一问题,本文提出了一种基于率失真优化函数的视差模型自适应选择的自适应视差估计方案。该方法利用视差模型得到的信息,有效地估计和补偿了立体视频编码中不同视点之间的视差。实验结果表明,该方法提高了视差估计的准确性,节省了编码的比特数。
{"title":"Adaptive disparity estimation for stereoscopic video coding","authors":"Zheng Jiali, Qin Tuanfa","doi":"10.1109/YCICT.2010.5713083","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713083","url":null,"abstract":"Disparity estimation is an essential step in stereoscopic video coding. Existing disparity estimation methods are based on single disparity model and lack the robustness for estimating the real-time view disparities. To overcome this problem, this paper proposes an adaptive disparity estimation scheme which employs adaptive selection of disparity models based on the rate distortion optimization function. By exploiting the information obtained from the disparity models, the proposed technique estimates and compensates the disparities among different views in stereoscopic video coding efficiently. Experimental results show that the proposed technique contributes to improve the accurate of disparity estimation and save the bits spent on the coding.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116409531","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
MTSR: Wormhole attack resistant secure routing for Ad hoc network 针对自组织网络的抗虫洞攻击安全路由
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713134
X. Qiu, Jianwei Liu, A. Sangi
Routing security is an important and well known issue in Ad hoc network applications and development. Various kinds of solutions have been proposed but they are impractical to be fully applied. In this paper, firstly the wormhole attack topology is analyzed, then cryptography and trust mechanism are combined to design a new multipath trust-based secure routing protocol(MTSR). MTSR based on AODV and SAODV, is distributed and can resist almost all available routing attacks such as discarding, Sybil, spoofing, jamming, flooding, rushing, and especially wormhole attack. Its trust value computation follows the principle of slowly increasing but sharply decreasing, and it does not require any additional equipment, strict assumptions, node location and precise time information.
路由安全是Ad hoc网络应用和开发中一个重要且众所周知的问题。人们提出了各种各样的解决方案,但它们都是不切实际的,无法充分应用。本文首先分析了虫洞攻击的拓扑结构,然后结合密码学和信任机制,设计了一种新的基于多路径信任的安全路由协议(MTSR)。基于AODV和SAODV的MTSR是分布式的,可以抵抗几乎所有可用的路由攻击,如丢弃、Sybil、欺骗、干扰、洪水、冲,特别是虫洞攻击。它的信任值计算遵循缓增急降的原则,不需要任何额外的设备,不需要严格的假设,不需要节点位置和精确的时间信息。
{"title":"MTSR: Wormhole attack resistant secure routing for Ad hoc network","authors":"X. Qiu, Jianwei Liu, A. Sangi","doi":"10.1109/YCICT.2010.5713134","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713134","url":null,"abstract":"Routing security is an important and well known issue in Ad hoc network applications and development. Various kinds of solutions have been proposed but they are impractical to be fully applied. In this paper, firstly the wormhole attack topology is analyzed, then cryptography and trust mechanism are combined to design a new multipath trust-based secure routing protocol(MTSR). MTSR based on AODV and SAODV, is distributed and can resist almost all available routing attacks such as discarding, Sybil, spoofing, jamming, flooding, rushing, and especially wormhole attack. Its trust value computation follows the principle of slowly increasing but sharply decreasing, and it does not require any additional equipment, strict assumptions, node location and precise time information.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126427195","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
Measuring the similarity of short texts by word similarity and tree kernels 基于词相似度和树核的短文本相似度度量
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713120
Yun Tian, Haisheng Li, Qiang Cai, Shouxiang Zhao
A novel modeling method is presented in this paper to measure the similarity between short texts. We thought that the complete expression of a sentence or a short text, not only depends on the words, but also relies on the syntactic structure, thus the method takes word similarity feature and syntactic feature into account. The proposed method can be used in a variety of applications involving automatic document summarization, text knowledge representation and discovery. Experiment on two different data sets shows that the proposed method performs better than the measure proposed by Li et al.
本文提出了一种新的短文本相似度度量建模方法。我们认为一个句子或短文本的完整表达不仅依赖于单词,还依赖于句法结构,因此该方法考虑了单词相似特征和句法特征。该方法可用于自动文档摘要、文本知识表示和发现等多种应用。在两个不同数据集上的实验表明,该方法的性能优于Li等人提出的方法。
{"title":"Measuring the similarity of short texts by word similarity and tree kernels","authors":"Yun Tian, Haisheng Li, Qiang Cai, Shouxiang Zhao","doi":"10.1109/YCICT.2010.5713120","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713120","url":null,"abstract":"A novel modeling method is presented in this paper to measure the similarity between short texts. We thought that the complete expression of a sentence or a short text, not only depends on the words, but also relies on the syntactic structure, thus the method takes word similarity feature and syntactic feature into account. The proposed method can be used in a variety of applications involving automatic document summarization, text knowledge representation and discovery. Experiment on two different data sets shows that the proposed method performs better than the measure proposed by Li et al.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126524183","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}
引用次数: 12
Characteristics in the multimedia messaging service social network 多媒体信息服务在社交网络中的特点
Pub Date : 2010-11-01 DOI: 10.1109/YCICT.2010.5713103
Qindong Sun, Nan Wang
Recently the mobile service is gaining a rapid expansion, which has brought a lot of concerns in various areas of researches. As a major business of the mobile services multimedia messaging service (MMS) has the very important research values. In this paper we have carried out a detailed measurement on the multimedia messaging service social network. According to the measurement results, the MMS social network shows a small world property. This social network complies with the power law distribution and has a small average path as well as a high clustering coefficient. The node degree correlation of MMS is different from other kinds of social networks. The geographical property is also an important factor which affects the users' behavior. Finally we discuss the status of huge degree nodes in the MMS social network.
近年来,移动通信业务得到了迅猛的发展,引起了各个研究领域的广泛关注。多媒体短信业务作为移动业务的一项重要业务,具有十分重要的研究价值。本文对多媒体消息服务社交网络进行了详细的测量。根据测量结果,MMS社交网络呈现出小世界性质。该社会网络服从幂律分布,平均路径小,聚类系数高。彩信的节点度相关性不同于其他类型的社交网络。地理属性也是影响用户行为的重要因素。最后讨论了大度节点在彩信社交网络中的地位。
{"title":"Characteristics in the multimedia messaging service social network","authors":"Qindong Sun, Nan Wang","doi":"10.1109/YCICT.2010.5713103","DOIUrl":"https://doi.org/10.1109/YCICT.2010.5713103","url":null,"abstract":"Recently the mobile service is gaining a rapid expansion, which has brought a lot of concerns in various areas of researches. As a major business of the mobile services multimedia messaging service (MMS) has the very important research values. In this paper we have carried out a detailed measurement on the multimedia messaging service social network. According to the measurement results, the MMS social network shows a small world property. This social network complies with the power law distribution and has a small average path as well as a high clustering coefficient. The node degree correlation of MMS is different from other kinds of social networks. The geographical property is also an important factor which affects the users' behavior. Finally we discuss the status of huge degree nodes in the MMS social network.","PeriodicalId":179847,"journal":{"name":"2010 IEEE Youth Conference on Information, Computing and Telecommunications","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128448721","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学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1