Researcher profile

Heng Fan

Heng Fan contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

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

47 published item(s)

preprint2026arXiv

Learning to Segment Liquids in Real-world Images

Different types of liquids such as water, wine and medicine appear in all aspects of daily life. However, limited attention has been given to the task, hindering the ability of robots to avoid or interact with liquids safely. The segmentation of liquids is difficult because liquids come in diverse appearances and shapes; moreover, they can be both transparent or reflective, taking on arbitrary objects and scenes from the background or surroundings. To take on this challenge, we construct a large-scale dataset of liquids named LQDS consisting of 5000 real-world images annotated into 14 distinct classes, and design a novel liquid detection model named LQDM, which leverages cross-attention between a dedicated boundary branch and the main segmentation branch to enhance segmentation predictions. Extensive experiments demonstrate the effectiveness of LQDM on the test set of LQDS, outperforming state-of-the-art methods and establishing a strong baseline for the semantic segmentation of liquids.

preprint2026arXiv

Markov Gap and Bound Entanglement in Haar Random State

Bound entanglement refers to entangled states that cannot be distilled into maximally entangled states and therefore cannot directly be used in many quantum information processing protocols. We identify a relationship between bound entanglement and the Markov gap, which is introduced within holography via the entanglement wedge cross section and is related to the fidelity of the partial Markov recovery problem. We prove that a bound entangled state must have a nonzero Markov gap. Conversely, for sufficiently large systems, a state with a weakly nonzero Markov gap typically has a bound entangled or separable marginal state, where entanglement is undistillable. Furthermore, this implies that the transition from a bound entangled to a separable state originates from the properties of states with a weakly nonzero Markov gap, which may be dual to non-perturbative effects from a holographic perspective. Our results shed light on the investigation of the Markov gap and enhance interdisciplinary applications of quantum information.

preprint2026arXiv

Off-resonant preservation and generation of imaginarity in distributed scenarios

We study the nonlocal advantage of quantum imaginarity (NAQI) and distillable imaginarity of assistance (DIA), which treat imaginarity as a resource in distributed scenarios. For two qubits interacting with a lossy cavity, it is shown that both the NAQI and DIA can be well preserved for long times in the presence of large and symmetric detuning between the qubits and the cavity. Moreover, the off-resonant interaction generates a high degree of NAQI and DIA from the initial product states of two qubits having the same detunings and unequal couplings to the cavity. Based on the effective coupling of the qubits induced by the cavity mode, we explain the physical mechanism underlying the validity of this strategy. Our findings shed light on the role that off-resonant interactions have in the efficient control of imaginarity in distributed scenarios.

preprint2025arXiv

Enhancing the charging performance of an atomic quantum battery

We study a quantum battery (QB) model composed of two atoms, where the charger and battery elements are coupled to a multimode vacuum field that serves as a mediator for energy transfer. Different figures of merit such as ergotropy, charging time, and charging efficiency are analyzed, putting emphasis on the role of various control parameters on the charging performance. It is found that there is a range of angle between the transition dipole moments and interatomic axis in which the QB can be charged. The optimal charging performance is achieved if the atomic dipole moments are perpendicular or parallel to the interatomic axis. The charging performance also improves with the decrease of the interatomic distance. Besides, the charged ergotropy can be enhanced by increasing the initial ergotropy of the charger and it is beneficial to charge the QB starting from a passive state.

preprint2025arXiv

Mathieu Control of the Effective Coupling in Superconducting Qubits

A common challenge in superconducting quantum circuits is the trade-off between strong coupling and computational subspace integrity. We present Mathieu control, which uses a non-resonant two-photon drive to create a selective nonlinear frequency shift. This shift modifies interactions while preserving qubit states, enabling continuous tuning of the ZZ coupling, including full suppression, and integrating single- and two-qubit gates with low leakage. For a qubit-coupler-qubit device, it allows independent ZZ control, facilitating a programmable Heisenberg (XXZ) Hamiltonian. Extended to a five-qubit chain, the system can be reconfigured to simulate dynamics of quantum magnetic phases. Mathieu control thus provides a framework for high-fidelity quantum logic and programmable simulation.

preprint2024arXiv

Accurate and Fast Compressed Video Captioning

Existing video captioning approaches typically require to first sample video frames from a decoded video and then conduct a subsequent process (e.g., feature extraction and/or captioning model learning). In this pipeline, manual frame sampling may ignore key information in videos and thus degrade performance. Additionally, redundant information in the sampled frames may result in low efficiency in the inference of video captioning. Addressing this, we study video captioning from a different perspective in compressed domain, which brings multi-fold advantages over the existing pipeline: 1) Compared to raw images from the decoded video, the compressed video, consisting of I-frames, motion vectors and residuals, is highly distinguishable, which allows us to leverage the entire video for learning without manual sampling through a specialized model design; 2) The captioning model is more efficient in inference as smaller and less redundant information is processed. We propose a simple yet effective end-to-end transformer in the compressed domain for video captioning that enables learning from the compressed video for captioning. We show that even with a simple design, our method can achieve state-of-the-art performance on different benchmarks while running almost 2x faster than existing approaches. Code is available at https://github.com/acherstyx/CoCap.

preprint2024arXiv

Context-Guided Spatio-Temporal Video Grounding

