Researcher profile

Lei Ding

Lei Ding contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
18works
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

18 published item(s)

preprint2026arXiv

From Table to Cell: Attention for Better Reasoning with TABALIGN

Multi-step LLM reasoning over structured tables fails because planning and execution share no explicit cell-grounding contract. Existing methods constrain the planner to a left-to-right factorization at odds with table permutation invariance, and score intermediate states by generated content alone, overlooking cell grounding. We conduct a pilot study showing that diffusion language models (DLMs) produce more human-aligned and permutation-stable cell attention on tables than autoregressive models, with a 40.2% median reduction in attention-AUROC variability under row reordering. Motivated by this, we propose TABALIGN, a planned table reasoning framework that operationalizes the contract. TABALIGN pairs a masked DLM planner, whose bidirectional denoising emits plan steps as binary cell masks, with TABATTN, a lightweight verifier trained on 1,600 human-verified attention standards to score each step by its attention overlap with the plan-designated mask. Across eight benchmarks covering table question answering and fact verification, TABALIGN improves average accuracy by 15.76 percentage points over the strongest open-source baseline at comparable 8B-class scale, with a matched-backbone ablation attributing 2.87 percentage points of this gain to the DLM planner over an AR planner on a fixed reasoner. Cleaner DLM plans also accelerate downstream reasoning execution by 44.64%.

preprint2022arXiv

Algorithms for Computing Wiener Indices of Acyclic and Unicyclic Graphs

Let $G=(V(G),E(G))$ be a molecular graph, where $V(G)$ and $E(G)$ are the sets of vertices (atoms) and edges (bonds). A topological index of a molecular graph is a numerical quantity which helps to predict the chemical/physical properties of the molecules. The Wiener, Wiener polarity and the terminal Wiener indices are the distance based topological indices. In this paper, we described a linear time algorithm {\bf(LTA)} that computes the Wiener index for acyclic graphs and extended this algorithm for unicyclic graphs. The same algorithms are modified to compute the terminal Wiener index and the Wiener polarity index. All these algorithms compute the indices in time $O(n)$.

preprint2022arXiv

AMCAD: Adaptive Mixed-Curvature Representation based Advertisement Retrieval System

Graph embedding based retrieval has become one of the most popular techniques in the information retrieval community and search engine industry. The classical paradigm mainly relies on the flat Euclidean geometry. In recent years, hyperbolic (negative curvature) and spherical (positive curvature) representation methods have shown their superiority to capture hierarchical and cyclic data structures respectively. However, in industrial scenarios such as e-commerce sponsored search platforms, the large-scale heterogeneous query-item-advertisement interaction graphs often have multiple structures coexisting. Existing methods either only consider a single geometry space, or combine several spaces manually, which are incapable and inflexible to model the complexity and heterogeneity in the real scenario. To tackle this challenge, we present a web-scale Adaptive Mixed-Curvature ADvertisement retrieval system (AMCAD) to automatically capture the complex and heterogeneous graph structures in non-Euclidean spaces. Specifically, entities are represented in adaptive mixed-curvature spaces, where the types and curvatures of the subspaces are trained to be optimal combinations. Besides, an attentive edge-wise space projector is designed to model the similarities between heterogeneous nodes according to local graph structures and the relation types. Moreover, to deploy AMCAD in Taobao, one of the largest ecommerce platforms with hundreds of million users, we design an efficient two-layer online retrieval framework for the task of graph based advertisement retrieval. Extensive evaluations on real-world datasets and A/B tests on online traffic are conducted to illustrate the effectiveness of the proposed system.

preprint2022arXiv

Bi-Temporal Semantic Reasoning for the Semantic Change Detection in HR Remote Sensing Images

