Trust snapshot

Quick read

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

Adaptive Fused Prior Transfer for Controllable Generative Image Compression

Learned image compression has achieved competitive rate-distortion performance, but very-low-bitrate reconstruction remains difficult because the transmitted representation often cannot preserve fine textures and local structures. Perceptual and generative codecs address this problem by using learned reconstruction priors, and controllable codecs allow one model to cover different bitrate and reconstruction preferences. However, controllability alone does not resolve the decoder-side reconstruction-prior problem: under severe bit constraints, the decoder must infer missing details from limited transmitted information, while existing codebook-based controllable designs generally rely on single-codebook token-based priors. This paper proposes Adaptive Fused Prior Transfer for Controllable Generative Image Compression (AFP-GIC), a controllable codec that transfers an adaptive fused prior from a frozen pretrained AdaCode model. Encoder-side fused-prior features guide latent formation, while the decoder predicts a compatible fused prior from the compressed representation and selected control variables, enabling prior-guided reconstruction without transmitting the fused prior itself. A motivating analysis relates decoder-side fused-prior alignment to a reconstruction-error upper bound and shows that the fused-prior family contains single-codebook choices as special cases. Under the unified benchmark, AFP-GIC reduces decoder latency by 18.1% and the overall parameter count by 31.10 million (20.5%) relative to DC-VIC. Experiments on Kodak, CLIC2020, and DIV2K show competitive PSNR, with the clearest perceptual gains in NIQE scores and very-low-bitrate visual comparisons.

preprint2026arXiv

AnyBand-Diff: A Unified Remote Sensing Image Generation and Band Repair Framework with Spectral Priors

Existing diffusion models have made significant progress in generating realistic images. However, their direct adaptation to remote sensing imagery often disregards intrinsic physical laws. This oversight frequently leads to spectral distortion and radiometric inconsistency, severely limiting the scientific utility of generated data. To address this issue, this paper introduces AnyBand-Diff, a novel spectral-prior-guided diffusion framework tailored for robust spectral reconstruction. Specifically, we design a Masked Conditional Diffusion backbone integrated with a dual stochastic masking strategy, empowering the model to recover complete spectral information from arbitrary band subsets. Subsequently, to ensure radiometric fidelity, a Physics-Guided Sampling mechanism is proposed, leveraging gradients from a differentiable physical model to explicitly steer the denoising trajectory toward the manifold of physically plausible solutions. Furthermore, a Multi-Scale Physical Loss is formulated to enforce rigorous constraints across pixel, region, and global levels in a joint manner. Extensive experiments confirm the effectiveness of AnyBand-Diff in generating reliable imagery and achieving accurate spectral reconstruction, contributing to the advancement of physics-aware generative methods for Earth observation.

preprint2026arXiv

D2-CDIG: Controlled Diffusion Remote Sensing Image Generation with Dual Priors of DEM and Cloud-Fog

Remote sensing image generation provides a reliable data foundation for remote sensing large models and downstream tasks. However, existing controllable remote sensing image generation methods typically rely on traditional techniques such as segmentation and edge detection, which do not fully leverage terrain or atmospheric conditions. As a result, the generated images often lack accuracy and naturalness when dealing with complex terrains and atmospheric phenomena. In this paper, we propose a novel remote sensing image generation framework, D2-CDIG, which integrates diffusion models with a dual-prior control mechanism. By incorporating both Digital Elevation Model (DEM) and cloud-fog information as dual prior knowledge, D2-CDIG precisely controls ground features and atmospheric phenomena within the generated images. Specifically, D2-CDIG decouples the terrain and atmospheric generation processes through independent control of ground and atmospheric branches. Additionally, a refined cloud-fog slider is introduced to flexibly adjust cloud thickness and distribution. During training, ground and atmospheric control signals are injected in layers to ensure a seamless transition within the images. Compared to traditional methods based on segmentation or edge detection, D2-CDIG shows significant improvements in image quality, detail richness, and realism. D2-CDIG offers a flexible and precise solution for remote sensing image generation, providing high-quality data for training large remote sensing models and downstream tasks.

preprint2026arXiv

Deep RL Dual Sourcing Inventory Management with Supply and Capacity Risk Awareness

In this work, we study how to efficiently apply reinforcement learning (RL) for solving large-scale stochastic optimization problems by leveraging intervention models. The key of the proposed methodology is to better explore the solution space by simulating and composing the stochastic processes using pre-trained deep learning (DL) models. We demonstrate our approach on a challenging real-world application, the multi-sourcing multi-period inventory management problem in supply chain optimization. In particular, we employ deep RL models for learning and forecasting the stochastic supply chain processes under a range of assumptions. Moreover, we also introduce a constraint coordination mechanism, designed to forecast dual costs given the cross-products constraints in the inventory network. We highlight that instead of directly modeling the complex physical constraints into the RL optimization problem and solving the stochastic problem as a whole, our approach breaks down those supply chain processes into scalable and composable DL modules, leading to improved performance on large real-world datasets. We also outline open problems for future research to further investigate the efficacy of such models.

preprint2026arXiv

Destination Drone: A Comprehensive Analysis of Japanese Consumer Choice Behavior and Intentions for Drone Delivery Services

The potential for drone delivery services to transform logistics systems and consumer behavior has gained increasing attention. However, comprehensive empirical evidence on consumer delivery choice behavior within the context of transportation and urban air logistics remains limited, particularly in Japan. This study addresses this gap by examining Japanese consumers' preferences and behavioral intentions toward drone delivery services. Using a stated preference (SP) survey and discrete choice modeling approaches, including multinomial logit (MNL) and mixed logit (MMNL) models, the analysis evaluates how delivery cost, delivery time, drop-off location, product type, and social influence affect delivery mode choices across different demographic groups. The results indicate that although consumers express interest in drone delivery, perceived cost and concerns related to reliability continue to constrain adoption. Younger and male consumers exhibit higher preferences for drone delivery, while product type, particularly daily consumer goods and medical or healthcare items, plays a significant role in shaping preferences. Post-estimation willingness-to-pay and elasticity analyses further highlight consumers' sensitivity to delivery pricing and speed attributes. Overall, the findings provide actionable insights for logistics service providers and policymakers regarding pricing strategies, service targeting, and deployment approaches for integrating drone delivery into Japan's evolving logistics system.

preprint2026arXiv

MAD-OPD: Breaking the Ceiling in On-Policy Distillation via Multi-Agent Debate