Spatio-temporal video grounding (or STVG) task aims at locating a spatio-temporal tube for a specific instance given a text query. Despite advancements, current methods easily suffer the distractors or heavy object appearance variations in videos due to insufficient object information from the text, leading to degradation. Addressing this, we propose a novel framework, context-guided STVG (CG-STVG), which mines discriminative instance context for object in videos and applies it as a supplementary guidance for target localization. The key of CG-STVG lies in two specially designed modules, including instance context generation (ICG), which focuses on discovering visual context information (in both appearance and motion) of the instance, and instance context refinement (ICR), which aims to improve the instance context from ICG by eliminating irrelevant or even harmful information from the context. During grounding, ICG, together with ICR, are deployed at each decoding stage of a Transformer architecture for instance context learning. Particularly, instance context learned from one decoding stage is fed to the next stage, and leveraged as a guidance containing rich and discriminative object feature to enhance the target-awareness in decoding feature, which conversely benefits generating better new instance context for improving localization finally. Compared to existing methods, CG-STVG enjoys object information in text query and guidance from mined instance visual context for more accurate target localization. In our experiments on three benchmarks, including HCSTVG-v1/-v2 and VidSTG, CG-STVG sets new state-of-the-arts in m_tIoU and m_vIoU on all of them, showing its efficacy. The code will be released at https://github.com/HengLan/CGSTVG.

preprint2023arXiv

Exceptional entanglement phenomena: non-Hermiticity meeting non-classicality

Non-Hermitian (NH) extension of quantum-mechanical Hamiltonians represents one of the most significant advancements in physics. During the past two decades, numerous captivating NH phenomena have been revealed and demonstrated, but all of which can appear in both quantum and classical systems. This leads to the fundamental question: what NH signature presents a radical departure from classical physics? The solution of this problem is indispensable for exploring genuine NH quantum mechanics, but remains experimentally untouched so far. Here, we resolve this basic issue by unveiling distinct exceptional entanglement phenomena, exemplified by an entanglement transition, occurring at the exceptional point of NH interacting quantum systems. We illustrate and demonstrate such purely quantum-mechanical NH effects with a naturally dissipative light-matter system, engineered in a circuit quantum electrodynamics architecture. Our results lay the foundation for studies of genuinely quantum-mechanical NH physics, signified by exceptional-point-enabled entanglement behaviors.

preprint2022arXiv

A Necessary and Sufficient Entanglement Criterion of N-qubit System Based on Correlation Tensor

Great advances have been achieved in studying characteristics of entanglement for fundamentals of quantum mechanics and quantum information processing. However, even for N-qubit systems, the problem of entanglement criterion has not been well solved. In this Letter, using the method of state decomposition and high order singular value decomposition (HOSVD), we propose a necessary and sufficient entanglement criterion for general N-qubit systems. As an example, we apply our method to study the multi-qubit W state with white noise. We not only obtain the separability critical point, which is tight and thus better than known results, but also the separate states ensemble for decomposition. More examples are presented to show our criterion is accurate, which is tighter than the well-known positive partial transpose criterion. For two-qubit case, we can provide an entanglement measurer which gives similar results with concurrence up to a factor. Our results pave the way to solve the entanglement-separability criterion for more general cases.

preprint2022arXiv

Divert More Attention to Vision-Language Tracking

Relying on Transformer for complex visual feature learning, object tracking has witnessed the new standard for state-of-the-arts (SOTAs). However, this advancement accompanies by larger training data and longer training period, making tracking increasingly expensive. In this paper, we demonstrate that the Transformer-reliance is not necessary and the pure ConvNets are still competitive and even better yet more economical and friendly in achieving SOTA tracking. Our solution is to unleash the power of multimodal vision-language (VL) tracking, simply using ConvNets. The essence lies in learning novel unified-adaptive VL representations with our modality mixer (ModaMixer) and asymmetrical ConvNet search. We show that our unified-adaptive VL representation, learned purely with the ConvNets, is a simple yet strong alternative to Transformer visual features, by unbelievably improving a CNN-based Siamese tracker by 14.5% in SUC on challenging LaSOT (50.7% > 65.2%), even outperforming several Transformer-based SOTA trackers. Besides empirical results, we theoretically analyze our approach to evidence its effectiveness. By revealing the potential of VL representation, we expect the community to divert more attention to VL tracking and hope to open more possibilities for future tracking beyond Transformer. Code and models will be released at https://github.com/JudasDie/SOTS.

preprint2022arXiv

Fast scrambling dynamics and many-body localization transition in an all-to-all disordered quantum spin model

We study the quantum thermalization and information scrambling dynamics of an experimentally realizable quantum spin model with homogeneous XX-type all-to-all interactions and random local potentials. We identify the thermalization-localization transition by changing the disorder strength, under a proper all-to-all interaction strength. The scrambling dynamics in the localization phase shows novel behaviors distinct from that of local models. The operator scrambling grows almost equally fast in both phases. In the thermal phase, we show there exhibits fast scrambling without appealing to the semi-classical limit. We also briefly discuss the experimental realization of the model using superconducting qubit quantum simulators.

preprint2022arXiv

High-Fidelity Image Inpainting with GAN Inversion

Image inpainting seeks a semantically consistent way to recover the corrupted image in the light of its unmasked content. Previous approaches usually reuse the well-trained GAN as effective prior to generate realistic patches for missing holes with GAN inversion. Nevertheless, the ignorance of a hard constraint in these algorithms may yield the gap between GAN inversion and image inpainting. Addressing this problem, in this paper, we devise a novel GAN inversion model for image inpainting, dubbed InvertFill, mainly consisting of an encoder with a pre-modulation module and a GAN generator with F&W+ latent space. Within the encoder, the pre-modulation network leverages multi-scale structures to encode more discriminative semantics into style vectors. In order to bridge the gap between GAN inversion and image inpainting, F&W+ latent space is proposed to eliminate glaring color discrepancy and semantic inconsistency. To reconstruct faithful and photorealistic images, a simple yet effective Soft-update Mean Latent module is designed to capture more diverse in-domain patterns that synthesize high-fidelity textures for large corruptions. Comprehensive experiments on four challenging datasets, including Places2, CelebA-HQ, MetFaces, and Scenery, demonstrate that our InvertFill outperforms the advanced approaches qualitatively and quantitatively and supports the completion of out-of-domain images well.