Semantic change detection (SCD) extends the multi-class change detection (MCD) task to provide not only the change locations but also the detailed land-cover/land-use (LCLU) categories before and after the observation intervals. This fine-grained semantic change information is very useful in many applications. Recent studies indicate that the SCD can be modeled through a triple-branch Convolutional Neural Network (CNN), which contains two temporal branches and a change branch. However, in this architecture, the communications between the temporal branches and the change branch are insufficient. To overcome the limitations in existing methods, we propose a novel CNN architecture for the SCD, where the semantic temporal features are merged in a deep CD unit. Furthermore, we elaborate on this architecture to reason the bi-temporal semantic correlations. The resulting Bi-temporal Semantic Reasoning Network (Bi-SRNet) contains two types of semantic reasoning blocks to reason both single-temporal and cross-temporal semantic correlations, as well as a novel loss function to improve the semantic consistency of change detection results. Experimental results on a benchmark dataset show that the proposed architecture obtains significant accuracy improvements over the existing approaches, while the added designs in the Bi-SRNet further improves the segmentation of both semantic categories and the changed areas. The codes in this paper are accessible at: github.com/ggsDing/Bi-SRNet.

preprint2022arXiv

Distributed Robust Nash Equilibrium Seeking for Mixed-Order Games by a Neural-Network based Approach

In practical applications, decision-makers with heterogeneous dynamics may be engaged in the same decision-making process. This motivates us to study distributed Nash equilibrium seeking for games in which players are mixed-order (first- and second-order) integrators influenced by unknown dynamics and external disturbances in this paper. To solve this problem, we employ an adaptive neural network to manage unknown dynamics and disturbances, based on which a distributed Nash equilibrium seeking algorithm is developed by further adapting concepts from gradient-based optimization and multi-agent consensus. By constructing appropriate Lyapunov functions, we analytically prove convergence of the reported method. Theoretical investigations suggest that players' actions would be steered to an arbitrarily small neighborhood of the Nash equilibrium, which is also testified by simulations.

preprint2022arXiv

Exploiting dynamic nonlinearity in upconversion nanoparticles for super-resolution imaging

Single-beam super-resolution microscopy, also known as superlinear microscopy, exploits the nonlinear response of fluorescent probes in confocal microscopy. The technique requires no complex purpose-built system, light field modulation, or beam shaping. Here, we present a strategy to enhance spatial resolution of superlinear microscopy by modulating excitation intensity during image acquisition. This modulation induces dynamic optical nonlinearity in upconversion nanoparticles (UCNPs), resulting in variations of higher spatial-frequency information in the obtained images. The high-order information can be extracted with a proposed weighted finite difference imaging algorithm from raw fluorescence images, to generate an image with a higher resolution than superlinear microscopy images. We apply this approach to resolve two adjacent nanoparticles within a diffraction-limited area, improving the resolution to 130 nm. This work suggests a new scope for developing dynamic nonlinear fluorescent probes in super-resolution nanoscopy.

preprint2022arXiv

Looking Outside the Window: Wide-Context Transformer for the Semantic Segmentation of High-Resolution Remote Sensing Images

Long-range contextual information is crucial for the semantic segmentation of High-Resolution (HR) Remote Sensing Images (RSIs). However, image cropping operations, commonly used for training neural networks, limit the perception of long-range contexts in large RSIs. To overcome this limitation, we propose a Wide-Context Network (WiCoNet) for the semantic segmentation of HR RSIs. Apart from extracting local features with a conventional CNN, the WiCoNet has an extra context branch to aggregate information from a larger image area. Moreover, we introduce a Context Transformer to embed contextual information from the context branch and selectively project it onto the local features. The Context Transformer extends the Vision Transformer, an emerging kind of neural network, to model the dual-branch semantic correlations. It overcomes the locality limitation of CNNs and enables the WiCoNet to see the bigger picture before segmenting the land-cover/land-use (LCLU) classes. Ablation studies and comparative experiments conducted on several benchmark datasets demonstrate the effectiveness of the proposed method. In addition, we present a new Beijing Land-Use (BLU) dataset. This is a large-scale HR satellite dataset with high-quality and fine-grained reference labels, which can facilitate future studies in this field.

preprint2022arXiv

Sufficient principal component regression for pattern discovery in transcriptomic data

