Researcher profile

Zhi Qi

Zhi Qi contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
11works
0followers
5topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

11 published item(s)

preprint2025arXiv

Secondary Term for the Mean Value of Maass Special $L$-values

In this paper, we discover a secondary term in the asymptotic formula for the mean value of Hecke--Maass special $L$-values $ L (1/2+it_f, f) $ with the average over $f (z)$ in an orthonormal basis of (even or odd) Hecke--Maass cusp forms of Laplace eigenvalue $1/4 + t_f^2$ ($t_f > 0$). To be explicit, we prove $$ \sum_{t_f \leqslant T} ω_f L (1/2+it_f, f) = \frac {T^2} {π^2} + \frac {8T^{3/2}} {3π^{3/2} } + O \big(T^{1+\varepsilon}\big), $$ for any $\varepsilon > 0$, where $ω_f$ are the harmonic weights. This provides a new instance of (large) secondary terms in the moments of $L$-functions -- it was known previously only for the smoothed cubic moment of quadratic Dirichlet $L$-functions. The proof relies on an explicit formula for the smoothed mean value of $L (1/2+it_f, f)$.

preprint2022arXiv

Arrhythmia Classifier Using Convolutional Neural Network with Adaptive Loss-aware Multi-bit Networks Quantization

Cardiovascular disease (CVDs) is one of the universal deadly diseases, and the detection of it in the early stage is a challenging task to tackle. Recently, deep learning and convolutional neural networks have been employed widely for the classification of objects. Moreover, it is promising that lots of networks can be deployed on wearable devices. An increasing number of methods can be used to realize ECG signal classification for the sake of arrhythmia detection. However, the existing neural networks proposed for arrhythmia detection are not hardware-friendly enough due to a remarkable quantity of parameters resulting in memory and power consumption. In this paper, we present a 1-D adaptive loss-aware quantization, achieving a high compression rate that reduces memory consumption by 23.36 times. In order to adapt to our compression method, we need a smaller and simpler network. We propose a 17 layer end-to-end neural network classifier to classify 17 different rhythm classes trained on the MIT-BIH dataset, realizing a classification accuracy of 93.5%, which is higher than most existing methods. Due to the adaptive bitwidth method making important layers get more attention and offered a chance to prune useless parameters, the proposed quantization method avoids accuracy degradation. It even improves the accuracy rate, which is 95.84%, 2.34% higher than before. Our study achieves a 1-D convolutional neural network with high performance and low resources consumption, which is hardware-friendly and illustrates the possibility of deployment on wearable devices to realize a real-time arrhythmia diagnosis.

preprint2022arXiv

LPC-AD: Fast and Accurate Multivariate Time Series Anomaly Detection via Latent Predictive Coding

This paper proposes LPC-AD, a fast and accurate multivariate time series (MTS) anomaly detection method. LPC-AD is motivated by the ever-increasing needs for fast and accurate MTS anomaly detection methods to support fast troubleshooting in cloud computing, micro-service systems, etc. LPC-AD is fast in the sense that its reduces the training time by as high as 38.2% compared to the state-of-the-art (SOTA) deep learning methods that focus on training speed. LPC-AD is accurate in the sense that it improves the detection accuracy by as high as 18.9% compared to SOTA sophisticated deep learning methods that focus on enhancing detection accuracy. Methodologically, LPC-AD contributes a generic architecture LPC-Reconstruct for one to attain different trade-offs between training speed and detection accuracy. More specifically, LPC-Reconstruct is built on ideas from autoencoder for reducing redundancy in time series, latent predictive coding for capturing temporal dependence in MTS, and randomized perturbation for avoiding overfitting of anomalous dependence in the training data. We present simple instantiations of LPC-Reconstruct to attain fast training speed, where we propose a simple randomized perturbation method. The superior performance of LPC-AD over SOTA methods is validated by extensive experiments on four large real-world datasets. Experiment results also show the necessity and benefit of each component of the LPC-Reconstruct architecture and that LPC-AD is robust to hyper parameters.

preprint2022arXiv

Moments of Central $L$-values for Maass Forms over Imaginary Quadratic Fields

In this paper, over imaginary quadratic fields, we consider the family of $L$-functions $L (s, f)$ for an orthonormal basis of spherical Hecke--Maass forms $f$ with Archimedean parameter $t_f$. We establish asymptotic formulae for the twisted first and second moments of the central values $L\big(\frac 1 2, f\big)$, which can be applied to prove that at least $33 \%$ of $L\big(\frac 1 2, f\big)$ with $t_f \leqslant T$ are non-vanishing as $T \rightarrow \infty$. Our main tools are the spherical Kuznetsov trace formula and the Voronoï summation formula over imaginary quadratic fields.