On-policy distillation (OPD) trains a student on its own trajectories under token-level teacher supervision, but existing methods are capped by a single-teacher capability ceiling: when the teacher errs, the student inherits the error. OPD also remains largely unexplored in agentic tasks, where per-step errors compound across long trajectories and destabilize training. We propose MAD-OPD (Multi-Agent Debate-driven On-Policy Distillation), which breaks this ceiling by recasting the distillation teacher as a deliberative collective of teachers that debate over the student's on-policy state; the debate produces an emergent collective intelligence that supplies token-level supervision, with each teacher's contribution weighted by its post-debate confidence. To extend OPD to agentic tasks, we also introduce On-Policy Agentic Distillation (OPAD), which adds step-level sampling to stabilize training under multi-step error compounding. We additionally derive a task-adaptive divergence principle, selecting JSD (Jensen-Shannon divergence) for agentic stability and reverse KL (Kullback-Leibler) divergence for code generation, and verify it both theoretically and empirically. Across six teacher-student configurations (Qwen3 and Qwen3.5; 1.7B-14B students, 8B-32B teachers) and five agentic and code benchmarks, MAD-OPD ranks first across all six configurations; on the 14B+8B$\to$4B setting it lifts the agentic average by $+2.4\%$ and the code average by $+3.7\%$ over the stronger single-teacher OPD.

preprint2026arXiv

PointSLAM++: Robust Dense Neural Gaussian Point Cloud-based SLAM

Real-time 3D reconstruction is crucial for robotics and augmented reality, yet current simultaneous localization and mapping(SLAM) approaches often struggle to maintain structural consistency and robust pose estimation in the presence of depth noise. This work introduces PointSLAM++, a novel RGB-D SLAM system that leverages a hierarchically constrained neural Gaussian representation to preserve structural relationships while generating Gaussian primitives for scene mapping. It also employs progressive pose optimization to mitigate depth sensor noise, significantly enhancing localization accuracy. Furthermore, it utilizes a dynamic neural representation graph that adjusts the distribution of Gaussian nodes based on local geometric complexity, enabling the map to adapt to intricate scene details in real time. This combination yields high-precision 3D mapping and photorealistic scene rendering. Experimental results show PointSLAM++ outperforms existing 3DGS-based SLAM methods in reconstruction accuracy and rendering quality, demonstrating its advantages for large-scale AR and robotics.

preprint2026arXiv

Ramp Josephson junctions of Al/Ti/Sr2RuO4: Observation of single-domain quantum oscillations and the detection of chiral edge current

The determination of how the phase of the superconducting order parameter in a superconductor varies with the spatial direction, which can be done only through the Josephson-effect-based phase-sensitive measurements, is crucial for the establishment of the precise pairing symmetry of the superconductor. So far, such measurements have been done on high-Tc cuprate superconductors but only at a couple of directions for Sr2RuO4 because of the difficulty in preparing Josephson junctions between Sr2RuO4 and an s-wave superconductor with a chosen mutual orientation. Another long-standing issue in Sr2RuO4, which was shown previously to feature a spontaneously broken time-reversal symmetry by muon spin rotation and other measurements, is that the expected presence of chiral surface currents, domains, and domain walls is yet to be explicitly shown experimentally. To address these issues, we have long sought the preparation of high-quality Josephson junctions between Sr2RuO4 and a conventional s-wave with a controllable orientation relative to symmetry axes in Sr2RuO4. We report in this article the successful fabrication of ramp Josephson junctions of Al/Ti/Sr2RuO4 on thin single crystals of Sr2RuO4 obtained by mechanical exfoliation. These junctions were found to show high-quality quantum oscillations consistent with a single-domain Josephson coupling. The normal junction resistance was found to depend extremely sensitively on the supercurrent flowing in the Sr2RuO4 crystal on which the Josephson junction was made. This finding was used in the present work to provide an estimate of the size of the chiral surface current, which is shown to agree with its upper bound established previously.

preprint2026arXiv

SRTJ: Self-Evolving Rule-Driven Training-Free LLM Jailbreaking

LLMs are increasingly equipped with safety alignment mechanisms, yet recent studies demonstrate that they remain vulnerable to jailbreaking attacks that elicit harmful behaviors without explicit policy violations. While a growing body of work has explored automated jailbreak strategies, existing methods face several fundamental challenges, including the lack of systematic utilization of both successful and failed attack experiences, as well as the absence of principled mechanisms for composing and selecting reusable attack rules under diverse constraints. As a result, existing methods struggle to accumulate transferable knowledge over time and to reliably adapt attack strategies across different targets and evolving safety mechanisms. To address these issues, we propose a Self-Evolving Rule-Driven Training-Free Jailbreak (SRTJ) framework that systematically discovers, composes, and refines attack strategies through interaction and feedback, without updating model parameters. Specifically, SRTJ couples experience-driven attack generation with answer set programming (ASP)-based rule selection and constraint-aware composition, where iterative verifier feedback is leveraged to jointly refine successful strategies and analyze failure patterns. The resulting rule memory evolves in a hierarchical multi-level manner, explicitly organizing distilled attack knowledge into long-term, middle-term, and short-term rules, thereby capturing both stable transferable strategies and transient adaptive behaviors to effectively balance exploration and exploitation across attack attempts. Extensive experiments on mainstream jailbreak benchmark (HarmBench) demonstrate that SRTJ achieves strong and stable attack performance across different target LLMs, while exhibiting improved robustness and generalization compared to existing jailbreak methods. The code is available at https://github.com/TheSolkatt/SRTJ.

preprint2024arXiv

Coexistence of ferroelectric and ferrielectric phases in ultrathin antiferroelectric PbZrO3 thin films

Whereas ferroelectricity may vanish in ultra-thin ferroelectric films, it is expected to emerge in ultra-thin anti-ferroelectric films, sparking people's interest in using antiferroelectric materials as an alternative to ferroelectric ones for high-density data storage applications. Lead Zirconate (PbZrO3) is considered the prototype material for antiferroelectricity, and indeed previous studies indicated that nanoscale PbZrO3 films exhibit ferroelectricity. The understanding of such phenomena from the microstructure aspect is crucial but still lacking. In this study, we fabricated a PbZrO3 film with thicknesses varying from 5 nm to 80 nm. Using Piezoresponse Force Microscopy, we discovered the film displayed a transition from antiferroelectric behaviour in the thicker areas to ferroelectric behaviour in the thinner ones, with a critical thickness between 10 and 15 nm. In this critical thickness range, a 12 nm PZO thin film was chosen for further study using aberration-corrected scanning transmission electron microscopy. The investigation showed that the film comprises both ferroelectric and ferrielectric phases. The ferroelectric phase is characterized by polarisation along the pseudocubic [011] projection direction. The positions of Pb, Zr, and O were determined using the integrated differential phase contrast method. This allowed us to ascertain that the ferroelectric PbZrO3 unit cell is half the size of that in the antiferroelectric phase on the ab plane. The observed unit cell is different from the electric field-induced ferroelectric rhombohedral phases. Additionally, we identified a ferrielectric phase with a unique up-up-zero-zero dipole configuration. The finding is crucial for understanding the performance of ultrathin antiferroelectric thin films and the subsequent design and development of antiferroelectric devices.

preprint2023arXiv

Excellent catalytic performance towards the hydrogen evolution reaction in topological semimetals