Methods for global measurement of transcript abundance such as microarrays and RNA-Seq generate datasets in which the number of measured features far exceeds the number of observations. Extracting biologically meaningful and experimentally tractable insights from such data therefore requires high-dimensional prediction. Existing sparse linear approaches to this challenge have been stunningly successful, but some important issues remain. These methods can fail to select the correct features, predict poorly relative to non-sparse alternatives, or ignore any unknown grouping structures for the features. We propose a method called SuffPCR that yields improved predictions in high-dimensional tasks including regression and classification, especially in the typical context of omics with correlated features. SuffPCR first estimates sparse principal components and then estimates a linear model on the recovered subspace. Because the estimated subspace is sparse in the features, the resulting predictions will depend on only a small subset of genes. SuffPCR works well on a variety of simulated and experimental transcriptomic data, performing nearly optimally when the model assumptions are satisfied. We also demonstrate near-optimal theoretical guarantees.

preprint2021arXiv

Neutron diffraction study of magnetism in van der Waals layered MnBi$_{2n}$Te$_{3n+1}$

Two-dimensional van der Waals MnBi$_{2n}$Te$_{3n+1}$ (n = 1, 2, 3, 4) compounds have been recently found to be intrinsic magnetic topological insulators rendering quantum anomalous Hall effect and diverse topological states. Here, we summarize and compare the crystal and magnetic structures of this family, and discuss the effects of chemical composition on their magnetism. We found that a considerable fraction of Bi occupies at the Mn sites in MnBi$_{2n}$Te$_{3n+1}$ (n = 1, 2, 3, 4) while Mn is no detectable at the non-magnetic atomic sites within the resolution of neutron diffraction experiments. The occupancy of Mn monotonically decreases with the increase of n. The polarized neutron diffraction on the representative MnBi$_{4}$Te$_{7}$ reveals that its magnetization density is exclusively accumulated at the Mn site, in good agreement with the results from the unpolarized neutron diffraction. The defects of Bi at the Mn site naturally explain the continuously reduced saturated magnetic moments from n = 1 to n = 4. The experimentally estimated critical exponents of all the compounds generally suggest a three-dimensional character of magnetism. Our work provides material-specified structural parameters that may be useful for band structure calculations to understand the observed topological surface states and for designing quantum magnetic materials through chemical doping.

preprint2021arXiv

Reentrance of spin-driven ferroelectricity through rotational tunneling of ammonium

Quantum effects fundamentally engender exotic physical phenomena in macroscopic systems, which advance next-generation technological applications. Rotational tunneling that represents the quantum phenomenon of the librational motion of molecules is ubiquitous in hydrogen-contained materials. However, its direct manifestation in realizing macroscopic physical properties is elusive. Here we report an observation of reentrant ferroelectricity under low pressure that is mediated by the rotational tunneling of ammonium ions in molecule-based (NH$_4$)$_2$FeCl$_5 \cdot$H$_2$O. Applying a small pressure leads to a transition from spin-driven ferroelectricity to paraelectricity coinciding with the stabilization of a collinear magnetic phase. Such a transition is attributed to the hydrogen bond fluctuations via the rotational tunneling of ammonium groups as supported by theoretical calculations. Higher pressure lifts the quantum fluctuations and leads to a reentrant ferroelectric phase concomitant with another incommensurate magnetic phase. These results demonstrate that the rotational tunneling emerges as a new route to control magnetic-related properties in soft magnets, opening avenues for designing multi-functional materials and realizing potential quantum control.

preprint2020arXiv

Connecting Web Event Forecasting with Anomaly Detection: A Case Study on Enterprise Web Applications Using Self-Supervised Neural Networks

Recently web applications have been widely used in enterprises to assist employees in providing effective and efficient business processes. Forecasting upcoming web events in enterprise web applications can be beneficial in many ways, such as efficient caching and recommendation. In this paper, we present a web event forecasting approach, DeepEvent, in enterprise web applications for better anomaly detection. DeepEvent includes three key features: web-specific neural networks to take into account the characteristics of sequential web events, self-supervised learning techniques to overcome the scarcity of labeled data, and sequence embedding techniques to integrate contextual events and capture dependencies among web events. We evaluate DeepEvent on web events collected from six real-world enterprise web applications. Our experimental results demonstrate that DeepEvent is effective in forecasting sequential web events and detecting web based anomalies. DeepEvent provides a context-based system for researchers and practitioners to better forecast web events with situational awareness.

preprint2020arXiv

