Source author record

Lin Zhao

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

ResearcherUnclaimed source record

Catalog footprint

What is connected

72works
21topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

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

Building this map preview

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

Published work

72 published item(s)

preprint2026arXiv

SpaAct: Spatially-Activated Transition Learning with Curriculum Adaptation for Vision-Language Navigation

Vision-and-Language Navigation (VLN) aims to enable an embodied agent to follow natural-language instructions and navigate to a target location in unseen 3D environments. We argue that adapting VLMs to VLN requires endowing them with two complementary capabilities for acquiring such awareness, namely backward action reasoning (why) and forward transition prediction~(how). Based on this insight, we propose SpaAct, a simple yet effective training framework that activates the dynamic spatial awareness in VLMs. Specifically, SpaAct introduces two spatial activation tasks: Action Retrospection, which asks the model to infer the executed action sequence from visual transitions, and Future Frame Selection, which forces the model to predict the visual transitions conditioned on history and action. These two objectives provide lightweight supervision on both backward action reasoning and forward transition prediction, encouraging the model to build dynamic spatial awareness in a VLM-friendly way. To further stabilize adaptation, we design TriPA, a Tri-factor Progressive Adaptive curriculum learning method that organizes training samples from easy to hard, allowing the model to gradually acquire navigation skills from basic locomotion to long-horizon reasoning. Experiments on standard VLN-CE benchmarks show that SpaAct consistently improves VLM-based navigation and achieves state-of-the-art performance. We will release the code and models to support future research.

preprint2024arXiv

A comprehensive framework for occluded human pose estimation

Occlusion presents a significant challenge in human pose estimation. The challenges posed by occlusion can be attributed to the following factors: 1) Data: The collection and annotation of occluded human pose samples are relatively challenging. 2) Feature: Occlusion can cause feature confusion due to the high similarity between the target person and interfering individuals. 3) Inference: Robust inference becomes challenging due to the loss of complete body structural information. The existing methods designed for occluded human pose estimation usually focus on addressing only one of these factors. In this paper, we propose a comprehensive framework DAG (Data, Attention, Graph) to address the performance degradation caused by occlusion. Specifically, we introduce the mask joints with instance paste data augmentation technique to simulate occlusion scenarios. Additionally, an Adaptive Discriminative Attention Module (ADAM) is proposed to effectively enhance the features of target individuals. Furthermore, we present the Feature-Guided Multi-Hop GCN (FGMP-GCN) to fully explore the prior knowledge of body structure and improve pose estimation results. Through extensive experiments conducted on three benchmark datasets for occluded human pose estimation, we demonstrate that the proposed method outperforms existing methods. Code and data will be publicly available.

preprint2023arXiv

Towards High Performance One-Stage Human Pose Estimation

Making top-down human pose estimation method present both good performance and high efficiency is appealing. Mask RCNN can largely improve the efficiency by conducting person detection and pose estimation in a single framework, as the features provided by the backbone are able to be shared by the two tasks. However, the performance is not as good as traditional two-stage methods. In this paper, we aim to largely advance the human pose estimation results of Mask-RCNN and still keep the efficiency. Specifically, we make improvements on the whole process of pose estimation, which contains feature extraction and keypoint detection. The part of feature extraction is ensured to get enough and valuable information of pose. Then, we introduce a Global Context Module into the keypoints detection branch to enlarge the receptive field, as it is crucial to successful human pose estimation. On the COCO val2017 set, our model using the ResNet-50 backbone achieves an AP of 68.1, which is 2.6 higher than Mask RCNN (AP of 65.5). Compared to the classic two-stage top-down method SimpleBaseline, our model largely narrows the performance gap (68.1 AP vs. 68.9 AP) with a much faster inference speed (77 ms vs. 168 ms), demonstrating the effectiveness of the proposed method. Code is available at: https://github.com/lingl_space/maskrcnn_keypoint_refined.

preprint2022arXiv

A Unified and Biologically-Plausible Relational Graph Representation of Vision Transformers

Vision transformer (ViT) and its variants have achieved remarkable successes in various visual tasks. The key characteristic of these ViT models is to adopt different aggregation strategies of spatial patch information within the artificial neural networks (ANNs). However, there is still a key lack of unified representation of different ViT architectures for systematic understanding and assessment of model representation performance. Moreover, how those well-performing ViT ANNs are similar to real biological neural networks (BNNs) is largely unexplored. To answer these fundamental questions, we, for the first time, propose a unified and biologically-plausible relational graph representation of ViT models. Specifically, the proposed relational graph representation consists of two key sub-graphs: aggregation graph and affine graph. The former one considers ViT tokens as nodes and describes their spatial interaction, while the latter one regards network channels as nodes and reflects the information communication between channels. Using this unified relational graph representation, we found that: a) a sweet spot of the aggregation graph leads to ViTs with significantly improved predictive performance; b) the graph measures of clustering coefficient and average path length are two effective indicators of model prediction performance, especially when applying on the datasets with small samples; c) our findings are consistent across various ViT architectures and multiple datasets; d) the proposed relational graph representation of ViT has high similarity with real BNNs derived from brain science data. Overall, our work provides a novel unified and biologically-plausible paradigm for more interpretable and effective representation of ViT ANNs.

preprint2022arXiv

Conservation of the particle-hole symmetry in the pseudogap state in optimally-doped Bi2Sr2CuO6+δ superconductor

The pseudogap state is one of the most enigmatic characteristics in the anomalous normal state properties of the high temperature cuprate superconductors. A central issue is to reveal whether there is a symmetry breaking and which symmetries are broken across the pseudogap transition. By performing high resolution laser-based angle-resolved photoemission measurements on the optimally-doped Bi2Sr1.6La0.4CuO6+δ superconductor, we report the observations of the particle-hole symmetry conservation in both the superconducting state and the pseudogap state along the entire Fermi surface. These results provide key insights in understanding the nature of the pseudogap and its relation with high temperature superconductivity.

preprint2022arXiv

Coupling Visual Semantics of Artificial Neural Networks and Human Brain Function via Synchronized Activations

Artificial neural networks (ANNs), originally inspired by biological neural networks (BNNs), have achieved remarkable successes in many tasks such as visual representation learning. However, whether there exists semantic correlations/connections between the visual representations in ANNs and those in BNNs remains largely unexplored due to both the lack of an effective tool to link and couple two different domains, and the lack of a general and effective framework of representing the visual semantics in BNNs such as human functional brain networks (FBNs). To answer this question, we propose a novel computational framework, Synchronized Activations (Sync-ACT), to couple the visual representation spaces and semantics between ANNs and BNNs in human brain based on naturalistic functional magnetic resonance imaging (nfMRI) data. With this approach, we are able to semantically annotate the neurons in ANNs with biologically meaningful description derived from human brain imaging for the first time. We evaluated the Sync-ACT framework on two publicly available movie-watching nfMRI datasets. The experiments demonstrate a) the significant correlation and similarity of the semantics between the visual representations in FBNs and those in a variety of convolutional neural networks (CNNs) models; b) the close relationship between CNN's visual representation similarity to BNNs and its performance in image classification tasks. Overall, our study introduces a general and effective paradigm to couple the ANNs and BNNs and provides novel insights for future studies such as brain-inspired artificial intelligence.

preprint2022arXiv

Differentiable Moving Horizon Estimation for Robust Flight Control

Estimating and reacting to external disturbances is of fundamental importance for robust control of quadrotors. Existing estimators typically require significant tuning or training with a large amount of data, including the ground truth, to achieve satisfactory performance. This paper proposes a data-efficient differentiable moving horizon estimation (DMHE) algorithm that can automatically tune the MHE parameters online and also adapt to different scenarios. We achieve this by deriving the analytical gradient of the estimated trajectory from MHE with respect to the tuning parameters, enabling end-to-end learning for auto-tuning. Most interestingly, we show that the gradient can be calculated efficiently from a Kalman filter in a recursive form. Moreover, we develop a model-based policy gradient algorithm to learn the parameters directly from the trajectory tracking errors without the need for the ground truth. The proposed DMHE can be further embedded as a layer with other neural networks for joint optimization. Finally, we demonstrate the effectiveness of the proposed method via both simulation and experiments on quadrotors, where challenging scenarios such as sudden payload change and flying in downwash are examined.

preprint2022arXiv

Disentangling Spatial-Temporal Functional Brain Networks via Twin-Transformers

How to identify and characterize functional brain networks (BN) is fundamental to gain system-level insights into the mechanisms of brain organizational architecture. Current functional magnetic resonance (fMRI) analysis highly relies on prior knowledge of specific patterns in either spatial (e.g., resting-state network) or temporal (e.g., task stimulus) domain. In addition, most approaches aim to find group-wise common functional networks, individual-specific functional networks have been rarely studied. In this work, we propose a novel Twin-Transformers framework to simultaneously infer common and individual functional networks in both spatial and temporal space, in a self-supervised manner. The first transformer takes space-divided information as input and generates spatial features, while the second transformer takes time-related information as input and outputs temporal features. The spatial and temporal features are further separated into common and individual ones via interactions (weights sharing) and constraints between the two transformers. We applied our TwinTransformers to Human Connectome Project (HCP) motor task-fMRI dataset and identified multiple common brain networks, including both task-related and resting-state networks (e.g., default mode network). Interestingly, we also successfully recovered a set of individual-specific networks that are not related to task stimulus and only exist at the individual level.

preprint2022arXiv

Electronic Nature of Charge Density Wave and Electron-Phonon Coupling in Kagome Superconductor KV$_3$Sb$_5$

The Kagome superconductors AV3Sb5 (A=K, Rb, Cs) have received enormous attention due to their nontrivial topological electronic structure, anomalous physical properties and superconductivity. Unconventional charge density wave (CDW) has been detected in AV3Sb5. High-precision electronic structure determination is essential to understand its origin. Here we unveil electronic nature of the CDW phase in our high-resolution angle-resolved photoemission measurements on KV3Sb5. We have observed CDW-induced Fermi surface reconstruction and the associated band folding. The CDW-induced band splitting and the associated gap opening have been revealed at the boundary of the pristine and reconstructed Brillouin zones. The Fermi surface- and momentum-dependent CDW gap is measured and the strongly anisotropic CDW gap is observed for all the V-derived Fermi surface. In particular, we have observed signatures of the electron-phonon coupling in KV3Sb5. These results provide key insights in understanding the nature of the CDW state and its interplay with superconductivity in AV3Sb5 superconductors.

preprint2022arXiv

Exfoliation of 2D van der Waals crystals in ultrahigh vacuum for interface engineering