Topological states of matter and their corresponding properties are classical research topics in condensed matter physics. Quite recently, the application of materials that feature these states has been extended to the field of electrochemical catalysis and become an emerging research topic that is receiving increasing interest. In particular, several recent experimental studies performed on topological semimetals have already revealed high catalytic performance towards hydrogen evolution reaction (HER), strongly promoting acceptance of the fresh concept of the topological catalyst. This emerging concept has experienced rapid developments in the last few years, but these developments have been rarely summarized. Herein, we offer a comprehensive review on the state-of-the-art progress in developing topological catalysts for the HER process through topological semimetals such as Weyl semimetals, Dirac semimetals, nodal line semimetals, etc. The course of development, the general research routes, and the fundamental mechanisms in topological catalysts are also systematically analyzed in this review.

preprint2022arXiv

PACSan: Enforcing Memory Safety Based on ARM PA

Memory safety is a key security property that stops memory corruption vulnerabilities. Existing sanitizers enforce checks and catch such bugs during development and testing. However, they either provide partial memory safety or have overwhelmingly high performance overheads. Our novel sanitizer PACSan enforces spatial and temporal memory safety with no false positives at low performance overheads. PACSan removes the majority of the overheads involved in pointer tracking by sealing metadata in pointers through ARM PA (Pointer Authentication), and performing the memory safety checks when pointers are dereferenced. We have developed a prototype of PACSan and systematically evaluated its security and performance on the Magma, Juliet, Nginx, and SPEC CPU2017 test suites, respectively. In our evaluation, PACSan shows no false positives together with negligible false negatives, while introducing stronger security guarantees and lower performance overheads than state-of-the-art sanitizers, including HWASan, ASan, SoftBound+CETS, Memcheck, LowFat, and PTAuth. Specifically, PACSan has 0.84x runtime overhead and 1.92x memory overhead on average. Compared to the widely deployed ASan, PACSan has no false positives and much fewer false negatives and reduces 7.172% runtime overheads and 89.063%memory overheads.

preprint2022arXiv

Physically Explainable CNN for SAR Image Classification

Integrating the special electromagnetic characteristics of Synthetic Aperture Radar (SAR) in deep neural networks is essential in order to enhance the explainability and physics awareness of deep learning. In this paper, we first propose a novel physically explainable convolutional neural network for SAR image classification, namely physics guided and injected learning (PGIL). It comprises three parts: (1) explainable models (XM) to provide prior physics knowledge, (2) physics guided network (PGN) to encode the knowledge into physics-aware features, and (3) physics injected network (PIN) to adaptively introduce the physics-aware features into classification pipeline for label prediction. A hybrid Image-Physics SAR dataset format is proposed for evaluation, with both Sentinel-1 and Gaofen-3 SAR data being experimented. The results show that the proposed PGIL substantially improve the classification performance in case of limited labeled data compared with the counterpart data-driven CNN and other pre-training methods. Additionally, the physics explanations are discussed to indicate the interpretability and the physical consistency preserved in the predictions. We deem the proposed method would promote the development of physically explainable deep learning in SAR image interpretation field.

preprint2022arXiv

RCMNet: A deep learning model assists CAR-T therapy for leukemia

Acute leukemia is a type of blood cancer with a high mortality rate. Current therapeutic methods include bone marrow transplantation, supportive therapy, and chemotherapy. Although a satisfactory remission of the disease can be achieved, the risk of recurrence is still high. Therefore, novel treatments are demanding. Chimeric antigen receptor-T (CAR-T) therapy has emerged as a promising approach to treat and cure acute leukemia. To harness the therapeutic potential of CAR-T cell therapy for blood diseases, reliable cell morphological identification is crucial. Nevertheless, the identification of CAR-T cells is a big challenge posed by their phenotypic similarity with other blood cells. To address this substantial clinical challenge, herein we first construct a CAR-T dataset with 500 original microscopy images after staining. Following that, we create a novel integrated model called RCMNet (ResNet18 with CBAM and MHSA) that combines the convolutional neural network (CNN) and Transformer. The model shows 99.63% top-1 accuracy on the public dataset. Compared with previous reports, our model obtains satisfactory results for image classification. Although testing on the CAR-T cells dataset, a decent performance is observed, which is attributed to the limited size of the dataset. Transfer learning is adapted for RCMNet and a maximum of 83.36% accuracy has been achieved, which is higher than other SOTA models. The study evaluates the effectiveness of RCMNet on a big public dataset and translates it to a clinical dataset for diagnostic applications.

preprint2022arXiv

Recent Progress of Heterostructures Based on Two Dimensional Materials and Wide Bandgap Semiconductors

Recent progress in the synthesis and assembly of two-dimensional (2D) materials has laid the foundation for various applications of atomically thin layer films. These 2D materials possess rich and diverse properties such as layer-dependent band gaps, interesting spin degrees of freedom, and variable crystal structures. They exhibit broad application prospects in micro-nano devices. In the meantime, the wide bandgap semiconductors (WBS) with an elevated breakdown voltage, high mobility, and high thermal conductivity have shown important applications in high-frequency microwave devices, high-temperature and high-power electronic devices. Beyond the study on single 2D materials or WBS materials, the multi-functional 2D/WBS heterostructures can promote the carrier transport at the interface, potentially providing novel physical phenomena and applications, and improving the performance of electronic and optoelectronic devices. In this review, we overview the advantages of the heterostructures of 2D materials and WBS materials, and introduce the construction methods of 2D/WBS heterostructures. Then, we present the diversity and recent progress in the applications of 2D/WBS heterostructures, including photodetectors, photocatalysis, sensors, and energy related devices. Finally, we put forward the current challenges of 2D/WBS heterostructures and propose the promising research directions in the future.

preprint2022arXiv

Remiod: Reference-based Controlled Multiple Imputation of Longitudinal Binary and Ordinal Outcomes with non-ignorable missingness

Missing data on response variables are common in clinical studies. Corresponding to the uncertainty of missing mechanism, theoretical frameworks on controlled imputation have been developed. In practice, it is recommended to conduct a statistically valid analysis under the primary assumptions on missing data, followed by sensitivity analysis under alternative assumptions to assess the robustness of results. Due to the availability of software, controlled multiple imputation (MI) procedures, including delta-based and reference-based approaches, have become popular for analyzing continuous variables under missing-not-at-random assumptions. Similar tools, however, still limit application of these methods to categorical data. In this paper, we introduce the R package \textbf{remiod}, which utilizes the Bayesian framework to perform imputation in regression models on binary and ordinal outcomes. Following outlining theoretical backgrounds, usage and features of \textbf{remiod} are described and illustrated using examples.

preprint2022arXiv

RTN: Reinforced Transformer Network for Coronary CT Angiography Vessel-level Image Quality Assessment

