Source author record

Hua Fan

Hua Fan appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

6works
6topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

6 published item(s)

preprint2025arXiv

Reveal Hidden Pitfalls and Navigate Next Generation of Vector Similarity Search from Task-Centric Views

Vector Similarity Search (VSS) in high-dimensional spaces is rapidly emerging as core functionality in next-generation database systems for numerous data-intensive services -- from embedding lookups in large language models (LLMs), to semantic information retrieval and recommendation engines. Current benchmarks, however, evaluate VSS primarily on the recall-latency trade-off against a ground truth defined solely by distance metrics, neglecting how retrieval quality ultimately impacts downstream tasks. This disconnect can mislead both academic research and industrial practice. We present Iceberg, a holistic benchmark suite for end-to-end evaluation of VSS methods in realistic application contexts. From a task-centric view, Iceberg uncovers the Information Loss Funnel, which identifies three principal sources of end-to-end performance degradation: (1) Embedding Loss during feature extraction; (2) Metric Misuse, where distances poorly reflect task relevance; (3) Data Distribution Sensitivity, highlighting index robustness across skews and modalities. For a more comprehensive assessment, Iceberg spans eight diverse datasets across key domains such as image classification, face recognition, text retrieval, and recommendation systems. Each dataset, ranging from 1M to 100M vectors, includes rich, task-specific labels and evaluation metrics, enabling assessment of retrieval algorithms within the full application pipeline rather than in isolation. Iceberg benchmarks 13 state-of-the-art VSS methods and re-ranks them based on application-level metrics, revealing substantial deviations from traditional rankings derived purely from recall-latency evaluations. Building on these insights, we define a set of task-centric meta-features and derive an interpretable decision tree to guide practitioners in selecting and tuning VSS methods for their specific workloads.

preprint2022arXiv

Symmetry breaking and anomalous conductivity in a double moiré superlattice

A double moiré superlattice can be realized by stacking three layers of atomically thin two-dimensional materials with designer interlayer twisting or lattice mismatches. In this novel structure, atomic reconstruction of constituent layers could introduce significant modifications to the lattice symmetry and electronic structure at small twist angles. Here, we employ conductive atomic force microscopy (cAFM) to investigate symmetry breaking and local electrical properties in twisted trilayer graphene. We observe clear double moiré superlattices with two distinct moire periods all over the sample. At neighboring domains of the large moiré, the current exhibit either two- or six-fold rotational symmetry, indicating delicate symmetry breaking beyond the rigid model. Moreover, an anomalous current appears at the 'A-A' stacking site of the larger moiré, contradictory to previous observations on twisted bilayer graphene. Both behaviors can be understood by atomic reconstruction, and we also show that the cAFM signal of twisted graphene samples is dominated by the tip-graphene contact resistance that maps the local work function of twisted graphene and the metallic tip qualitatively. Our results unveil cAFM is an effective probe for visualizing atomic reconstruction and symmetry breaking in novel moiré superlattices, which could provide new insights for exploring and manipulating more exotic quantum states based on twisted van der Waals heterostructures.

preprint2018arXiv

Manipulation of Conductive Domain Walls in Confined Ferroelectric Nano-islands

Conductive ferroelectric domain walls--ultra-narrow and configurable conduction paths, have been considered as essential building blocks for future programmable domain wall electronics. For applications in high density devices, it is imperative to explore the conductive domain walls in small confined systems while earlier investigations have hitherto focused on thin films or bulk single crystals, noting that the size-confined effects will certainly modulate seriously the domain structure and wall transport. Here, we demonstrate an observation and manipulation of conductive domain walls confined within small BiFeO3 nano-islands aligned in high density arrays. Using conductive atomic force microscopy (CAFM), we are able to distinctly visualize various types of conductive domain walls, including the head-to-head charged walls (CDWs), zigzag walls (zigzag-DWs), and typical 71° head-to-tail neutral walls (NDWs). The CDWs exhibit remarkably enhanced metallic conductivity with current of ~ nA order in magnitude and 104 times larger than that inside domains (0.01 ~ 0.1 pA), while the semiconducting NDWs allow also much smaller current ~ 10 pA than the CDWs. The substantially difference in conductivity for dissimilar walls enables additional manipulations of various wall conduction states for individual addressable nano-islands via electrically tuning of their domain structures. A controllable writing of four distinctive states by applying various scanning bias voltages is achieved, offering opportunities for developing multilevel high density memories.

preprint2017arXiv

High density array of epitaxial BiFeO3 nanodots with robust and reversibly switchable topological domain states

The exotic topological domains in ferroelectrics and multiferroics have attracted extensive interest in recent years due to their novel functionalities and potential applications in nanoelectronic devices. One of the key challenges for such applications is a realization of robust yet reversibly switchable nanoscale topological domain states with high density, wherein spontaneous topological structures can be individually addressed and controlled. This has been accomplished in our work using high density arrays of epitaxial BiFeO3 (BFO) nanodots with lateral size as small as ~60 nm. We demonstrate various types of spontaneous topological domain structures, including center-convergent domains, center-divergent domains, and double-center domains, which are stable over sufficiently long time yet can be manipulated and reversibly switched by electric field. The formation mechanisms of these topological domain states, assisted by the accumulation of compensating charges on the surface, have also been revealed. These result demonstrated that these reversibly switchable topological domain arrays are promising for applications in high density nanoferroelectric devices such as nonvolatile memories

preprint2016arXiv

Deciphering a novel image cipher based on mixed transformed Logistic maps

Since John von Neumann suggested utilizing Logistic map as a random number generator in 1947, a great number of encryption schemes based on Logistic map and/or its variants have been proposed. This paper re-evaluates the security of an image cipher based on transformed logistic maps and proves that the image cipher can be deciphered efficiently under two different conditions: 1) two pairs of known plain-images and the corresponding cipher-images with computational complexity of $O(2^{18}+L)$; 2) two pairs of chosen plain-images and the corresponding cipher-images with computational complexity of $O(L)$, where $L$ is the number of pixels in the plain-image. In contrast, the required condition in the previous deciphering method is eighty-seven pairs of chosen plain-images and the corresponding cipher-images with computational complexity of $O(2^{7}+L)$. In addition, three other security flaws existing in most Logistic-map-based ciphers are also reported.

preprint2015arXiv

Continuous Partial Quorums for Consistency-Latency Tuning in Distributed NoSQL Storage Systems

NoSQL storage systems are used extensively by web applications and provide an attractive alternative to conventional databases when the need for scalability outweighs the need for transactions. Several of these systems provide quorum-based replication and present the application developer with a choice of multiple client-side "consistency levels" that determine the number of replicas accessed by reads and writes, which in turn affects both latency and the consistency observed by the client application. Since using a fixed combination of read and write consistency levels for a given application provides only a limited number of discrete options, we investigate techniques that allow more fine-grained tuning of the consistency-latency trade-off, as may be required to support consistency-based service level agreements (SLAs). We propose a novel technique called \emph{continuous partial quorums} (CPQ) that assigns the consistency level on a per-operation basis by choosing randomly between two options, such as eventual and strong consistency, with a tunable probability. We evaluate our technique experimentally using Apache Cassandra and demonstrate that it outperforms an alternative tuning technique that delays operations artificially.