preprint2022arXiv

Learning Target-aware Representation for Visual Tracking via Informative Interactions

We introduce a novel backbone architecture to improve target-perception ability of feature representation for tracking. Specifically, having observed that de facto frameworks perform feature matching simply using the outputs from backbone for target localization, there is no direct feedback from the matching module to the backbone network, especially the shallow layers. More concretely, only the matching module can directly access the target information (in the reference frame), while the representation learning of candidate frame is blind to the reference target. As a consequence, the accumulation effect of target-irrelevant interference in the shallow stages may degrade the feature quality of deeper layers. In this paper, we approach the problem from a different angle by conducting multiple branch-wise interactions inside the Siamese-like backbone networks (InBN). At the core of InBN is a general interaction modeler (GIM) that injects the prior knowledge of reference image to different stages of the backbone network, leading to better target-perception and robust distractor-resistance of candidate feature representation with negligible computation cost. The proposed GIM module and InBN mechanism are general and applicable to different backbone types including CNN and Transformer for improvements, as evidenced by our extensive experiments on multiple benchmarks. In particular, the CNN version (based on SiamCAR) improves the baseline with 3.2/6.9 absolute gains of SUC on LaSOT/TNL2K, respectively. The Transformer version obtains SUC scores of 65.7/52.0 on LaSOT/TNL2K, which are on par with recent state of the arts. Code and models will be released.

preprint2022arXiv

Limits on sequential sharing of nonlocal advantage of quantum coherence

Sequential sharing of nonlocal correlation is inherently related to its application. We address the question as to how many observers can share the nonlocal advantage of quantum coherence (NAQC) in a $(d\times d)$-dimensional state, where $d$ is a prime or a power of a prime. We first analyze the trade-off between disturbance and information gain of the general $d$-dimensional unsharp measurements. Then in a scenario where multiple Alices perform unsharp measurements on one party of the state sequentially and independently and a single Bob measures coherence of the conditional states on the other party, we show that at most one Alice can demonstrate NAQC with Bob. This limit holds even when considering the weak measurements with optimal pointer states. These results may shed light on the interplay between nonlocal correlations and quantum measurements on high-dimensional systems and the hierarchy of different quantum correlations.

preprint2022arXiv

Observation of Emergent $\mathbb{Z}_2$ Gauge Invariance in a Superconducting Circuit

Lattice gauge theories (LGTs) are one of the most fundamental subjects in many-body physics, and has recently attracted considerable research interests in quantum simulations. Here we experimentally investigate the emergent $\mathbb{Z}_2$ gauge invariance in a 1D superconducting circuit with 10 transmon qubits. By precisely adjusting staggered longitudinal and transverse fields to each qubit, we construct an effective Hamiltonian containing an LGT and gauge-broken terms. The corresponding matter sector can exhibit a localization, and there also exists a 3-qubit operator, of which the expectation value can retain nonzero for a long time in low-energy regimes. The above localization can be regarded as the confinement of matter fields, and the 3-body operator is the $\mathbb{Z}_2$ gauge generator. These experimental results demonstrate that, despite the absence of gauge structure in the effective Hamiltonian, $\mathbb{Z}_2$ gauge invariance can still emerge in low-energy regimes. Our work provides a method for both theoretically and experimentally studying the rich physics in quantum many-body systems with emergent gauge invariance.

preprint2022arXiv

Quantum Simulation of Lattice Gauge Theories on Superconducting Circuits: Quantum Phase Transition and Quench Dynamics

Recently, quantum simulation of low-dimensional lattice gauge theories (LGTs) has attracted many interests, which may improve our understanding of strongly correlated quantum many-body systems. Here, we propose an implementation to approximate $\mathbb{Z}_2$ LGT on superconducting quantum circuits, where the effective theory is a mixture of a LGT and a gauge-broken term. Using matrix product state based methods, both the ground state properties and quench dynamics are systematically investigated. With an increase of the transverse (electric) field, the system displays a quantum phase transition from a disordered phase to a translational symmetry breaking phase. In the ordered phase, an approximate Gauss law of the $\mathbb{Z}_2$ LGT emerges in the ground state. Moreover, to shed light on the experiments, we also study the quench dynamics, where there is a dynamical signature of the spontaneous translational symmetry breaking. The spreading of the single particle of matter degree is diffusive under the weak transverse field, while it is ballistic with small velocity for the strong field. Furthermore, due to the emergent Gauss law under the strong transverse field, the matter degree can also exhibit confinement dynamics which leads to a strong suppression of the nearest-neighbor hopping. Our results pave the way for simulating the LGT on superconducting circuits, including the quantum phase transition and quench dynamics.

preprint2022arXiv

Supervised Learning by Chiral-Network-Based Photonic Quantum Computing

Benefiting from the excellent control of single photons realized by the emitter-photon-chiral couplings, we propose a novel potential photonic-quantum-computation scheme to perform the supervised learning tasks. The gates for photonic quantum computation are realized by properly designed atom-photon-chiral couplings. The quantum algorithm of supervised learning, composed by integrating the realized gates, is implemented by the tunable gate parameters. The learning ability is demonstrated by numerically simulating the performance of regression and classification tasks.