Coronary CT Angiography (CCTA) is susceptible to various distortions (e.g., artifacts and noise), which severely compromise the exact diagnosis of cardiovascular diseases. The appropriate CCTA Vessel-level Image Quality Assessment (CCTA VIQA) algorithm can be used to reduce the risk of error diagnosis. The primary challenges of CCTA VIQA are that the local part of coronary that determines final quality is hard to locate. To tackle the challenge, we formulate CCTA VIQA as a multiple-instance learning (MIL) problem, and exploit Transformer-based MIL backbone (termed as T-MIL) to aggregate the multiple instances along the coronary centerline into the final quality. However, not all instances are informative for final quality. There are some quality-irrelevant/negative instances intervening the exact quality assessment(e.g., instances covering only background or the coronary in instances is not identifiable). Therefore, we propose a Progressive Reinforcement learning based Instance Discarding module (termed as PRID) to progressively remove quality-irrelevant/negative instances for CCTA VIQA. Based on the above two modules, we propose a Reinforced Transformer Network (RTN) for automatic CCTA VIQA based on end-to-end optimization. Extensive experimental results demonstrate that our proposed method achieves the state-of-the-art performance on the real-world CCTA dataset, exceeding previous MIL methods by a large margin.

preprint2022arXiv

Scaling Blockchains with Error Correction Codes: A Survey on Coded Blockchains

This paper reviews and highlights how coding schemes have been used to solve various problems in blockchain systems. Specifically, these problems relate to scaling blockchains in terms of their data storage, computation and communication cost, as well as security. To this end, this paper considers the use of coded blocks or shards that allows participants to store only a fraction of the total blockchain, protect against malicious nodes or erasures due to nodes leaving a blockchain system, ensure data availability in order to promote transparency, and scale the security of sharded blockchains. Further, it helps reduce communication cost when disseminating blocks, which is critical to bootstrapping new nodes and helps speed up consensus of blocks. For each category of solutions, we highlight problems and issues that motivated their designs and use of coding. Moreover, we provide a qualitative analysis of their storage, communication and computation cost.

preprint2022arXiv

Self-localized topological states in three dimensions

Three-dimensional (3D) topological materials exhibit much richer phenomena than their lower-dimensional counterparts. Here, we propose self-localized topological states (i.e., topological solitons) in a 3D nonlinear photonic Chern insulator. Despite being in the bulk and self-localized in all 3D, the topological solitons at high-symmetry points K and K' rotate in the same direction, due to the underlying topology. Specifically, under the saturable nonlinearity the solitons are stable over a broad frequency range. Our results highlight how topology and nonlinearity interact with each other and can be extended to other 3D topological systems.

preprint2022arXiv

Stock Movement Prediction Based on Bi-typed Hybrid-relational Market Knowledge Graph via Dual Attention Networks

Stock Movement Prediction (SMP) aims at predicting listed companies' stock future price trend, which is a challenging task due to the volatile nature of financial markets. Recent financial studies show that the momentum spillover effect plays a significant role in stock fluctuation. However, previous studies typically only learn the simple connection information among related companies, which inevitably fail to model complex relations of listed companies in the real financial market. To address this issue, we first construct a more comprehensive Market Knowledge Graph (MKG) which contains bi-typed entities including listed companies and their associated executives, and hybrid-relations including the explicit relations and implicit relations. Afterward, we propose DanSmp, a novel Dual Attention Networks to learn the momentum spillover signals based upon the constructed MKG for stock prediction. The empirical experiments on our constructed datasets against nine SOTA baselines demonstrate that the proposed DanSmp is capable of improving stock prediction with the constructed MKG.

preprint2022arXiv

The Exponential-Time Complexity of the complex weighted #CSP

In this paper, I consider a fine-grained dichotomy of Boolean counting constraint satisfaction problem (#CSP), under the exponential time hypothesis of counting version (#ETH). Suppose $\mathscr{F}$ is a finite set of algebraic complex-valued functions defined on Boolean domain. When $\mathscr{F}$ is a subset of either two special function sets, I prove that #CSP($\mathscr{F}$) is polynomial-time solvable, otherwise it can not be computed in sub-exponential time unless #ETH fails. I also improve the result by proving the same dichotomy holds for #CSP with bounded degree (every variable appears at most constant constraints), even for #R$_3$-CSP. An important preparation before proving the result is to argue that pinning (two special unary functions $[1,0]$ and $[0,1]$ are used to reduce arity) can also keep the sub-exponential lower bound of a Boolean #CSP problem. I discuss this issue by utilizing some common methods in proving #P-hardness of counting problems. The proof illustrates the internal correlation among these commonly used methods.

preprint2022arXiv

Universal and Efficient p-Doping of Organic Semiconductors by Electrophilic Attack of Cations

Doping is of great importance to tailor the electrical properties of semiconductors. However, the present doping methodologies for organic semiconductors (OSCs) are either inefficient or can only apply to a small number of OSCs, seriously limiting their general application. Herein, we reveal a novel p-doping mechanism by investigating the interactions between the dopant trityl cation and poly(3-hexylthiophene) (P3HT). It is found that electrophilic attack of the trityl cations on thiophenes results in the formation of alkylated ions that induce electron transfer from neighboring P3HT chains, resulting in p-doping. This unique p-doping mechanism can be employed to dope various OSCs including those with high ionization energy (IE=5.8 eV). Moreover, this doping mechanism endows trityl cation with strong doping ability, leading to polaron yielding efficiency of 100 % and doping efficiency of over 80 % in P3HT. The discovery and elucidation of this novel doping mechanism not only points out that strong electrophiles are a class of efficient p-dopants for OSCs, but also provides new opportunities towards highly efficient doping of OSCs.

preprint2021arXiv

Asymmetrically interacting dynamics with mutual confirmation from multi-source on multiplex networks

In the early stage of epidemics, individuals' determination on adopting protective measures, which can reduce their risk of infection and suppress disease spreading, is likely to depend on multiple information sources and their mutual confirmation due to inadequate exact information. Here we introduce the inter-layer mutual confirmation mechanism into the information-disease interacting dynamics on multiplex networks. In our model, an individual increases the information transmission rate and willingness to adopt protective measures once he confirms the authenticity of news and severity of disease from neighbors status in multiple layers. By using the microscopic Markov chain approach, we analytically calculate the epidemic threshold and the awareness and infected density in the stationary state, which agree well with simulation results. We find that the increment of epidemic threshold when confirming the aware neighbors on communication layer is larger than that of the contact layer. On the contrary, the confirmation of neighbors' awareness and infection from the contact layer leads to a lower final infection density and a higher awareness density than that of the communication layer. The results imply that individuals' explicit exposure of their infection and awareness status to neighbors, especially those with real contacts, is helpful in suppressing epidemic spreading.

preprint2021arXiv

Ideal fully spin-polarized type-II nodal line state in half-metals X2YZ4 (X=K, Cs, Rb, Y=Cr, Cu, Z=Cl, F)

Lorentz-violating type-II nodal lines exhibit attracting physical properties and have been hot discussed currently. However, their investigations have been mostly limited in nonmagnetic system because of lacking ideal spin-polarized candidates with clean type-II nodal line states. Here, for the first time, we report the family of X2YZ4 (X=K, Cs, Rb, Y=Cr, Cu, Z=Cl, F) compounds are such ideal candidate materials by using the member of K2CuF4 as an example. We show the material is a ferromagnetic half-metal with weak anisotropy, which host fully spin-polarized conducting electrons. In the conducting spin channel, the band crossing form a pair of type-II nodal lines, protected by mirror symmetry. These type-II nodal lines are different with former proposed examples because they have a 100% spin polarization. In addition, we also show the material can realize switchable topological states, which can be easily controlled by external magnetic field. It is noticed that, the material: i) is stable and can be synthesized in experiments; ii) has clear magnetic structure; and iii) manifests clean type-II nodal line state and clear drumhead surface states. Therefore, the proposed X2YZ4 compounds are expected to be an excellent platform to investigate the novel physical properties of both type-II nodal line states with complete

