Researcher profile

Wenhua Wang

Wenhua Wang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
6works
0followers
4topics
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

6 published item(s)

preprint2022arXiv

Asynchronous Federated Learning Based Mobility-aware Caching in Vehicular Edge Computing

Vehicular edge computing (VEC) is a promising technology to support real-time applications through caching the contents in the roadside units (RSUs), thus vehicles can fetch the contents requested by vehicular users (VUs) from the RSU within short time. The capacity of the RSU is limited and the contents requested by VUs change frequently due to the high-mobility characteristics of vehicles, thus it is essential to predict the most popular contents and cache them in the RSU in advance. The RSU can train model based on the VUs' data to effectively predict the popular contents. However, VUs are often reluctant to share their data with others due to the personal privacy. Federated learning (FL) allows each vehicle to train the local model based on VUs' data, and upload the local model to the RSU instead of data to update the global model, and thus VUs' privacy information can be protected. The traditional synchronous FL must wait all vehicles to complete training and upload their local models for global model updating, which would cause a long time to train global model. The asynchronous FL updates the global model in time once a vehicle's local model is received. However, the vehicles with different staying time have different impacts to achieve the accurate global model. In this paper, we consider the vehicle mobility and propose an Asynchronous FL based Mobility-aware Edge Caching (AFMC) scheme to obtain an accurate global model, and then propose an algorithm to predict the popular contents based on the global model. Experimental results show that AFMC outperforms other baseline caching schemes.

preprint2022arXiv

The Characterizations of Anisotropic Mixed-Norm Hardy Spaces on $\mathbb{R}^n$ by Atoms and Molecules

Let $\vec{p}\in(0,\,\infty)^n$, $A$ be an expansive dilation on $\mathbb{R}^n$,and $H^{\vec{p}}_A({\mathbb {R}}^n)$ be the anisotropic mixed-norm Hardy space defined via the non-tangential grand maximal function studied by \cite{hlyy20}. In this paper, the authors establish new atomic and molecular decompositions of $H^{\vec{p}}_A({\mathbb {R}}^n)$. As an application, the authors obtain a boundedness criterion for a class of linear operators from $H^{\vec{p}}_{A}(\mathbb{R}^n)$ to $H^{\vec{p}}_{A}(\mathbb{R}^n)$. Part of results are still new even in the classical isotropic setting (in the case $A:=2\mathrm I_{n\times n}$, ${\mathrm{I}}_{n\times n}$ denotes the $n\times n$ unit matrix).

preprint2022arXiv

The dual spaces of variable anisotropic Hardy-Lorentz spaces and continuity of a class of linear operators

In this paper, the author obtain the continuity of a class of linear operators on variable anisotropic Hardy-Lorentz spaces. In addition, the author also obtain that the dual space of variable anisotropic Hardy-Lorentz spaces is the anisotropic BMO-type spaces with variable exponents. This result is still new even when the exponent function $p(\cdot)$ is $p$.

preprint2022arXiv

The Fourier Transform of Anisotropic Hardy Spaces with Variable Exponents and Their Applications

Let $A$ be an expansive dilation on $\mathbb{R}^n$, and $p(\cdot):\mathbb{R}^n\rightarrow(0,\,\infty)$ be a variable exponent function satisfying the globally log-Hölder continuous condition. Let $\mathcal{H}^{p(\cdot)}_A({\mathbb {R}}^n)$ be the variable anisotropic Hardy space defined via the non-tangential grand maximal function. In this paper, the authors obtain that the Fourier transform of $f\in \mathcal{H}^{p(\cdot)}_A({\mathbb {R}}^n)$ coincides with a continuous function $F$ on $\mathbb{R}^n$ in the sense of tempered distributions. As applications, the authors further conclude a higher order convergence of the continuous function $F$ at the origin and then give a variant of the Hardy-Littlewood inequality in the setting of anisotropic Hardy spaces with variable exponents.

preprint2021arXiv

Maximal Function Characterizations of Hardy Spaces on ${\mathbb{R}}^{n}$ with Pointwise Variable Anisotropy

In 2011, Dekel et al. developed highly geometric Hardy spaces $H^p(Θ)$, for the full range $0<p\leq 1$, which are constructed by continuous multi-level ellipsoid covers $Θ$ of $\mathbb{R}^n$ with high anisotropy in the sense that the ellipsoids can change shape rapidly from point to point and from level to level. In this article, if the cover $Θ$ is pointwise continuous, then the authors further obtain some real-variable characterizations of $H^p(Θ)$ in terms of the radial, the non-tangential and the tangential maximal functions, which generalize the known results on the anisotropic Hardy spaces of Bownik.

preprint2020arXiv

TranS^3: A Transformer-based Framework for Unifying Code Summarization and Code Search

Code summarization and code search have been widely adopted in sofwaredevelopmentandmaintenance. However, fewstudieshave explored the efcacy of unifying them. In this paper, we propose TranS^3 , a transformer-based framework to integrate code summarization with code search. Specifcally, for code summarization,TranS^3 enables an actor-critic network, where in the actor network, we encode the collected code snippets via transformer- and tree-transformer-based encoder and decode the given code snippet to generate its comment. Meanwhile, we iteratively tune the actor network via the feedback from the critic network for enhancing the quality of the generated comments. Furthermore, we import the generated comments to code search for enhancing its accuracy. To evaluatetheefectivenessof TranS^3 , we conduct a set of experimental studies and case studies where the experimental results suggest that TranS^3 can signifcantly outperform multiple state-of-the-art approaches in both code summarization and code search and the study results further strengthen the efcacy of TranS^3 from the developers&#39; points of view.