H

Haibin Zhang

University of Science and Technology of China

ORCID: 0000-0002-0080-6341

Publishes on Cryptography and Data Security, Privacy-Preserving Technologies in Data, IoT and Edge/Fog Computing. 252 papers and 7.1k citations.

252Publications
7.1kTotal Citations

Is this you? Claim your profile.

Add your photo, update your bio, and get notified when your ranking changes.

Top publicationsby citations

Strong Quantum Computational Advantage Using a Superconducting Quantum Processor
Yulin Wu, Wan‐Su Bao, Sirui Cao et al.|Physical Review Letters|2021
Cited by 1.1kOpen Access

Scaling up to a large number of qubits with high-precision control is essential in the demonstrations of quantum computational advantage to exponentially outpace the classical hardware and algorithmic improvements. Here, we develop a two-dimensional programmable superconducting quantum processor, Zuchongzhi, which is composed of 66 functional qubits in a tunable coupling architecture. To characterize the performance of the whole system, we perform random quantum circuits sampling for benchmarking, up to a system size of 56 qubits and 20 cycles. The computational cost of the classical simulation of this task is estimated to be 2-3 orders of magnitude higher than the previous work on 53-qubit Sycamore processor [Nature 574, 505 (2019)NATUAS0028-083610.1038/s41586-019-1666-5. We estimate that the sampling task finished by Zuchongzhi in about 1.2 h will take the most powerful supercomputer at least 8 yr. Our work establishes an unambiguous quantum computational advantage that is infeasible for classical computation in a reasonable amount of time. The high-precision and programmable quantum computing platform opens a new door to explore novel many-body phenomena and implement complex quantum algorithms.

STAMP
Qiao Liu, Yifu Zeng, Refuoe Mokhosi et al.|Unknown|2018
Cited by 950

Predicting users' actions based on anonymous sessions is a challenging problem in web-based behavioral modeling research, mainly due to the uncertainty of user behavior and the limited information. Recent advances in recurrent neural networks have led to promising approaches to solving this problem, with long short-term memory model proving effective in capturing users' general interests from previous clicks. However, none of the existing approaches explicitly take the effects of users' current actions on their next moves into account. In this study, we argue that a long-term memory model may be insufficient for modeling long sessions that usually contain user interests drift caused by unintended clicks. A novel short-term attention/memory priority model is proposed as a remedy, which is capable of capturing users' general interests from the long-term memory of a session context, whilst taking into account users' current interests from the short-term memory of the last-clicks. The validity and efficacy of the proposed attention mechanism is extensively evaluated on three benchmark data sets from the RecSys Challenge 2015 and CIKM Cup 2016. The numerical results show that our model achieves state-of-the-art performance in all the tests.

Reducing Offloading Latency for Digital Twin Edge Networks in 6G
Wen Sun, Haibin Zhang, Rong Wang et al.|IEEE Transactions on Vehicular Technology|2020
Cited by 360

6G is envisioned to empower wireless communication and computation through the digitalization and connectivity of everything, by establishing a digital representation of the real network environment. Mobile edge computing (MEC), as one of the key enabling factors, meets unprecedented challenges during mobile offloading due to the extremely complicated and unpredictable network environment in 6G. The existing works on offloading in MEC mainly ignore the effects of user mobility and the unpredictable MEC environment. In this paper, we present a new vision of Digital Twin Edge Networks (DITEN) where digital twins (DTs) of edge servers estimate edge servers' states and DT of the entire MEC system provides training data for offloading decision. A mobile offloading scheme is proposed in DITEN to minimize the offloading latency under the constraints of accumulated consumed service migration cost during user mobility. The Lyapunov optimization method is leveraged to simplify the long-term migration cost constraint to a multi-objective dynamic optimization problem, which is then solved by Actor-Critic deep reinforcement learning. Simulations results show that our proposed scheme effectively diminishes the average offloading latency, the offloading failure rate, and the service migration rate, as compared with benchmark schemes, while saving the system cost with DT assistance.

Recent Advances in Stochastic Gradient Descent in Deep Learning
Cited by 237Open Access

In the age of artificial intelligence, the best approach to handling huge amounts of data is a tremendously motivating and hard problem. Among machine learning models, stochastic gradient descent (SGD) is not only simple but also very effective. This study provides a detailed analysis of contemporary state-of-the-art deep learning applications, such as natural language processing (NLP), visual data processing, and voice and audio processing. Following that, this study introduces several versions of SGD and its variant, which are already in the PyTorch optimizer, including SGD, Adagrad, adadelta, RMSprop, Adam, AdamW, and so on. Finally, we propose theoretical conditions under which these methods are applicable and discover that there is still a gap between theoretical conditions under which the algorithms converge and practical applications, and how to bridge this gap is a question for the future.