preprint2021arXiv

Identify Influential Spreaders in Asymmetrically Interacting Multiplex Networks

Identifying the most influential spreaders is important to understand and control the spreading process in a network. As many real-world complex systems can be modeled as multilayer networks, the question of identifying important nodes in multilayer network has attracted much attention. Existing studies focus on the multilayer network structure, while neglecting how the structural and dynamical coupling of multiple layers influence the dynamical importance of nodes in the network. Here we investigate on this question in an information-disease coupled spreading dynamics on multiplex networks. Firstly, we explicitly reveal that three interlayer coupling factors, which are the two-layer relative spreading speed, the interlayer coupling strength and the two-layer degree correlation, significantly impact the spreading influence of a node on the contact layer. The suppression effect from the information layer makes the structural centrality on the contact layer fail to predict the spreading influence of nodes in the multiplex network. Then by mapping the coevolving spreading dynamics into percolation process and using the message-passing approach, we propose a method to calculate the size of the disease outbreaks from a single seed node, which can be used to estimate the nodes' spreading influence in the coevolving dynamics. Our work provides insights on the importance of nodes in the multiplex network and gives a feasible framework to investigate influential spreaders in the asymmetrically coevolving dynamics.

preprint2021arXiv

Monolayer RhB4: half-auxeticity and almost ideal spin-orbit Dirac point semimetal

Structural-property relationship, the connection between materials' structures and their properties, is central to the materials research. Especially at reduced dimensions, novel structural motifs often generate unique physical properties.Motivated by a recent work reporting a novel half auxetic effect in monolayer PdB4 with a hypercoordinated structure, here, we extensively explore similar 2D transition metal boride structures MB4 with M covering 3d and 4d elements.Our investigation screens out one stable candidate, the monolayer RhB4. We find that monolayer RhB4 also shows half auxeticity, i.e., the material always expands in a lateral in-plane direction in response to an applied strain in the other direction, regardless of whether the strain is positive or negative.We show that this special mechanical character is intimately tied to the hypercoordinated structure with the M\c{opyright}B8 structural motif. Furthermore, regarding electronic properties, monolayer RhB4 is found to be the first example of an almost ideal 2D spin-orbit Dirac point semimetal.The low-energy band structure is clean, with a pair of fourfold degenerate Dirac points robust under spin-orbit coupling located close to the Fermi level. These Dirac points are enforced by the nonsymmorphic space group symmetry which is also determined by the lattice structure. Our work deepens the fundamental understanding of structural-property relationship in reduced dimensions. The half auxeticity and the spin-orbit Dirac points will make monolayer RhB4 a promising platform for nanomechanics and nanoelectronics applications.

preprint2021arXiv

Multiple-Fold Fermions and Topological Fermi Arcs Induced Catalytic Enhancement in Nanoporous Electride C12A7

Topological materials are recently regarded as the idea catalysts due to the protected surface metallic states and high carrier mobility, however the fundamental mechanism and the underlying relationship between the catalytic performance and topological states are in debate. Here, by means of symmetry analysis and first-principles calculations, we discover that the electride material of C12A7 hosts the multiple-fold fermions due to the interstitial-electrons, with the sixfold- and fourfold- degenerate points locating at high symmetric points near the Fermi energy, which are identified as the underlying reason of the enhanced catalytic ability in C12A7-based catalysts. The multiple-fold fermions exhibit much longer Fermi arcs on the (001) surface than traditional Weyl/Dirac fermions, the surface is thus highly chemical active and possesses a low Gibbs free energy for the hydrogen evolution reaction. The underlying relationship between catalytic performance and the topological surface state is explicitly verified by artificially hole doping, external strain and similar electride without the Fermi arcs, where the Gibbs free energies are significantly increased when the Fermi arcs is shifted to higher energy level. This work offers a guiding principle for understanding catalytic nature of electrides and the topological quantum catalysts.

preprint2021arXiv

Observation of unconventional six-fold, four-fold and three-fold excitations in rare-earth-metal carbide Re2C3

Unconventional fermions, such as three-fold, four-fold, six-fold, and eight-fold fermions have attracted intense attention in recent years. However, the concrete materials hosting unconventional fermions are still in urgent scarcity. In this work, based first-principle calculations and symmetry analysis, we reveal rich unconventional fermions in existing compound Re2C3 (Re = Y, La, Ce, Pr, Nd, Sm, Tb, Dy, Ho, Er, Tm, Yb, Lu). We show that these compounds host quadratic dispersive three-fold (TP), linear dispersive four-fold (FP) and six-fold points (SP) near the Fermi level in their electric band structures when spin-orbital coupling (SOC) is not included. Notably, the FP is charge-2 Dirac-like point. More importantly, among compound Re2C3, the compound Yb2C3 has very clean band structure, and its unconventional fermions are closed to the Fermi level. We also find that a uniaxial strain can transform the unconventional fermions into other types fermions, depending on the directions of strain. When SOC is considered, a SP transform to an eightfold degenerate point and a fourfold degenerate point. Overall, our work provides a family of realistic materials to study the unconventional fermions.

preprint2021arXiv

Theoretical realization of hybrid Weyl state and associated high catalytic performance for hydrogen evolution in NiSi

For electrochemical hydrogen evolution reaction (HER), developing high-performance catalysts without containing precious metals has been a major research focus in the current. Herein, we show the feasibility of HER catalytic enhancement in Ni-based materials based on topological engineering from hybrid Weyl states. Via a high-throughput computational screening from 140 000 materials, we identify a chiral compound NiSi is a hybrid Weyl semimetal (WSM) with showing bulk type-I and type-II Weyl nodes and long surface Fermi arcs near the Fermi level. Sufficient evidences verify that topological charge carriers participate in the HER process, and make the certain surface of NiSi highly active with the Gibbs free energy nearly zero (0.07 eV), which is even lower than Pt and locates on the top of the volcano plots. This work opens up a new routine to develop no-precious-metal-containing HER catalysts via topological engineering, rather than traditional defect engineering, doping engineering, or strain engineering.