Crystal and magnetic structures of magnetic topological insulators MnBi$_2$Te$_4$ and MnBi$_4$Te$_7$

Using single crystal neutron diffraction, we present a systematic investigation of the crystal structure and magnetism of van der Waals topological insulators MnBi$_2$Te$_4$ and MnBi$_4$Te$_7$, where rich topological quantum states have been recently predicted and observed. Structural refinements reveal that considerable Bi atoms occupied on the Mn sites in both materials, distinct from the previously reported antisite disorder. We show unambiguously that MnBi$_{2}$Te$_{4}$ orders antiferromagnetically below 24 K featured by a magnetic symmetry $R_I$-${3c}$ while MnBi$_{4}$Te$_{7}$ is antiferromagnetic below 13 K with a magnetic space group $P_c$-${3c1}$. They both present antiferromagnetically coupled ferromagnetic layers with spins along the $c$-axis. We put forward a stacking rule for the crystal structure of an infinitely adaptive series MnBi$_{2n}$Te$_{3n+1}$ (n$\geq$1) with the building unit of [Bi$_2$Te$_3$]. A comparison of magnetic properties between MnBi$_{2}$Te$_{4}$ and MnBi$_{4}$Te$_{7}$, together with the recent density-functional theory calculations, enables us to draw that a two-dimensional magnetism limit might be realized in the derivatives. Our work may promote the theoretical studies of topological magnetic states in the series of MnBi$_{2n}$Te$_{3n+1}$.

preprint2020arXiv

Defending against GAN-based Deepfake Attacks via Transformation-aware Adversarial Faces

Deepfake represents a category of face-swapping attacks that leverage machine learning models such as autoencoders or generative adversarial networks. Although the concept of the face-swapping is not new, its recent technical advances make fake content (e.g., images, videos) more realistic and imperceptible to Humans. Various detection techniques for Deepfake attacks have been explored. These methods, however, are passive measures against Deepfakes as they are mitigation strategies after the high-quality fake content is generated. More importantly, we would like to think ahead of the attackers with robust defenses. This work aims to take an offensive measure to impede the generation of high-quality fake images or videos. Specifically, we propose to use novel transformation-aware adversarially perturbed faces as a defense against GAN-based Deepfake attacks. Different from the naive adversarial faces, our proposed approach leverages differentiable random image transformations during the generation. We also propose to use an ensemble-based approach to enhance the defense robustness against GAN-based Deepfake variants under the black-box setting. We show that training a Deepfake model with adversarial faces can lead to a significant degradation in the quality of synthesized faces. This degradation is twofold. On the one hand, the quality of the synthesized faces is reduced with more visual artifacts such that the synthesized faces are more obviously fake or less convincing to human observers. On the other hand, the synthesized faces can easily be detected based on various metrics.

preprint2020arXiv

Successive dielectric anomalies and magnetoelectric coupling in honeycomb Fe$_4$Nb$_2$O$_9$

By combining single crystal x-ray and neutron diffraction, and the magnetodielectric measurements on single crystal Fe4Nb2O9, we present the magnetic structure and the symmetry-allowed magnetoelectric coupling in Fe4Nb2O9. It undergoes an antiferromagnetic transition at TN=93 K, followed by a displacive transition at TS=70 K. The temperature-dependent dielectric constant of Fe4Nb2O9 is strongly anisotropic with the first anomaly at 93 K due to the exchange striction as a result of the long range spin order, and the second one at 70 K emanating from the structural phase transition primarily driven by the O atomic displacements. Magneticfield induced magnetoelectric coupling was observed in single crystal Fe4Nb2O9 and is compatible with the solved magnetic structure that is characteristic of antiferromagnetically arranged ferromagnetic chains in the honeycomb plane. We propose that such magnetic symmetry should be immune to external magnetic fields to some extent favored by the freedom of rotation of moments in the honeycomb plane, laying out a promising system to control the magnetoelectric properties by magnetic fields.

preprint2020arXiv

Successive incommensurate spin orderings and excitations in multiferroic SrMnGe2O6

