Source author record

Jiansong Li

Jiansong Li appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

4works
4topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

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

Published work

4 published item(s)

preprint2022arXiv

Optimal randomized quadrature for weighted Sobolev and Besov classes with the Jacobi weight on the ball

We consider the numerical integration $${\rm INT}_d(f)=\int_{\mathbb{B}^{d}}f(x)w_μ(x)dx $$ for the weighted Sobolev classes $BW^{r}_{p,μ}$ and the weighted Besov classes $BB_τ^r(L_{p,μ})$ in the randomized case setting, where $w_μ, \,μ\ge0,$ is the classical Jacobi weight on the ball $\Bbb B^d$, $1\le p\le \infty$, $r>(d+2μ)/p$, and $0<τ\le\infty$. For the above two classes, we obtain the orders of the optimal quadrature errors in the randomized case setting are $n^{-r/d-1/2+(1/p-1/2)_+}$. Compared to the orders $n^{-r/d}$ of the optimal quadrature errors in the deterministic case setting, randomness can effectively improve the order of convergence when $p>1$.

preprint2022arXiv

Weighted $\ell_q$ approximation problems on the ball and on the sphere

Let $L_{q,μ},\, 1\le q<\infty, \ μ\ge0,$ denote the weighted $L_q$ space with the classical Jacobi weight $w_μ$ on the ball $\Bbb B^d$. We consider the weighted least $\ell_q$ approximation problem for a given $L_{q,μ}$-Marcinkiewicz-Zygmund family on $\Bbb B^d$. We obtain the weighted least $\ell_q$ approximation errors for the weighted Sobolev space $W_{q,μ}^r$, $r>(d+2μ)/q$, which are order optimal. We also discuss the least squares quadrature induced by an $L_{2,μ}$-Marcinkiewicz-Zygmund family, and get the quadrature errors for $W_{2,μ}^r$, $r>(d+2μ)/2$, which are also order optimal. Meanwhile, we give the corresponding the weighted least $\ell_q$ approximation theorem and the least squares quadrature errors on the sphere.

preprint2022arXiv

Weighted $L_p$ Markov factors with doubling weights on the ball

Let $L_{p,w},\ 1 \le p<\infty,$ denote the weighted $L_p$ space of functions on the unit ball $\Bbb B^d$ with a doubling weight $w$ on $\Bbb B^d$. The Markov factor for $L_{p,w}$ on a polynomial $P$ is defined by $\frac{\|\, |\nabla P|\,\|_{p,w}}{\|P\|_{p,w}}$, where $\nabla P$ is the gradient of $P$. We investigate the worst case Markov factors for $L_{p,w}\ (1\le p<\infty)$ and obtain that the degree of these factors are at most $2$. In particular, for the Jacobi weight $w_μ(x)=(1-|x|^2)^{μ-1/2}, \ μ\ge0$, the exponent $2$ is sharp. We also study the average case Markov factor for $L_{2,w}$ on random polynomials with independent $N(0, σ^2)$ coefficients and obtain that the upper bound of the average (expected) Markov factor is order degree to the $3/2$, as compared to the degree squared worst case upper bound.

preprint2020arXiv

Accelerating Deep Learning Inference with Cross-Layer Data Reuse on GPUs

Accelerating the deep learning inference is very important for real-time applications. In this paper, we propose a novel method to fuse the layers of convolutional neural networks (CNNs) on Graphics Processing Units (GPUs), which applies data reuse analysis and access optimization in different levels of the memory hierarchy. To achieve the balance between computation and memory access, we explore the fusion opportunities in the CNN computation graph and propose three fusion modes of convolutional neural networks: straight, merge and split. Then, an approach for generating efficient fused code is designed, which goes deeper in multi-level memory usage for cross-layer data reuse. The effectiveness of our method is evaluated with the network layers from state-of-the-art CNNs on two different GPU platforms, NVIDIA TITAN Xp and Tesla P4. The experiments show that the average speedup is 2.02x on representative structures of CNNs, and 1.57x on end-to-end inference of SqueezeNet.