Researcher profile

Huimin Zhang

Huimin Zhang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 19 - UnverifiedVerification L1Unclaimed author
5works
0followers
8topics
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

5 published item(s)

preprint2022arXiv

Flat-band based ferromagnetic semiconducting state in the graphitic C$_4$N$_3$ monolayer

A new set of lattice-models based on the hexagonal $\sqrt{N}\times\sqrt{N}$ super-cells of the well-known honeycomb lattice with single-hole defect (HL-D-1/2N) are proposed to realize the nontrivial isolated flat-bands. Through performing both tight-binding and density functional theory calculations, we demonstrate that the experimentally realized graphitic carbon nitride (Adv. Mater., 22, 1004, 2010; Nat. Commun., 9, 3366, 2018), the HL-D-1/8 based C$_4$N$_3$, is a perfect system to host such flat bands. For the flat high-energy P-6m2 C$_4$N$_3$ structure, it displays the ferromagnetic half-metallicity which is not related to the isolated flat bands. However, the P-6m2 C$_4$N$_3$ structure is dynamically unstable. Using a structure searching method based on group and graph theory, we find that a new corrugated Pca21 C4N3 structure has the lowest energy among all known C$_4$N$_3$ structures. This Pca21 C$_4$N$_3$ structure is an intrinsic ferromagnetic half-semiconductor (Tc$\approx$241 K) with one semiconducting spin-channel (1.75 eV) and one insulating spin-channel (3.64 eV), which is quite rare in the two-dimensional (2D) systems. Its ferromagnetic semiconducting property originates from the isolated p$_z$-state flat-band as the corrugation shift the flat band upward to the Fermi level. Interestingly, this Pca21 C$_4$N$_3$ structure is found to be piezoelectric and ferroelectric, which makes C$_4$N$_3$ an unusual transition-metal-free 2D multiferroic.

preprint2022arXiv

FP-GNN: a versatile deep learning architecture for enhanced molecular property prediction

Deep learning is an important method for molecular design and exhibits considerable ability to predict molecular properties, including physicochemical, bioactive, and ADME/T (absorption, distribution, metabolism, excretion, and toxicity) properties. In this study, we advanced a novel deep learning architecture, termed FP-GNN, which combined and simultaneously learned information from molecular graphs and fingerprints. To evaluate the FP-GNN model, we conducted experiments on 13 public datasets, an unbiased LIT-PCBA dataset, and 14 phenotypic screening datasets for breast cell lines. Extensive evaluation results showed that compared to advanced deep learning and conventional machine learning algorithms, the FP-GNN algorithm achieved state-of-the-art performance on these datasets. In addition, we analyzed the influence of different molecular fingerprints, and the effects of molecular graphs and molecular fingerprints on the performance of the FP-GNN model. Analysis of the anti-noise ability and interpretation ability also indicated that FP-GNN was competitive in real-world situations.

preprint2022arXiv

Selective Trapping of Hexagonally Warped Topological Surface States in a Triangular Quantum Corral

The surface of a three-dimensional topological insulator (TI) hosts two-dimensional massless Dirac fermions (DFs), the gapless and spin-helical nature of which yields many exotic phenomena, such as the immunity of topological surface states (TSS) to back-scattering. This leads to their high transmission through surface defects or potential barriers. Quantum corrals, previously elaborated on metal surfaces, can act as nanometer-sized electronic resonators to trap Schrödinger electrons by quantum confinement. It is thus intriguing, concerning their peculiar nature, to put the Dirac electrons of TSS to the test in similar circumstances. Here, we report the behaviors of TSS in a triangular quantum corral (TQC) fabricated by epitaxially growing Bi bilayer nanostructures on the surfaces of Bi2Te3 films. Unlike a circular corral, the TQC is supposed to be totally transparent for DFs. By mapping the electronic structure of TSS inside TQCs through a low-temperature scanning tunneling microscope in the real space, both the trapping and de-trapping behaviors of the TSS electrons are observed. The selection rules are found to be governed by the geometry and spin texture of the constant energy contour of TSS upon the strong hexagonal warping in Bi2Te3. Careful analysis of the quantum interference patterns of quasi-bound states yields the corresponding wave vectors of trapped TSS, through which two trapping mechanisms favoring momenta in different directions are uncovered. Our work indicates the extended nature of TSS and elucidates the selection rules of the trapping of TSS in the presence of a complicated surface state structure, giving insights into the effective engineering of DFs in TIs.

preprint2020arXiv

A Multi-Modal States based Vehicle Descriptor and Dilated Convolutional Social Pooling for Vehicle Trajectory Prediction

Precise trajectory prediction of surrounding vehicles is critical for decision-making of autonomous vehicles and learning-based approaches are well recognized for the robustness. However, state-of-the-art learning-based methods ignore 1) the feasibility of the vehicle's multi-modal state information for prediction and 2) the mutual exclusive relationship between the global traffic scene receptive fields and the local position resolution when modeling vehicles' interactions, which may influence prediction accuracy. Therefore, we propose a vehicle-descriptor based LSTM model with the dilated convolutional social pooling (VD+DCS-LSTM) to cope with the above issues. First, each vehicle's multi-modal state information is employed as our model's input and a new vehicle descriptor encoded by stacked sparse auto-encoders is proposed to reflect the deep interactive relationships between various states, achieving the optimal feature extraction and effective use of multi-modal inputs. Secondly, the LSTM encoder is used to encode the historical sequences composed of the vehicle descriptor and a novel dilated convolutional social pooling is proposed to improve modeling vehicles' spatial interactions. Thirdly, the LSTM decoder is used to predict the probability distribution of future trajectories based on maneuvers. The validity of the overall model was verified over the NGSIM US-101 and I-80 datasets and our method outperforms the latest benchmark.

preprint2020arXiv

Learning Scalable Multi-Agent Coordination by Spatial Differentiation for Traffic Signal Control

The intelligent control of the traffic signal is critical to the optimization of transportation systems. To achieve global optimal traffic efficiency in large-scale road networks, recent works have focused on coordination among intersections, which have shown promising results. However, existing studies paid more attention to observations sharing among intersections (both explicit and implicit) and did not care about the consequences after decisions. In this paper, we design a multiagent coordination framework based on Deep Reinforcement Learning methods for traffic signal control, defined as γ-Reward that includes both original γ-Reward and γ-Attention-Reward. Specifically, we propose the Spatial Differentiation method for coordination which uses the temporal-spatial information in the replay buffer to amend the reward of each action. A concise theoretical analysis that proves the proposed model can converge to Nash equilibrium is given. By extending the idea of Markov Chain to the dimension of space-time, this truly decentralized coordination mechanism replaces the graph attention method and realizes the decoupling of the road network, which is more scalable and more in line with practice. The simulation results show that the proposed model remains a state-of-the-art performance even not use a centralized setting. Code is available in https://github.com/Skylark0924/Gamma Reward.