preprint2021arXiv

Amplifying asymmetry with correlated catalysts

We investigate the basic constraint on amplifying the asymmetry in quantum states with correlated catalysts. Here a correlated catalyst is a finite-dimensional auxiliary, which exactly preserves its reduced state while allowed to become correlated to the quantum system. Interestingly, we prove that under translationally invariant operations, catalysts in pure states are useless in any state transformation, while with a correlated catalyst in a mixed state, one can enlarge the set of accessible states from an initially asymmetric state. Moreover, we show that the power of a catalyst increases with its dimension, and further, with a large enough catalyst, a qubit state with arbitrarily small amount of asymmetry can be converted to any mixed qubit state. In doing so, we build a bridge between two important results concerning the restrictions on coherence conversion, the no-broadcasting theorem and the catalytic coherence. Our results may also apply to the constraints on coherence evolution in quantum thermodynamics, and to the distribution of timing information between quantum clocks.

preprint2021arXiv

Efficient Frequency Doubling with Active Stabilization on Chip

Thin-film lithium niobate (TFLN) is superior for integrated nanophotonics due to its outstanding properties in nearly all aspects: strong second-order nonlinearity, fast and efficient electro-optic effects, wide transparency window, and little two photon absorption and free carrier scattering. Together, they permit highly integrated nanophotonic circuits capable of complex photonic processing by incorporating disparate elements on the same chip. Yet, there has to be a demonstration that synergizes those superior properties for system advantage. Here we demonstrate such a chip that capitalizes on TFLNs favorable ferroelectricity, high second-order nonlinearity, and strong electro-optic effects. It consists of a monolithic circuit integrating a Z-cut, quasi-phase matched microring with high quality factor and a phase modulator used in active feedback control. By Pound-Drever-Hall locking, it realizes stable frequency doubling at about 50% conversion with only milliwatt pump, marking the highest by far among all nanophotonic platforms with milliwatt pumping. Our demonstration addresses a long-outstanding challenge facing cavity-based optical processing, including frequency conversion, frequency comb generation, and all-optical switching, whose stable performance is hindered by photorefractive or thermal effects. Our results further establish TFLN as an excellent material capable of optical multitasking, as desirable to build multi-functional chip devices.

preprint2021arXiv

Metrological characterisation of non-Gaussian entangled states of superconducting qubits

Multipartite entangled states are significant resources for both quantum information processing and quantum metrology. In particular, non-Gaussian entangled states are predicted to achieve a higher sensitivity of precision measurements than Gaussian states. On the basis of metrological sensitivity, the conventional linear Ramsey squeezing parameter (RSP) efficiently characterises the Gaussian entangled atomic states but fails for much wider classes of highly sensitive non-Gaussian states. These complex non-Gaussian entangled states can be classified by the nonlinear squeezing parameter (NLSP), as a generalisation of the RSP with respect to nonlinear observables, and identified via the Fisher information. However, the NLSP has never been measured experimentally. Using a 19-qubit programmable superconducting processor, here we report the characterisation of multiparticle entangled states generated during its nonlinear dynamics. First, selecting 10 qubits, we measure the RSP and the NLSP by single-shot readouts of collective spin operators in several different directions. Then, by extracting the Fisher information of the time-evolved state of all 19 qubits, we observe a large metrological gain of 9.89$^{+0.28}_{-0.29}$ dB over the standard quantum limit, indicating a high level of multiparticle entanglement for quantum-enhanced phase sensitivity. Benefiting from high-fidelity full controls and addressable single-shot readouts, the superconducting processor with interconnected qubits provides an ideal platform for engineering and benchmarking non-Gaussian entangled states that are useful for quantum-enhanced metrology.

preprint2021arXiv

Multipartite entanglement of the topologically ordered state in a perturbed toric code

We demonstrate that multipartite entanglement, witnessed by the quantum Fisher information (QFI), can characterize topological quantum phase transitions in the spin-$\frac{1}{2}$ toric code model on a square lattice with external fields. We show that the QFI density of the ground state can be written in terms of the expectation values of gauge-invariant Wilson loops for different sizes of square regions and identify $\mathbb{Z}_2$ topological order by its scaling behavior. Furthermore, we use this multipartite entanglement witness to investigate thermalization and disorder-assisted stabilization of topological order after a quantum quench. Moreover, with an upper bound of the QFI, we demonstrate the absence of finite-temperature topological order in the 2D toric code model in the thermodynamic limit. Our results provide insights to topological phases, which are robust against external disturbances, and are candidates for topologically protected quantum computation.

preprint2021arXiv

Observation of thermalization and information scrambling in a superconducting quantum processor

Understanding various phenomena in non-equilibrium dynamics of closed quantum many-body systems, such as quantum thermalization, information scrambling, and nonergodic dynamics, is a crucial for modern physics. Using a ladder-type superconducting quantum processor, we perform analog quantum simulations of both the $XX$ ladder and one-dimensional (1D) $XX$ model. By measuring the dynamics of local observables, entanglement entropy and tripartite mutual information, we signal quantum thermalization and information scrambling in the $XX$ ladder. In contrast, we show that the $XX$ chain, as free fermions on a 1D lattice, fails to thermalize, and local information does not scramble in the integrable channel. Our experiments reveal ergodicity and scrambling in the controllable qubit ladder, and opens the door to further investigations on the thermodynamics and chaos in quantum many-body systems.