Two-dimensional (2D) materials and their heterostructures have been intensively studied in recent years due to their potential applications in electronic, optoelectronic, and spintronic devices. Nonetheless, the realization of 2D heterostructures with atomically flat and clean interfaces remains challenging, especially for air-sensitive materials, which hinders the in-depth investigation of interface-induced phenomena and the fabrication of high-quality devices. Here, we circumvented this challenge by exfoliating 2D materials in an ultrahigh vacuum. Remarkably, ultraflat and clean substrate surfaces can assist the exfoliation of 2D materials, regardless of the substrate and 2D material, thus providing a universal method for the preparation of heterostructures with ideal interfaces. In addition, we studied the properties of two prototypical systems that cannot be achieved previously, including the electronic structure of monolayer phospherene and optical responses of transition metal dichalcogenides on different metal substrates. Our work paves the way to engineer rich interface-induced phenomena, such as proximity effects and moiré superlattices.

preprint2022arXiv

Eye-gaze-guided Vision Transformer for Rectifying Shortcut Learning

Learning harmful shortcuts such as spurious correlations and biases prevents deep neural networks from learning the meaningful and useful representations, thus jeopardizing the generalizability and interpretability of the learned representation. The situation becomes even more serious in medical imaging, where the clinical data (e.g., MR images with pathology) are limited and scarce while the reliability, generalizability and transparency of the learned model are highly required. To address this problem, we propose to infuse human experts' intelligence and domain knowledge into the training of deep neural networks. The core idea is that we infuse the visual attention information from expert radiologists to proactively guide the deep model to focus on regions with potential pathology and avoid being trapped in learning harmful shortcuts. To do so, we propose a novel eye-gaze-guided vision transformer (EG-ViT) for diagnosis with limited medical image data. We mask the input image patches that are out of the radiologists' interest and add an additional residual connection in the last encoder layer of EG-ViT to maintain the correlations of all patches. The experiments on two public datasets of INbreast and SIIM-ACR demonstrate our EG-ViT model can effectively learn/transfer experts' domain knowledge and achieve much better performance than baselines. Meanwhile, it successfully rectifies the harmful shortcut learning and significantly improves the EG-ViT model's interpretability. In general, EG-ViT takes the advantages of both human expert's prior knowledge and the power of deep neural networks. This work opens new avenues for advancing current artificial intelligence paradigms by infusing human intelligence.

preprint2022arXiv

Giant and Reversible Electronic Structure Evolution in a Magnetic Topological Material EuCd2As2

The electronic structure and the physical properties of quantum materials can be significantly altered by charge carrier doping and magnetic state transition. Here we report a discovery of a giant and reversible electronic structure evolution with doping in a magnetic topological material. By performing high-resolution angle-resolved photoemission measurements on EuCd2As2,we found that a huge amount of hole doping can be introduced into the sample surface due to surface absorption. The electronic structure exhibits a dramatic change with the hole doping which can not be described by a rigid band shift. Prominent band splitting is observed at high doping which corresponds to a doping-induced magnetic transition at low temperature (below -15 K) from an antiferromagnetic state to a ferromagnetic state. These results have established a detailed electronic phase diagram of EuCd2As2 where the electronic structure and the magnetic structure change systematically and dramatically with the doping level. They further suggest that the transport, magnetic and topological properties of EuCd2As2 can be greatly modified by doping. These work will stimulate further investigations to explore for new phenomena and properties in doping this magnetic topological material.

preprint2022arXiv

Invertible Sharpening Network for MRI Reconstruction Enhancement

High-quality MRI reconstruction plays a critical role in clinical applications. Deep learning-based methods have achieved promising results on MRI reconstruction. However, most state-of-the-art methods were designed to optimize the evaluation metrics commonly used for natural images, such as PSNR and SSIM, whereas the visual quality is not primarily pursued. Compared to the fully-sampled images, the reconstructed images are often blurry, where high-frequency features might not be sharp enough for confident clinical diagnosis. To this end, we propose an invertible sharpening network (InvSharpNet) to improve the visual quality of MRI reconstructions. During training, unlike the traditional methods that learn to map the input data to the ground truth, InvSharpNet adapts a backward training strategy that learns a blurring transform from the ground truth (fully-sampled image) to the input data (blurry reconstruction). During inference, the learned blurring transform can be inverted to a sharpening transform leveraging the network's invertibility. The experiments on various MRI datasets demonstrate that InvSharpNet can improve reconstruction sharpness with few artifacts. The results were also evaluated by radiologists, indicating better visual quality and diagnostic confidence of our proposed method.

preprint2022arXiv

Mask-guided Vision Transformer (MG-ViT) for Few-Shot Learning

Learning with little data is challenging but often inevitable in various application scenarios where the labeled data is limited and costly. Recently, few-shot learning (FSL) gained increasing attention because of its generalizability of prior knowledge to new tasks that contain only a few samples. However, for data-intensive models such as vision transformer (ViT), current fine-tuning based FSL approaches are inefficient in knowledge generalization and thus degenerate the downstream task performances. In this paper, we propose a novel mask-guided vision transformer (MG-ViT) to achieve an effective and efficient FSL on ViT model. The key idea is to apply a mask on image patches to screen out the task-irrelevant ones and to guide the ViT to focus on task-relevant and discriminative patches during FSL. Particularly, MG-ViT only introduces an additional mask operation and a residual connection, enabling the inheritance of parameters from pre-trained ViT without any other cost. To optimally select representative few-shot samples, we also include an active learning based sample selection method to further improve the generalizability of MG-ViT based FSL. We evaluate the proposed MG-ViT on both Agri-ImageNet classification task and ACFR apple detection task with gradient-weighted class activation mapping (Grad-CAM) as the mask. The experimental results show that the MG-ViT model significantly improves the performance when compared with general fine-tuning based ViT models, providing novel insights and a concrete approach towards generalizing data-intensive and large-scale deep learning models for FSL.

preprint2022arXiv

One-step exfoliation method for plasmonic activation of large-area 2D crystals

Advanced exfoliation techniques are crucial for exploring the intrinsic properties and applications of 2D materials. Though the recently discovered Au-enhanced exfoliation technique provides an effective strategy for preparation of large-scale 2D crystals, the high cost of gold hinders this method from being widely adopted in industrial applications. In addition, direct Au contact could significantly quench photoluminescence (PL) emission in 2D semiconductors. It is therefore crucial to find alternative metals that can replace gold to achieve efficient exfoliation of 2D materials. Here, we present a one-step Ag-assisted method that can efficiently exfoliate many large-area 2D monolayers, where the yield ratio is comparable to Au-enhanced exfoliation method. Differing from Au film, however, the surface roughness of as-prepared Ag films on SiO2/Si substrate is much higher, which facilitates the generation of surface plasmons resulting from the nanostructures formed on the rough Ag surface. More interestingly, the strong coupling between 2D semiconductor crystals (e.g. MoS2, MoSe2) and Ag film leads to a unique PL enhancement that has not been observed in other mechanical exfoliation techniques, which can be mainly attributed to enhanced light-matter interaction as a result of extended propagation of surface plasmonic polariton (SPP). Our work provides a lower-cost and universal Ag-assisted exfoliation method, while at the same offering enhanced SPP-matter interactions.

preprint2022arXiv

Physical realization of topological Roman surface by spin-induced ferroelectric polarization in cubic lattice

Topology, a mathematical concept in geometry, has become an ideal theoretical tool for describing topological states and phase transitions. Many topological concepts have found their physical entities in real or reciprocal spaces identified by topological/geometrical invariants, which are usually defined on orientable surfaces such as torus and sphere. It is natural to quest whether it is possible to find the physical realization of more intriguing non-orientable surfaces. Herein, we show that the set of spin-induced ferroelectric polarizations in cubic perovskite oxides AMn3Cr4O12 (A = La and Tb) resides on the topological Roman surface, a non-orientable two-dimensional manifold formed by sewing a Mobius strip edge to that of a disc. The induced polarization may travel in a loop along the non-orientable Mobius strip or orientable disc depending on how the spin evolves as controlled by external magnetic field. Experimentally, the periodicity of polarization can be the same or the twice of the rotating magnetic field, being well consistent with the orientability of disc and Mobius strip, respectively. This path dependent topological magnetoelectric effect presents a way to detect the global geometry of the surface and deepens our understanding of topology in both mathematics and physics

preprint2022arXiv

Rectify ViT Shortcut Learning by Visual Saliency

Shortcut learning is common but harmful to deep learning models, leading to degenerated feature representations and consequently jeopardizing the model's generalizability and interpretability. However, shortcut learning in the widely used Vision Transformer framework is largely unknown. Meanwhile, introducing domain-specific knowledge is a major approach to rectifying the shortcuts, which are predominated by background related factors. For example, in the medical imaging field, eye-gaze data from radiologists is an effective human visual prior knowledge that has the great potential to guide the deep learning models to focus on meaningful foreground regions of interest. However, obtaining eye-gaze data is time-consuming, labor-intensive and sometimes even not practical. In this work, we propose a novel and effective saliency-guided vision transformer (SGT) model to rectify shortcut learning in ViT with the absence of eye-gaze data. Specifically, a computational visual saliency model is adopted to predict saliency maps for input image samples. Then, the saliency maps are used to distil the most informative image patches. In the proposed SGT, the self-attention among image patches focus only on the distilled informative ones. Considering this distill operation may lead to global information lost, we further introduce, in the last encoder layer, a residual connection that captures the self-attention across all the image patches. The experiment results on four independent public datasets show that our SGT framework can effectively learn and leverage human prior knowledge without eye gaze data and achieves much better performance than baselines. Meanwhile, it successfully rectifies the harmful shortcut learning and significantly improves the interpretability of the ViT model, demonstrating the promise of transferring human prior knowledge derived visual saliency in rectifying shortcut learning

preprint2022arXiv

Representing Brain Anatomical Regularity and Variability by Few-Shot Embedding

