首页 > 最新文献

2009 Fourth International Conference on Internet Computing for Science and Engineering最新文献

英文 中文
The Improvement of XML Filtering Based on DFA 基于DFA的XML过滤的改进
Guisheng Yin, Jie Shen, Xianghui Wang
In this paper, an improvement proposal in the XML filting is put forward on the base of the Lazy DFA. For each node in the automaton, a transition counter is added to build a frequently access area. By setting a threshold of the counter, the data in the cache can be filtering. These nodes whose value of counter exceed are identified as frequently access areas of the state. This proposal can be greatly reduced the searching time during the transition between the states of automaton in a large number of states in the cache, and thus increase the efficiency of filtering and query performance.
本文在延迟DFA的基础上,对XML过滤提出了改进建议。对于自动机中的每个节点,添加一个转换计数器以构建频繁访问区域。通过设置计数器的阈值,可以过滤缓存中的数据。计数器值超过的这些节点被标识为该状态的频繁访问区域。该方案可以大大减少在缓存中大量状态的自动机状态之间转换时的搜索时间,从而提高过滤效率和查询性能。
{"title":"The Improvement of XML Filtering Based on DFA","authors":"Guisheng Yin, Jie Shen, Xianghui Wang","doi":"10.1109/ICICSE.2009.22","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.22","url":null,"abstract":"In this paper, an improvement proposal in the XML filting is put forward on the base of the Lazy DFA. For each node in the automaton, a transition counter is added to build a frequently access area. By setting a threshold of the counter, the data in the cache can be filtering. These nodes whose value of counter exceed are identified as frequently access areas of the state. This proposal can be greatly reduced the searching time during the transition between the states of automaton in a large number of states in the cache, and thus increase the efficiency of filtering and query performance.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"73 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114232504","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
A High-Level Fuzzy Timed Petri-Net-Based Approach 基于高级模糊定时petri网的方法
Xin Liu, Guisheng Yin, Ziying Zhang
In order to deal with the uncertain temporal knowledge of the complex real-time system and to improve the existed uncertain temporal knowledge expression and inference algorithm, a new kind of high-level fuzzy timed Petri nets was proposed based on fuzzy timed Petri nets (FTN). The uncertain temporal of the complex real-time can be quantitatively described and the time possibility can be analyzed after temporal constraint was added to resources and transitions of FTN. Finally, a case study was given to illustrate the usage of this approach. The temporal phenomena and laws of real-time system can be described more overall with HFTN. It is suitable for complex real-time system modeling and analysis.
为了处理复杂实时系统的不确定时间知识,改进现有的不确定时间知识表达和推理算法,在模糊时间Petri网(FTN)的基础上提出了一种新的高级模糊时间Petri网。在FTN的资源和转移中加入时间约束后,可以定量描述复杂实时的不确定时间,分析时间可能性。最后,给出了一个案例研究来说明这种方法的使用。HFTN可以更全面地描述实时系统的时间现象和规律。它适用于复杂的实时系统建模和分析。
{"title":"A High-Level Fuzzy Timed Petri-Net-Based Approach","authors":"Xin Liu, Guisheng Yin, Ziying Zhang","doi":"10.1109/ICICSE.2009.62","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.62","url":null,"abstract":"In order to deal with the uncertain temporal knowledge of the complex real-time system and to improve the existed uncertain temporal knowledge expression and inference algorithm, a new kind of high-level fuzzy timed Petri nets was proposed based on fuzzy timed Petri nets (FTN). The uncertain temporal of the complex real-time can be quantitatively described and the time possibility can be analyzed after temporal constraint was added to resources and transitions of FTN. Finally, a case study was given to illustrate the usage of this approach. The temporal phenomena and laws of real-time system can be described more overall with HFTN. It is suitable for complex real-time system modeling and analysis.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117137536","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
A Clustering Algorithm Based on Grid Partition of Space-Filling Curve 基于空间填充曲线网格划分的聚类算法
Hongbo Xu, Zhongxiao Hao, Qi-long Han
In spatial data mining, clustering is one of useful techniques for discovering interesting data in the underlying data objects. The k-means algorithm is probably the most widely applied clustering method. But a major drawback of k-means algorithm is that it is difficult to determine the parameter k to represent natural cluster, and it is only suitable for concave spherical clusters. Therefore, the paper presents an efficient clustering algorithm for large spatial databases. It combines the hierarchical approach with the grid partition. The hierarchical approach is applied to find the genuine clusters by repeatedly combining together these blocks. Hilbert curve is a continuous path which passes through every point in a space once to form a one-one correspondence between the coordinates of the points and the one-dimensional sequence numbers of the points on the curve. The goal of using Hilbert curve is to preserve the distance of that points which are close in space and represent similar data should be stored close together in the linear order. This kind of mapping also can minimize the disk access effort and provide high speed for clustering. The simulation shows that the clustering algorithm can have shorter execution time than k-means algorithms for the large databases. Moreover, the algorithm can deal with clusters with arbitrary shapes in which the k-means algorithm can not discover.
在空间数据挖掘中,聚类是在底层数据对象中发现感兴趣数据的有用技术之一。k-means算法可能是应用最广泛的聚类方法。但k-means算法的一个主要缺点是难以确定表示自然聚类的参数k,并且只适用于凹球形聚类。为此,本文提出了一种适用于大型空间数据库的高效聚类算法。它将分层方法与网格划分相结合。通过将这些块重复组合在一起,采用分层方法找到真正的簇。希尔伯特曲线是一条连续的路径,它通过空间中的每一点一次,使点的坐标与曲线上点的一维序列号之间形成一一对应关系。使用希尔伯特曲线的目的是为了保持空间中接近的点之间的距离,并表示相似的数据应按线性顺序紧密地存储在一起。这种映射还可以最大限度地减少磁盘访问工作,并为集群提供高速。仿真结果表明,对于大型数据库,聚类算法的执行时间比k-means算法短。此外,该算法还可以处理k-means算法无法发现的任意形状的聚类。
{"title":"A Clustering Algorithm Based on Grid Partition of Space-Filling Curve","authors":"Hongbo Xu, Zhongxiao Hao, Qi-long Han","doi":"10.1109/ICICSE.2009.17","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.17","url":null,"abstract":"In spatial data mining, clustering is one of useful techniques for discovering interesting data in the underlying data objects. The k-means algorithm is probably the most widely applied clustering method. But a major drawback of k-means algorithm is that it is difficult to determine the parameter k to represent natural cluster, and it is only suitable for concave spherical clusters. Therefore, the paper presents an efficient clustering algorithm for large spatial databases. It combines the hierarchical approach with the grid partition. The hierarchical approach is applied to find the genuine clusters by repeatedly combining together these blocks. Hilbert curve is a continuous path which passes through every point in a space once to form a one-one correspondence between the coordinates of the points and the one-dimensional sequence numbers of the points on the curve. The goal of using Hilbert curve is to preserve the distance of that points which are close in space and represent similar data should be stored close together in the linear order. This kind of mapping also can minimize the disk access effort and provide high speed for clustering. The simulation shows that the clustering algorithm can have shorter execution time than k-means algorithms for the large databases. Moreover, the algorithm can deal with clusters with arbitrary shapes in which the k-means algorithm can not discover.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115464950","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
Survey on Formal Verification Methods for Digital IC 数字集成电路形式化验证方法研究
Jianhua Wang, Jingbo Shao, Yingmei Li, Jinfeng Ding
This paper presents a survey of the state-of-art of formal verification technique. The expression models for formal verification are introduced and analyzed. The characteristics of each model are expounded. Moreover, the typical model checking techniques are studied. Equivalence checking and property checking are introduced. The development trend for formal verification is discussed.
本文介绍了形式验证技术的研究现状。介绍并分析了形式化验证的表达式模型。阐述了各模型的特点。并对典型的模型校核技术进行了研究。介绍了等价性检验和性质检验。讨论了形式验证的发展趋势。
{"title":"Survey on Formal Verification Methods for Digital IC","authors":"Jianhua Wang, Jingbo Shao, Yingmei Li, Jinfeng Ding","doi":"10.1109/ICICSE.2009.46","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.46","url":null,"abstract":"This paper presents a survey of the state-of-art of formal verification technique. The expression models for formal verification are introduced and analyzed. The characteristics of each model are expounded. Moreover, the typical model checking techniques are studied. Equivalence checking and property checking are introduced. The development trend for formal verification is discussed.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122151807","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
Entropy Weight Method for Evaluation of Invulnerability in Instant Messaging Network 基于熵权法的即时通讯网络无懈可击性评价
Songtao Yang, Zongli Zhang
The analysis of complex network invulnerability includes empirical analysis and simulation analysis; there are many disputes on its measure method. Those methods can’t quantitatively describe the invulnerability of Network Topology. The paper analyzes the current measure methods of complex network invulnerability, measures the reliability and the invulnerability of instant messaging network topology by analytic hierarchy process, then the paper presents the main influencing factors of instant messaging network topology, constructs the evaluation index matrix, determines the weights of every indexes by the entropy weight method.
复杂网络的抗毁性分析包括实证分析和仿真分析;其测量方法存在诸多争议。这些方法不能定量地描述网络拓扑的不脆弱性。分析了当前复杂网络不脆弱性的度量方法,采用层次分析法对即时通讯网络拓扑的可靠性和不脆弱性进行了度量,然后给出了影响即时通讯网络拓扑的主要因素,构建了评价指标矩阵,采用熵权法确定了各指标的权重。
{"title":"Entropy Weight Method for Evaluation of Invulnerability in Instant Messaging Network","authors":"Songtao Yang, Zongli Zhang","doi":"10.1109/ICICSE.2009.10","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.10","url":null,"abstract":"The analysis of complex network invulnerability includes empirical analysis and simulation analysis; there are many disputes on its measure method. Those methods can’t quantitatively describe the invulnerability of Network Topology. The paper analyzes the current measure methods of complex network invulnerability, measures the reliability and the invulnerability of instant messaging network topology by analytic hierarchy process, then the paper presents the main influencing factors of instant messaging network topology, constructs the evaluation index matrix, determines the weights of every indexes by the entropy weight method.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"94 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125240068","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 Trust-Driven Online Evolution Model for Internetware 基于信任驱动的互联网软件在线演化模型
Zhiqiang Ma, Guisheng Yin
Internetware is an emerging software model in the open network environment, which is built upon the coordination of heterogeneous and autonomous software entities in an open coordinated environment. Due to the uncontrollable and uncertain nature of the internet, developing an effective method to ensure the trustworthiness of internetwares is one of the most difficult technical problems. To address this issue, a trust-driven model is proposed. In this model, software entities are regarded as the basic objects to be managed, and a flexible internetware architecture is built by using the method of trust alliance, which ensures not only the model’s internal awareness ability, but also the overall early warning and defensive capabilities. At the same time, to satisfy the evolution requirements, extensible functional units and dynamic strategy sets are designed. This design enables the model to be more adaptable and evolvable over time.
互联网软件是在开放的网络环境下新兴的软件模型,它是建立在异构的、自治的软件实体在开放的协调环境中的协调基础上的。由于互联网的不可控性和不确定性,开发一种有效的方法来保证互联网的可信性是最困难的技术问题之一。为了解决这一问题,提出了一个信任驱动模型。该模型以软件实体为基本管理对象,采用信任联盟的方式构建灵活的网络架构,既保证了模型的内部感知能力,又保证了整体的预警和防御能力。同时,为满足演化需求,设计了可扩展功能单元和动态策略集。这种设计使模型具有更强的适应性和可演化性。
{"title":"A Trust-Driven Online Evolution Model for Internetware","authors":"Zhiqiang Ma, Guisheng Yin","doi":"10.1109/ICICSE.2009.41","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.41","url":null,"abstract":"Internetware is an emerging software model in the open network environment, which is built upon the coordination of heterogeneous and autonomous software entities in an open coordinated environment. Due to the uncontrollable and uncertain nature of the internet, developing an effective method to ensure the trustworthiness of internetwares is one of the most difficult technical problems. To address this issue, a trust-driven model is proposed. In this model, software entities are regarded as the basic objects to be managed, and a flexible internetware architecture is built by using the method of trust alliance, which ensures not only the model’s internal awareness ability, but also the overall early warning and defensive capabilities. At the same time, to satisfy the evolution requirements, extensible functional units and dynamic strategy sets are designed. This design enables the model to be more adaptable and evolvable over time.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"77 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127084868","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 R-tree-based Fine Directional Query Filtering 基于r树的精细定向查询过滤
Ze-bao Zhang, Jianpei Zhang, Ruo-yu Li, Jing Yang
there have little work on processing joins with direction predicates, the research work on processing of spatial joins has primarily focused on topological and distance relations. The processing of direction relation queries is essentially a traversing process. A new fine query filtering method based on R-tree presented in this paper. A fine filtering step added in the middle of the traditional 2-stage query model. The improved method could decrease the size of candidate set in the filter step, and thus it can reduce the workload of the refine step. The validity of method is be proved by theoretical analysis. The improved methods only achieve the 40% calculation cost of original method. Results fully prove the validity of this method. Finally, it uses real world datasets to prove the validity. The experiment results show that performance evaluation of the proposed method performs well with respect to both I/O-and CPU-time.
关于方向谓词连接处理的研究很少,空间连接处理的研究主要集中在拓扑关系和距离关系上。方向关系查询的处理本质上是一个遍历过程。提出了一种新的基于r树的精细查询过滤方法。在传统的两阶段查询模型中间添加了一个精细的过滤步骤。改进后的方法减小了滤波步骤中候选集的大小,从而减少了细化步骤的工作量。理论分析证明了该方法的有效性。改进方法的计算成本仅为原方法的40%。结果充分证明了该方法的有效性。最后,使用真实世界的数据集来证明算法的有效性。实验结果表明,该方法在I/ o和cpu时间方面都有良好的性能评价。
{"title":"A R-tree-based Fine Directional Query Filtering","authors":"Ze-bao Zhang, Jianpei Zhang, Ruo-yu Li, Jing Yang","doi":"10.1109/ICICSE.2009.36","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.36","url":null,"abstract":"there have little work on processing joins with direction predicates, the research work on processing of spatial joins has primarily focused on topological and distance relations. The processing of direction relation queries is essentially a traversing process. A new fine query filtering method based on R-tree presented in this paper. A fine filtering step added in the middle of the traditional 2-stage query model. The improved method could decrease the size of candidate set in the filter step, and thus it can reduce the workload of the refine step. The validity of method is be proved by theoretical analysis. The improved methods only achieve the 40% calculation cost of original method. Results fully prove the validity of this method. Finally, it uses real world datasets to prove the validity. The experiment results show that performance evaluation of the proposed method performs well with respect to both I/O-and CPU-time.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"72 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131060947","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
A New Energy-Efficient Routing Algorithm Based on Ant Colony System for Wireless Sensor Networks 一种基于蚁群系统的无线传感器网络节能路由算法
Songzhu Xia, Su Wu, Jun Ni
Due to the limited availability of energy within network nodes, energy-efficient routing mechanism is one of the most critical issues in wireless sensor networks. In this paper, we propose a multi-path routing algorithm with energy-aware based on ant colony system. The algorithm introduces three improved rules: Ant Marginalization Rule, State Transition Rule and Global Pheromone Update Rule to solve the problems of local convergence, local optimization and multi-path for transferring data respectively. It can avoid using up the energy of nodes on the optimal path while preserving network connectivity. Compared with traditional routing methods, simulation results demonstrate that the algorithm can help save energy and prolong the lifetime of the network.
由于网络节点的可用能量有限,高效节能的路由机制是无线传感器网络中最关键的问题之一。本文提出了一种基于蚁群系统的能量感知多路径路由算法。该算法引入了蚁群边缘化规则、状态转移规则和全局信息素更新规则三种改进规则,分别解决了数据的局部收敛、局部优化和多路径传输问题。它可以在保证网络连通性的同时,避免耗尽最优路径上节点的能量。仿真结果表明,与传统的路由方法相比,该算法能够有效地节省网络能量,延长网络的生命周期。
{"title":"A New Energy-Efficient Routing Algorithm Based on Ant Colony System for Wireless Sensor Networks","authors":"Songzhu Xia, Su Wu, Jun Ni","doi":"10.1109/ICICSE.2009.27","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.27","url":null,"abstract":"Due to the limited availability of energy within network nodes, energy-efficient routing mechanism is one of the most critical issues in wireless sensor networks. In this paper, we propose a multi-path routing algorithm with energy-aware based on ant colony system. The algorithm introduces three improved rules: Ant Marginalization Rule, State Transition Rule and Global Pheromone Update Rule to solve the problems of local convergence, local optimization and multi-path for transferring data respectively. It can avoid using up the energy of nodes on the optimal path while preserving network connectivity. Compared with traditional routing methods, simulation results demonstrate that the algorithm can help save energy and prolong the lifetime of the network.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132617036","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
Speckle Noise Suppression Techniques for Ultrasound Images 超声图像的斑点噪声抑制技术
Changming Zhu, Jun Ni, Yan-bo Li, Guochang Gu
Speckle is a multiplicative noise that degrades the visual evaluation in ultrasound imaging. In medical ultrasound image processing, speckle noise suppression has become a very essential exercise for diagnose. The recent advancements in ultrasound devices necessitate the need of more robust despeckling techniques for enhancing ultrasound medical imaging in routine clinical practice. Many denoising techniques have been proposed for effective suppression of speckle noise. This paper compiles the performance of various techniques in medical B-mode ultrasound images.
斑点是一种乘性噪声,降低了超声成像的视觉评价。在医学超声图像处理中,斑点噪声抑制已成为诊断中必不可少的一项工作。近年来超声设备的发展需要更强大的消斑技术来增强超声医学成像在常规临床实践中的应用。为了有效地抑制散斑噪声,人们提出了许多去噪技术。本文整理了各种技术在医学b超图像中的表现。
{"title":"Speckle Noise Suppression Techniques for Ultrasound Images","authors":"Changming Zhu, Jun Ni, Yan-bo Li, Guochang Gu","doi":"10.1109/ICICSE.2009.26","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.26","url":null,"abstract":"Speckle is a multiplicative noise that degrades the visual evaluation in ultrasound imaging. In medical ultrasound image processing, speckle noise suppression has become a very essential exercise for diagnose. The recent advancements in ultrasound devices necessitate the need of more robust despeckling techniques for enhancing ultrasound medical imaging in routine clinical practice. Many denoising techniques have been proposed for effective suppression of speckle noise. This paper compiles the performance of various techniques in medical B-mode ultrasound images.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"5 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131958131","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 17
Notice of Violation of IEEE Publication PrinciplesAn Efficient Mining Algorithm for Top-k Strongly Correlated Item Pairs 一种高效的Top-k强相关项对挖掘算法
Qiang Li, Yongshi Zhang
This paper presents an efficient method, which finds top-k strongly correlated item pairs from transaction database, without generating any candidate sets. To reduce execution time, the proposed method uses a correlogram matrix based approach to compute support count of all item sets in a single scan over the database. From the correlogram matrix the correlation values of all the item pairs are computed and top-k correlated pairs are extracted very easily. The simplified logic structure makes the implementation of the proposed method more attractive. Experiments were taken with real and synthetic datasets and the performance of the proposed method was compared with its other counterparts.
本文提出了一种从事务数据库中找到top-k强相关项对的有效方法,该方法不产生任何候选集。为了减少执行时间,该方法使用基于相关图矩阵的方法来计算数据库单次扫描中所有项目集的支持计数。从相关图矩阵中计算出所有项目对的相关值,并很容易地提取出top-k相关对。简化的逻辑结构使该方法的实现更具吸引力。在真实数据集和合成数据集上进行了实验,并与其他方法进行了性能比较。
{"title":"Notice of Violation of IEEE Publication PrinciplesAn Efficient Mining Algorithm for Top-k Strongly Correlated Item Pairs","authors":"Qiang Li, Yongshi Zhang","doi":"10.1109/ICICSE.2009.56","DOIUrl":"https://doi.org/10.1109/ICICSE.2009.56","url":null,"abstract":"This paper presents an efficient method, which finds top-k strongly correlated item pairs from transaction database, without generating any candidate sets. To reduce execution time, the proposed method uses a correlogram matrix based approach to compute support count of all item sets in a single scan over the database. From the correlogram matrix the correlation values of all the item pairs are computed and top-k correlated pairs are extracted very easily. The simplified logic structure makes the implementation of the proposed method more attractive. Experiments were taken with real and synthetic datasets and the performance of the proposed method was compared with its other counterparts.","PeriodicalId":193621,"journal":{"name":"2009 Fourth International Conference on Internet Computing for Science and Engineering","volume":"57 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-12-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134157843","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
期刊
2009 Fourth International Conference on Internet Computing for Science and Engineering
全部 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