preprint2020arXiv

Anti-Parity-Time Symmetry in Passive Nanophotonics

Parity-time (PT) symmetry in non-Hermitian optical systems promises distinct optical effects and applications not found in conservative optics. Its counterpart, anti-PT symmetry, subscribes another class of intriguing optical phenomena and implies complementary techniques for exotic light manipulation. Despite exciting progress, so far anti-PT symmetry has only been realized in bulky systems or with optical gain. Here, we report an on-chip realization of non-Hermitian optics with anti-PT symmetry, by using a fully-passive, nanophotonic platform consisting of three evanescently coupled waveguides. By depositing a metal film on the center waveguide to introduce strong loss, an anti-PT system is realized. Using microheaters to tune the waveguides' refractive indices, striking behaviors are observed such as equal power splitting, synchronized amplitude modulation, phase-controlled dissipation, and transition from anti-PT symmetry to its broken phase. Our results highlight exotic anti-Hermitian nanophotonics to be consolidated with conventional circuits on the same chip, whereby valuable chip devices can be created for quantum optics studies and scalable information processing.

preprint2020arXiv

Characterizing multipartite entanglement by violation of CHSH inequalities

Entanglement of high-dimensional and multipartite quantum systems offer promising perspectives in quantum information processing. However, the characterization and measure of such kind of entanglement is of great challenge. Here we consider the overlaps between the maximal quantum mean values and the classical bound of the CHSH inequalities for pairwise-qubit states in two-dimensional subspaces. We show that the concurrence of a pure state in any high-dimensional multipartite system can be equivalently represented by these overlaps. Here we consider the projections of an arbitrary high-dimensional multipartite state to two-qubit states. We investigate the non-localities of these projected two-qubit sub-states by their violations of CHSH inequalities. From these violations, the overlaps between the maximal quantum mean values and the classical bound of the CHSH inequality, we show that the concurrence of a high-dimensional multipartite pure state can be exactly expressed by these overlaps. We further derive a lower bound of the concurrence for any quantum states, which is tight for pure states. The lower bound not only imposes restriction on the non-locality distributions among the pairwise qubit states, but also supplies a sufficient condition for distillation of bipartite entanglement. Effective criteria for detecting genuine tripartite entanglement and the lower bound of concurrence for genuine tripartite entanglement are also presented based on such non-localities.

preprint2020arXiv

ClsGAN: Selective Attribute Editing Model Based On Classification Adversarial Network

Attribution editing has achieved remarkable progress in recent years owing to the encoder-decoder structure and generative adversarial network (GAN). However, it remains challenging in generating high-quality images with accurate attribute transformation. Attacking these problems, the work proposes a novel selective attribute editing model based on classification adversarial network (referred to as ClsGAN) that shows good balance between attribute transfer accuracy and photo-realistic images. Considering that the editing images are prone to be affected by original attribute due to skip-connection in encoder-decoder structure, an upper convolution residual network (referred to as Tr-resnet) is presented to selectively extract information from the source image and target label. In addition, to further improve the transfer accuracy of generated images, an attribute adversarial classifier (referred to as Atta-cls) is introduced to guide the generator from the perspective of attribute through learning the defects of attribute transfer images. Experimental results on CelebA demonstrate that our ClsGAN performs favorably against state-of-the-art approaches in image quality and transfer accuracy. Moreover, ablation studies are also designed to verify the great performance of Tr-resnet and Atta-cls.

preprint2020arXiv

Diagonal entropy in many-body systems: Volume effect and quantum phase transitions

We investigate the diagonal entropy(DE) of the ground state for quantum many-body systems, including the XY model and the Ising model with next nearest neighbour interactions. We focus on the DE of a subsystem of L continuous spins. We show that the DE in many-body systems, regardless of integrability, can be represented as a volume term plus a logarithmic correction and a constant offset. Quantum phase transition points can be explicitly identified by the three coefficients thereof. Besides, by combining entanglement entropy and the relative entropy of quantum coherence, as two celebrated representatives of quantumness, we simply obtain the DE, which naturally has the potential to reveal the information of quantumness. More importantly, the DE is concerning only the diagonal form of the ground state reduced density matrix, making it feasible to measure in real experiments, and therefore it has immediate applications in demonstrating quantum supremacy on state-of-the-art quantum simulators.

preprint2020arXiv

Impossibility of masking a set of quantum states of nonzero measure

We study the quantum information masking based on isometric linear operators that distribute the information encoded in pure states to the correlations in bipartite states. It is shown that a isometric linear operator can not mask any nonzero measure set of pure states. We present a geometric characterization of the maskable sets, and show that any maskable set must be on a spherical circle in certain Euclidean spaces. Detailed examples and potential applications in such as secret sharing and quantum cryptography are analyzed.

preprint2020arXiv

LaSOT: A High-quality Large-scale Single Object Tracking Benchmark

Despite great recent advances in visual tracking, its further development, including both algorithm design and evaluation, is limited due to lack of dedicated large-scale benchmarks. To address this problem, we present LaSOT, a high-quality Large-scale Single Object Tracking benchmark. LaSOT contains a diverse selection of 85 object classes, and offers 1,550 totaling more than 3.87 million frames. Each video frame is carefully and manually annotated with a bounding box. This makes LaSOT, to our knowledge, the largest densely annotated tracking benchmark. Our goal in releasing LaSOT is to provide a dedicated high quality platform for both training and evaluation of trackers. The average video length of LaSOT is around 2,500 frames, where each video contains various challenge factors that exist in real world video footage,such as the targets disappearing and re-appearing. These longer video lengths allow for the assessment of long-term trackers. To take advantage of the close connection between visual appearance and natural language, we provide language specification for each video in LaSOT. We believe such additions will allow for future research to use linguistic features to improve tracking. Two protocols, full-overlap and one-shot, are designated for flexible assessment of trackers. We extensively evaluate 48 baseline trackers on LaSOT with in-depth analysis, and results reveal that there still exists significant room for improvement. The complete benchmark, tracking results as well as analysis are available at http://vision.cs.stonybrook.edu/~lasot/.

