Yifan Guo 0001

dblp:64/5679-1 · DBLP profile ↗
← Back
4ranked-venue papers in the field
2as first author
2since 2021 · last 2023
0000-0002-9700-5005ORCID · verified

Domains — venue-derived; a paper can count in several

Big Data, Cloud & Distributed Data Systems · 3 (1 first)Data Mining & Knowledge Discovery · 1 (1 first)
YearPublicationVenuePosition
2023 Optimal sampling for Moving Object Trajectory Tracking in Smart Transportation Systems: A Transformer-based Approach
abstract
Moving object trajectory tracking plays an important role in traffic scheduling, route planning, advertising recommendations, and other associated social services. The success of moving object trajectory tracking can be attributed to the extensive use of Internet of Things (IoT) devices, which collect a growing volume of spatio-temporal data. To mine the spatio-temporal correlation, traditionally, recurrent neural networks (RNNs) and their variants, such as long-short-term memory (LSTM) and bidirectional long-short-term memory (BiLSTM), have shown their effectiveness in forecasting moving object positions. However, these methods have faced challenges in dealing with complex temporal dependencies due to the limited memory of storing past information using basic hidden layers. To address this issue, in this study, we propose a spatiotemporal attention-based transformer model to mine the spatiotemporal correlation of moving object trajectories in smart transportation systems, which offers improved performance in long-term trajectory prediction tasks. Moreover, most existing works overlook the importance of sampling issues in the trajectory prediction and tracking process. To this end, we develop an adaptive approach by leveraging spatio-temporal sampling to optimize trajectory tracking with reduced data transmission rates and computational costs. The experimental results on real-world datasets demonstrate the superiority of our transformer-based approach over existing RNN-based methods in trajectory predictions and confirm the feasibility of our optimal sampling solution in enhancing trajectory tracking performance.
Usman Shuaibu Musa, Yifan Guo 0001, Cheng Qian 0007, Wei Yu 0002
IEEE Big Data2
2021 Resisting Distributed Backdoor Attacks in Federated Learning: A Dynamic Norm Clipping Approach
abstract
With the advance in artificial intelligence and high-dimensional data analysis, federated learning (FL) has emerged to allow distributed data providers to collaboratively learn without direct access to local sensitive data. However, limiting access to individual provider’s data inevitably incurs security issues. For instance, backdoor attacks, one of the most popular data poisoning attacks in FL, severely threaten the integrity and utility of the FL system. In particular, backdoor attacks launched by multiple collusive attackers, i.e., distributed backdoor attacks, can achieve high attack success rates and are hard to detect. Existing defensive approaches, like model inspection or model sanitization, often require to access a portion of local training data, which renders them inapplicable to the FL scenarios. Recently, the norm clipping approach is developed to effectively defend against distributed backdoor attacks in FL, which does not rely on local training data. However, we discover that adversaries can still bypass this defense scheme through robust training due to its unchanged norm clipping threshold. In this paper, we propose a novel defense scheme to resist distributed backdoor attacks in FL. Particularly, we first identify that the main reason for the failure of the norm clipping scheme is its fixed threshold in the training process, which cannot capture the dynamic nature of benign local updates during the global model’s convergence. Motivated by it, we devise a novel defense mechanism to dynamically adjust the norm clipping threshold of local updates. Moreover, we provide the convergence analysis of our defense scheme. By evaluating it on four non-IID public datasets, we observe that our defense scheme effectively can resist distributed backdoor attacks and ensure the global model’s convergence. Noticeably, our scheme reduces the attack success rates by 84.23% on average compared with existing defense schemes.
Yifan Guo 0001, Qianlong Wang 0003, Tianxi Ji, Xufei Wang, Pan Li 0001
IEEE BigData1
2019 Quantized Adversarial Training: An Iterative Quantized Local Search Approach
abstract
Studies find that deep learning models are vulnerable to deliberate adversarial manipulations by attackers. Adversarial training is an effective approach to address this problem. Previous works quantize the input sample space to find appropriate perturbations on the benign samples so as to generate adversarial samples for adversarial training. However, since only the input sample space is quantized with the perturbation space being still continuous, finding the optimal perturbation noise is still a non-convex and computationally expensive problem. Moreover, in this case, the found perturbation noise that will be used to generate an adversarial sample may be strong in the continuous search space, but may become weak after quantization in the input sample space. In this paper, we first develop an Iterative Quantized Local Search (IQLS) algorithm that finds strong perturbation noises by quantizing both the input space and perturbation space. Then, we theoretically analyze and prove the upper bound on the number of iterations needed for the IQLS algorithm, based on which we devise an efficient and effective Quantized Adversarial Training (QAT) scheme. Experiment results on six public datasets show that our proposed scheme outperforms state-of-the-art methods to defend against different adversarial attacks. Particularly, QAT improves the system performance by 14%, 11%, 16% on average on CIFAR-10, SVHN, and CIFAR-100 datasets respectively compared with the existing defense schemes, and reduces the computing time by about 60%.
Yifan Guo 0001, Tianxi Ji, Qianlong Wang 0003, Lixing Yu, Pan Li 0001
ICDM1
2018 A Unified Unsupervised Gaussian Mixture Variational Autoencoder for High Dimensional Outlier Detection
abstract
Paradigm-shifting systems such as cyber-physical systems, collect data of high- or ultrahigh- dimensionality tremendously. Detecting outliers in this type of systems provides indicative understanding in wide-ranging domains such as system health monitoring, information security, etc. Previous dimensionality reduction based outlier detection methods suffer from the incapability of well preserving the critical information in the low-dimensional latent space, mainly because they generally assume an isotropic Gaussian distribution as prior and fail to mine the intrinsic multimodality in high dimensional data. Moreover, most of the schemes decouple the model learning process, resulting in suboptimal performance. To tackle these challenges, in this paper, we propose a unified Unsupervised Gaussian Mixture Variational Autoencoder for outlier detection. Specifically, a variational autoencoder firstly trains a generative distribution and extracts reconstruction based features. Then we adopt a deep brief network to estimate the component mixture probabilities by the latent distribution and extracted features, which is further used by the Gaussian mixture model to estimate sample densities with the Expectation-Maximization (EM) algorithm. The inference model is optimized jointly with the variational autoencoder, the deep brief network, and the Gaussian mixture model. Afterwards, the proposed detector identifies outliers when the estimated sample density exceeds a learned threshold. Extensive simulations on six public benchmark datasets show that the proposed framework outperforms state-of-the-art outlier detection schemes and achieves, on average, 27% improvements in F1 score.
Weixian Liao, Yifan Guo 0001, Pan Li 0001
IEEE BigData2