Effective representation of brain anatomical architecture is fundamental in understanding brain regularity and variability. Despite numerous efforts, it is still difficult to infer reliable anatomical correspondence at finer scale, given the tremendous individual variability in cortical folding patterns. It is even more challenging to disentangle common and individual patterns when comparing brains at different neuro-developmental stages. In this work, we developed a novel learning-based few-shot embedding framework to encode the cortical folding patterns into a latent space represented by a group of anatomically meaningful embedding vectors. Specifically, we adopted 3-hinge (3HG) network as the substrate and designed an autoencoder-based embedding framework to learn a common embedding vector for each 3HG's multi-hop feature: each 3HG can be represented as a combination of these feature embeddings via a set of individual specific coefficients to characterize individualized anatomical information. That is, the regularity of folding patterns is encoded into the embeddings, while the individual variations are preserved by the multi=hop combination coefficients. To effectively learn the embeddings for the population with very limited samples, few-shot learning was adopted. We applied our method on adult HCP and pediatric datasets with 1,000+ brains (from 34 gestational weeks to young adult). Our experimental results show that: 1) the learned embedding vectors can quantitatively encode the commonality and individuality of cortical folding patterns; 2) with the embeddings we can robustly infer the complicated many-to-many anatomical correspondences among different brains and 3) our model can be successfully transferred to new populations with very limited training samples.

preprint2022arXiv

Tracking the nematicity in cuprate superconductors: a resistivity study under uniaxial pressure

Overshadowing the superconducting dome in hole-doped cuprates, the pseudogap state is still one of the mysteries that no consensus can be achieved. It has been suggested that the rotational symmetry is broken in this state and may result in a nematic phase transition, whose temperature seems to coincide with the onset temperature of the pseudogap state $T^*$ around optimal doping level, raising the question whether the pseudogap results from the establishment of the nematic order. Here we report results of resistivity measurements under uniaxial pressure on several hole-doped cuprates, where the normalized slope of the elastoresistivity $ζ$ can be obtained as illustrated in iron-based superconductors. The temperature dependence of $ζ$ along particular lattice axis exhibits kink feature at $T_{k}$ and shows Curie-Weiss-like behavior above it, which may suggest a spontaneous nematic transition. While $T_{k}$ seems to be the same as $T^*$ around the optimal doping and in the overdoped region, they become very different in underdoped La$_{2-x}$Sr$_{x}$CuO$_4$. Our results suggest that the nematic order, if indeed existing, is an electronic phase within the pseudogap state.

preprint2021arXiv

Bayesian spectral density approach for identification and uncertainty quantification of bridge section's flutter derivatives operated in turbulent flow

This study presents a Bayesian spectral density approach for identification and uncertainty quantification of flutter derivatives of bridge sections utilizing buffeting displacement responses, where the wind tunnel test is conducted in turbulent flow. Different from traditional time-domain approaches (e.g., least square method and stochastic subspace identification), the newly-proposed approach is operated in frequency domain. Based on the affine invariant ensemble sampler algorithm, Markov chain Monte-Carlo sampling is employed to accomplish the Bayesian inference. The probability density function of flutter derivatives is modeled based on complex Wishart distribution, where probability serves as the measure. By the Bayesian spectral density approach, the most probable values and corresponding posterior distributions (namely identification uncertainty here) of each flutter derivative can be obtained at the same time. Firstly, numerical simulations are conducted and the identified results are accurate. Secondly, thin plate model, flutter derivatives of which have theoretical solutions, is chosen to be tested in turbulent flow for the sake of verification. The identified results of thin plate model are consistent with the theoretical solutions. Thirdly, the center-slotted girder model, which is widely-utilized long-span bridge sections in current engineering practice, is employed to investigate the applicability of the proposed approach on a general bridge section. For the center-slotted girder model, the flutter derivatives are also extracted by least square method in uniform flow to cross validate the newly-proposed approach. The identified results by two different approaches are compatible.

preprint2021arXiv

Evolution of Charge and Pair Density Modulations in Overdoped Bi2Sr2CuO6+delta

One of the central issues concerning the mechanism of high temperature superconductivity in cuprates is the nature of the ubiquitous charge order and its implications to superconductivity. Here we use scanning tunneling microscopy to investigate the evolution of charge order from the optimally doped to strongly overdoped Bi2Sr2CuO6+δ cuprates. We find that with increasing hole concentration, the long-range checkerboard order gradually evolves into short-range glassy patterns consisting of diluted charge puddles. Each charge puddle has a unidirectional nematic internal structure, and exhibits clear pair density modulations as revealed by the spatial variations of superconducting coherence peak and gap depth. Both the charge puddles and the nematicity vanish completely in the strongly overdoped non-superconducting regime, when another type of short-range order with root2 * root2 periodicity emerges. These results shed important new lights on the intricate interplay between the intertwined orders and the superconducting phase of cuprates.

preprint2021arXiv

Momentum-Resolved Visualization of Electronic Evolution in Doping a Mott Insulator

High temperature superconductivity in cuprates arises from doping a parent Mott insulator by electrons or holes. A central issue is how the Mott gap evolves and the low-energy states emerge with doping. Here we report angle-resolved photoemission spectroscopy measurements on a cuprate parent compound by sequential in situ electron doping. The chemical potential jumps to the bottom of the upper Hubbard band upon a slight electron doping, making it possible to directly visualize the charge transfer band and the full Mott gap region. With increasing doping, the Mott gap rapidly collapses due to the spectral weight transfer from the charge transfer band to the gapped region and the induced low-energy states emerge in a wide energy range inside the Mott gap. These results provide key information on the electronic evolution in doping a Mott insulator and establish a basis for developing microscopic theories for cuprate superconductivity.

preprint2021arXiv

Spectroscopic Evidence on Realization of a Genuine Topological Nodal Line Semimetal in LaSbTe

The nodal line semimetals have attracted much attention due to their unique topological electronic structure and exotic physical properties. A genuine nodal line semimetal is qualified by the presence of Dirac nodes along a line in the momentum space that are protected against the spin-orbit coupling. In addition, it requires that the Dirac points lie close to the Fermi level allowing to dictate the macroscopic physical properties. Although the material realization of nodal line semimetals have been theoretically predicted in numerous compounds, only a few of them have been experimentally verified and the realization of a genuine nodal line semimetal is particularly rare. Here we report the realization of a genuine nodal line semimetal in LaSbTe. We investigated the electronic structure of LaSbTe by band structure calculations and angle-resolved photoemission (ARPES) measurements. Taking spin-orbit coupling into account, our band structure calculations predict that a nodal line is formed in the boundary surface of the Brillouin zone which is robust and lies close to the Fermi level. The Dirac nodes along the X-R line in momentum space are directly observed in our ARPES measurements and the energies of these Dirac nodes are all close to the Fermi level. These results constitute clear evidence that LaSbTe is a genuine nodal line semimetal,providing a new platform to explore for novel phenomena and possible applications associated with the nodal line semimetals.

preprint2020arXiv

Direct Measurement of the Electronic Structure and band gap nature of atomic-layer-thick 2H-MoTe2

The millimeter sized monolayer and bilayer 2H-MoTe2 single crystal samples are prepared by a new mechanical exfoliation method. Based on such high-quality samples, we report the first direct electronic structure study on them, using standard high resolution angle-resolved photoemission spectroscopy (ARPES). A direct band gap of 0.924eV is found at K in the rubidium-doped monolayer MoTe2. Similar valence band alignment is also observed in bilayer MoTe2,supporting an assumption of a analogous direct gap semiconductor on it. Our measurements indicate a rather large band splitting of 212meV at the valence band maximum (VBM) in monolayer MoTe2, and the splitting is systematically enlarged with layer stacking, from monolayer to bilayer and to bulk. Meanwhile, our PBE band calculation on these materials show excellent agreement with ARPES results. Some fundamental electronic parameters are derived from the experimental and calculated electronic structures. Our findings lay a foundation for further application-related study on monolayer and bilayer MoTe2.

preprint2020arXiv

Electronic Evolution from the Parent Mott Insulator to a Superconductor in Lightly Hole-Doped Bi2Sr2CaCu2O8+delta

High temperature superconductivity in cuprates is realized by doping the Mott insulator with charge carriers. A central issue is how such an insulating state can evolve into a conducting or superconducting state when charge carriers are introduced. Here, by in situ vacuum annealing and Rb deposition on the Bi2Sr2Ca0.6Dy0.4Cu2O8+delta (Bi2212) sample surface to push its doping level continuously from deeply underdoped (Tc=25 K, doping level p-0.066) to the near zero doping parent Mott insulator, angle-resolved photoemission spectroscopy measurements are carried out to observe the detailed electronic structure evolution in lightly hole-doped region for the first time. Our results indicate that the chemical potential lies at about 1 eV above the charge transfer band for the parent state at zero doping which is quite close to the upper Hubbard band. With increasing hole doping, the chemical potential moves continuously towards the charge transfer band and the band structure evolution exhibits a rigid band shift-like behavior. When the chemical potential approaches the charge transfer band at a doping level of -0.05, the nodal spectral weight near the Fermi level increases, followed by the emergence of the coherent quasiparticle peak and the insulator-superconductor transition. Our observations provide key insights in understanding the insulator-superconductor transition in doping the parent cuprate compound and for establishing related theories.

preprint2020arXiv

Localization-aware Channel Pruning for Object Detection

Channel pruning is one of the important methods for deep model compression. Most of existing pruning methods mainly focus on classification. Few of them conduct systematic research on object detection. However, object detection is different from classification, which requires not only semantic information but also localization information. In this paper, based on discrimination-aware channel pruning (DCP) which is state-of-the-art pruning method for classification, we propose a localization-aware auxiliary network to find out the channels with key information for classification and regression so that we can conduct channel pruning directly for object detection, which saves lots of time and computing resources. In order to capture the localization information, we first design the auxiliary network with a contextual ROIAlign layer which can obtain precise localization information of the default boxes by pixel alignment and enlarges the receptive fields of the default boxes when pruning shallow layers. Then, we construct a loss function for object detection task which tends to keep the channels that contain the key information for classification and regression. Extensive experiments demonstrate the effectiveness of our method. On MS COCO, we prune 70\% parameters of the SSD based on ResNet-50 with modest accuracy drop, which outperforms the-state-of-art method.

preprint2020arXiv

Momentum Q-learning with Finite-Sample Convergence Guarantee

Existing studies indicate that momentum ideas in conventional optimization can be used to improve the performance of Q-learning algorithms. However, the finite-sample analysis for momentum-based Q-learning algorithms is only available for the tabular case without function approximations. This paper analyzes a class of momentum-based Q-learning algorithms with finite-sample guarantee. Specifically, we propose the MomentumQ algorithm, which integrates the Nesterov's and Polyak's momentum schemes, and generalizes the existing momentum-based Q-learning algorithms. For the infinite state-action space case, we establish the convergence guarantee for MomentumQ with linear function approximations and Markovian sampling. In particular, we characterize the finite-sample convergence rate which is provably faster than the vanilla Q-learning. This is the first finite-sample analysis for momentum-based Q-learning algorithms with function approximations. For the tabular case under synchronous sampling, we also obtain a finite-sample convergence rate that is slightly better than the SpeedyQ \citep{azar2011speedy} when choosing a special family of step sizes. Finally, we demonstrate through various experiments that the proposed MomentumQ outperforms other momentum-based Q-learning algorithms.

