首页 > 最新文献

2018 14th International Conference on Computational Intelligence and Security (CIS)最新文献

英文 中文
Node Identification in Wireless Network Based on Convolutional Neural Network 基于卷积神经网络的无线网络节点识别
Pub Date : 2018-11-01 DOI: 10.1109/CIS2018.2018.00059
Weiguo Shen, Wei Wang
Aiming at the problem of node identification in wireless networks, a method of node identification based on deep learning is proposed, which starts with the tiny features of nodes in radiofrequency layer. Firstly, in order to cut down the computational complexity, Principal Component Analysis is used to reduce the dimension of node sample data. Secondly, a convolution neural network containing two hidden layers is designed to extract local features of the preprocessed data. Stochastic gradient descent method is used to optimize the parameters, and the Softmax Model is used to determine the output label. Finally, the effectiveness of the method is verified by experiments on practical wireless ad-hoc network.
针对无线网络中的节点识别问题,从射频层节点的微小特征出发,提出了一种基于深度学习的节点识别方法。首先,为了降低计算复杂度,采用主成分分析方法对节点样本数据进行降维;其次,设计了包含两个隐藏层的卷积神经网络来提取预处理数据的局部特征;采用随机梯度下降法对参数进行优化,采用Softmax模型确定输出标签。最后,通过实际无线自组网的实验验证了该方法的有效性。
{"title":"Node Identification in Wireless Network Based on Convolutional Neural Network","authors":"Weiguo Shen, Wei Wang","doi":"10.1109/CIS2018.2018.00059","DOIUrl":"https://doi.org/10.1109/CIS2018.2018.00059","url":null,"abstract":"Aiming at the problem of node identification in wireless networks, a method of node identification based on deep learning is proposed, which starts with the tiny features of nodes in radiofrequency layer. Firstly, in order to cut down the computational complexity, Principal Component Analysis is used to reduce the dimension of node sample data. Secondly, a convolution neural network containing two hidden layers is designed to extract local features of the preprocessed data. Stochastic gradient descent method is used to optimize the parameters, and the Softmax Model is used to determine the output label. Finally, the effectiveness of the method is verified by experiments on practical wireless ad-hoc network.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129346204","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}
引用次数: 14
Design and Implementation of Tracing Shopping Guide System Based on Two Dimensional Code Lighting 基于二维码照明的跟踪导购系统的设计与实现
Pub Date : 2018-11-01 DOI: 10.1109/CIS2018.2018.00078
Kangshun Li, Xiaoling Huang, Yueyi Li, Ying Feng
With the improvement of living standards, people pay more attention to the quality of life and have a higher pursuit of household goods. Lighting, which is a kind of indispensable furniture, has attracted more and more attention. The rapid development of the Internet and the popularity of smart phones provide technical support for the construction of two-dimensional code traceability system. Tracing the source of the light is helpful to strengthen the safety and quality of lamps and lanterns. This paper introduces the design and main functions of the two-dimensional code lighting traceability shopping guide system.
随着生活水平的提高,人们更加注重生活质量,对家居用品有了更高的追求。灯饰作为一种不可或缺的家具,越来越受到人们的重视。互联网的快速发展和智能手机的普及,为二维码溯源系统的建设提供了技术支持。对光源进行溯源,有助于加强灯具的安全和质量。本文介绍了二维码照明溯源导购系统的设计及主要功能。
{"title":"Design and Implementation of Tracing Shopping Guide System Based on Two Dimensional Code Lighting","authors":"Kangshun Li, Xiaoling Huang, Yueyi Li, Ying Feng","doi":"10.1109/CIS2018.2018.00078","DOIUrl":"https://doi.org/10.1109/CIS2018.2018.00078","url":null,"abstract":"With the improvement of living standards, people pay more attention to the quality of life and have a higher pursuit of household goods. Lighting, which is a kind of indispensable furniture, has attracted more and more attention. The rapid development of the Internet and the popularity of smart phones provide technical support for the construction of two-dimensional code traceability system. Tracing the source of the light is helpful to strengthen the safety and quality of lamps and lanterns. This paper introduces the design and main functions of the two-dimensional code lighting traceability shopping guide system.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"71 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128977501","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
Siamese Networks with Discriminant Correlation Filters and Channel Attention 带有判别相关滤波器和信道注意的Siamese网络
Pub Date : 2018-11-01 DOI: 10.1109/CIS2018.2018.00032
Si Chen, Dehui Qiu, Qirun Huo
In recent years, Discriminant Correlation Filters (DCF) based methods have performed well on online object tracking. And Fully-convolutional Siamese network becomes a dominant approach to real-time object tracking. In this work, we build a two-fold Siamese network, namely SiamDCF, to learn the convolutional features and perform the correlation tracking process with channel attention simultaneously. We train these two branches of SiamDCF separately, ensuring their heterogeneous features. We treat DCF as a correlation filter layer, and the layer outputs the response map of object location. This branch learns filters which extract semantic features and perform well in situations, such as deformation and motion blur, as a complement to the original SiamFC. In particular, we introduce the channel attention module to the network. The architecture and channel attention mechanism improve the tracking performance. The network is trained on the ILSVRC15 dataset for object detection in video. The proposed architecture is end-to-end and operates at frame-rates beyond real-time. We perform comprehensive experiments on OTB2013 benchmark, and the proposed tracker achieves high performance.
近年来,基于判别相关滤波器(DCF)的在线目标跟踪方法取得了良好的效果。全卷积暹罗网络成为实时目标跟踪的主要方法。在这项工作中,我们建立了一个双重Siamese网络,即SiamDCF,以学习卷积特征并同时进行具有通道关注的相关跟踪过程。我们分别训练SiamDCF的这两个分支,保证了它们的异构特性。我们将DCF视为一个相关滤波层,该层输出目标位置的响应图。该分支学习提取语义特征的过滤器,并在变形和运动模糊等情况下表现良好,作为原始SiamFC的补充。特别地,我们在网络中引入了信道注意模块。该结构和信道注意机制提高了跟踪性能。该网络在ILSVRC15数据集上进行训练,用于视频中的目标检测。所提出的架构是端到端的,并且以超过实时的帧率运行。我们在OTB2013基准上进行了全面的实验,所提出的跟踪器达到了较高的性能。
{"title":"Siamese Networks with Discriminant Correlation Filters and Channel Attention","authors":"Si Chen, Dehui Qiu, Qirun Huo","doi":"10.1109/CIS2018.2018.00032","DOIUrl":"https://doi.org/10.1109/CIS2018.2018.00032","url":null,"abstract":"In recent years, Discriminant Correlation Filters (DCF) based methods have performed well on online object tracking. And Fully-convolutional Siamese network becomes a dominant approach to real-time object tracking. In this work, we build a two-fold Siamese network, namely SiamDCF, to learn the convolutional features and perform the correlation tracking process with channel attention simultaneously. We train these two branches of SiamDCF separately, ensuring their heterogeneous features. We treat DCF as a correlation filter layer, and the layer outputs the response map of object location. This branch learns filters which extract semantic features and perform well in situations, such as deformation and motion blur, as a complement to the original SiamFC. In particular, we introduce the channel attention module to the network. The architecture and channel attention mechanism improve the tracking performance. The network is trained on the ILSVRC15 dataset for object detection in video. The proposed architecture is end-to-end and operates at frame-rates beyond real-time. We perform comprehensive experiments on OTB2013 benchmark, and the proposed tracker achieves high performance.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129101428","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
A New Solving Method for Fuzzy Bilevel Optimization with Triangular Fuzzy Coefficients 三角模糊系数模糊双层优化的一种新求解方法
Pub Date : 2018-11-01 DOI: 10.1109/CIS2018.2018.00019
Aihong Ren, Xingsi Xue
In this paper, we develop a novel solving method by combing the magnitude of fuzzy number with a simple ranking approach to handle bilevel linear programming involving triangular fuzzy coefficients. A simple ranking approach of two triangular fuzzy numbers is used to tackle the fuzzy inequality constraints in the upper and lower level programming problems, and the definition of the magnitude of triangular fuzzy number is applied to deal with the fuzzy objective functions at the upper and lower levels. Then the original problem is changed into a deterministic bilevel model. Finally, the proposed solution method is explained with the help of a numerical example.
本文提出了一种新的求解方法,将模糊数的大小与一种简单的排序方法相结合,来处理涉及三角模糊系数的双层线性规划问题。采用两个三角模糊数的简单排序方法来处理上下两层规划问题中的模糊不等式约束,并采用三角模糊数大小的定义来处理上下两层的模糊目标函数。然后将原问题转化为确定性双层模型。最后,通过数值算例对所提出的求解方法进行了说明。
{"title":"A New Solving Method for Fuzzy Bilevel Optimization with Triangular Fuzzy Coefficients","authors":"Aihong Ren, Xingsi Xue","doi":"10.1109/CIS2018.2018.00019","DOIUrl":"https://doi.org/10.1109/CIS2018.2018.00019","url":null,"abstract":"In this paper, we develop a novel solving method by combing the magnitude of fuzzy number with a simple ranking approach to handle bilevel linear programming involving triangular fuzzy coefficients. A simple ranking approach of two triangular fuzzy numbers is used to tackle the fuzzy inequality constraints in the upper and lower level programming problems, and the definition of the magnitude of triangular fuzzy number is applied to deal with the fuzzy objective functions at the upper and lower levels. Then the original problem is changed into a deterministic bilevel model. Finally, the proposed solution method is explained with the help of a numerical example.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132026818","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 Encoding Algorithm Based on the Shortest Path Problem 基于最短路径问题的编码算法
Pub Date : 2018-11-01 DOI: 10.1109/CIS2018.2018.00016
Fanghan Liu, Xiaobing Tang, Zhaohui Yang
The transportation network of the city is dynamic and stochastic, The problem of dynamic stochastic shortest path is NP-hard. the optimal problem of path is widely used in the fields of transportation, communication and computer network. An improved self adaptive genetic algorithm is proposed by encoding the chromosomal mode.The paper investigates the shortest path problem based on the genetic algorithm principle, and improved genetic algorithm by adjusting the encoding parameters. Mny experiments indicate that the improved genetic algorithm could adapt to new transportation rapidly in global optimization than A* algorithm and Dijkstra algorithm and obtain the better solutions in the shortest path problem in the fields of transportation and computer network.
城市交通网络是动态随机的,动态随机最短路径问题是np困难问题。路径优化问题广泛应用于交通、通信和计算机网络等领域。通过对染色体模式进行编码,提出了一种改进的自适应遗传算法。研究了基于遗传算法原理的最短路径问题,并通过调整编码参数对遗传算法进行了改进。大量实验表明,改进的遗传算法在全局优化中比A*算法和Dijkstra算法能更快地适应新的交通方式,在交通运输和计算机网络领域的最短路径问题中获得更好的解。
{"title":"An Encoding Algorithm Based on the Shortest Path Problem","authors":"Fanghan Liu, Xiaobing Tang, Zhaohui Yang","doi":"10.1109/CIS2018.2018.00016","DOIUrl":"https://doi.org/10.1109/CIS2018.2018.00016","url":null,"abstract":"The transportation network of the city is dynamic and stochastic, The problem of dynamic stochastic shortest path is NP-hard. the optimal problem of path is widely used in the fields of transportation, communication and computer network. An improved self adaptive genetic algorithm is proposed by encoding the chromosomal mode.The paper investigates the shortest path problem based on the genetic algorithm principle, and improved genetic algorithm by adjusting the encoding parameters. Mny experiments indicate that the improved genetic algorithm could adapt to new transportation rapidly in global optimization than A* algorithm and Dijkstra algorithm and obtain the better solutions in the shortest path problem in the fields of transportation and computer network.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"60 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130442322","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
Hyperspectral Image Denoising Based on Low Rank and Expected Patch Log Likelihood 基于低秩和期望Patch Log似然的高光谱图像去噪
Pub Date : 2018-11-01 DOI: 10.1109/CIS2018.2018.00030
Xiaoqiao Zhang, Xiuling Zhou, Ping Guo
Denoising is a necessary and fundamental step in the hyperspectral image (HSI) analysis process. Since the spectral channels of HSI are highly correlated, they are characterized by a low rank structure and can be well approximated by low rank representation. Therefore, based on low rank structure and the EPLL, a 4-step algorithm is proposed to denoise the hyperspectral images with Gaussian noise. PCA is used to explore the high correlation and capture the low rank structure in spectral domain of HSI. The EPLL is used to further denoise the HSI in spatial domain. Compared with four state-of-the-art denoising algorithms, the proposed algorithm performs well in HSI denoising, especially for moderate and high noise levels.
在高光谱图像分析过程中,去噪是必不可少的基础步骤。由于恒生指数的光谱通道是高度相关的,它们具有低秩结构的特征,可以很好地近似于低秩表示。为此,提出了一种基于低秩结构和EPLL的4步高斯噪声高光谱图像去噪算法。利用主成分分析来挖掘恒指光谱域的高相关性和低秩结构。利用EPLL在空间域中进一步去噪HSI。与现有的四种降噪算法进行比较,该算法对中高噪声水平的HSI降噪效果较好。
{"title":"Hyperspectral Image Denoising Based on Low Rank and Expected Patch Log Likelihood","authors":"Xiaoqiao Zhang, Xiuling Zhou, Ping Guo","doi":"10.1109/CIS2018.2018.00030","DOIUrl":"https://doi.org/10.1109/CIS2018.2018.00030","url":null,"abstract":"Denoising is a necessary and fundamental step in the hyperspectral image (HSI) analysis process. Since the spectral channels of HSI are highly correlated, they are characterized by a low rank structure and can be well approximated by low rank representation. Therefore, based on low rank structure and the EPLL, a 4-step algorithm is proposed to denoise the hyperspectral images with Gaussian noise. PCA is used to explore the high correlation and capture the low rank structure in spectral domain of HSI. The EPLL is used to further denoise the HSI in spatial domain. Compared with four state-of-the-art denoising algorithms, the proposed algorithm performs well in HSI denoising, especially for moderate and high noise levels.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"84 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125264688","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
A Method of Detect Traffic Police in Complex Scenes 一种复杂场景中交通警察的检测方法
Pub Date : 2018-11-01 DOI: 10.1109/CIS2018.2018.00026
Ying Zheng, H. Bao, Xinkai Xu, Nan Ma, Jialei Zhao, Dawei Luo
Target detection has a wide range of applications in many areas of life, and it is also a research hotspot in the field of unmanned driving. Urban roads are complex and changeable, especially at intersections, which have always been a difficult and key part in the research of pilotless technology. Traffic policemen detection at intersections is a key link, but there are few existing algorithms, and the detection speed is generally slow. Aiming at this problem, this paper proposes a real-time detection method of traffic police based on YOLOv3 network.The YOLO network is robust and capable of quickly completing target detection tasks. According to the information investigated, there are currently few data sets on traffic police detection. In response to this problem, this paper adopts the transfer learning method, adopts the imageNet set to training model, learns the basic characteristics of people, and then selects 1000 pictures containing traffic police to conduct experiments. The average accuracy of traffic police detection is 77%, and the detection speed reaches 50FPS, which basically meets the requirements of real-time performance, indicating that the method is reasonable and feasible.
目标检测在生活的许多领域有着广泛的应用,也是无人驾驶领域的一个研究热点。城市道路复杂多变,尤其是十字路口,一直是无人驾驶技术研究的难点和重点。交叉口交警检测是关键环节,但现有算法较少,检测速度普遍较慢。针对这一问题,本文提出了一种基于YOLOv3网络的交警实时检测方法。YOLO网络具有鲁棒性,能够快速完成目标检测任务。根据调查的信息,目前关于交警检测的数据集很少。针对这一问题,本文采用迁移学习的方法,采用imageNet集来训练模型,学习人的基本特征,然后选取1000张包含交警的图片进行实验。交警检测的平均准确率为77%,检测速度达到50FPS,基本满足实时性要求,表明该方法合理可行。
{"title":"A Method of Detect Traffic Police in Complex Scenes","authors":"Ying Zheng, H. Bao, Xinkai Xu, Nan Ma, Jialei Zhao, Dawei Luo","doi":"10.1109/CIS2018.2018.00026","DOIUrl":"https://doi.org/10.1109/CIS2018.2018.00026","url":null,"abstract":"Target detection has a wide range of applications in many areas of life, and it is also a research hotspot in the field of unmanned driving. Urban roads are complex and changeable, especially at intersections, which have always been a difficult and key part in the research of pilotless technology. Traffic policemen detection at intersections is a key link, but there are few existing algorithms, and the detection speed is generally slow. Aiming at this problem, this paper proposes a real-time detection method of traffic police based on YOLOv3 network.The YOLO network is robust and capable of quickly completing target detection tasks. According to the information investigated, there are currently few data sets on traffic police detection. In response to this problem, this paper adopts the transfer learning method, adopts the imageNet set to training model, learns the basic characteristics of people, and then selects 1000 pictures containing traffic police to conduct experiments. The average accuracy of traffic police detection is 77%, and the detection speed reaches 50FPS, which basically meets the requirements of real-time performance, indicating that the method is reasonable and feasible.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122468213","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
Smart Construct High Girth LDPC Codes Based on Permutation Groups 基于置换群智能构造高周长LDPC码
Pub Date : 2018-11-01 DOI: 10.1109/cis2018.2018.00084
Qiang Wang, Tingting Lan
In the field of wireless communications, it is of great significance to structure LDPC codes (Low-density Parity-check codes) with large girth. We propose a method to construct high girth LDPC codes based on algebra permutation group of intelligent. Girth larger parity check matrix can be found in Gallager parity check matrix set using genetic algorithm based on permutation group in a relatively short period of time. Simulation results show that the algorithm is efficient, versatile, and consistent with the theoretical analysis.
在无线通信领域,构造大周长的低密度奇偶校验码具有十分重要的意义。提出了一种基于智能代数置换群构造高周长LDPC码的方法。利用基于置换群的遗传算法,可以在较短的时间内在Gallager奇偶校验矩阵集合中找到周长较大的奇偶校验矩阵。仿真结果表明,该算法高效、通用性强,与理论分析结果一致。
{"title":"Smart Construct High Girth LDPC Codes Based on Permutation Groups","authors":"Qiang Wang, Tingting Lan","doi":"10.1109/cis2018.2018.00084","DOIUrl":"https://doi.org/10.1109/cis2018.2018.00084","url":null,"abstract":"In the field of wireless communications, it is of great significance to structure LDPC codes (Low-density Parity-check codes) with large girth. We propose a method to construct high girth LDPC codes based on algebra permutation group of intelligent. Girth larger parity check matrix can be found in Gallager parity check matrix set using genetic algorithm based on permutation group in a relatively short period of time. Simulation results show that the algorithm is efficient, versatile, and consistent with the theoretical analysis.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"173 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127018756","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
A Privacy Analysis Method to Anonymous Graph Based on Bayes Rule in Social Networks 基于贝叶斯规则的社交网络匿名图隐私分析方法
Pub Date : 2018-11-01 DOI: 10.1109/CIS2018.2018.00111
Ge Wen, Hai Liu, Jun Yan, Zhenqiang Wu
With the widespread popularity of social network platforms, privacy leakage has become a focus when users share personal information. As a result, there are so many different privacy preserving methods. However, one of the methods is to add noise to get a published graph, which cannot achieve the privacy preserving of social network completely. In this paper, we proposed a Bayesian privacy analysis model to identify nodes in a published graph. Firstly, we built a general privacy analysis model to explain the main idea of privacy analysis. Secondly, under this model, a privacy analysis method based on Bayes Rule is designed. Finally, experimental evaluation results showed that our method could identify one node of published graphs with some probability. Therefore, our model also provides guidance for designing better privacy preserving methods of social network.
随着社交网络平台的广泛普及,用户在分享个人信息时,隐私泄露成为关注的焦点。因此,有很多不同的隐私保护方法。然而,其中一种方法是通过添加噪声来获得发布图,这种方法不能完全实现社交网络的隐私保护。在本文中,我们提出了一个贝叶斯隐私分析模型来识别已发布图中的节点。首先,我们建立了一个通用的隐私分析模型来解释隐私分析的主要思想。其次,在此模型下,设计了一种基于贝叶斯规则的隐私分析方法。最后,实验评价结果表明,该方法能够以一定的概率识别已发表图的一个节点。因此,我们的模型也为设计更好的社交网络隐私保护方法提供了指导。
{"title":"A Privacy Analysis Method to Anonymous Graph Based on Bayes Rule in Social Networks","authors":"Ge Wen, Hai Liu, Jun Yan, Zhenqiang Wu","doi":"10.1109/CIS2018.2018.00111","DOIUrl":"https://doi.org/10.1109/CIS2018.2018.00111","url":null,"abstract":"With the widespread popularity of social network platforms, privacy leakage has become a focus when users share personal information. As a result, there are so many different privacy preserving methods. However, one of the methods is to add noise to get a published graph, which cannot achieve the privacy preserving of social network completely. In this paper, we proposed a Bayesian privacy analysis model to identify nodes in a published graph. Firstly, we built a general privacy analysis model to explain the main idea of privacy analysis. Secondly, under this model, a privacy analysis method based on Bayes Rule is designed. Finally, experimental evaluation results showed that our method could identify one node of published graphs with some probability. Therefore, our model also provides guidance for designing better privacy preserving methods of social network.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132652552","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
A CUSUM Tests for Stable Index Changes under Heavy-Tailed Sequences 重尾序列稳定指数变化的CUSUM检验
Pub Date : 2018-11-01 DOI: 10.1109/CIS2018.2018.00072
Hao Jin, Yanru Yao, Liping Yang
Based on the CUSUM test, this paper considers testing a heavy index break of heavy-tailed observations with infinite variance. Given for the appropriate conditions, the asymptotic distribution of the test statistic is obtained under the null hypothesis and its consistency is proved under the alternative hypothesis. The critical value can be obtained by Monte Carlo simulation and its respond curve is obtained by fitting. Finally, a Monte Carlo study shows that our test has reasonably good size and power properties in finite samples.
本文在CUSUM检验的基础上,考虑检验方差无穷大的重尾观测值的重指标断裂。在适当的条件下,得到了检验统计量在零假设下的渐近分布,并在备择假设下证明了检验统计量的一致性。通过蒙特卡罗模拟得到临界值,通过拟合得到其响应曲线。最后,蒙特卡罗研究表明,我们的测试在有限的样本中具有相当好的尺寸和功率特性。
{"title":"A CUSUM Tests for Stable Index Changes under Heavy-Tailed Sequences","authors":"Hao Jin, Yanru Yao, Liping Yang","doi":"10.1109/CIS2018.2018.00072","DOIUrl":"https://doi.org/10.1109/CIS2018.2018.00072","url":null,"abstract":"Based on the CUSUM test, this paper considers testing a heavy index break of heavy-tailed observations with infinite variance. Given for the appropriate conditions, the asymptotic distribution of the test statistic is obtained under the null hypothesis and its consistency is proved under the alternative hypothesis. The critical value can be obtained by Monte Carlo simulation and its respond curve is obtained by fitting. Finally, a Monte Carlo study shows that our test has reasonably good size and power properties in finite samples.","PeriodicalId":185099,"journal":{"name":"2018 14th International Conference on Computational Intelligence and Security (CIS)","volume":"339 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132233888","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
期刊
2018 14th International Conference on Computational Intelligence and Security (CIS)
全部 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