preprint2020arXiv

Out-of-time-order correlators and quantum phase transitions in the Rabi and Dicke model

The out-of-time-order correlators (OTOCs) is used to study the quantum phase transitions (QPTs) between the normal phase and the superradiant phase in the Rabi and few-body Dicke models with large frequency ratio of theatomic level splitting to the single-mode electromagnetic radiation field frequency. The focus is on the OTOC thermally averaged with infinite temperature, which is an experimentally feasible quantity. It is shown that thecritical points can be identified by long-time averaging of the OTOC via observing its local minimum behavior. More importantly, the scaling laws of the OTOC for QPTs are revealed by studying the experimentally accessible conditions with finite frequency ratio and finite number of atoms in the studied models. The critical exponents extracted from the scaling laws of OTOC indicate that the QPTs in the Rabi and Dicke models belong to the same universality class.

preprint2020arXiv

Quantum computation of molecular response properties

Accurately predicting response properties of molecules such as the dynamic polarizability and hyperpolarizability using quantum mechanics has been a long-standing challenge with widespread applications in material and drug design. Classical simulation techniques in quantum chemistry are hampered by the exponential growth of the many-electron Hilbert space as the system size increases. In this work, we propose an algorithm for computing linear and nonlinear molecular response properties on quantum computers, by first reformulating the target property into a symmetric expression more suitable for quantum computation via introducing a set of auxiliary quantum states, and then determining these auxiliary states via solving the corresponding linear systems of equations on quantum computers. On one hand, we prove that using the quantum linear system algorithm [Harrow et al., Phys. Rev. Lett. 103, 150502 (2009)] as a subroutine the proposed algorithm scales only polynomially in the system size instead of the dimension of the exponentially large Hilbert space, and hence achieves an exponential speedup over existing classical algorithms. On the other hand, we introduce a variational hybrid quantum-classical variant of the proposed algorithm, which is more practical for near-term quantum devices.

preprint2020arXiv

Quench dynamics of entanglement spectrum and topological superconducting phases in a long-range Hamiltonian

We study the quench dynamics of entanglement spectra in the Kitaev chain with variable-range pairing quantified by power-law decay rate $α$. Considering the post-quench Hamiltonians with flat bands, we demonstrate that the presence of entanglement-spectrum crossings during its dynamics is able to characterize the topological phase transitions (TPTs) in both short-range ($α$ > 1) or long-range ($α$ < 1) sector. Properties of entanglement-spectrum dynamics are revealed for the quench protocols in the long-range sector or with $α$ as the quench parameter. In particular, when the lowest upper-half entanglement-spectrum value of the initial Hamiltonian is smaller than the final one, the TPTs can also be diagnosed by the difference between the lowest two upper-half entanglement-spectrum values if the halfway winding number is not equal to that of the initial Hamiltonian. Moreover, we discuss the stability of characterizing the TPTs via entanglement-spectrum crossings against energy dispersion in the long-range model.

preprint2020arXiv

Robustness and Independence of the Eigenstates with respect to the Boundary Conditions across a Delocalization-Localization Phase Transition

We focus on the many-body eigenstates across a localization-delocalization phase transition. To characterize the robustness of the eigenstates, we introduce the eigenstate overlaps $\mathcal{O}$ with respect to the different boundary conditions. In the ergodic phase, the average of eigenstate overlaps $\bar{\mathcal{O}}$ is exponential decay with the increase of the system size indicating the fragility of its eigenstates, and this can be considered as an eigenstate-version butterfly effect of the chaotic systems. For localized systems, $\bar{\mathcal{O}}$ is almost size-independent showing the strong robustness of the eigenstates and the broken of eigenstate thermalization hypothesis. In addition, we find that the response of eigenstates to the change of boundary conditions in many-body localized systems is identified with the single-particle wave functions in Anderson localized systems. This indicates that the eigenstates of the many-body localized systems, as the many-body wave functions, may be independent of each other. We demonstrate that this is consistent with the existence of a large number of quasilocal integrals of motion in the many-body localized phase. Our results provide a new method to study localized and delocalized systems from the perspective of eigenstates.

preprint2020arXiv

Steered quantum coherence as a signature of quantum phase transitions in spin chains

We propose to use the steered quantum coherence (SQC) as a signature of quantum phase transitions (QPTs). By considering various spin chain models, including the transverse-field Ising model, \textit{XY} model, and \textit{XX} model with three-spin interaction, we showed that the SQC and its first-order derivative succeed in signaling different critical points of QPTs. In particular, the SQC method is effective for any spin pair chosen from the chain, and the strength of SQC, in contrast to entanglement and quantum discord, is insensitive to the distance (provided it is not very short) of the tested spins, which makes it convenient for practical use as there is no need for careful choice of two spins in the chain.

preprint2020arXiv

The l1 Norm of Coherence of Assistance