preprint2020arXiv

Neutron spin resonance in a quasi-two-dimensional iron-based superconductor

Magnetically mediated Cooper pairing is generally regarded as a key to establish the unified mechanism of unconventional superconductivity. One crucial evidence is the neutron spin resonance arising in the superconducting state, which is commonly interpreted as a spin-exciton from collective particle-hole excitations confined below the superconducting pair-breaking gap ($2Δ$). Here, on the basis of inelastic neutron scattering measurements on a quasi-two-dimensional iron-based superconductor KCa$_2$Fe$_4$As$_4$F$_2$, we have discovered a two-dimensional spin resonant mode with downward dispersions, a behavior closely resembling the low branch of the hour-glass-type spin resonance in cuprates. The resonant intensity is predominant by two broad incommensurate peaks near $Q=$(0.5, 0.5) with a sharp energy peak at $E_R=16$ meV. The overall energy dispersion of the mode exceeds the measured maximum total gap $Δ_{\rm tot}=|Δ_k|+|Δ_{k+Q}|$. These experimental results deeply challenge the conventional understanding of the resonance modes as magnetic excitons regardless of underlining pairing symmetry schemes, and it also points out that when the iron-based superconductivity becomes very quasi-two-dimensional, the electronic behaviors are similar to those in cuprates.

preprint2020arXiv

Simultaneous Generation of Direct- and Indirect-Gap Photoluminescence in Multilayer MoS2 Bubbles

Transition metal dichalcogenide (TMD) materials have received enormous attention due to their extraodinary optical and electrical properties, among which MoS2 is the most typical one. As thickness increases from monolayer to multilayer, the photoluminescence (PL) of MoS2 is gradually quenched due to the direct-to-indirect band gap transition. How to enhance PL response and decrease the layer dependence in multilayer MoS2 is still a challenging task. In this work, we report, for the first time, simultaneous generation of three PL peaks at around 1.3, 1.4 and 1.8 eV on multilayer MoS2 bubbles. The temperature dependent PL measurements indicate that the two peaks at 1.3 and 1.4 eV are phonon-assisted indirect-gap transitions while the peak at 1.8 eV is the direct-gap transition. Using first-principles calculations, the band structure evolution of multilayer MoS2 under strain is studied, from which the origin of the three PL peaks of MoS2 bubbles is further confirmed. Moreover, PL standing waves are observed in MoS2 bubbles that creates Newton-Ring-like patterns. This work demonstrates that the bubble structure may provide new opportunities for engineering the electronic structure and optical properties of layered materials.

preprint2020arXiv

Spectroscopic Evidence of Bilayer Splitting and Interlayer Pairing in an Iron Based Superconductor

In high temperature cuprate superconductors, the interlayer coupling between the CuO$_2$ planes plays an important role in dictating superconductivity, as indicated by the sensitive dependence of the critical temperature (T$_C$) on the number of CuO$_2$ planes in one structural unit. In Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ superconductor with two CuO$_2$ planes in one structural unit, the interaction between the two CuO$_2$ planes gives rise to band splitting into two Fermi surface sheets (bilayer splitting) that have distinct superconducting gap. The iron based superconductors are composed of stacking of the FeAs/FeSe layers; whether the interlayer coupling can cause similar band splitting and its effect on superconductivity remain unclear. Here we report high resolution laser-based angle-resolved photoemission spectroscopy (ARPES) measurements on a newly discovered iron based superconductor, KCa$_2$Fe$_4$As$_4$F$_2$ (T$_C$=33.5\,K) which consists of stacking FeAs blocks with two FeAs layers separated by insulating Ca$_2$F$_2$ blocks. Bilayer splitting effect is observed for the first time that gives rise to totally five hole-like Fermi surface sheets around the Brilliouin zone center. Band structure calculations reproduce the observed bilayer splitting by identifying interlayer interorbital interaction between the two FeAs layers within one FeAs block. All the hole-like pockets around the zone center exhibit Fermi surface-dependent and nodeless superconducting gap. The gap functions with short-range antiferromagetic fluctuations are proposed and the gap symmetry can be well understood when the interlayer pairing is considered. The particularly strong interlayer pairing is observed for one of the bands. Our observations provide key information on the interlayer coupling and interlayer pairing in understanding superconductivity in iron based superconductors.

preprint2020arXiv

Study of pseudogap and superconducting quasiparticle dynamics in $\rm{Bi_2Sr_2CaCu_2O_{8+δ}}$ by time-resolved optical reflectivity

The relation between pseudogap (PG) and superconducting (SC) gap, whether PG is a precursor of SC or they coexist or compete, is a long-standing controversy in cuprate high-temperature supercondutors. Here, we report ultrafast time-resolved optical reflectivity investigation of the dynamic densities and relaxations of PG and SC quasiparticles (QPs) in the underdoped $\rm{Bi_2Sr_2CaCu_2O_{8+δ}}$ ($T_c$ = 82 K) single crystals. We find evidence of two distinct PG components in the positive reflectivity changes in the PG state, characterized by relaxation timescales of $τ_{fast}$ $\approx$ 0.2 ps and $τ_{slow}$ $\approx$ 2 ps with abrupt changes in both amplitudes $A_{fast}$ and $A_{slow}$ at the PG-opening temperature $T^*$. The former presents no obvious change at $T_c$ and coexists with the SC QP. The latter's amplitude starts decreasing at the SC phase fluctuation $T_p$ and vanishes at $T_c$ followed by a negative amplitude signifying the emergence of the SC QP, therefore suggesting a competition with superconductivity.

preprint2020arXiv

Universal mechanical exfoliation of large-area 2D crystals

Two-dimensional (2D) materials provide extraordinary opportunities for exploring phenomena arising in atomically thin crystals. Beginning with the first isolation of graphene, mechanical exfoliation has been a key to provide high-quality 2D materials but despite improvements it is still limited in yield, lateral size and contamination. Here we introduce a contamination-free, one-step and universal Au-assisted mechanical exfoliation method and demonstrate its effectiveness by isolating 40 types of single-crystalline monolayers, including elemental 2D crystals, metal-dichalcogenides, magnets and superconductors. Most of them are of millimeter-size and high-quality, as shown by transfer-free measurements of electron microscopy, photo spectroscopies and electrical transport. Large suspended 2D crystals and heterojunctions were also prepared with high-yield. Enhanced adhesion between the crystals and the substrates enables such efficient exfoliation, for which we identify a common rule that underpins a universal route for producing large-area monolayers and thus supports studies of fundamental properties and potential application of 2D materials.

preprint2019arXiv

Evidence for an Additional Symmetry Breaking from Direct Observation of Band Splitting in the Nematic State of FeSe Superconductor

The iron-based superconductor FeSe has attracted much recent attention because of its simple crystal structure, distinct electronic structure and rich physics exhibited by itself and its derivatives. Determination of its intrinsic electronic structure is crucial to understand its physical properties and superconductivity mechanism. Both theoretical and experimental studies so far have provided a picture that FeSe consists of one hole-like Fermi surface around the Brillouin zone center in its nematic state. Here we report direct observation of two hole-like Fermi surface sheets around the Brillouin zone center, and the splitting of the associated bands, in the nematic state of FeSe by taking high resolution laser-based angle-resolved photoemission measurements. These results indicate that, in addition to nematic order and spin-orbit coupling, there is an additional order in FeSe that breaks either inversion or time reversal symmetries. The new Fermi surface topology asks for reexamination of the existing theoretical and experimental understanding of FeSe and stimulates further efforts to identify the origin of the hidden order in its nematic state.

preprint2019arXiv

High Precision Determination of the Planck Constant by Modern Photoemission Spectroscopy

The Planck constant, with its mathematical symbol $h$, is a fundamental constant in quantum mechanics that is associated with the quantization of light and matter. It is also of fundamental importance to metrology, such as the definition of ohm and volt, and the latest definition of kilogram. One of the first measurements to determine the Planck constant is based on the photoelectric effect, however, the values thus obtained so far have exhibited a large uncertainty. The accepted value of the Planck constant, 6.62607015$\times$10$^{-34}$ J$\cdot$s, is obtained from one of the most precise methods, the Kibble balance, which involves quantum Hall effect, Josephson effect and the use of the International Prototype of the Kilogram (IPK) or its copies. Here we present a precise determination of the Planck constant by modern photoemission spectroscopy technique. Through the direct use of the Einstein's photoelectric equation, the Planck constant is determined by measuring accurately the energy position of the gold Fermi level using light sources with various photon wavelengths. The precision of the measured Planck constant, 6.62610(13)$\times$10$^{-34}$ J$\cdot$s, is four to five orders of magnitude improved from the previous photoelectric effect measurements. It has rendered photoemission method to become one of the most accurate methods in determining the Planck constant. We propose that this direct method of photoemission spectroscopy has advantages and a potential to further increase its measurement precision of the Planck constant to be comparable to the most accurate methods that are available at present.

preprint2019arXiv

Insulating Parent Phase and Distinct Doping Evolution to Superconductivity in Single-Layer FeSe/SrTiO3 Films

The single-layer FeSe/SrTiO3 (FeSe/STO) films have attracted much attention because of their simple crystal structure, distinct electronic structure and record high superconducting transition temperature (Tc). The origin of the dramatic Tc enhancement in single-layer FeSe/STO films and the dichotomy of superconductivity between single-layer and multiple-layer FeSe/STO films are still under debate. Here we report a comprehensive high resolution angle-resolved photoemission spectroscopy and scanning tunneling microscopy/spectroscopy measurements on the electronic structure evolution with doping in single-layer and multiple-layer FeSe/STO films. We find that the single-layer FeSe/STO films have a distinct parent phase and a route of doping evolution to superconductivity that are fundamentally different from multiple-layer FeSe/STO films. The parent phase of the single-layer FeSe/STO films is insulating, and its doping evolution is very similar to that of doping a Mott insulator in cuprate superconductors. In multiple-layer FeSe/STO films, high-Tc superconductivity occurs by suppressing the nematic order in the parent compound with electron doping. The single-layer FeSe/STO films represent the first clear case in the iron-based superconductors that the parent compound is an insulator. Our observations of the unique parent state and doping evolution in the single-layer FeSe/STO films provide key insight in understanding its record high-Tc superconductivity. They also provide a new route of realizing superconductivity in iron-based superconductors that is common in high temperature cuprate superconductors.

preprint2019arXiv

