521 research outputs found
Modeling Multi-Dimensional Datasets via a Fast Scale-Free Network Model
Compared with network datasets, multi-dimensional data are much more common
nowadays. If we can model multi-dimensional datasets into networks with
accurate network properties, while, in the meantime, preserving the original
dataset features, we can not only explore the dataset dynamic but also acquire
abundant synthetic network data. This paper proposed a fast scale-free network
model for large-scale multi-dimensional data not limited to the network domain.
The proposed network model is dynamic and able to generate scale-free graphs
within linear time regardless of the scale or field of the modeled dataset. We
further argued that in a dynamic network where edge-generation probability
represents influence, as the network evolves, that influence also decays. We
demonstrated how this influence decay phenomenon is reflected in our model and
provided a case study using the Global Terrorism Database
Towards View-invariant and Accurate Loop Detection Based on Scene Graph
Loop detection plays a key role in visual Simultaneous Localization and
Mapping (SLAM) by correcting the accumulated pose drift. In indoor scenarios,
the richly distributed semantic landmarks are view-point invariant and hold
strong descriptive power in loop detection. The current semantic-aided loop
detection embeds the topology between semantic instances to search a loop.
However, current semantic-aided loop detection methods face challenges in
dealing with ambiguous semantic instances and drastic viewpoint differences,
which are not fully addressed in the literature. This paper introduces a novel
loop detection method based on an incrementally created scene graph, targeting
the visual SLAM at indoor scenes. It jointly considers the macro-view topology,
micro-view topology, and occupancy of semantic instances to find correct
correspondences. Experiments using handheld RGB-D sequence show our method is
able to accurately detect loops in drastically changed viewpoints. It maintains
a high precision in observing objects with similar topology and appearance. Our
method also demonstrates that it is robust in changed indoor scenes.Comment: Accepted by ICRA202
Adaptive Preferential Attached kNN Graph With Distribution-Awareness
Graph-based kNN algorithms have garnered widespread popularity for machine
learning tasks, due to their simplicity and effectiveness. However, the
conventional kNN graph's reliance on a fixed value of k can hinder its
performance, especially in scenarios involving complex data distributions.
Moreover, like other classification models, the presence of ambiguous samples
along decision boundaries often presents a challenge, as they are more prone to
incorrect classification. To address these issues, we propose the Preferential
Attached k-Nearest Neighbors Graph (paNNG), which combines adaptive kNN with
distribution-based graph construction. By incorporating distribution
information, paNNG can significantly improve performance for ambiguous samples
by "pulling" them towards their original classes and hence enable enhanced
overall accuracy and generalization capability. Through rigorous evaluations on
diverse benchmark datasets, paNNG outperforms state-of-the-art algorithms,
showcasing its adaptability and efficacy across various real-world scenarios
Learning Unmanned Aerial Vehicle Control for Autonomous Target Following
While deep reinforcement learning (RL) methods have achieved unprecedented
successes in a range of challenging problems, their applicability has been
mainly limited to simulation or game domains due to the high sample complexity
of the trial-and-error learning process. However, real-world robotic
applications often need a data-efficient learning process with safety-critical
constraints. In this paper, we consider the challenging problem of learning
unmanned aerial vehicle (UAV) control for tracking a moving target. To acquire
a strategy that combines perception and control, we represent the policy by a
convolutional neural network. We develop a hierarchical approach that combines
a model-free policy gradient method with a conventional feedback
proportional-integral-derivative (PID) controller to enable stable learning
without catastrophic failure. The neural network is trained by a combination of
supervised learning from raw images and reinforcement learning from games of
self-play. We show that the proposed approach can learn a target following
policy in a simulator efficiently and the learned behavior can be successfully
transferred to the DJI quadrotor platform for real-world UAV control
Understanding the Generalization Performance of Spectral Clustering Algorithms
The theoretical analysis of spectral clustering mainly focuses on
consistency, while there is relatively little research on its generalization
performance. In this paper, we study the excess risk bounds of the popular
spectral clustering algorithms: \emph{relaxed} RatioCut and \emph{relaxed}
NCut. Firstly, we show that their excess risk bounds between the empirical
continuous optimal solution and the population-level continuous optimal
solution have a convergence rate, where is the
sample size. Secondly, we show the fundamental quantity in influencing the
excess risk between the empirical discrete optimal solution and the
population-level discrete optimal solution. At the empirical level, algorithms
can be designed to reduce this quantity. Based on our theoretical analysis, we
propose two novel algorithms that can not only penalize this quantity, but also
cluster the out-of-sample data without re-eigendecomposition on the overall
sample. Experiments verify the effectiveness of the proposed algorithms
A Real-Time and Adaptive-Learning Malware Detection Method Based on API-Pair Graph
The detection of malware have developed for many years, and the appearance of new machine learning and deep learning techniques have improved the effect of detectors. However, most of current researches have focused on the general features of malware and ignored the development of the malware themselves, so that the features could be useless with the time passed as well as the advance of malware techniques. Besides, the detection methods based on machine learning are mainly static detection and analysis, while the study of real-time detection of malware is relatively rare. In this article, we proposed a new model that could detect malware real-time in principle and learn new features adaptively. Firstly, a new data structure of API-Pair was adopted, and the constructed data was trained with Maximum Entropy model, which could satisfy the goal of weighting and adaptive learning. Then a clustering was practised to filter relatively unrelated and confusing features. Moreover, a detector based on Lont Short Term Memory Network (LSTM) was devised to achieve the goal of real-time detection. Finally, a series of experiments were designed to verify our method. The experimental results showed that our model could obtain the highest accuracy of 99.07% in general tests and keep the accuracies above 97% with the development of malware; the results also proved the feasibility of our model in real-time detection through the simulation experiment, and robustness against a typical adversarial attack
- …