An algorithm of generating navigation path in orchard for harvesting robot based on machine vision was presented. According to the features of orchard images, a horizontal projection method was adopted to dynamically ...
详细信息
The inuence maximization problem is defined as providing a given initial integer k, mining top-k inuential nodes from a social network such that the spread of inuence in the network is maximized. Some existing studies...
详细信息
The inuence maximization problem is defined as providing a given initial integer k, mining top-k inuential nodes from a social network such that the spread of inuence in the network is maximized. Some existing studies are based on Greedy algorithm, but their time complexity is very high. In this paper, a different method based on Genetic Algorithms, denoted as MAGA is proposed. In the MAGA algorithm, the set of k nodes is seen as a candidate solution, and the expected inuence value as fitness. Use the genetic algorithm to get the optimal solution. Experiments show that the algorithm achieved a balance in inuence spread and running time.
Point-of-interest(POI) recommendation becomes an important research for location-based social networks, since it helps modern citizens to explore new locations in unvisited cites effectively according to their prefere...
详细信息
Point-of-interest(POI) recommendation becomes an important research for location-based social networks, since it helps modern citizens to explore new locations in unvisited cites effectively according to their preferences. However, the current POI recommendation methods are lack of a deep mining in all time slots features and their effects on recommendation. To this end, in this paper we propose a POI recommendation method(called UPT) by combining time slot features, user-based collaborative filtering and spatial influence. Firstly, we extract time interval feature and time slot based popularity feature from history check-in datasets on LBSNs using probability statistical analysis method. Then, we devise a POI recommendation method based on the proposed temporal features to achieve better performance. In UPT, user-based collaborative filtering and smoothing technique are used by adding each time slot influence, and the overall popularity of a location is combined with each time slot feature. Our experimental results on Foursquare and Gowalla datasets show that UPT outperforms baseline POI recommendation methods in precision and recall.
The rapid turning movement of the pig often results in the tracking frame drift or loss of the target, resulting in reduced tracking accuracy. In this paper, an improved multi-objective KCF tracking algorithm is propo...
详细信息
The rapid turning movement of the pig often results in the tracking frame drift or loss of the target, resulting in reduced tracking accuracy. In this paper, an improved multi-objective KCF tracking algorithm is proposed using thermal infrared video as a video source. The tracking window is optimized to be rounded to avoid the effects of motion steering;the traditional KCF algorithm is improved so that it can achieve multiple pig target tracking. The experimental data are three videos containing two, three, and five pigs, respectively. A total of 90 videos, including pitching, walking, steering, adhesion, non-blocking and occlusion, were selected for testing, and the DCF and MOSSE algorithms were also improved to multi-target tracking. The results show that the improved tracking accuracy of MKCF algorithm is better than that of MDCF and MMOSSE, and the tracking time satisfies the requirement of real - time.
The Siamese network-based tracker has achieved competitive performance in the field of single target tracking because of its excellent tracking speed and tracking accuracy. When faced with target deformations, most Si...
详细信息
Neuronal oscillations in the theta frequency range and spikes have been reported in many cortical areas in the information processing, but the role of spikes play in cortical processing remains unclear. The aim of thi...
详细信息
Neuronal oscillations in the theta frequency range and spikes have been reported in many cortical areas in the information processing, but the role of spikes play in cortical processing remains unclear. The aim of this study was to examine the role of DHPG in the generation of oscillatory field activity at theta frequency in the medical septal diagonal band of Broca (MSDB) slice prepared from rat brain, and to determine the phase relationship between spikes and theta oscillations. The DHPG induced large amplitude field population spiking activity, which is correlated linearly with the field theta oscillations. The relationship between timing of spikes and the phase of theta oscillation was determined by an analysis of circular statistics. Further analysis with Rayleigh test revealed that the relationship of phase-locking between spikes and theta rhythm is of statistical significance. These data demonstrate that DHPG-sensitive neuronal networks within medial septum are able to generate theta oscillations which are modulated by large amplitude population spikes and phase-locking of spikes to the theta rhythm suggest the role of memory enhancement in the presence of mGluR1 activation.
In recent years, closed frequent itemsets mining has become a hot topic. In this paper, we present an algorithm BCTCF, which is based on Bit complementary tree (BCTree) in order to mine closed frequent itemsets effici...
详细信息
In recent years, closed frequent itemsets mining has become a hot topic. In this paper, we present an algorithm BCTCF, which is based on Bit complementary tree (BCTree) in order to mine closed frequent itemsets efficiently. First we adopt bit vectors to compress the database and define a novel structure, BCTree, in which a node stores two bit vectors that are complementary and each path is given a prime value. Based on the left-most bit in the bit vectors we adopt a divide-and-conquer strategy which handles the itemsets separately and then according to the prime unique feature we can get the closed frequent itemsets quickly and it makes us need not to mine all the frequent itemsets first. Both the divide-and-conquer strategy and prime unique can decrease the runtime. Experiment results show that BCTCF is very effective and scalable.
The main purpose of studying the software structure is considered to understand and recognize the structure easily by also taking into account the quality of software. In this paper, we define and analyze the node imp...
详细信息
Due to the randomness of the partition of grids, the edge points of clusters might be partitioned into the sparse grids. These points would become noise information out of clusters when we cluster data stream by grid-...
详细信息
Due to the randomness of the partition of grids, the edge points of clusters might be partitioned into the sparse grids. These points would become noise information out of clusters when we cluster data stream by grid-density based algorithm. A data stream clustering algorithm based on spatial directed graph with core, SDGCStream, is proposed. It uses the spatial directed graph and the orthocenter of the sparse grids to handle the edge points of clusters. At first, the algorithm defines a structure SDGC (Spatial Directed Graph with Core) to store the summary statistics of data stream. The vertices of SDGC are maintained as the stream arriving. When the clustering quest comes, the edge information is generated. The initial clustering results are got through clustering on SDGC, then we judge whether the points of sparse grids which are adjacent to the border of a cluster belong to the cluster according to the orthocenter information and the border vertices of SDGC. At last, a strategy based on the distance between clusters is presented to adjust the clustering results after handling the border of clusters. The experimental results on synthetic and real datasets show the better validity of SDGCStream on handling the edge data points of clusters, and the scalability as the increasing of the length and dimensions of data stream.
A software execution trace can be viewed as a series of events. An event may correspond to the execution of a basic block, the invocation of a class or a method. These traces imply important unique characteristics of ...
详细信息
暂无评论