Selective Hybridization between Main Band and Superstructure Band in Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ Superconductor

High-resolution laser-based angle-resolved photoemission measurements have been carried out on Bi$_2$Sr$_2$CaCu$_2$O$_{8+δ}$ (Bi2212) and Bi$_2$Sr$_{2-x}$La$_x$CuO$_{6+δ}$ (Bi2201) superconductors. Unexpected hybridization between the main band and the superstructure band in Bi2212 is clearly revealed. In the momentum space where one main Fermi surface intersects with one superstructure Fermi surface, four bands are observed instead of two. The hybridization exists in both superconducting state and normal state, and in Bi2212 samples with different doping levels. Such a hybridization is not observed in Bi2201. This phenomenon can be understood by considering the bilayer splitting in Bi2212, the selective hybridization of two bands with peculiar combinations, and the altered matrix element effects of the hybridized bands. These observations provide strong evidence on the origin of the superstructure band which is intrinsic to the CuO$_2$ planes. Therefore, understanding physical properties and superconductivity mechanism in Bi2212 should consider the complete Fermi surface topology which involves the main bands, the superstructure bands and their interactions.

preprint2016arXiv

A unified integral equation scheme for doubly-periodic Laplace and Stokes boundary value problems in two dimensions

We present a spectrally-accurate scheme to turn a boundary integral formulation for an elliptic PDE on a single unit cell geometry into one for the fully periodic problem. Applications include computing the effective permeability of composite media (homogenization), and microfluidic chip design. Our basic idea is to exploit a small least squares solve to apply periodicity without ever handling periodic Green's functions. We exhibit fast solvers for the two-dimensional (2D) doubly-periodic Neumann Laplace problem (flow around insulators), and Stokes non-slip fluid flow problem, that for inclusions with smooth boundaries achieve 12-digit accuracy, and can handle thousands of inclusions per unit cell. We split the infinite sum over the lattice of images into a directly-summed "near" part plus a small number of auxiliary sources which represent the (smooth) remaining "far" contribution. Applying physical boundary conditions on the unit cell walls gives an expanded linear system, which, after a rank-1 or rank-3 correction and a Schur complement, leaves a well-conditioned square system which can be solved iteratively using fast multipole acceleration plus a low-rank term. We are rather explicit about the consistency and nullspaces of both the continuous and discretized problems. The scheme is simple (no lattice sums, Ewald methods, nor particle meshes are required), allows adaptivity, and is essentially dimension- and PDE-independent, so would generalize without fuss to 3D and to other non-oscillatory elliptic problems such as elastostatics. We incorporate recently developed spectral quadratures that accurately handle close-to-touching geometries. We include many numerical examples, and provide a software implementation.

preprint2016arXiv

Decreased aneurysmal subarachnoid hemorrhage incidence rate in elderly population than in middle aged population: a retrospective analysis of 8,144 cases in Mainland China

Purpose: Rupture of an intracranial aneurysm is the most common cause of subarachnoid haemorrhage (SAH), which is a life-threatening acute cerebrovascular event that typically affects working-age people. This study aims to investigate the aneurysmal SAH incidence rate in elderly population than in middle aged population in China. Materials and methods: Aneurysmal SAH cases were collected retrospectively from the archives of 21 hospitals in Mainland China. All the cases collected were from September 2016 and backward consecutively for a period of time up to 8 years. SAH was initially diagnosed by brain computed tomography, and CT angiography (CTA) or digital subtraction angiography (DSA) was followed and SAH was confirmed to be due to cerebral aneurysm. When for cases multiple bleeding occurred, the age of the first SAH was used in this study. The toltal incidence from all hospital at each age were summed together for females and males; then adjusted by the total population number at each age for females and males. The total population data was from the 2010 population census of the People's Republic of China. Results: In total there were 8,144 cases, with 4,861 females and 3,283 males. Our analysis shows for both females and males the relative aneurysmal SAH rate started to decrease after around 65 years old. The males the relative aneurysmal SAH rate might have started to decrease after around 55 years old. Conclusion: In contrast to previous reports, our data demonstrated a decreased aneurysmal subarachnoid hemorrhage incidence rate in elderly population than in middle aged population. Our data therefore support the hypothesis that aneurysms do not grow progressively once they form but probably either rupture or stabilize and that very elderly patients are at a reduced risk of rupture compared with atients who are younger with the same-sized aneurysms.

preprint2016arXiv

Electronic Evidence for Type II Weyl Semimetal State in MoTe2

Topological quantum materials, including topological insulators and superconductors, Dirac semimetals and Weyl semimetals, have attracted much attention recently for their unique electronic structure, spin texture and physical properties. Very lately, a new type of Weyl semimetals has been proposed where the Weyl Fermions emerge at the boundary between electron and hole pockets in a new phase of matter, which is distinct from the standard type I Weyl semimetals with a point-like Fermi surface. The Weyl cone in this type II semimetals is strongly tilted and the related Fermi surface undergos a Lifshitz transition, giving rise to a new kind of chiral anomaly and other new physics. MoTe2 is proposed to be a candidate of a type II Weyl semimetal; the sensitivity of its topological state to lattice constants and correlation also makes it an ideal platform to explore possible topological phase transitions. By performing laser-based angle-resolved photoemission (ARPES) measurements with unprecedentedly high resolution, we have uncovered electronic evidence of type II semimetal state in MoTe2. We have established a full picture of the bulk electronic states and surface state for MoTe2 that are consistent with the band structure calculations. A single branch of surface state is identified that connects bulk hole pockets and bulk electron pockets. Detailed temperature-dependent ARPES measurements show high intensity spot-like features that is ~40 meV above the Fermi level and is close to the momentum space consistent with the theoretical expectation of the type II Weyl points. Our results constitute electronic evidence on the nature of the Weyl semimetal state that favors the presence of two sets of type II Weyl points in MoTe2.

preprint2016arXiv

Electronic structure of the ingredient planes of cuprate superconductor Bi2Sr2CuO6+δ: a comparison study with Bi2Sr2CaCu2O8+δ

By means of low-temperature scanning tunneling microscopy, we report on the electronic structures of BiO and SrO planes of Bi2Sr2CuO6+δ (Bi-2201) superconductor prepared by argon-ion bombardment and annealing. Depending on post annealing conditions, the BiO planes exhibit either pseudogap (PG) with sharp coherence peaks and an anomalously large gap of 49 meV or van Hove singularity (VHS) near the Fermi level, while the SrO is always characteristic of a PG-like feature. This contrasts with Bi2Sr2CaCu2O8+δ (Bi-2212) superconductor where VHS occurs solely on the SrO plane. We disclose the interstitial oxygen dopants (δ in the formulas) as a primary cause for the occurrence of VHS, which are located dominantly around the BiO and SrO planes, respectively, in Bi-2201 and Bi-2212. This is supported by the contrasting structural buckling amplitude of BiO and SrO planes in the two superconductors. Our findings provide solid evidence for the irrelevance of PG to the superconductivity in the two superconductors, as well as insights into why Bi-2212 can achieve a higher superconducting transition temperature than Bi-2201, and by implication, the mechanism of cuprate superconductivity.

preprint2016arXiv

Extracting Flexibility of Heterogeneous Deferrable Loads via Polytopic Projection Approximation

Aggregation of a large number of responsive loads presents great power flexibility for demand response. An effective control and coordination scheme of flexible loads requires an accurate and tractable model that captures their aggregate flexibility. This paper proposes a novel approach to extract the aggregate flexibility of deferrable loads with heterogeneous parameters using polytopic projection approximation. First, an exact characterization of their aggregate flexibility is derived analytically, which in general contains exponentially many inequality constraints with respect to the number of loads. In order to have a tractable solution, we develop a numerical algorithm that gives a sufficient approximation of the exact aggregate flexibility. Geometrically, the flexibility of each individual load is a polytope, and their aggregation is the Minkowski sum of these polytopes. Our method originates from an alternative interpretation of the Minkowski sum as projection. The aggregate flexibility can be viewed as the projection of a high-dimensional polytope onto the subspace representing the aggregate power. We formulate a robust optimization problem to optimally approximate the polytopic projection with respect to the homothet of a given polytope. To enable efficient and parallel computation of the aggregate flexibility for a large number of loads, a muti-stage aggregation strategy is proposed. The scheduling policy for individual loads is also derived. Finally, an energy arbitrage problem is solved to demonstrate the effectiveness of the proposed method.

preprint2016arXiv

On Social Optima of Non-Cooperative Mean Field Games

This paper studies the connections between mean-field games and the social welfare optimization problems. We consider a mean field game in functional spaces with a large population of agents, each of which seeks to minimize an individual cost function. The cost functions of different agents are coupled through a mean field term that depends on the mean of the population states. We show that under some mild conditions any $ε$-Nash equilibrium of the mean field game coincides with the optimal solution to a convex social welfare optimization problem. The results are proved based on a general formulation in the functional spaces and can be applied to a variety of mean field games studied in the literature. Our result also implies that the computation of the mean field equilibrium can be cast as a convex optimization problem, which can be efficiently solved by a decentralized primal dual algorithm. Numerical simulations are presented to demonstrate the effectiveness of the proposed approach.

preprint2015arXiv

Anomalous High-Energy Waterfall-Like Electronic Structure in 5d Transition Metal Oxide Sr2IrO4 with a Strong Spin-Orbit Coupling

The layered 5d transition metal oxides like Sr2IrO4 have attracted significant interest recently due to a number of exotic and new phenomena induced by the interplay between the spin-orbit coupling, bandwidth W and on-site Coulomb correlation U. In contrast to a metallic behavior expected from the Mott-Hubbard model due to more spatially extended 5d orbitals and moderate U, an insulating ground state has been observed in Sr2IrO4. Such an insulating behavior can be understood by an effective J_eff=1/2 Mott insulator model by incorporating both electron correlation and strong spin-orbital coupling, although its validity remains under debate at present. In particular, Sr2IrO4 exhibits a number of similarities to the high temperature cuprate superconductors in the crystal structure, electronic structure, magnetic structure, and even possible high temperature superconductivity. Here we report a new observation of the anomalous high energy electronic structure in Sr2IrO4. By taking high-resolution angle-resolved photoemission measurements on Sr2IrO4 over a wide energy range, we have revealed that the high energy electronic structures show unusual nearly-vertical bands that extend over a large energy range. Such anomalous high energy behaviors resemble the high energy waterfall features observed in the cuprate superconductors, adding one more important similarity between these two systems. While strong electron correlation plays an important role in producing high energy waterfall features in the cuprate superconductors, the revelation of the high energy anomalies in Sr2IrO4 points to a novel route in generating exotic electronic excitations from the strong spin-orbit coupling and a moderate electron correlation.