We introduce and study the l1 norm of coherence of assistance both theoretically and operationally. We first provide an upper bound for the l1 norm of coherence of assistance and show a necessary and sufficient condition for the saturation of the upper bound. For two and three dimensional quantum states, the analytical expression of the l1 norm of coherence of assistance is given. Operationally, the mixed quantum coherence can always be increased with the help of another party&#39; s local measurement and one way classical communication since the l1 norm of coherence of assistance, as well as the relative entropy of coherence of assistance, is shown to be strictly larger than the original coherence. The relation between the l1 norm of coherence of assistance and entanglement is revealed. Finally, a comparison between the l1 norm of coherence of assistance and the relative entropy of coherence of assistance is made.

preprint2020arXiv

Ultra-bright Quantum Photon Sources on Chip

Quantum photon sources of high rate, brightness, and purity are increasingly desirable as quantum information systems are quickly scaled up and applied to many fields. Using a periodically poled lithium niobate microresonator on chip, we demonstrate photon-pair generation at high rates of 8.5 MHz and 36.3 MHz using only 3.4-$μ$W and 13.4-$μ$W pump power, respectively, marking orders of magnitude improvement over the state-of-the-art. The measured coincidence to accidental ratio is well above 100 at those high rates and reaches $14,682\pm 4427$ at a lower pump power. The same chip enables heralded single-photon generation at tens of megahertz rates, each with low auto-correlation $g^{(2)}_{H}(0)=0.008$ and $0.097$ for the microwatt pumps. Such distinct performance, facilitated by the chip device&#39;s noiseless and giant optical nonlinearity, will contribute to the forthcoming pervasive adoption of quantum optical information technologies.

preprint2020arXiv

Weighted Bilinear Coding over Salient Body Parts for Person Re-identification

Deep convolutional neural networks (CNNs) have demonstrated dominant performance in person re-identification (Re-ID). Existing CNN based methods utilize global average pooling (GAP) to aggregate intermediate convolutional features for Re-ID. However, this strategy only considers the first-order statistics of local features and treats local features at different locations equally important, leading to sub-optimal feature representation. To deal with these issues, we propose a novel weighted bilinear coding (WBC) framework for local feature aggregation in CNN networks to pursue more representative and discriminative feature representations, which can adapt to other state-of-the-art methods and improve their performance. In specific, bilinear coding is used to encode the channel-wise feature correlations to capture richer feature interactions. Meanwhile, a weighting scheme is applied on the bilinear coding to adaptively adjust the weights of local features at different locations based on their importance in recognition, further improving the discriminability of feature aggregation. To handle the spatial misalignment issue, we use a salient part net (spatial attention module) to derive salient body parts, and apply the WBC model on each part. The final representation, formed by concatenating the WBC encoded features of each part, is both discriminative and resistant to spatial misalignment. Experiments on three benchmarks including Market-1501, DukeMTMC-reID and CUHK03 evidence the favorable performance of our method against other outstanding methods.

preprint2019arXiv

Feedback Ansatz for Adaptive-Feedback Quantum Metrology Training with Machine Learning

It is challenging to construct metrology schemes which harness quantum features such as entanglement and coherence to surpass the standard quantum limit. We propose an ansatz for devising adaptive-feedback quantum metrology (AFQM) strategy which reduces greatly the searching space. Combined with the Markovian feedback assumption, the computational complexity for designing AFQM would decrease from $N^7$ to $N^4$ , for N probing systems. The feedback scheme devising via machine learning such as particle-swarm optimization and derivative evolution would thus requires much less time and produces equally well imprecision scaling. We have thus devised an AFQM for 207-partite system. The imprecision scaling would persist steadily for N > 207 when the parameter settings for 207-partite system is employed without further training. Our ansatz indicates an built-in resilience of the feedback strategy against qubit loss. The feedback strategies designed for the noiseless scenarios have been tested against the qubit loss noise and the phase fluctuation noise. Our numerical result confirms great resilience of the feedback strategies against the two kinds of noise.

preprint2019arXiv

Observing information backflow from controllable non-Markovian multi-channels in diamond

Any realistic quantum system is inevitably subject to an external environment. This environment makes the open-system dynamics significant for many quantum tech-nologies, such as entangled-state engineering, quantum simulation, and quantum sensing. The information flow of a system to its environment usually induces a Markovian process, while the backflow of information from the environment exhibits non-Markovianity. The practical environment, usually consisting of a large number of degrees of freedom, is hard to control, despite some attempts on controllable transitions from Markovian to non-Markovian dynamics. Here, we experimentally demonstrate the engineering of multiple dissipative channels by controlling the adjacent nuclear spins of a nitrogen-vacancy centre in diamond. With a controllable non-Markovian dynamics of the open system, we observe that the quantum Fisher information flows to and from the environment using different noisy channels. Our work contributes to the developments of both noisy quantum metrology and quantum open systems from the view points of metrologically useful entanglement.

preprint2019arXiv

Probing the dynamical phase transition with a superconducting quantum simulator

Non-equilibrium quantum many-body systems, which are difficult to study via classical computation, have attracted wide interest. Quantum simulation can provide insights into these problems. Here, using a programmable quantum simulator with 16 all-to-all connected superconducting qubits, we investigate the dynamical phase transition in the Lipkin-Meshkov-Glick model with a quenched transverse field. Clear signatures of the dynamical phase transition, merging different concepts of dynamical criticality, are observed by measuring the non-equilibrium order parameter, nonlocal correlations, and the Loschmidt echo. Moreover, near the dynamical critical point, we obtain the optimal spin squeezing of $-7.0\pm 0.8$ decibels, showing multipartite entanglement useful for measurements with precision five-fold beyond the standard quantum limit. Based on the capability of entangling qubits simultaneously and the accurate single-shot readout of multi-qubit states, this superconducting quantum simulator can be used to study other problems in non-equilibrium quantum many-body systems.