Anisotropic multiferroic properties of SrMnGe2O6 pyroxene single crystals were systematically investigated by means of magnetization, heat capacity, pyroelectric current measurement and elastic and inelastic neutron scattering experiments. Single crystal neutron diffraction allows us to unambiguously reveal the presence of two incommensurate magnetic orderings: a non-polar amplitude-modulated collinear sinusoidal magnetic structure emerges at TN1=4.36(2)K followed by a polar elliptical cycloidal spin structure below TN2=4.05(2)K. Pyroelectric current measurements on single crystal confirm the appearance of a spontaneous polarization within the (ac) plane below TN2 associated with the latter magnetic symmetry through extended Dzyaloshinsky-Moriya mechanism. The magnetic phase diagram was calculated considering the three isotropic exchange couplings relevant in this system. The magnetic excitations spectra of SrMnGe2O6 measured by inelastic neutron scattering were successfully modeled using a set of exchange interactions consistent with this phase diagram.

preprint2019arXiv

Gapless spin-liquid state in the structurally disorder-free triangular antiferromagnet NaYbO$_2$

We present the structural characterization and low-temperature magnetism of the triangular-lattice delafossite NaYbO$_2$. Synchrotron x-ray diffraction and neutron scattering exclude both structural disorder and crystal-electric-field randomness, whereas heat-capacity measurements and muon spectroscopy reveal the absence of magnetic order and persistent spin dynamics down to at least 70\,mK. Continuous magnetic excitations with the low-energy spectral weight accumulating at the $K$-point of the Brillouin zone indicate the formation of a novel spin-liquid phase in a triangular antiferromagnet. This phase is gapless and shows a non-trivial evolution of the low-temperature specific heat. Our work demonstrates that NaYbO$_2$ practically gives the most direct experimental access to the spin-liquid physics of triangular antiferromagnets.

preprint2018arXiv

Coupling between Spin and Charge Order Driven by Magnetic Field in Triangular Ising System LuFe2O4+δ

We present a study of the magnetic-field effect on spin correlations in the charge ordered triangular Ising system LuFe2O4+δ through single crystal neutron diffraction. In the absence of a magnetic field, the strong diffuse neutron scattering observed below the Neel temperature (TN = 240 K) indicates that LuFe2O4+δ shows short-range, two-dimensional (2D) correlations in the FeO5 triangular layers, characterized by the development of a magnetic scattering rod along the 1/3 1/3 L direction, persisting down to 5 K. We also found that on top of the 2D correlations, a long range ferromagnetic component associated with the propagation vector k1 = 0 sets in at around 240 K. On the other hand, an external magnetic field applied along the c-axis effectively favours a three-dimensional (3D) spin correlation between the FeO5 bilayers evidenced by the increase of the intensity of satellite reflections with propagation vector k2 = (1/3, 1/3, 3/2). This magnetic modulation is identical to the charge ordered superstructure, highlighting the field-promoted coupling between the spin and charge degrees of freedom. Formation of the 3D spin correlations suppresses both the rod-type diffuse scattering and the k1 component. Simple symmetry-based arguments provide a natural explanation of the observed phenomenon and put forward a possible charge redistribution in the applied magnetic field.

preprint2017arXiv

Unusual magnetic structure of high-pressure synthesized perovskites ACrO3(A=Sc, In, Tl)

Magnetic structures of metastable perovskites ScCrO3, InCrO3 and TlCrO3, stabilized under high-pressure and high-temperature conditions, have been studied by neutron powder diffraction. Similar to the other orthochromites LnCrO3 (Ln=lanthanide or Y), these materials crystallize into the orthorhombic structure with Pnma10 symmetry. The spin configuration of the metastable perovskites has been found to be C-type, contrasting with the G-type structure usually observed in LnCrO3. First-principles calculations demonstrate that the Ctype structure found in ScCrO3 and InCrO3 is attributed to a ferromagnetic (FM) nearest-neighbor interaction, while in TlCrO3, this type of magnetic ordering is stabilized by a strong next-nearest-neighbor antiferromagnetic (AFM) exchange. The spins in the C-type magnetic structure line up along the orthorhombic b-axis, yielding the Pnma magnetic symmetry. The dominant mechanism controlling this spin direction has been concluded to be the single ion anisotropy imposed by a uniaxial distortion of CrO6 octahedra.