preprint2015arXiv

Common Electronic Origin of Superconductivity in (Li,Fe)OHFeSe Bulk Superconductor and Single-Layer FeSe/SrTiO3 Films

The mechanism of high temperature superconductivity in the iron-based superconductors remains an outstanding issue in condensed matter physics. The electronic structure, in particular the Fermi surface topology, is considered to play an essential role in dictating the superconductivity. Recent revelation of distinct electronic structure and possible high temperature superconductivity with a transition temperature Tc above 65 K in the single-layer FeSe films grown on the SrTiO3 substrate provides key information on the roles of Fermi surface topology and interface in inducing or enhancing superconductivity. Here we report high resolution angle-resolved photoemission measurement on the electronic structure and superconducting gap of a novel FeSe-based superconductor, (Li0.84Fe0.16)OHFe0.98Se, with a Tc at 41 K. We find that this single-phase bulk superconductor shows remarkably similar electronic behaviors to that of the superconducting single-layer FeSe/SrTiO3 film in terms of Fermi surface topology, band structure and nearly isotropic superconducting gap without nodes. These observations provide significant insights in understanding high temperature superconductivity in the single-layer FeSe/SrTiO3 film in particular, and the mechanism of superconductivity in the iron-based superconductors in general.

preprint2015arXiv

Electronic Structure and Superconductivity of FeSe-Related Superconductors

The FeSe superconductor and its related systems have attracted much attention in the iron-based superconductors owing to their simple crystal structure and peculiar electronic and physical properties. The bulk FeSe superconductor has a superconducting transition temperature (Tc) of ~8 K; it can be dramatically enhanced to 37 K at high pressure. On the other hand, its cousin system, FeTe, possesses a unique antiferromagnetic ground state but is non-superconducting. Substitution of Se by Te in the FeSe superconductor results in an enhancement of Tc up to 14.5 K and superconductivity can persist over a large composition range in the Fe(Se,Te) system. Intercalation of the FeSe superconductor leads to the discovery of the AxFe2-ySe2 (A=K, Cs and Tl) system that exhibits a Tc higher than 30 K and a unique electronic structure of the superconducting phase. The latest report of possible high temperature superconductivity in the single-layer FeSe/SrTiO3 films with a Tc above 65 K has generated much excitement in the community. This pioneering work opens a door for interface superconductivity to explore for high Tc superconductors. The distinct electronic structure and superconducting gap, layer-dependent behavior and insulator-superconductor transition of the FeSe/SrTiO3 films provide critical information in understanding the superconductivity mechanism of the iron-based superconductors. In this paper, we present a brief review on the investigation of the electronic structure and superconductivity of the FeSe superconductor and related systems, with a particular focus on the FeSe films.

preprint2015arXiv

Electronic Structure of Transition Metal Dichalcogenides PdTe2 and Cu0.05PdTe2 Superconductors Obtained by Angle-Resolved Photoemission Spectroscopy

The layered transition metal chalcogenides have been a fertile land in solid state physics for many decades. Various MX2-type transition metal dichalcogenides, such as WTe2, IrTe2, and MoS2, have triggered great attention recently, either for the discovery of novel phenomena or some extreme or exotic physical properties, or for their potential applications. PdTe2 is a superconductor in the class of transition metal dichalcogenides, and superconductivity is enhanced in its Cu-intercalated form, Cu0.05PdTe2. It is important to study the electronic structures of PdTe2 and its intercalated form in order to explore for new phenomena and physical properties and understand the related superconductivity enhancement mechanism. Here we report systematic high resolution angle-resolved photoemission (ARPES) studies on PdTe2 and Cu0.05$PdTe2 single crystals, combined with the band structure calculations. We present for the first time in detail the complex multi-band Fermi surface topology and densely-arranged band structure of these compounds. By carefully examining the electronic structures of the two systems, we find that Cu-intercalation in PdTe2 results in electron-doping, which causes the band structure to shift downwards by nearly 16 meV in Cu0.05PdTe2. Our results lay a foundation for further exploration and investigation on PdTe2 and related superconductors.

preprint2015arXiv

Identification of Topological Surface State in PdTe2 Superconductor by Angle-Resolved Photoemission Spectroscopy

High resolution angle-resolved photoemission measurements have been carried out on transition metal dichalcogenide PdTe2 that is a superconductor with a Tc at 1.7 K. Combined with theoretical calculations, we have discovered for the first time the existence of topologically nontrivial surface state with Dirac cone in PbTe2 superconductor. It is located at the Brillouin zone center and possesses helical spin texture. Distinct from the usual three-dimensional topological insulators where the Dirac cone of the surface state lies at the Fermi level, the Dirac point of the surface state in PdTe2 lies deep below the Fermi level at ~1.75 eV binding energy and is well separated from the bulk states. The identification of topological surface state in PdTe2 superconductor deep below the Fermi level provides a unique system to explore for new phenomena and properties and opens a door for finding new topological materials in transition metal chalcogenides.

preprint2014arXiv

Dichotomy of Electronic Structure and Superconductivity between Single-Layer and Double-Layer FeSe/SrTiO3 Films

The latest discovery of possible high temperature superconductivity in the single-layer FeSe film grown on a SrTiO3 substrate, together with the observation of its unique electronic structure and nodeless superconducting gap, has generated much attention. Initial work also found that, while the single-layer FeSe/SrTiO3 film exhibits a clear signature of superconductivity, the double-layer FeSe/SrTiO3 film shows an insulating behavior. Such a dramatic difference between the single-layer and double-layer FeSe/SrTiO3 films is surprising and the underlying origin remains unclear. Here we report our comparative study between the single-layer and double-layer FeSe/SrTiO3 films by performing a systematic angle-resolved photoemission study on the samples annealed in vacuum. We find that, like the single-layer FeSe/SrTiO3 film, the as-prepared double-layer FeSe/SrTiO3 film is insulating and possibly magnetic, thus establishing a universal existence of the magnetic phase in the FeSe/SrTiO3 films. In particular, the double-layer FeSe/SrTiO3 film shows a quite different doping behavior from the single-layer film in that it is hard to get doped and remains in the insulating state under an extensive annealing condition. The difference originates from the much reduced doping efficiency in the bottom FeSe layer of the double-layer FeSe/SrTiO3 film from the FeSe-SrTiO3 interface. These observations provide key insights in understanding the origin of superconductivity and the doping mechanism in the FeSe/SrTiO3 films. The property disparity between the single-layer and double-layer FeSe/SrTiO3 films may facilitate to fabricate electronic devices by making superconducting and insulating components on the same substrate under the same condition.

preprint2014arXiv

Disappearance of Nodal Gap across the Insulator-Superconductor Transition in a Copper-Oxide Superconductor

The parent compound of the copper-oxide high temperature superconductors is a Mott insulator. Superconductivity is realized by doping an appropriate amount of charge carriers. How a Mott insulator transforms into a superconductor is crucial in understanding the unusual physical properties of high temperature superconductors and the superconductivity mechanism. Here we report high resolution angle-resolved photoemission measurement on heavily underdoped Bi2Sr2-xLaxCuO6+d system. The electronic structure of the lightly-doped samples exhibit a number of characteristics: existence of an energy gap along the nodal direction, d-wave-like anisotropic energy gap along the underlying Fermi surface, and coexistence of a coherence peak and a broad hump in the photoemission spectra. Our results reveal a clear insulator-superconductor transition at a critical doping level of ~0.10 where the nodal energy gap approaches zero, the three-dimensional antiferromagnetic order disappears, and superconductivity starts to emerge. These observations clearly signal a close connection between the nodal gap, antiferromagnetism and superconductivity.

preprint2014arXiv

Electronic Evidence of an Insulator-Superconductor Transition in Single-Layer FeSe/SrTiO3 Films

In high temperature cuprate superconductors, it is now generally agreed that the parent compound is a Mott insulator and superconductivity is realized by doping the antiferromagnetic Mott insulator. In the iron-based superconductors, however, the parent compound is mostly antiferromagnetic metal, raising a debate on whether an appropriate starting point should go with an itinerant picture or a localized picture. It has been proposed theoretically that the parent compound of the iron-based superconductors may be on the verge of a Mott insulator, but so far no clear experimental evidence of doping-induced Mott transition has been available. Here we report an electronic evidence of an insulator-superconductor transition observed in the single-layer FeSe films grown on the SrTiO3 substrate. By taking angle-resolved photoemission measurements on the electronic structure and energy gap, we have identified a clear evolution of an insulator to a superconductor with the increasing doping. This observation represents the first example of an insulator-superconductor transition via doping observed in the iron-based superconductors. It indicates that the parent compound of the iron-based superconductors is in proximity of a Mott insulator and strong electron correlation should be considered in describing the iron-based superconductors.

preprint2014arXiv

Orbital-Selective Spin Texture and its Manipulation in a Topological Insulator

Topological insulators represent a new quantum state of matter that are insulating in the bulk but metallic on the edge or surface. In the Dirac surface state, it is well-established that the electron spin is locked with the crystal momentum. Here we report a new phenomenon of the spin texture locking with the orbital texture in a topological insulator Bi2Se3. We observe light-polarization-dependent spin texture of both the upper and lower Dirac cones that constitutes strong evidence of the orbital-dependent spin texture in Bi2Se3. The different spin texture detected in variable polarization geometry is the manifestation of the spin-orbital texture in the initial state combined with the photoemission matrix element effects. Our observations provide a new orbital degree of freedom and a new way of light manipulation in controlling the spin structure of the topological insulators that are important for their future applications in spin-related technologies.

preprint2014arXiv

Robust and efficient solution of the drum problem via Nystrom approximation of the Fredholm determinant

The drum problem-finding the eigenvalues and eigenfunctions of the Laplacian with Dirichlet boundary condition-has many applications, yet remains challenging for general domains when high accuracy or high frequency is needed. Boundary integral equations are appealing for large-scale problems, yet certain difficulties have limited their use. We introduce two ideas to remedy this: 1) We solve the resulting nonlinear eigenvalue problem using Boyd's method for analytic root-finding applied to the Fredholm determinant. We show that this is many times faster than the usual iterative minimization of a singular value. 2) We fix the problem of spurious exterior resonances via a combined field representation. This also provides the first robust boundary integral eigenvalue method for non-simply-connected domains. We implement the new method in two dimensions using spectrally accurate Nystrom product quadrature. We prove exponential convergence of the determinant at roots for domains with analytic boundary. We demonstrate 13-digit accuracy, and improved efficiency, in a variety of domain shapes including ones with strong exterior resonances.