preprint2018arXiv

A Unified and Strengthened Framework for the Uncertainty Relation

We provide a unified and strengthened framework for the product form and the sum form variance-based uncertainty relations by constructing a unified uncertainty relation. In the unified framework, we deduce that the uncertainties of the incompatible observables are bounded by not only the commutator of themselves, but also the quantities related with the other operator. This operator can provide information so that we can capture the uncertainty of the measurement result more accurately, and thus is named as the information operator. The introduction of the information operator can fix the deficiencies in both the product form and the sum form uncertainty relations, and provides a more accurate description of the quantum uncertainty relation. The unified framework also proposes a new interpretation of the uncertainty relation for non-Hermitian operators; i.e., the &#34;observable&#34; second-order origin moments of the non-Hermitian operators cannot be arbitrarily small at the same time when they are generalized-incompatible on the new definition of the generalized commutator.

preprint2018arXiv

Quantum coherence of multiqubit states in correlated noisy channels

The long-time maintenance of quantum coherence is crucial for its practical applications. We explore decoherence process of a multiqubit system passing through a correlated channel (phase flip, bit flip, bit-phase flip, and depolarizing). The results show that the decay of coherence was evidently delayed when the consecutive actions of the channel on the sequence of qubits has some classical correlations. In particular, the relative entropy of coherence for a system with large number of qubits is more robust than that with small number of qubits. We also provide an explanation for the delayed decoherence by exploring the interplay between the change of the unlocalized quantum coherence and the total correlation gain of the multiqubit system.

preprint2018arXiv

Scalable Quantum Tomography with Fidelity Estimation

We propose a quantum tomography scheme for pure qudit systems which adopts random base measurements and generative learning methods, along with a built-in fidelity estimation approach to assess the reliability of the tomographic states. We prove the validity of the scheme theoretically, and we perform numerically simulated experiments on several target states including three typical quantum information states and randomly initiated states, demonstrating its efficiency and robustness. The number of replicas required by a certain convergence criterion grows in the manner of low-degree polynomial when the system scales, thus the scheme achieves high scalability that is crucial for practical quantum state tomography.

preprint2017arXiv

Coherence as resource in scattering quantum walk search on complete graph

We investigate the behavior of coherence in scattering quantum walk search on complete graph under the condition that the total number of vertices of the graph is greatly larger than the marked number of vertices we are searching, $N \gg v$. We find that the consumption of coherence represents the increase of the success probability for the searching,also the consumption of coherence is related to the efficiency of the algorithm represented by oracle queries.If no coherence is consumed, the efficiency of the algorithm will be the same as the classical blind search, implying that coherence is responsible for the speed up in this quantum algorithm over its classical counterpart. In case the initial state is incoherent, still $N \gg v$ is assumed,the probability of success for searching will not change with time, indicating that this quantum search algorithm loses its power.We then conclude that the coherence plays an essential role and is responsible for the speed up in this quantum algorithm.

preprint2015arXiv

One-Way Deficit of Two Qubit X States

Quantum deficit originates in questions regarding work extraction from quantum systems coupled to a heat bath [Phys. Rev. Lett. 89, 180402 (2002)]. It links quantum correlations with quantum thermodynamics and provides a new standpoint for understanding quantum non-locality. In this paper, we propose a new method to evaluate the one-way deficit for a class of two-qubit states. The dynamic behavior of the one-way deficit under decoherence channel is investigated and it is shown that the one-way deficit of the X states with five parameters is more robust against the decoherence than the entanglement.

preprint2010arXiv

Abelian and Non-Abelian Quantum Geometric Tensor

We propose a generalized quantum geometric tenor to understand topological quantum phase transitions, which can be defined on the parameter space with the adiabatic evolution of a quantum many-body system. The generalized quantum geometric tenor contains two different local measurements, the non-Abelian Riemannian metric and the non-Abelian Berry curvature, which are recognized as two natural geometric characterizations for the change of the ground-state properties when the parameter of the Hamiltonian varies. Our results show the symmetry-breaking and topological quantum phase transitions can be understood as the singular behavior of the local and topological properties of the quantum geometric tenor in the thermodynamic limit.

preprint2009arXiv

Correlations in Grover search

Grover search is a well-known quantum algorithm that outperforms any classical search algorithm. It is known that quantum correlations such as entanglement are necessary for the power of quantum computation. But entanglement is not the only kind of quantum correlations. Other quantum correlations such as quantum discord are also useful to capture some aspects of the nonclassical correlation. We investigate several kinds of correlations including both quantum and classical in the whole process of Grover search algorithm. These correlations are the concurrence, entanglement of formation, quantum discord, classical correlation and mutual information. The behaviors of quantum discord, classical correlation and mutual information are almost the same while the concurrence is different. When the search is over, all kinds of correlations are zero, we argue that this is necessary for the final step in the search.

preprint1996arXiv

Algebraic Bethe ansatz for eight vertex model with general open-boundary conditions

By using the intertwiner and face-vertex correpondence relation, we obtain the Bethe ansatz equation of eight vertex model with open boundary condtitions in the framework of algebraic Bethe ansatz method. The open boundary condition under consideration is the general solution of the reflection equation for eight vertex model with only one restriction on the free parameters of the right side reflecting boundary matrix. The reflecting boundary matrices used in this paper thus may have off-diagonal elements. Our construction can also be used for the Bethe ansatz of SOS model with reflection boundaries.