preprint2021arXiv

Topological quantum catalyst: the case of two-dimensional traversing nodal line states associated with high catalytic performance for hydrogen evolution reaction

Topological quantum catalysts (TQCs), where metallic surface states from nontrivial band topology serve as the mechanism to favor heterogeneous catalysis processes, have been well demonstrated in three dimensional (3D) examples but have been rarely discussed in 2D scale. Here, we develop a design scheme to realize 2D TQCs with showing traversing nodal line at the Brillouin zone boundary, large Fermi arc on the edge, and nearly zero Gibbs free energy (ΔGH*) for hydrogen evolution reaction (HER). We demonstrate the 2D Cu2C2N4 sheet is a such example. The material manifests an open nodal line traversing the whole k-path S-Y. It shows a long Fermi arc that spans the entire edge boundary, which is robust against spin-orbit coupling and the H adsorption. As the result, the edge of Cu2C2N4 sheet is relatively active for HER catalysis with possessing a ΔGH* as low as 0.10 eV, which is comparable with that of Pt and superior to other traditional catalysts and 3D TQCs as well. Our work offers an effective route to develop high performance HER catalysis without containing noble metals by utilizing 2D TQCs with traversing nodal line.

preprint2020arXiv

Atomic structure of CdS magic-size clusters by X-ray absorption spectroscopy

Magic-size clusters are ultra-small colloidal semiconductor systems that are intensively studied due to their monodisperse nature and sharp UV-vis absorption peak compared with regular quantum dots. However, the small size of such clusters (<2 nm), and the large surface-to-bulk ratio significantly limit characterisation techniques that can be utilised. Here we demonstrate how a combination of EXAFS and XANES can be used to obtain information about sample stoichiometry and cluster symmetry. Investigating two types of clusters that show sharp UV-vis absorption peaks at 311 nm and 322 nm, we found that both samples possess approximately 2:1 Cd:S ratio and have similar nearest-neighbour structural arrangements. However, both samples demonstrate a significant departure from the tetrahedral structural arrangement, with an average bond angle determined to be around 106.1 degree showing a bi-fold bond angle distribution. Our results suggest that both samples are quazi-isomers. Their core structure has identical chemical composition but a different atomic arrangement with distinct bond angle distributions.

preprint2020arXiv

Electric field induced metallic behavior in thin crystals of ferroelectric α-In2Se3

Ferroelectric semiconductor field effect transistors (FeSmFETs), which employ ferroelectric semiconducting thin crystals of α-In2Se3 as the channel material as opposed to the gate dielectric in conventional ferroelectric FETs (FeFETs) were prepared and measured from room to the liquid-helium temperatures. These FeSmFETs were found to yield evidence for the reorientation of the electrical polarization and an electric field induced metallic state in α-In2Se3. Our findings suggest that FeSmFETs can serve as a platform for the fundamental study of ferroelectric metals as well as the exploration of the integration of data storage and logic operations in the same device.

preprint2020arXiv

Fast library-driven approach for implementation of the voxel spread function technique for correcting magnetic field inhomogeneity artifacts

Purpose: Previously-developed Voxel Spread Function (VSF) method (Yablonskiy, et al, MRM, 2013;70:1283) provides means to correct artifacts induced by macroscopic magnetic field inhomogeneities in the images obtained by multi-Gradient-Recalled-Echo (mGRE) techniques. The goal of this study is to develop a library-driven approach for fast VSF implementation. Methods: The VSF approach describes the contribution of the magnetic field inhomogeneity effects on the mGRE signal decay in terms of the F-function calculated from mGRE phase and magnitude images. A pre-calculated library accounting for a variety of background field gradients caused by magnetic field inhomogeneities was used herein to speed up calculation of the F-function and to generate quantitative R2* maps from the mGRE data collected from two healthy volunteers. Results: As compared with direct calculation of the F-function based on a voxel-wise approach, the new library-driven method substantially reduces computational time from several hours to few minutes, while, at the same time, providing similar accuracy of R2* mapping. Conclusion: The new procedure proposed in this study provides a fast post-processing algorithm that can be incorporated in the quantitative analysis of mGRE data to account for background field inhomogeneity artifacts, thus can facilitate the applications of mGRE-based quantitative techniques in clinical practices.

preprint2020arXiv

Ferromagnetic hybrid nodal loop and switchable type-I and type-II Weyl fermions in two-dimension

As a novel type of fermionic state, hybrid nodal loop with the coexistence of both type-I and type- II band crossings has attracted intense research interest. However, it remains a challenge to realize hybrid nodal loop in both two-dimensional (2D) materials and in ferromagnetic (FM) materials. Here, we propose the first FM hybrid nodal loop in 2D CrN monolayer. We show that the material has a high Curie temperature (> 600 K) FM ground state, with the out-of-plane [001] magnetization. It shows a half-metallic band structure with two bands in the spin-up channel crossing each other near the Fermi level. These bands produce both type-I and type-II band crossings, which form a fully spin-polarized hybrid nodal loop. We find the nodal loop is protected by the mirror symmetry and robust against spin-orbit coupling (SOC). An effective Hamiltonian characterizing the hybrid nodal loop is established. We further find the configuration of nodal loop can be shifted under external perturbations such as strain. Most remarkably, we demonstrate that both type-I and type-II Weyl nodes can be realized from such FM hybrid nodal loop by simply shifting the magnetization from out-of-plane to in-plane. Our work provides an excellent candidate to realize FM hybrid nodal loop and Weyl fermions in 2D material, and is also promising for related topological applications with their intriguing properties.

preprint2020arXiv

GL-GAN: Adaptive Global and Local Bilevel Optimization model of Image Generation

Although Generative Adversarial Networks have shown remarkable performance in image generation, there are some challenges in image realism and convergence speed. The results of some models display the imbalances of quality within a generated image, in which some defective parts appear compared with other regions. Different from general single global optimization methods, we introduce an adaptive global and local bilevel optimization model(GL-GAN). The model achieves the generation of high-resolution images in a complementary and promoting way, where global optimization is to optimize the whole images and local is only to optimize the low-quality areas. With a simple network structure, GL-GAN is allowed to effectively avoid the nature of imbalance by local bilevel optimization, which is accomplished by first locating low-quality areas and then optimizing them. Moreover, by using feature map cues from discriminator output, we propose the adaptive local and global optimization method(Ada-OP) for specific implementation and find that it boosts the convergence speed. Compared with the current GAN methods, our model has shown impressive performance on CelebA, CelebA-HQ and LSUN datasets.

preprint2020arXiv

Graph-Fused Multivariate Regression via Total Variation Regularization