preprint2014arXiv

Strong Anisotropy of Dirac Cone in SrMnBi2 and CaMnBi2 Revealed by Angle-Resolved Photoemission Spectroscopy

The Dirac materials, such as graphene and three-dimensional topological insulators, have attracted much attention because they exhibit novel quantum phenomena with their low energy electrons governed by the relativistic Dirac equations. One particular interest is to generate Dirac cone anisotropy so that the electrons can propagate differently from one direction to the other, creating an additional tunability for new properties and applications. While various theoretical approaches have been proposed to make the isotropic Dirac cones of graphene into anisotropic ones, it has not yet been met with success. There are also some theoretical predictions and/or experimental indications of anisotropic Dirac cone in novel topological insulators and AMnBi2 (A=Sr and Ca) but more experimental investigations are needed. Here we report systematic high resolution angle-resolved photoemission measurements that have provided direct evidence on the existence of strongly anisotropic Dirac cones in SrMnBi2 and CaMnBi2. Distinct behaviors of the Dirac cones between SrMnBi2 and CaMnBi2 are also observed. These results have provided important information on the strong anisotropy of the Dirac cones in AMnBi2 system that can be governed by the spin-orbital coupling and the local environment surrounding the Bi square net.

preprint2014arXiv

Weak Electron-Phonon Coupling and Unusual Electron Scattering of Topological Surface States in Sb(111) by Laser-Based Angle-Resolved Photoemission Spectroscopy

High resolution laser-based angle-resolved photoemission measurements have been carried out on Sb(111) single crystal. Two kinds of Fermi surface sheets are observed that are derived from the topological surface states: one small hexagonal electron-like Fermi pocket around $Γ$ point and the other six elongated lobes of hole-like Fermi pockets around the electron pocket. Clear Rashba-type band splitting due to the strong spin-orbit coupling is observed that is anisotropic in the momentum space. Our super-high-resolution ARPES measurements reveal no obvious kink in the surface band dispersions indicating a weak electron-phonon interaction in the surface states. In particular, the electron scattering rate for these topological surface states is nearly a constant over a large energy window near the Fermi level that is unusual in terms of the conventional picture.

preprint2013arXiv

Doping Evolution of Nodal Band Renormalization in Bi2Sr2CuO6+d Superconductor Revealed by Laser-Based Angle-Resolved Photoemission Spectroscopy

High resolution laser-based angle-resolved photoemission measurements have been carried out on Bi2Sr2CuO6+d superconductor covering a wide doping range from heavily underdoped to heavily overdoped samples. Two obvious energy scales are identified in the nodal dispersions: one is the well-known 50-80 meV high energy kink and the other is <10 meV low energy kink. The high energy kink increases monotonously in its energy scale with increasing doping and shows weak temperature dependence, while the low energy kink exhibits a non-monotonic doping dependence with its coupling strength enhanced sharply below Tc. These systematic investigations on the doping and temperature dependence of these two energy scales favor electron-phonon interactions as their origin. They point to the importance in involving the electron-phonon coupling in understanding the physical properties and the superconductivity mechanism of high temperature cuprate superconductors.

preprint2013arXiv

Fermi Surface and Band Structure of (Ca,La)FeAs2 Superconductor from Angle-Resolved Photoemission Spectroscopy

The (Ca,R)FeAs2 (R=La,Pr and etc.) superconductors with a signature of superconductivity transition above 40 K possess a new kind of block layers that consist of zig-zag As chains. In this paper, we report the electronic structure of the new (Ca,La)FeAs2 superconductor investigated by both band structure calculations and high resolution angle-resolved photoemission spectroscopy measurements. Band structure calculations indicate that there are four hole-like bands around the zone center $Γ$(0,0) and two electron-like bands near the zone corner M(pi,pi) in CaFeAs2. In our angle-resolved photoemission measurements on (Ca0.9La0.1})FeAs2, we have observed three hole-like bands around the Gamma point and one electron-like Fermi surface near the M(pi,pi) point. These results provide important information to compare and contrast with the electronic structure of other iron-based compounds in understanding the superconductivity mechanism in the iron-based superconductors.

preprint2013arXiv

Tunable Dirac Fermion Dynamics in Topological Insulators

Three-dimensional topological insulators are characterized by insulating bulk state and metallic surface state involving Dirac fermions that behave as massless relativistic particles. These Dirac fermions are responsible for achieving a number of novel and exotic quantum phenomena in the topological insulators and for their potential applications in spintronics and quantum computations. It is thus essential to understand the electron dynamics of the Dirac fermions, i.e., how they interact with other electrons, phonons and disorders. Here we report super-high resolution angle-resolved photoemission studies on the Dirac fermion dynamics in the prototypical Bi2(Te,Se)3 topological insulators. We have directly revealed signatures of the electron-phonon coupling in these topological insulators and found that the electron-disorder interaction is the dominant factor in the scattering process. The Dirac fermion dynamics in Bi2(Te3-xSex) topological insulators can be tuned by varying the composition, x, or by controlling the charge carriers. Our findings provide crucial information in understanding the electron dynamics of the Dirac fermions in topological insulators and in engineering their surface state for fundamental studies and potential applications.

preprint2012arXiv

Coexistence of Two Sharp-Mode Couplings and Their Unusual Momentum Dependence in the Superconducting State of Bi2Sr2CaCu2O8+d Superconductor Revealed by Laser-Based Angle-Resolved Photoemission

Super-high resolution laser-based angle-resolved photoemission measurements have been carried out on Bi2Sr2CaCu2O8+d (Bi2212) superconductors to investigate momentum dependence of electron coupling with collective excitations (modes). Two coexisting energy scales are clearly revealed over a large momentum space for the first time in the superconducting state of an overdoped Bi2212 superconductor. These two energy scales exhibit distinct momentum dependence: one keeps its energy near 78 meV over a large momentum space while the other changes its energy from $\sim$40 meV near the antinodal region to $\sim$70 meV near the nodal region. These observations provide a new picture on momentum evolution of electron-boson coupling in Bi2212 that electrons are coupled with two sharp modes simultaneously over a large momentum space in the superconducting states. Their unusual momentum dependence poses a challenge to our current understanding of electron-mode-coupling and its role for high temperature superconductivity in cuprate superconductors.

preprint2012arXiv

Effect of Cleaving Temperature on the Surface and Bulk Fermi Surface of Sr2RuO4 Investigated by High Resolution Angle-Resolved Photoemission

High resolution angle-resolved photoemission measurements are carried out to systematically investigate the effect of cleaving temperature on the electronic structure and Fermi surface of Sr$_2$RuO$_4$. Different from previous reports that high cleaving temperature can suppress surface Fermi surface, we find that the surface Fermi surface remains obvious and strong in Sr$_2$RuO$_4$ cleaved at high temperature, even at room temperature. This indicates that cleaving temperature is not a key effective factor in suppressing the surface bands. On the other hand, in the aged surface of Sr$_2$RuO$_4$ that is cleaved and held for a long time, the bulk bands can be enhanced. We have also carried out laser ARPES measurements on Sr$_2$RuO$_4$ by using vacuum ultra-violet laser (photon energy at 6.994 eV) and found an obvious enhancement of bulk bands even for samples cleaved at low temperature. These information are important in realizing an effective approach in manipulating and detecting the surface and bulk electronic structure of Sr$_2$RuO$_4$. In particular, the enhancement of bulk sensitivity, together with its super-high instrumental resolution of VUV laser ARPES, will be advantageous in investigating fine electronic structure and superconducting properties of Sr$_2$RuO$_4$ in the future.

preprint2012arXiv

Electronic Origin of High Temperature Superconductivity in Single-Layer FeSe Superconductor

The latest discovery of high temperature superconductivity signature in single-layer FeSe is significant because it is possible to break the superconducting critical temperature ceiling (maximum Tc~55 K) that has been stagnant since the discovery of Fe-based superconductivity in 2008. It also blows the superconductivity community by surprise because such a high Tc is unexpected in FeSe system with the bulk FeSe exhibiting a Tc at only 8 K at ambient pressure which can be enhanced to 38 K under high pressure. The Tc is still unusually high even considering the newly-discovered intercalated FeSe system A_xFe_{2-y}Se_2 (A=K, Cs, Rb and Tl) with a Tc at 32 K at ambient pressure and possible Tc near 48 K under high pressure. Particularly interesting is that such a high temperature superconductivity occurs in a single-layer FeSe system that is considered as a key building block of the Fe-based superconductors. Understanding the origin of high temperature superconductivity in such a strictly two-dimensional FeSe system is crucial to understanding the superconductivity mechanism in Fe-based superconductors in particular, and providing key insights on how to achieve high temperature superconductivity in general. Here we report distinct electronic structure associated with the single-layer FeSe superconductor. Its Fermi surface topology is different from other Fe-based superconductors; it consists only of electron pockets near the zone corner without indication of any Fermi surface around the zone center. Our observation of large and nearly isotropic superconducting gap in this strictly two-dimensional system rules out existence of node in the superconducting gap. These results have provided an unambiguous case that such a unique electronic structure is favorable for realizing high temperature superconductivity.

preprint2012arXiv

Phase Diagram and High Temperature Superconductivity at 65 K in Tuning Carrier Concentration of Single-Layer FeSe Films

Superconductivity in the cuprate superconductors and the Fe-based superconductors is realized by doping the parent compound with charge carriers, or by application of high pressure, to suppress the antiferromagnetic state. Such a rich phase diagram is important in understanding superconductivity mechanism and other physics in the Cu- and Fe-based high temperature superconductors. In this paper, we report a phase diagram in the single-layer FeSe films grown on SrTiO3 substrate by an annealing procedure to tune the charge carrier concentration over a wide range. A dramatic change of the band structure and Fermi surface is observed, with two distinct phases identified that are competing during the annealing process. Superconductivity with a record high transition temperature (Tc) at ~65 K is realized by optimizing the annealing process. The wide tunability of the system across different phases, and its high-Tc, make the single-layer FeSe film ideal not only to investigate the superconductivity physics and mechanism, but also to study novel quantum phenomena and for potential applications.

preprint2012arXiv

Unusual Fermi Surface Sheet-Dependent Band Splitting in Sr2RuO4 Revealed by High Resolution Angle-Resolved Photoemission

