Researcher profile

Fan Zhong

Fan Zhong contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

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

BCOT: A Markerless High-Precision 3D Object Tracking Benchmark

Template-based 3D object tracking still lacks a high-precision benchmark of real scenes due to the difficulty of annotating the accurate 3D poses of real moving video objects without using markers. In this paper, we present a multi-view approach to estimate the accurate 3D poses of real moving objects, and then use binocular data to construct a new benchmark for monocular textureless 3D object tracking. The proposed method requires no markers, and the cameras only need to be synchronous, relatively fixed as cross-view and calibrated. Based on our object-centered model, we jointly optimize the object pose by minimizing shape re-projection constraints in all views, which greatly improves the accuracy compared with the single-view approach, and is even more accurate than the depth-based method. Our new benchmark dataset contains 20 textureless objects, 22 scenes, 404 video sequences and 126K images captured in real scenes. The annotation error is guaranteed to be less than 2mm, according to both theoretical analysis and validation experiments. We re-evaluate the state-of-the-art 3D object tracking methods with our dataset, reporting their performance ranking in real scenes. Our BCOT benchmark and code can be found at https://ar3dv.github.io/BCOT-Benchmark/.

preprint2022arXiv

Large-displacement 3D Object Tracking with Hybrid Non-local Optimization

Optimization-based 3D object tracking is known to be precise and fast, but sensitive to large inter-frame displacements. In this paper we propose a fast and effective non-local 3D tracking method. Based on the observation that erroneous local minimum are mostly due to the out-of-plane rotation, we propose a hybrid approach combining non-local and local optimizations for different parameters, resulting in efficient non-local search in the 6D pose space. In addition, a precomputed robust contour-based tracking method is proposed for the pose optimization. By using long search lines with multiple candidate correspondences, it can adapt to different frame displacements without the need of coarse-to-fine search. After the pre-computation, pose updates can be conducted very fast, enabling the non-local optimization to run in real time. Our method outperforms all previous methods for both small and large displacements. For large displacements, the accuracy is greatly improved ($81.7\% \;\text{v.s.}\; 19.4\%$). At the same time, real-time speed ($>$50fps) can be achieved with only CPU. The source code is available at \url{https://github.com/cvbubbles/nonlocal-3dtracking}.

preprint2021arXiv

Scaling Theories of Kosterlitz-Thouless Phase Transitions

We propose scaling theories for Kosterlitz-Thouless (KT) phase transitions on the basis of the hallmark exponential growth of their correlation length. Finite-size scaling, finite-entanglement scaling, short-time critical dynamics, and finite-time scaling, as well as some of their combinations are studied. Relaxation times of both a usual power-law and an unusual power-law with a logarithmic factor are considered. Finite-size and finite-entanglement scaling forms somehow similar to a frequently employed ansatz are presented. The Kibble-Zurek scaling of topological defect density for a linear driving across the KT transition point is investigated in detail. An implicit equation for a rate exponent in the theory is derived and the exponent varies with the distance from the critical point and the driving rate consistent with relevant experiments. To verify the theories, we utilize the KT phase transition of a one-dimensional Bose-Hubbard model. The infinite time-evolving-block-decimation algorithm is employed to solve numerically the model for finite bond dimensions. Both a correlation length and an entanglement entropy in imaginary time and only the entanglement entropy in real-time driving are computed. Both the short-time critical dynamics in imaginary time and the finite-time scaling in real-time driving, both including the finite bond dimension, for the measured quantities are found to describe the numerical results quite well via surface collapses. The critical point is also estimated and confirmed to be $0.302(1)$ at the infinite bond dimension on the basis of the scaling form.

preprint2020arXiv

Angle-Resolved Thermal Emission Spectroscopy Characterization of Non-Hermitian Meta-Crystals

We establish the angle-resolved thermal emission spectroscopy (ARTES) as a new platform to characterize the intrinsic eigenmode properties of non-Hermitian systems. This method can directly map the dispersion of meta-crystals within the light cone with a high angular resolution. To illustrate its usefulness, we demonstrate the existence of bound states in the continuum (BICs) and non-Hermitian Fermi arcs in a planar corrugated meta-crystal by measuring its angle-resolved thermal emission spectra. We show that change in the thickness of the meta-crystal can induce a band inversion between a BIC and a radiative state, and a pair of exceptional points emerge when the band inversion occurs. With this approach, the band mapping of non-Hermitian photonic systems can become a relatively straightforward task.

preprint2020arXiv

Self-similarity breaking: Anomalous nonequilibrium finite-size scaling and finite-time scaling

Symmetry breaking plays a pivotal role in modern physics. Although self-similarity is also a symmetry and appears ubiquitously in nature, a fundamental question is whether self-similarity breaking makes sense or not. Here, by identifying the most important kind of critical fluctuations dubbed as phases fluctuations and comparing the consequences of having self-similarity with those of lacking self-similarity in the phases fluctuations, we show that self-similarity can indeed be broken with significant consequences at least in nonequilibrium situations. We find that the breaking of self-similarity results in new critical exponents which give rise to violation of the well-known finite-size scaling or the less-known finite-time scaling and different leading exponents in the ordered and the disordered phases of the paradigmatic Ising model on two- or three-dimensional finite lattices when it subjects to the simplest nonequilibrium driving of linear heating or cooling through its critical point, in stark contrast to identical exponents and different amplitudes in usual critical phenomena. Our results demonstrate how surprising driven nonequilibrium critical phenomena can be. Application to other classical and quantum phase transitions is highly expected.

preprint2020arXiv

Sparsely Grouped Multi-task Generative Adversarial Networks for Facial Attribute Manipulation

Recent Image-to-Image Translation algorithms have achieved significant progress in neural style transfer and image attribute manipulation tasks. However, existing approaches require exhaustively labelling training data, which is labor demanding, difficult to scale up, and hard to migrate into new domains. To overcome such a key limitation, we propose Sparsely Grouped Generative Adversarial Networks (SG-GAN) as a novel approach that can translate images on sparsely grouped datasets where only a few samples for training are labelled. Using a novel one-input multi-output architecture, SG-GAN is well-suited for tackling sparsely grouped learning and multi-task learning. The proposed model can translate images among multiple groups using only a single commonly trained model. To experimentally validate advantages of the new model, we apply the proposed method to tackle a series of attribute manipulation tasks for facial images. Experimental results demonstrate that SG-GAN can generate image translation results of comparable quality with baselines methods on adequately labelled datasets and results of superior quality on sparsely grouped datasets. The official implementation is publicly available:https://github.com/zhangqianhui/Sparsely-Grouped-GAN.