In this paper, we propose the Graph-Fused Multivariate Regression (GFMR) via Total Variation regularization, a novel method for estimating the association between a one-dimensional or multidimensional array outcome and scalar predictors. While we were motivated by data from neuroimaging and physical activity tracking, the methodology is designed and presented in a generalizable format and is applicable to many other areas of scientific research. The estimator is the solution of a penalized regression problem where the objective is the sum of square error plus a total variation (TV) regularization on the predicted mean across all subjects. We propose an algorithm for parameter estimation, which is efficient and scalable in a distributed computing platform. Proof of the algorithm convergence is provided, and the statistical consistency of the estimator is presented via an oracle inequality. We present 1D and 2D simulation results and demonstrate that GFMR outperforms existing methods in most cases. We also demonstrate the general applicability of the method by two real data examples, including the analysis of the 1D accelerometry subsample of a large community-based study for mood disorders and the analysis of the 3D MRI data from the attention-deficient/hyperactive deficient (ADHD) 200 consortium.

preprint2020arXiv

Preliminary Study of Connectivity for Quantum Key Distribution Network

Quantum network is fragile to disturbances when qubits are transmitted through quantum channel. Reliability is an essential requirement for a quantum network and even the future quantum internet. A metric is needed to describe the reliability of a quantum network to build a robust infrastructure and communication protocols. In this work, we combined quantum physical parameters with graphic algebraic connectivity to indicate the transmission throughput of a grid quantum network. This metric can be extended to multiple equal point-to-point distance topology. This work also studies how to tune specific physical parameters to maintain or even increase connectivity when nodes or edges are removed from a network. Using this metric, resources consumption are compared.

preprint2020arXiv

Quantized Circulation of Anomalous Shift in Interface Reflection

A particle beam may undergo an anomalous spatial shift when it is reflected at an interface. The shift forms a vector field defined in the two-dimensional interface momentum space. We show that, although the shift vector at individual momentum is typically sensitive to the system details, its integral along a close loop, i.e., its circulation, could yield a robust quantized number under certain symmetry conditions of interest. Particularly, this is the case when the beam is incident from a trivial medium, then the quantized circulation of anomalous shift (CAS) directly manifests the topological character of the other medium. We demonstrate that the topological charge of a Weyl medium as well as the unconventional pair potentials of a superconductor can be captured and distinguished by CAS. Our work unveils a hidden quantized feature in a ubiquitous physical process, which may also offer a new approach for probing topological media.

preprint2020arXiv

Significant reduced traffic in Beijing failed to relieve haze pollution during the COVID-19 lockdown: implications for haze mitigation

The COVID-19 outbreak greatly limited human activities and reduced primary emissions particularly from urban on-road vehicles, but coincided with Beijing experiencing pandemic haze, raising the public concerns of the validity and effectiveness of the imposed traffic policies to improve the air pollution. Here, we explored the relationship between local vehicle emissions and the winter haze in Beijing before and during the COVID-19 lockdown period based on an integrated analysis framework, which combines a real-time on-road emission inventory, in-situ air quality observations and a localized chemical transport modeling system. We found that traffic emissions decreased substantially affected by the pandemic, with a higher reduction for NOx (75.9%, 125.3 Mg/day) compared to VOCs (53.1%, 52.9 Mg/day). Unexpectedly, our results show that the imbalanced emission abatement of NOx and VOCs from vehicles led to a significant rise of the atmospheric oxidizing capacity in urban areas, but only resulting in modest increases in secondary aerosols due to the inadequate precursors. However, the enhanced oxidizing capacity in the surrounding regions greatly increased the secondary particles with relatively abundant precursors, which is mainly responsible for Beijing haze during the lockdown period. Our results indicate that the winter haze in Beijing was insensitive to the local vehicular emissions reduction due to the complicated nonlinear response of the fine particle and air pollutant emissions. We suggest mitigation policies should focus on accelerating VOC and NH3 emissions reduction and synchronously controlling regional sources to release the benefits on local traffic emission control.

preprint2020arXiv

Structure, phase stability, half-metallicity, and fully spin-polarized Weyl states in compound NaV2O4: a new example for topological spintronic material

Here, we systematically investigate the structure, phase stability, half-metallicity, and topological electronic structure for a new topological spintronic material NaV2O4. The material has a tetragonal structure with excellent dynamical and thermal stabilities. It shows a half-metallic ground state, where only the spin-up bands present near the Fermi level. These bands form a Weyl nodal line close to the Fermi level, locating in the kz = 0 plane. The nodal line is robust against SOC, under the protection of the mirror symmetry. The nodal line band structure is very clean, thus the drumhead surface states can be clearly identified. Remarkably, the nodal line and drumhead surface states have the 100% spin polarization, which are highly desirable for spintronics applications. In addition, by shifting the magnetic field in-plane, we find that the Weyl nodal line can transform into single pair of Weyl nodes. The Weyl-line and Weyl-node fermions in the bulk, as well as the drumhead fermions on the surface are all fully spin-polarized, which may generate new physical properties and promising applications.

preprint2020arXiv

Three-state quantum walk on the Cayley Graph of the Dihedral Group

The finite dihedral group generated by one rotation and one reflection is the simplest case of the non-abelian group. Cayley graphs are diagrammatic counterparts of groups. In this paper, much attention is given to the Cayley graph of the dihedral group. Considering the characteristics of the elements in the dihedral group, we propose a model of three-state discrete-time quantum walk (DTQW) on the Caylay graph of the dihedral group with Grover coin. We derive analytic expressions for the the position probability distribution and the long-time limit of the return probability starting from the origin. It is shown that the localization effect is governed by the size of the underlying dihedral group, coin operator and initial state. We also numerically investigate the properties of the proposed model via the probability distribution and the time-averaged probability at the designated position. The abundant phenomena of three-state Grover DTQW on the Caylay graph of the dihedral group can help the community to better understand and to develop new quantum algorithms.

preprint2020arXiv

Two-dimensional antiferromagnetic Dirac fermions in monolayer TaCoTe$_2$

Dirac point in two-dimensional (2D) materials has been a fascinating subject of research. Recently, it has been theoretically predicted that Dirac point may also be stabilized in 2D magnetic systems. However, it remains a challenge to identify concrete 2D materials which host such magnetic Dirac point. Here, based on first-principles calculations and theoretical analysis, we propose a stable 2D material, the monolayers TaCoTe$_2$, as an antiferromagnetic (AFM) 2D Dirac material. We show that it has an AFM ground state with an out-of-plane Néel vector. It hosts a pair of 2D AFM Dirac points on the Fermi level in the absence of spin-orbit coupling (SOC). When the SOC is considered, a small gap is opened at the original Dirac points. Meanwhile, another pair of Dirac points appear on the Brillouin zone boundary below the Fermi level, which are robust under SOC and have a type-II dispersion. Such a type-II AFM Dirac point has not been observed before. We further show that the location of this Dirac point as well as its dispersion type can be controlled by tuning the Néel vector orientation.