High resolution angle-resolved photoemission measurements have been carried out on Sr2RuO4. We observe clearly two sets of Fermi surface sheets near the (π,0)-(0,π) line which are most likely attributed to the surface and bulk Fermi surface splitting of the βband. This is in strong contrast to the nearly null surface and bulk Fermi surface splitting of the αband although both have identical orbital components. Extensive band structure calculations are performed by considering various scenarios, including structural distortion, spin-orbit coupling and surface ferromagnetism. However, none of them can explain such a qualitative difference of the surface and bulk Fermi surface splitting between the αand βsheets. This unusual behavior points to an unknown order on the surface of Sr2RuO4 that remains to be uncovered. Its revelation will be important for studying and utilizing novel quantum phenomena associated with the surface of Sr2RuO4 as a result of its being a possible p-wave chiral superconductor and a topological superconductor.

preprint2011arXiv

Common Fermi Surface Topology and Nodeless Superconducting Gap in K0.68Fe1.79Se2 and (Tl0.45K0.34)Fe1.84Se2 Superconductors Revealed from Angle-Resolved Photoemission Spectroscopy

We carried out high resolution angle-resolved photoemission measurements on the electronic structure and superconducting gap of K_0.68Fe_1.79Se_2 (T_c=32 K) and (Tl_0.45K_0.34)Fe_1.84Se_2 (T_c=28 K) superconductors. In addition to the electron-like Fermi surface near M(π,π), two electron-like Fermi pockets are revealed around the zone center Γ(0,0) in K0.68Fe1.79Se_2. This observation makes the Fermi surface topology of K_0.68Fe_1.79Se_2 consistent with that of (Tl,Rb)_xFe_{2-y}Se_2 and (Tl,K)_xFe_{2-y}Se_2 compounds. A nearly isotropic superconducting gap (Δ) is observed along the electron-like Fermi pocket near the M point in K_0.68Fe_1.79Se_2 (Δ\sim 9 meV) and (Tl_0.45K_0.34)Fe_1.84Se_2 (Δ\sim 8 meV). The establishment of a universal picture on the Fermi surface topology and superconducting gap in the A_xFe_2-ySe_2 (A=K, Tl, Cs, Rb and etc.) superconductors will provide important information in understanding the superconductivity mechanism of the iron-based superconductors.

preprint2011arXiv

Distinct Fermi Surface Topology and Nodeless Superconducting Gap in (Tl0.58Rb0.42)Fe1.72Se2 Superconductor

High resolution angle-resolved photoemission measurements have been carried out to study the electronic structure and superconducting gap of the (Tl$_{0.58}$Rb$_{0.42}$)Fe$_{1.72}$Se$_2$ superconductor with a T$_c$=32 K. The Fermi surface topology consists of two electron-like Fermi surface sheets around $Γ$ point which is distinct from that in all other iron-based compounds reported so far. The Fermi surface around the M point shows a nearly isotropic superconducting gap of $\sim$12 meV. The large Fermi surface near the $Γ$ point also shows a nearly isotropic superconducting gap of $\sim$15 meV while no superconducting gap opening is clearly observed for the inner tiny Fermi surface. Our observed new Fermi surface topology and its associated superconducting gap will provide key insights and constraints in understanding superconductivity mechanism in the iron-based superconductors.

preprint2011arXiv

Extraction of Electron Self-Energy and Gap Function in the Superconducting State of Bi_2Sr_2CaCu_2O_8 Superconductor via Laser-Based Angle-Resolved Photoemission

Super-high resolution laser-based angle-resolved photoemission measurements have been performed on a high temperature superconductor Bi_2Sr_2CaCu_2O_8. The band back-bending characteristic of the Bogoliubov-like quasiparticle dispersion is clearly revealed at low temperature in the superconducting state. This makes it possible for the first time to experimentally extract the complex electron self-energy and the complex gap function in the superconducting state. The resultant electron self-energy and gap function exhibit features at ~54 meV and ~40 meV, in addition to the superconducting gap-induced structure at lower binding energy and a broad featureless structure at higher binding energy. These information will provide key insight and constraints on the origin of electron pairing in high temperature superconductors.

preprint2011arXiv

Growth, Characterization and Fermi Surface of Heavy Fermion CeCoIn5 Superconductor

High quality single crystals of heavy Fermion CeCoIn5 superconductor have been grown by flux method with a typical size of (1~2)mm x (1~2)mm x ~0.1 mm. The single crystals are characterized by structural analysis from X-ray diffraction and Laue diffraction, as well as compositional analysis. Magnetic and electrical measurements on the single crystals show a sharp superconducting transition with a transition temperature at Tc(onset) ~ 2.3 K and a transition width of ~0.15 K. The resistivity of the CeCoIn5 crystal exhibits a hump at ~45 K which is typical of a heavy Fermion system. High resolution angle-resolved photoemission spectroscopy (ARPES) measurements of CeCoIn5 reveal clear Fermi surface sheets that are consistent with the band structure calculations when assuming itinerant Ce 4f electrons at low temperature. This work provides important information on the electronic structure of heavy Fermion CeCoIn5 superconductor. It also lays a foundation for further studies on the physical properties and superconducting mechanism of the heavy Fermion superconductors.

preprint2011arXiv

Persistence of Topological Order and Formation of Quantum Well States in Topological Insulators Bi2(Se,Te)3 under Ambient Conditions

The topological insulators represent a unique state of matter where the bulk is insulating with an energy gap while the surface is metallic with a Dirac cone protected by the time reversal symmetry. These characteristics provide a venue to explore novel quantum phenomena in fundamental physics and show potential applications in spintronics and quantum computing. One critical issue directly related with the applications as well as the fundamental studies is how the topological surface state will behave under ambient conditions (1 atmosphere air and room temperature). In this paper, we report high resolution angle-resolved photoemission measurements on the surface state of the prototypical topological insulators, Bi2Se3, Bi2Te3 and Bi2(Se0.4Te2.6), upon exposing to ambient conditions. We find that the topological order persists even when the surface is exposed to air at room temperature. However, the surface state is strongly modified after such an exposure. Particularly, we have observed the formation of two-dimensional quantum well states near the surface of the topological insulators after the exposure which depends sensitively on the original composition, x, in Bi2(Se3-xTex). These rich information are crucial in utilizing the surface state and in probing its physical properties under ambient conditions.

preprint2011arXiv

Structural, Magnetic and Electronic Properties of the Iron-Chalcogenide A$_x$Fe$_{2-y}$Se$_2$ (A=K, Cs, Rb, Tl and etc.) Superconductors

The latest discovery of a new iron-chalcogenide superconductor A$_x$Fe$_{2-y}$Se$_2$(A=K, Cs, Rb, Tl and etc.) has attracted much attention due to a number of its unique characteristics, such as the possible insulating state of the parent compound, the existence of Fe-vacancy and its ordering, a new form of magnetic structure and its interplay with superconductivity, and the peculiar electronic structures that are distinct from other Fe-based superconductors. In this paper, we present a brief review on the structural, magnetic and electronic properties of this new superconductor, with an emphasis on the electronic structure and superconducting gap. Issues and future perspectives are discussed at the end of the paper.

preprint2010arXiv

Quantitative Determination of Eliashberg Function and Evidence of Strong Electron Coupling with Multiple Phonon Modes in Heavily Over doped (Bi,Pb)2Sr2CuO6

Super-high resolution laser-based angle-resolved photoemission spectroscopy measurements have been carried out on a heavily overdoped (Bi,Pb)2Sr2CuO6 (Tc> 5 K) superconductor. Taking advantage of the high-precision data on the subtle change of the quasi-particle dispersion at different temperatures, we develop a general procedure to determine the bare band dispersion and extract the bosonic spectral function quantitatively. Our results show unambiguously that the 70 meV nodal kink is due to the electron coupling with the multiple phonon modes, with a large mass enhancement factor Lamda= 0.42 even in the heavily over-doped regime.

preprint2010arXiv

Unusual Electronic Structure and Observation of Dispersion Kink in CeFeAsO Parent Compound of FeAs-Based Superconductors

We report the first comprehensive high-resolution angle-resolved photoemission measurements on CeFeAsO, a parent compound of FeAs-based high temperature superconductors with a mangetic/structural transition at $\sim$150 K. In the magnetic ordering state, four hole-like Fermi surface sheets are observed near $Γ$(0,0) and the Fermi surface near M(+/-$π$,+/-$π$) shows a tiny electron-like pocket at M surrounded by four Dirac cone-like strong spots. The unusual Fermi surface topology deviates strongly from the band structure calculations. The electronic signature of the magnetic/structural transition shows up in the dramatic change of the quasiparticle scattering rate. A dispersion kink at $\sim$ 25meV is for the first time observed in the parent compound of Fe-based superconductors.

preprint2009arXiv

Coexistence of Fermi arcs and Fermi pockets in a high Tc copper oxide superconductor

In the pseudogap state of the high-Tc copper-oxide (cuprate) superconductors, angle-resolved photoemission (ARPES) measurements have seen an Fermi arc, i.e., an open-ended gapless section in the large Fermi surface, rather than a closed loop expected of an ordinary metal. This is all the more puzzling because Fermi pockets (small closed Fermi surface features) have been suggested from recent quantum oscillation measurements. The Fermi arcs have worried the high-Tc community for many years because they cannot be understood in terms of existing theories. Theorists came up with a way out in the form of conventional Fermi surface pockets associated with competing order, with a back side that is for detailed reasons invisible by photoemission. Here we report ARPES measurements of La-Bi2201 that give direct evidence of the Fermi pocket. The charge carriers in the pocket are holes and the pockets show an unusual dependence upon doping, namely, they exist in underdoped but not overdoped samples. A big surprise is that these Fermi pockets appear to coexist with the Fermi arcs. This coexistence has not been expected theoretically and the understanding of the mysterious pseudogap state in the high-Tc cuprate superconductors will rely critically on understanding such a new finding.

preprint2008arXiv

Identification of Nodal Kink in Electron-Doped (Nd$_{1.85}$Ce$_{0.15}$)CuO$_4$ Superconductor from Laser-Based Angle-Resolved Photoemission Spectroscopy

High-resolution laser-based angle-resolved photoemission measurements have been carried out on the electron-doped (Nd$_{1.85}$Ce$_{0.15}$)CuO$_4$ high temperature superconductor. We have revealed a clear kink at $\sim$60 meV in the dispersion along the (0,0)-($π$,$π$) nodal direction, accompanied by a peak-dip-hump feature in the photoemission spectra. This indicates that the nodal electrons are coupled to collective excitations (bosons) in electron-doped superconductors, with the phonons as the most likely candidate of the boson. This finding has established a universality of nodal electron coupling in both hole- and electron-doped high temperature cuprate superconductors.