preprint2022arXiv

Proof of the Strong Ivić Conjecture for the Cubic Moment of Maass-form $L$-functions

In this paper, we prove the following asymptotic formula for the spectral cubic moment of central $L$-values: $$ \sum_{t_f \leqslant T} \frac {2 L \big( \tfrac 1 2 , f \big)^3} {L(1, \mathrm{Sym}^2 f)} + \frac {2} π \int_{0}^{T} \frac {\left| ζ\big(\tfrac 1 2 + it \big) \right|^{6} } { | ζ(1 + 2 it ) |^2 } \mathrm{d} t = T^2 P_3 (\log T) + O (T^{1+\varepsilon}) , $$ where $f$ ranges in an orthonormal basis of (even) Hecke--Maass cusp forms, and $P_3$ is a certain polynomial of degree $3$. It improves on the error term $O (T^{8/7+\varepsilon})$ in a paper of Ivić and hence confirms his strong conjecture for the cubic moment. This is the first time that the (strong) moment conjecture is fully proven in a cubic case. Moreover, we establish the short-interval variant of the above asymptotic formula on intervals of length as short as $T^{\varepsilon}$.

preprint2022arXiv

RepBNN: towards a precise Binary Neural Network with Enhanced Feature Map via Repeating

Binary neural network (BNN) is an extreme quantization version of convolutional neural networks (CNNs) with all features and weights mapped to just 1-bit. Although BNN saves a lot of memory and computation demand to make CNN applicable on edge or mobile devices, BNN suffers the drop of network performance due to the reduced representation capability after binarization. In this paper, we propose a new replaceable and easy-to-use convolution module RepConv, which enhances feature maps through replicating input or output along channel dimension by $β$ times without extra cost on the number of parameters and convolutional computation. We also define a set of RepTran rules to use RepConv throughout BNN modules like binary convolution, fully connected layer and batch normalization. Experiments demonstrate that after the RepTran transformation, a set of highly cited BNNs have achieved universally better performance than the original BNN versions. For example, the Top-1 accuracy of Rep-ReCU-ResNet-20, i.e., a RepBconv enhanced ReCU-ResNet-20, reaches 88.97% on CIFAR-10, which is 1.47% higher than that of the original network. And Rep-AdamBNN-ReActNet-A achieves 71.342% Top-1 accuracy on ImageNet, a fresh state-of-the-art result of BNNs. Code and models are available at:https://github.com/imfinethanks/Rep_AdamBNN.

preprint2022arXiv

Strong subconvexity for self-dual $\mathrm{GL} (3)$ $L$-functions

In this paper, we prove strong subconvexity bounds for self-dual $\mathrm{GL}(3)$ $L$-functions in the $t$-aspect and for $\mathrm{GL}(3)\times\mathrm{GL}(2)$ $L$-functions in the $\mathrm{GL}(2)$-spectral aspect. The bounds are strong in the sense that they are the natural limit of the moment method pioneered by Xiaoqing Li, modulo current knowledge on estimate for the second moment of $\rm GL(3)$ $L$-functions on the critical line.

preprint2021arXiv

Bias of Root Numbers for Modular Newforms of Cubic Level

Let $H^{\pm}_{2k} (N^3)$ denote the set of modular newforms of cubic level $N^3$, weight $2 k$, and root number $\pm 1$. For $N > 1$ squarefree and $k>1$, we use an analytic method to establish neat and explicit formulas for the difference $|H^{+}_{2k} (N^3)| - |H^{-}_{2k} (N^3)|$ as a multiple of the product of $φ(N)$ and the class number of $\mathbb{Q}(\sqrt{- N})$. In particular, the formulas exhibit a strict bias towards the root number $+1$. Our main tool is a root-number weighted simple Petersson formula for such newforms.

preprint2020arXiv

Low-lying zeros of $L$-functions for Maass forms over imaginary quadratic fields

We study the $1$- or $2$-level density of families of $L$-functions for Hecke--Maass forms over an imaginary quadratic field $F$. For test functions whose Fourier transform is supported in $\left(-\frac 32, \frac 32\right)$, we prove that the $1$-level density for Hecke--Maass forms over $F$ of square-free level $\mathfrak{q}$, as $\mathrm{N}(\mathfrak{q})$ tends to infinity, agrees with that of the orthogonal random matrix ensembles. For Hecke--Maass forms over $F$ of full level, we prove similar statements for the $1$- and $2$-level densities, as the Laplace eigenvalues tends to infinity.