Researcher profile

Guanzhong Wang

Guanzhong Wang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 17 - UnverifiedVerification L1Unclaimed author
4works
0followers
3topics
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

4 published item(s)

preprint2026arXiv

Sortblock: Similarity-Aware Feature Reuse for Diffusion Model

Diffusion Transformers (DiTs) have demonstrated remarkable generative capabilities, particularly benefiting from Transformer architectures that enhance visual and artistic fidelity. However, their inherently sequential denoising process results in high inference latency, limiting their deployment in real-time scenarios. Existing training-free acceleration approaches typically reuse intermediate features at fixed timesteps or layers, overlooking the evolving semantic focus across denoising stages and Transformer blocks.To address this, we propose Sortblock, a training-free inference acceleration framework that dynamically caches block-wise features based on their similarity across adjacent timesteps. By ranking the evolution of residuals, Sortblock adaptively determines a recomputation ratio, selectively skipping redundant computations while preserving generation quality. Furthermore, we incorporate a lightweight linear prediction mechanism to reduce accumulated errors in skipped blocks.Extensive experiments across various tasks and DiT architectures demonstrate that Sortblock achieves over 2$\times$ inference speedup with minimal degradation in output quality, offering an effective and generalizable solution for accelerating diffusion-based generative models.

preprint2022arXiv

Nonlocal measurement of quasiparticle charge and energy relaxation in proximitized semiconductor nanowires using quantum dots

The lowest-energy excitations of superconductors do not carry an electric charge, as their wave function is equally electron-like and hole-like. This fundamental property is not easy to study in electrical measurements that rely on the charge to generate an observable signal. The ability of a quantum dot to act as a charge filter enables us to solve this problem and measure the quasiparticle charge in superconducting-semiconducting hybrid nanowire heterostructures. We report measurements on a three-terminal circuit, in which an injection lead excites a non-equilibrium quasiparticle distribution in the hybrid system, and the electron or hole component of the resulting quasiparticles is detected using a quantum dot as a tunable charge and energy filter. The results verify the chargeless nature of the quasiparticles at the gap edge and reveal the complete relaxation of injected charge and energy in a proximitized nanowire, resolving open questions in previous three-terminal experiments.

preprint2021arXiv

Large zero-bias peaks in InSb-Al hybrid semiconductor-superconductor nanowire devices

We report electron transport studies on InSb-Al hybrid semiconductor-superconductor nanowire devices. Tunnelling spectroscopy is used to measure the evolution of subgap states while varying magnetic field and voltages applied to various nearby gates. At magnetic fields between 0.7 and 0.9 T, the differential conductance contains large zero bias peaks (ZBPs) whose height reaches values on the order 2e2/h. We investigate these ZBPs for large ranges of gate voltages in different devices. We discuss possible interpretations in terms of disorder-induced subgap states, Andreev bound states and Majorana zero modes.

preprint2020arXiv

PP-YOLO: An Effective and Efficient Implementation of Object Detector

Object detection is one of the most important areas in computer vision, which plays a key role in various practical scenarios. Due to limitation of hardware, it is often necessary to sacrifice accuracy to ensure the infer speed of the detector in practice. Therefore, the balance between effectiveness and efficiency of object detector must be considered. The goal of this paper is to implement an object detector with relatively balanced effectiveness and efficiency that can be directly applied in actual application scenarios, rather than propose a novel detection model. Considering that YOLOv3 has been widely used in practice, we develop a new object detector based on YOLOv3. We mainly try to combine various existing tricks that almost not increase the number of model parameters and FLOPs, to achieve the goal of improving the accuracy of detector as much as possible while ensuring that the speed is almost unchanged. Since all experiments in this paper are conducted based on PaddlePaddle, we call it PP-YOLO. By combining multiple tricks, PP-YOLO can achieve a better balance between effectiveness (45.2% mAP) and efficiency (72.9 FPS), surpassing the existing state-of-the-art detectors such as EfficientDet and YOLOv4.Source code is at https://github.com/PaddlePaddle/PaddleDetection.