preprint2020arXiv

Two-dimensional Weyl nodal line semimetal in high Curie temperature d0 ferromagnet K2N monolayer

Nodal line semimetals in two-dimensional (2-D) materials have attracted intense attention currently. From fundamental physics and spintronic applications points of view, high Curie temperature ferromagnetic (FM) ones with nodal lines robust against spin-orbit coupling (SOC) are significantly in desirable. Here, we propose that FM K2N monolayer is such Weyl nodal line semimetal. We show that K2N monolayer is dynamically stable, and has a FM ground magnetic state with the out-of-plane [001] magnetization. It shows two nodal lines in the low-energy band structures. Both nodal lines are robust against SOC, under the protection of mirror symmetry. We construct an effective Hamiltonian, which can well characterize the nodal lines in the system. Remarkably, the nodal line semimetal proposed here is distinct from the previously studied ones in that K2N monolayer is 2-D d0-type ferromagnet with the magnetism arising from the partially filled N-p orbitals, which can bring special advantages in spintronic applications. Besides, the Curie temperature in K2N monolayer is estimated to be 942K, being significantly higher than previous FM nodal lines materials. We also find that, specific tensile strains can transform the nodal line from type-I to a type-II one, making its nodal line characteristics even more interesting.

preprint2019arXiv

Deep learning assessment of breast terminal duct lobular unit involution: towards automated prediction of breast cancer risk

Terminal ductal lobular unit (TDLU) involution is the regression of milk-producing structures in the breast. Women with less TDLU involution are more likely to develop breast cancer. A major bottleneck in studying TDLU involution in large cohort studies is the need for labor-intensive manual assessment of TDLUs. We developed a computational pathology solution to automatically capture TDLU involution measures. Whole slide images (WSIs) of benign breast biopsies were obtained from the Nurses&#39; Health Study (NHS). A first set of 92 WSIs was annotated for TDLUs, acini and adipose tissue to train deep convolutional neural network (CNN) models for detection of acini, and segmentation of TDLUs and adipose tissue. These networks were integrated into a single computational method to capture TDLU involution measures including number of TDLUs per tissue area, median TDLU span and median number of acini per TDLU. We validated our method on 40 additional WSIs by comparing with manually acquired measures. Our CNN models detected acini with an F1 score of 0.73$\pm$0.09, and segmented TDLUs and adipose tissue with Dice scores of 0.86$\pm$0.11 and 0.86$\pm$0.04, respectively. The inter-observer ICC scores for manual assessments on 40 WSIs of number of TDLUs per tissue area, median TDLU span, and median acini count per TDLU were 0.71, 95% CI [0.51, 0.83], 0.81, 95% CI [0.67, 0.90], and 0.73, 95% CI [0.54, 0.85], respectively. Intra-observer reliability was evaluated on 10/40 WSIs with ICC scores of >0.8. Inter-observer ICC scores between automated results and the mean of the two observers were: 0.80, 95% CI [0.63, 0.90] for number of TDLUs per tissue area, 0.57, 95% CI [0.19, 0.77] for median TDLU span, and 0.80, 95% CI [0.62, 0.89] for median acini count per TDLU. TDLU involution measures evaluated by manual and automated assessment were inversely associated with age and menopausal status.

preprint2019arXiv

Learning epidemic threshold in complex networks by Convolutional Neural Network

Deep learning has taken part in the competition since not long ago to learn and identify phase transitions in physical systems such as many body quantum systems, whose underlying lattice structures are generally regular as they&#39;re in euclidean space. Real networks have complex structural features which play a significant role in dynamics in them, and thus the structural and dynamical information of complex networks can not be directly learned by existing neural network models. Here we propose a novel and effective framework to learn the epidemic threshold in complex networks by combining the structural and dynamical information into the learning procedure. Considering the strong performance of learning in Euclidean space, Convolutional Neural Network (CNN) is used and, with the help of confusion scheme, we can identify precisely the outbreak threshold of epidemic dynamics. To represent the high dimensional network data set in Euclidean space for CNN, we reduce the dimensionality of a network by using graph representation learning algorithms and discretize the embedded space to convert it into an image-like structure. We then creatively merge the nodal dynamical states with the structural embedding by multi-channel images. In this manner, the proposed model can draw the conclusion from both structural and dynamical information. A large number of simulations show a great performance in both synthetic and empirical network data set. Our end-to-end machine learning framework is robust and universally applicable to complex networks with arbitrary size and topology.

preprint2019arXiv

Machine learning dynamical phase transitions in complex networks

In recent years, machine learning has been adopted to complex networks, but most existing works concern about the structural properties. To use machine learning to detect phase transitions and accurately identify the critical transition point associated with dynamical processes on complex networks thus stands out as an open and significant problem. Here we develop a framework combining supervised and unsupervised learning, incorporating proper sampling of training data set. In particular, using epidemic spreading dynamics on complex networks as a paradigmatic setting, we start from supervised learning alone and identify situations that degrade the performance. To overcome the difficulties leads to the idea of exploiting confusion scheme, effectively a combination of supervised and unsupervised learning. We demonstrate that the scheme performs well for identifying phase transitions associated with spreading dynamics on homogeneous networks, but the performance deteriorates for heterogeneous networks. To strive to meet this challenge leads to the realization that sampling the training data set is necessary for heterogeneous networks, and we test two sampling methods: one based on the hub nodes together with their neighbors and another based on k-core of the network. The end result is a general machine learning framework for detecting phase transition and accurately identifying the critical transition point, which is robust, computationally efficient, and universally applicable to complex networks of arbitrary size and topology. Extensive tests using synthetic and empirical networks verify the virtues of the articulated framework, opening the door to exploiting machine learning for understanding, detection, prediction, and control of complex dynamical systems in general.

preprint2019arXiv

Super-Andreev reflection and longitudinal shift of pseudospin-one fermions

Novel fermions with a pseudospin-1 structure can be realized as emergent quasiparticles in condensed matter systems. Here, we investigate its unusual properties during the Andreev reflection at a normal-metal/superconductor (NS) interface. We show that distinct from the previously studied pseudospin-1/2 and two dimensional electron gas models, the pseudospin-1 fermions exhibit a strongly enhanced Andreev reflection probability, and remarkably, can be further tuned to approach perfect Andreev reflection with unit efficiency for all incident angles, exhibiting a previously unknown {super-Andreev reflection effect}. The super-Andreev reflection leads to perfect transparency of the NS interface that strongly promotes charge injection into the superconductor, and directly manifests as a differential conductance peak which can be readily probed in experiment. Additionally, we find that sizable longitudinal shifts exist in the normal and Andreev reflections of pseudospin-1 fermions. Distinct from the pseudospin-1/2 case, the shift is always in the forward direction in the subgap regime, regardless of whether the reflection is of retro- or specular type.