Researcher profile

Qizhang Li

Qizhang Li contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

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

7 published item(s)

preprint2025arXiv

High-efficiency broadband active metasurfaces via reversible metal electrodeposition

Realizing active metasurfaces with substantial tunability is important for many applications but remains challenging due to difficulties in dynamically tuning light-matter interactions at subwavelength scales. Here, we introduce reversible metal electrodeposition as a versatile approach for enabling active metasurfaces with exceptional tunability across a broad bandwidth. As a proof of concept, we demonstrate a dynamic beam-steering device by performing reversible copper (Cu) electrodeposition on a reflective gradient metasurface composed of metal-insulator-metal resonators. By applying different voltages, the Cu atoms can be uniformly and reversibly electrodeposited and stripped around the resonators, effectively controlling the gap-surface plasmon resonances and steering the reflected light. This process experimentally achieved >90% diffraction efficiencies and >60% reflection efficiencies in both specular and anomalous modes, even after thousands of cycles. Moreover, these high efficiencies can be extended from the visible to the near- and mid-infrared regimes, demonstrating the broad versatility of this approach in enabling various active optical and thermal devices with different working wavelengths and bandwidths.

preprint2022arXiv

Adversarial Contrastive Learning via Asymmetric InfoNCE

Contrastive learning (CL) has recently been applied to adversarial learning tasks. Such practice considers adversarial samples as additional positive views of an instance, and by maximizing their agreements with each other, yields better adversarial robustness. However, this mechanism can be potentially flawed, since adversarial perturbations may cause instance-level identity confusion, which can impede CL performance by pulling together different instances with separate identities. To address this issue, we propose to treat adversarial samples unequally when contrasted, with an asymmetric InfoNCE objective ($A-InfoNCE$) that allows discriminating considerations of adversarial samples. Specifically, adversaries are viewed as inferior positives that induce weaker learning signals, or as hard negatives exhibiting higher contrast to other negative samples. In the asymmetric fashion, the adverse impacts of conflicting objectives between CL and adversarial learning can be effectively mitigated. Experiments show that our approach consistently outperforms existing Adversarial CL methods across different finetuning schemes without additional computational cost. The proposed A-InfoNCE is also a generic form that can be readily extended to other CL methods. Code is available at https://github.com/yqy2001/A-InfoNCE.

preprint2022arXiv

An Intermediate-level Attack Framework on The Basis of Linear Regression

This paper substantially extends our work published at ECCV, in which an intermediate-level attack was proposed to improve the transferability of some baseline adversarial examples. Specifically, we advocate a framework in which a direct linear mapping from the intermediate-level discrepancies (between adversarial features and benign features) to prediction loss of the adversarial example is established. By delving deep into the core components of such a framework, we show that 1) a variety of linear regression models can all be considered in order to establish the mapping, 2) the magnitude of the finally obtained intermediate-level adversarial discrepancy is correlated with the transferability, 3) further boost of the performance can be achieved by performing multiple runs of the baseline attack with random initialization. In addition, by leveraging these findings, we achieve new state-of-the-arts on transfer-based $\ell_\infty$ and $\ell_2$ attacks. Our code is publicly available at https://github.com/qizhangli/ila-plus-plus-lr.

preprint2022arXiv

Fundamental limit to the rectification of near-field heat flow: The potential of intrinsic semiconductor films

We derive the fundamental limit to near-field radiative thermal rectification mediated by an intrinsic semiconductor film within the framework of fluctuational electrodynamics. By leveraging the electromagnetic local density of states, we identify ε"_H/ε"_L as an upper bound on the rectification magnitude, where ε"_H and ε"_L are respectively the imaginary parts of the film permittivity at high and low temperatures. This bound is tight and can be approached regardless of whether the film is suspended or supported. For intrinsic silicon the limit can in principle exceed 10^9. Our work highlights the possibility of controlling heat flow as effectively as electric current, and offers guidelines to potentially achieve this goal.

preprint2022arXiv

On Steering Multi-Annotations per Sample for Multi-Task Learning

The study of multi-task learning has drawn great attention from the community. Despite the remarkable progress, the challenge of optimally learning different tasks simultaneously remains to be explored. Previous works attempt to modify the gradients from different tasks. Yet these methods give a subjective assumption of the relationship between tasks, and the modified gradient may be less accurate. In this paper, we introduce Stochastic Task Allocation~(STA), a mechanism that addresses this issue by a task allocation approach, in which each sample is randomly allocated a subset of tasks. For further progress, we propose Interleaved Stochastic Task Allocation~(ISTA) to iteratively allocate all tasks to each example during several consecutive iterations. We evaluate STA and ISTA on various datasets and applications: NYUv2, Cityscapes, and COCO for scene understanding and instance segmentation. Our experiments show both STA and ISTA outperform current state-of-the-art methods. The code will be available.

preprint2021arXiv

Radiative thermal diode via hyperbolic metamaterials

Hyperbolic metamaterials (HMMs) support propagating waves with arbitrarily large wavevectors over broad spectral ranges, and are uniquely valuable for engineering radiative thermal transport in the near field. Here, by employing a rational design approach based on the electromagnetic local density of states, we demonstrate the ability of HMMs to substantially rectify radiative heat flow. Our idea is to establish a forward-biased scenario where the two HMM-based terminals of a thermal diode feature overlapped hyperbolic bands which result in a large heat current, and suppress the reverse heat flow by creating spectrally mismatched density of states as the temperature bias is flipped. As an example, we present a few high-performance thermal diodes by pairing HMMs made of polar dielectrics and metal-to-insulator transition (MIT) materials in the form of periodic nanowire arrays, and considering three representative kinds of substrates. Upon optimization, we theoretically achieve a rectification ratio of 324 at a 100 nm gap, which remains greater than 148 for larger gap sizes up to 1 um over a wide temperature range. The maximum rectification represents an almost 1000-fold increase compared to a bulk diode using the same materials, and is twice that of state-of-the-art designs. Our work highlights the potential of HMMs for rectifying radiative heat flow, and may find applications in advanced thermal management and energy conversion systems.

preprint2020arXiv

Yet Another Intermediate-Level Attack

The transferability of adversarial examples across deep neural network (DNN) models is the crux of a spectrum of black-box attacks. In this paper, we propose a novel method to enhance the black-box transferability of baseline adversarial examples. By establishing a linear mapping of the intermediate-level discrepancies (between a set of adversarial inputs and their benign counterparts) for predicting the evoked adversarial loss, we aim to take full advantage of the optimization procedure of multi-step baseline attacks. We conducted extensive experiments to verify the effectiveness of our method on CIFAR-100 and ImageNet. Experimental results demonstrate that it outperforms previous state-of-the-arts considerably. Our code is at https://github.com/qizhangli/ila-plus-plus.