Catalog footprint

What is connected

45works
22topics
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

45 published item(s)

preprint2026arXiv

COHERENCE: Benchmarking Fine-Grained Image-Text Alignment in Interleaved Multimodal Contexts

In recent years, Multimodal Large Language Models (MLLMs) have achieved remarkable progress on a wide range of multimodal benchmarks. Despite these advances, most existing benchmarks mainly focus on single-image or multi-image comprehension. In real-world scenarios such as document reading, information is often presented as interleaved multimodel contexts. This requires MLLMs not only to recognize the content of individual images, but also to identify relevant textual and visual evidence, establish fine-grained alignments between them, and reason over these aligned signals in interleaved contexts based on contextual evidence. However, there is still a lack of systematic benchmarks for quantifying the fine-grained understanding ability of MLLMs in interleaved image-text contexts. To fill this gap, we propose COHERENCE, a benchmark designed to evaluate the ability of MLLMs to recover fine-grained image-text correspondences in interleaved multimodal contexts. COHERENCE covers interleaved image-text content from four representative domains and contains 6,161 high-quality questions. Moreover, we perform a six-type error analysis, enabling fine-grained attribution of failures in interleaved image-text understanding to the specific capabilities missing in current MLLMs.

preprint2023arXiv

keqing: knowledge-based question answering is a nature chain-of-thought mentor of LLM

Large language models (LLMs) have exhibited remarkable performance on various natural language processing (NLP) tasks, especially for question answering. However, in the face of problems beyond the scope of knowledge, these LLMs tend to talk nonsense with a straight face, where the potential solution could be incorporating an Information Retrieval (IR) module and generating response based on these retrieved knowledge. In this paper, we present a novel framework to assist LLMs, such as ChatGPT, to retrieve question-related structured information on the knowledge graph, and demonstrate that Knowledge-based question answering (Keqing) could be a nature Chain-of-Thought (CoT) mentor to guide the LLM to sequentially find the answer entities of a complex question through interpretable logical chains. Specifically, the workflow of Keqing will execute decomposing a complex question according to predefined templates, retrieving candidate entities on knowledge graph, reasoning answers of sub-questions, and finally generating response with reasoning paths, which greatly improves the reliability of LLM's response. The experimental results on KBQA datasets show that Keqing can achieve competitive performance and illustrate the logic of answering each question.

preprint2022arXiv

Direct measurement of vorticity using tracer particles with internal markers

Current experiment techniques for vorticity measurement suffer from limited spatial and temporal resolution to resolve the small-scale eddy dynamics in turbulence. In this study, we develop a new method for direct vorticity measurement in fluid flows based on digital inline holography (DIH). The DIH system utilizes a collimated laser beam to illuminate the tracers with internal markers and a digital sensor to record the generated holograms. The tracers made of the polydimethylsiloxane (PDMS) prepolymer mixed with internal markers are fabricated using a standard microfluidic droplet generator. A rotation measurement algorithm is developed based on the 3D location reconstruction and tracking of the internal markers and is assessed through synthetic holograms to identify the optimal parameter settings and measurement range (e.g., rotation rate from 0.3 to 0.7 rad/frame under numerical aperture of imaging of 0.25). Our proposed method based on DIH is evaluated by a calibration experiment of single tracer rotation, which yields the same optimal measurement range. Using von Kármán swirling flow setup, we further demonstrate the capability of the approach to simultaneously measure the Lagrangian rotation and translation of multiple tracers. Our method can measure vorticity in a small region on the order of 100 $μ$m or less and can be potentially used to quantify the Kolmogorov-scale vorticity field in turbulent flows.

preprint2022arXiv

Explanation of nearby SNRs for primary electron excess and proton spectral bump

Several groups have reported a possible excess of primary electrons at high energies with the joint fit of the positron fraction and total electron/positron spectra. With the latest release of high-precision electron/positron spectra measured by AMS-02, we further confirm this excess by fitting $ΔΦ$ $\rm(i.e., Φ_{e^-}-Φ_{e^+})$ data in this work. Then we investigate the contribution of a single nearby supernova remnant to the primary electron excess and find that Monogem can reasonably account for this excess. Moreover, we predict that the electron spectrum may harden again at a few TeVs due to Vela's contribution. DAMPE, which can accurately measure electrons at TeV scale, is expected to provide the robust test of this new spectral feature in the near future. Finally, we fit the proton spectrum data of DAMPE with Monogem or Loop I. We find that both the primary electron excess and the proton spectral bump could be mainly generated by Monogem.

preprint2022arXiv

GearNet: Stepwise Dual Learning for Weakly Supervised Domain Adaptation

This paper studies weakly supervised domain adaptation(WSDA) problem, where we only have access to the source domain with noisy labels, from which we need to transfer useful information to the unlabeled target domain. Although there have been a few studies on this problem, most of them only exploit unidirectional relationships from the source domain to the target domain. In this paper, we propose a universal paradigm called GearNet to exploit bilateral relationships between the two domains. Specifically, we take the two domains as different inputs to train two models alternately, and asymmetrical Kullback-Leibler loss is used for selectively matching the predictions of the two models in the same domain. This interactive learning schema enables implicit label noise canceling and exploits correlations between the source and target domains. Therefore, our GearNet has the great potential to boost the performance of a wide range of existing WSDL methods. Comprehensive experimental results show that the performance of existing methods can be significantly improved by equipping with our GearNet.

preprint2022arXiv

Learning with Multiple Complementary Labels

A complementary label (CL) simply indicates an incorrect class of an example, but learning with CLs results in multi-class classifiers that can predict the correct class. Unfortunately, the problem setting only allows a single CL for each example, which notably limits its potential since our labelers may easily identify multiple CLs (MCLs) to one example. In this paper, we propose a novel problem setting to allow MCLs for each example and two ways for learning with MCLs. In the first way, we design two wrappers that decompose MCLs into many single CLs, so that we could use any method for learning with CLs. However, the supervision information that MCLs hold is conceptually diluted after decomposition. Thus, in the second way, we derive an unbiased risk estimator; minimizing it processes each set of MCLs as a whole and possesses an estimation error bound. We further improve the second way into minimizing properly chosen upper bounds. Experiments show that the former way works well for learning with MCLs but the latter is even better.

preprint2022arXiv

Mitigating Neural Network Overconfidence with Logit Normalization

Detecting out-of-distribution inputs is critical for safe deployment of machine learning models in the real world. However, neural networks are known to suffer from the overconfidence issue, where they produce abnormally high confidence for both in- and out-of-distribution inputs. In this work, we show that this issue can be mitigated through Logit Normalization (LogitNorm) -- a simple fix to the cross-entropy loss -- by enforcing a constant vector norm on the logits in training. Our method is motivated by the analysis that the norm of the logit keeps increasing during training, leading to overconfident output. Our key idea behind LogitNorm is thus to decouple the influence of output's norm during network optimization. Trained with LogitNorm, neural networks produce highly distinguishable confidence scores between in- and out-of-distribution data. Extensive experiments demonstrate the superiority of LogitNorm, reducing the average FPR95 by up to 42.30% on common benchmarks.

preprint2022arXiv

Nebula-Relay Hypothesis: The Chirality of Biological Molecules in Molecular Clouds

The chiral puzzle of biological molecules is thought to be closely related to the origin of life and is still a mystery so far. Previously, we proposed a new model on the origin of life, Nebula-Relay hypothesis, which assumed that the life on Earth originated at the planetary system of the Sun's predecessor star and then filled in the pre-solar nebula after its death. As primitive lives existed in the pre-solar nebula for a long time, did the chiral biomolecules form during this period? We explore such a possibility in this work and find that the ultra-low temperature environment of molecular clouds is beneficial to generating the chiral polymer chain of biological molecules.

preprint2022arXiv

Open-Sampling: Exploring Out-of-Distribution data for Re-balancing Long-tailed datasets

Deep neural networks usually perform poorly when the training dataset suffers from extreme class imbalance. Recent studies found that directly training with out-of-distribution data (i.e., open-set samples) in a semi-supervised manner would harm the generalization performance. In this work, we theoretically show that out-of-distribution data can still be leveraged to augment the minority classes from a Bayesian perspective. Based on this motivation, we propose a novel method called Open-sampling, which utilizes open-set noisy labels to re-balance the class priors of the training dataset. For each open-set instance, the label is sampled from our pre-defined distribution that is complementary to the distribution of original class priors. We empirically show that Open-sampling not only re-balances the class priors but also encourages the neural network to learn separable representations. Extensive experiments demonstrate that our proposed method significantly outperforms existing data re-balancing methods and can boost the performance of existing state-of-the-art methods.

preprint2022arXiv

Pointwise Binary Classification with Pairwise Confidence Comparisons

To alleviate the data requirement for training effective binary classifiers in binary classification, many weakly supervised learning settings have been proposed. Among them, some consider using pairwise but not pointwise labels, when pointwise labels are not accessible due to privacy, confidentiality, or security reasons. However, as a pairwise label denotes whether or not two data points share a pointwise label, it cannot be easily collected if either point is equally likely to be positive or negative. Thus, in this paper, we propose a novel setting called pairwise comparison (Pcomp) classification, where we have only pairs of unlabeled data that we know one is more likely to be positive than the other. Firstly, we give a Pcomp data generation process, derive an unbiased risk estimator (URE) with theoretical guarantee, and further improve URE using correction functions. Secondly, we link Pcomp classification to noisy-label learning to develop a progressive URE and improve it by imposing consistency regularization. Finally, we demonstrate by experiments the effectiveness of our methods, which suggests Pcomp is a valuable and practically useful type of pairwise supervision besides the pairwise label.

preprint2021arXiv

Constraining $U(1)_{L_μ-L_τ}$ charged dark matter model for muon $g-2$ anomaly with AMS-02 electron and positron data

Very recently, the Fermi-Lab reported the new experimental combined results on the magnetic momentum of muon with a 4.2$σ$ discrepancy compared with the expectation of the Standard Model \cite{Fermi_Lab}. A new light gauge boson $X$ in the $L_μ-L_τ$ model provides a good explanation for the $g-2$ anomaly. A Dirac fermion dark matter with a large $L_μ-L_τ$ charge can explain both the $g-2$ anomaly and the dark matter relic density \cite{Asai_2021}. In this work, we focus on the case that the mass of the dark matter is larger than the mass of muon (i.e. $m_Ψ > m_μ$) for which the channel $ΨΨ\rightarrow μ^- μ^+$ opens. Although the cross section $(σv)_{μ^{-}μ^{+}}$ is smaller by a factor of $1/q_Ψ^2$ ($q_Ψ$ represents the $L_μ-L_τ$ charge of the dark matter) compared with the channel $ΨΨ\rightarrow XX \rightarrow νν\barν\barν$, the resulting secondary electrons and positrons could imprint on their spectra above GeV energies due to the reacceleration effect of cosmic ray propagation. We use the AMS-02 measurements of electrons and positrons to constrain the annihilation cross section of the channel $ΨΨ\rightarrow μ^{-}μ^{+}$, which rules out part of the parameter space of the large $L_μ-L_τ$ charged dark matter model to account for the muon $g-2$ anomaly.

preprint2021arXiv

Learning from Similarity-Confidence Data

Weakly supervised learning has drawn considerable attention recently to reduce the expensive time and labor consumption of labeling massive data. In this paper, we investigate a novel weakly supervised learning problem of learning from similarity-confidence (Sconf) data, where we aim to learn an effective binary classifier from only unlabeled data pairs equipped with confidence that illustrates their degree of similarity (two examples are similar if they belong to the same class). To solve this problem, we propose an unbiased estimator of the classification risk that can be calculated from only Sconf data and show that the estimation error bound achieves the optimal convergence rate. To alleviate potential overfitting when flexible models are used, we further employ a risk correction scheme on the proposed risk estimator. Experimental results demonstrate the effectiveness of the proposed methods.

preprint2020arXiv

Anomalous bremsstrahlung and the structure of cosmic ray electron-positron fluxes at the GeV-TeV energy range

We reveal that the energy spectra of electrons-positrons in primary cosmic rays measured at atmosphere top have double structures: an excess component $Φ^s_{e^+}(E)=Φ^s_{e^-}(E)$ around $400 GeV$, which origins from a strong $e^+e^-$-source and the distorted background $Φ^0_{e^-}(E)$. We supposed that the difference between AMS-CALET and Fermi-LAT-DAMPE data origins from the energy loss of the fluxes due to the anomalous bremsstrahlung effect at a special window. The evolution of spectra under anomalous bremsstrahlung effect satisfies an improved electromagnetic cascade equation. The above spectra are parameterized and they can be regarded as the subjects exploring new physics. We suggest to check the previous applications of the Bethe-Heitler formula in the study of the propagation of high energy electrons and photons.

preprint2020arXiv

Combating noisy labels by agreement: A joint training method with co-regularization

Deep Learning with noisy labels is a practically challenging problem in weakly supervised learning. The state-of-the-art approaches "Decoupling" and "Co-teaching+" claim that the "disagreement" strategy is crucial for alleviating the problem of learning with noisy labels. In this paper, we start from a different perspective and propose a robust learning paradigm called JoCoR, which aims to reduce the diversity of two networks during training. Specifically, we first use two networks to make predictions on the same mini-batch data and calculate a joint loss with Co-Regularization for each training example. Then we select small-loss examples to update the parameters of both two networks simultaneously. Trained by the joint loss, these two networks would be more and more similar due to the effect of Co-Regularization. Extensive experimental results on corrupted data from benchmark datasets including MNIST, CIFAR-10, CIFAR-100 and Clothing1M demonstrate that JoCoR is superior to many state-of-the-art approaches for learning with noisy labels.

preprint2020arXiv

Interpretation of the cosmic ray positron and electron excesses with an annihilating-decaying dark matter scenario

The precise measurements of energy spectra of cosmic ray positrons and/or electrons by recent experiments show clear excesses above 10 GeV. Moreover, a potential sharp spectral feature was suggested by the Dark Matter Particle Explorer (DAMPE) data. These results inspire quite a number of discussions on the connection with either the annihilation/decay of dark matter (DM) or the astrophysical origins. Here we discuss a DM scenario in which DM particles could annihilate and decay into standard model particle pairs simultaneously. In this model, the peak structure is due to the DM annihilation in a nearby subhalo and the broad positron/electron excesses are due to the decay of DM in the Milky Way. This model can reasonably explain the DAMPE and AMS-02 data of the total $e^+e^-$ spectra and the positron fraction, with model parameters being consistent with existing constraints. A simple realization of such a DM model is the spin-1 vector DM model.

preprint2020arXiv

Plasma dark matter and electronic recoil events in XENON1T

Dark matter might be in the form of a dark plasma in the Milky Way halo. Specifically, we consider here a hidden sector consisting of a light `dark electron' and a much heavier `dark proton', each charged under an unbroken $U(1)'$ gauge symmetry. These self-interacting dark sector particles can also interact with ordinary matter via the kinetic mixing interaction, and lead to a signal in dark matter direct detection experiments. Indeed, keV electron recoils can arise quite naturally in such models from dark electron scattering off loosely bound atomic electrons. Here we examine the recently reported XENON1T excess in the context of such a plasma dark matter model. We find that the observed excess can be explained if kinetic mixing is in the approximate range: $10^{-12} \lesssim ε\lesssim 10^{-10}$. The allowed parameter space is consistent with astrophysical and cosmological constraints and consistent also with other direct detection experiments.

preprint2020arXiv

Progressive Identification of True Labels for Partial-Label Learning

Partial-label learning (PLL) is a typical weakly supervised learning problem, where each training instance is equipped with a set of candidate labels among which only one is the true label. Most existing methods elaborately designed learning objectives as constrained optimizations that must be solved in specific manners, making their computational complexity a bottleneck for scaling up to big data. The goal of this paper is to propose a novel framework of PLL with flexibility on the model and optimization algorithm. More specifically, we propose a novel estimator of the classification risk, theoretically analyze the classifier-consistency, and establish an estimation error bound. Then we propose a progressive identification algorithm for approximately minimizing the proposed risk estimator, where the update of the model and identification of true labels are conducted in a seamless manner. The resulting algorithm is model-independent and loss-independent, and compatible with stochastic optimization. Thorough experiments demonstrate it sets the new state of the art.

preprint2020arXiv

Two-Path Phonon-Interference Resonance Induces a Stop Band in Silicon Crystal Matrix by Embedded Nanoparticles Array

In this work, we report a new stop-band formation mechanism by performing the atomistic Green's function calculation and the wave-packet molecular dynamics simulation for a system with germanium-nanoparticle array embedded in a crystalline silicon matrix. When only a single nanoparticle is embedded, the local resonance, induced through destructive interference between two different phonon wave paths, gives rise to several sharp and significant transmittance dips. On the other hand, when the number of embedded nanoparticles further increases to ten, a stop band with complete phonon reflection is formed due to the two-path resonance Bragg-like phonon interference. The wave packet simulations further uncover that the stop band originates from the collective phonon resonances at the embedded nanoparticles. Compared with the traditional stop-band formation mechanism that is the single-path Bragg reflection, the resonance mechanism has a significant advantage in not requiring the strict periodicity in the embedded nanoparticles array. We also demonstrate that the stop band can significantly suppress thermal conductance in the low-frequency regime. Our work provides a robust, scalable. and easily modulable stop-band formation mechanism. which opens a new degree of freedom for phononics-related heat control.

preprint2019arXiv

Pattern formation in a driven Bose-Einstein Condensate

Pattern formation is ubiquitous in nature from morphogenesis and cloud formation to galaxy filamentation. More often than not, patterns arise in a medium driven far from equilibrium due to the interplay of dynamical instability and nonlinear wave mixing. We report, based on momentum and real space pattern recognition, formation of density patterns with two- (D$_2$), four- (D$_4$) and six-fold (D$_6$) symmetries in Bose-Einstein condensates (BECs) with atomic interactions driven at two frequencies. The symmetry of the pattern is controlled by the ratio of the frequencies. The D$_6$ density waves, in particular, arise from a resonant wave mixing process that coherently correlates and enhances the excitations that respect the symmetry.

preprint2019arXiv

Searching for the possible signal of the photon-axionlike particle oscillation in the combined GeV and TeV spectra of supernova remnants

The conversion between photons and axionlike particles (ALPs) in the Milky Way magnetic field could result in the detectable oscillation phenomena in $γ$-ray spectra of Galactic sources. In this work, the GeV (Fermi-LAT) and TeV (MAGIC/VERITAS/H.E.S.S.) data of three bright supernova remnants (SNRs, ie. IC443, W51C and W49B) have been adopted together to search such the oscillation effect. Different from our previous analysis of the sole Fermi-LAT data of IC443, we do not find any reliable signal for the photon-ALP oscillation in the joint broadband spectrum of each SNR. The reason for the inconsistence is that in this work we use the latest revision (P8R3) of Fermi-LAT data, updated diffuse emission templates and the new version of the source catalog (4FGL), which lead to some modification of the GeV spectrum of IC443. Then we set constraints on ALP parameters based on the combined analysis of all the three sources. Though these constraints are somewhat weaker than limits from the CAST experiment and globular clusters, they are supportive of and complementary to these other results.

preprint2016arXiv

Closing in on singlet scalar dark matter: LUX, invisible Higgs decays and gamma-ray lines

We study the implications of the Higgs discovery and of recent results from dark matter searches on real singlet scalar dark matter. The phenomenology of the model is defined by only two parameters, the singlet scalar mass $m_S$ and the quartic coupling $a_2$ between the SU(2) Higgs and the singlet scalar. We concentrate on the window $5 < m_S/{\rm GeV} < 300$. The most dramatic impact on the viable parameter space of the model comes from direct dark matter searches with LUX, and, for very low masses in the few GeV range, from constraints from the invisible decay width of the Higgs. In the resonant region the best constraints come from gamma-ray line searches. We show that they leave only a small region of viable parameter space, for dark matter masses within a few percent of half the mass of the Higgs. We demonstrate that direct and indirect dark matter searches (especially the search for monochromatic gamma-ray lines) will play a key role in closing the residual parameter space in the near future.

preprint2016arXiv

Interpretations of the possible 42.7 GeV $γ$-ray line

Recently Liang et al. found a tentative line signal at about 43 GeV in the directions of sixteen nearby Galaxy Clusters. If arising from dark matter annihilation, the mass of the dark matter particles should be $m_χ\sim 43$ GeV and the annihilation cross section $\langle σv \rangle \sim 5\times10^{-28}(\overline{\rm BF}/10^{3})^{-1}~{\rm cm^3~s^{-1}}$ is needed, where $\overline{\rm BF}$ is the averaged boost factor of the annihilation signal of these Galaxy Clusters. In this work we discuss several models which could interpret these features and estimate the model parameters. Usually sizeable coupling parameter is needed. The $2σ$ upper limits on the cross section of the dark matter annihilation into various final states such as $b\bar{b}$, $μ^+μ^-$ and so on are also presented.

preprint2016arXiv

Nano-Cross-Junction Effect on Phonon Transport in Silicon-Nanowire-Cages

Wave effects of phonons can give rise to controllability of heat conduction beyond that by particle scattering at surfaces and interfaces. In this work, we propose a new class of 3D nanostructure: a silicon-nanowire-cage (SiNWC) structure consisting of silicon nanowires (SiNWs) connected by nano-cross-junctions (NCJs). We perform equilibrium molecular dynamics (MD) simulations, and find an ultralow value of thermal conductivity of SiNWC, 0.173 Wm-1K-1, which is one order lower than that of SiNWs. By further modal analysis and atomistic Green's function calculations, we identify that the large reduction is due to significant phonon localization induced by the phonon local resonance and hybridization at the junction part in a wide range of phonon modes. This localization effect does not require the cage to be periodic, unlike the phononic crystals, and can be realized in structures that are easier to synthesize, for instance in a form of randomly oriented SiNWs network.

preprint2016arXiv

Search for a gamma-ray line feature from a group of nearby Galaxy clusters with Fermi LAT Pass 8 data

Galaxy clusters are the largest gravitationally bound objects in the universe and may be suitable targets for indirect dark matter searches. With 85 months of Fermi-LAT Pass 8 publicly available data, we analyze the gamma-ray emission in the directions of 16 nearby Galaxy Clusters with an unbinned likelihood analysis. No globally statistically-significant $γ-$ray line feature is identified and a tentative line signal may be present at $\sim 43$ GeV. The 95\% confidence level upper limits on the velocity-averaged cross section of dark matter particles annihilating into double $γ-$rays (i.e., $\langle σv \rangle_{χχ\rightarrow γγ}$) are derived. Unless very optimistic boost factors of dark matter annihilation in these Galaxy Clusters have been assumed, such constraints are much weaker than the bounds set by the Galactic $γ-$ray data.

preprint2016arXiv

Search for gamma-ray emission from eight dwarf spheroidal galaxy candidates discovered in Year Two of Dark Energy Survey with Fermi-LAT data

Very recently the Dark Energy Survey (DES) Collaboration has released their second group of Dwarf spheroidal (dSph) galaxy candidates. With the publicly-available Pass 8 data of Fermi-LAT we search for $γ-$ray emissions from the directions of these eight newly discovered dSph galaxy candidates. No statistically significant $γ-$ray signal has been found in the combined analysis of these sources. With the empirically estimated J-factors of these sources, the constraint on the annihilation channel of $χχ\rightarrow τ^{+}τ^{-}$ is comparable to the bound set by the joint analysis of fifteen previously known dSphs with kinematically constrained J-factors for the dark matter mass $m_χ>250$ GeV. In the direction of Tucana III (DES J2356-5935), one of the nearest dSph galaxy candidates that is $\sim 25$ kpc away, there is a weak $γ-$ray signal and its peak test statistic (TS) value for the dark matter annihilation channel $χχ\rightarrow τ^{+}τ^{-1}$ is $\approx 6.7$ at $m_χ\sim 15$ GeV. The significance of the possible signal likely increases with time. More data is highly needed to pin down the physical origin of such a GeV excess.

preprint2016arXiv

Search for gamma-ray line features from Milky Way satellites with Fermi-LAT Pass 8 data

With 91 months of the publicly available Fermi-LAT Pass 8 data, we analyze the gamma-ray emission from the Milky Way satellites to search for potential line signals due to the annihilation of dark matter particles into double photons. The searched targets include a sample of dwarf spheroidal galaxies, the Large Magellanic Cloud (LMC) and Small Magellanic Cloud (SMC). No significant line emission has been found neither in the stacked dwarf galaxy sample nor in the direction of LMC/SMC. The corresponding upper limits on the cross section of DM annihilation into two photons are derived. Compared with results of previous gamma-ray line searches with the Pass 7 data, the current constraints on the line emission from dwarf spheroidal galaxies has been significantly improved in a wide energy range. With the rapid increase of the sample of dwarf spheroidal galaxies (candidates), we expect that the sensitivity of gamma ray line searches will be significantly improved in the near future.

preprint2016arXiv

Thermal conductivity spectrum calculation from first-principles-based harmonic phonon theory

In recent years, nanostructuring of dielectric and semiconducting crystals has enhanced controllability of their thermal conductivity. To carry out computational material search for nanostructured materials with desirable thermal conductivity, a key property is the thermal conductivity spectrum of the original single crystal, which determines the appropriate length scale of nanostructures and mutual adaptability of different kinds of nanostructures. Although the first-principles phonon transport calculations have become accessible, the anharmonic lattice dynamics calculations are still heavy to scan many materials. To this end, we have developed an empirical model that describes the thermal conductivity spectrum in terms only of harmonic phonon properties and bulk thermal conductivity. The model was tested for several crystals with different structures and thermal conductivities, and was confirmed to reproduce the overall profiles of thermal conductivity spectra and their anharmonic calculations.

preprint2016arXiv

Universal space-time scaling symmetry in the dynamics of bosons across a quantum phase transition

The dynamics of many-body systems spanning condensed matter, cosmology, and beyond is hypothesized to be universal when the systems cross continuous phase transitions. The universal dynamics is expected to satisfy a scaling symmetry of space and time with the crossing rate, inspired by the Kibble-Zurek mechanism. We test this symmetry based on Bose condensates in a shaken optical lattice. Shaking the lattice drives condensates across an effectively ferromagnetic quantum phase transition. After crossing the critical point, the condensates manifest delayed growth of spin fluctuations and develop anti-ferromagnetic spatial correlations resulting from sub-Poisson generation of topological defects. The characteristic times and lengths scale as power-laws of the crossing rate, yielding the temporal exponent 0.50(2) and the spatial exponent 0.26(2), consistent with theory. Furthermore, the fluctuations and correlations are invariant in scaled space-time coordinates, in support of the scaling symmetry of quantum critical dynamics.

preprint2015arXiv

GeV excess in the Milky Way: The Role of Diffuse Galactic gamma ray Emission template

Several groups have analyzed the publicly-available Fermi-LAT data and reported a spatially extended $γ-$ray excess of around $1-3$ GeV from the region surrounding the Galactic Center that might originate from annihilation of dark matter particles with a rest mass $m_χ\sim 30-40$ GeV. In this work we examine the role of the diffuse Galactic gamma ray emission (DGE) templates played in suppressing the GeV excess. For such a purpose, we adopt in total 128 background templates that have been generated by Ackermann et al. \cite{FermiLAT:2012aa} in the study of the {Fermi-LAT} observations of the diffuse gamma ray emission considering the effects of cosmic rays and the interstellar medium. The possible GeV excess, assumed to follow the spatial distribution of the prompt gamma-rays produced in the annihilation of dark matter particles taking a generalized NFW profile with an inner slope $α=1.2$, has been analyzed in some regions of interest. The introduction of such an additional component centered at the Galactic center is found to have improved the goodness of fit to the data significantly in all background template models regardless of whether the excess spectrum is fixed or not. Our results thus suggest that the presence of a statistically significant GeV excess in the inner Galaxy is robust thought its spectrum depends on the DGE model adopted in the analysis. The possible physical origin of the GeV excess component is discussed and in the dark matter model the annihilation cross section of such particles is evaluated.

preprint2015arXiv

Phonon transport in perovskite SrTiO3 from first principles

We investigate phonon transport in perovskite strontium titanate (SrTiO3) which is stable above its phase transition temperature (~105 K) by using first-principles molecular dynamics and anharmonic lattice dynamics. Unlike conventional ground-state-based perturbation methods that give imaginary phonon frequencies, the current calculation reproduces stable phonon dispersion relations observed in experiments. We find the contribution of optical phonons to overall lattice thermal conductivity is larger than 60%, markedly different from the usual picture with dominant contribution from acoustic phonons. The mode- and pseudopotential-dependence analysis suggests the strong attenuation of acoustic phonons transport originated from strong anharmonic coupling with the transversely-polarized ferroelectric modes.

preprint2015arXiv

The `excess' of primary cosmic ray electrons

With the accurate cosmic ray (CR) electron and positron spectra (denoted as $Φ_{\rm e^{-}}$ and $Φ_{\rm e^{+}}$, respectively) measured by AMS-02 collaboration, the difference between the electron and positron fluxes (i.e., $ΔΦ=Φ_{\rm e^{-}}-Φ_{\rm e^{+}}$), dominated by the propagated primary electrons, can be reliably inferred. In the standard model, the spectrum of propagated primary CR electrons at energies $\geq 30$ GeV softens with the increase of energy. The absence of any evidence for such a continuous spectral softening in $ΔΦ$ strongly suggests a significant `excess' of primary CR electrons and at energies of $100-400$ GeV the identified excess component has a flux comparable to that of the observed positron excess. Middle-age but `nearby' supernova remnants (e.g., Monogem and Geminga) are favored sources for such an excess.

preprint2014arXiv

Decaying Asymmetric Dark Matter Relaxes the AMS-Fermi Tension

The first result of AMS-02 confirms the positron fraction excess observed by PAMELA, but the spectrum is somewhat softer than that of PAMELA. In the dark matter (DM) interpretation it brings a tension between AMS-02 and Fermi-LAT, which reported an excess of the electron plus positron flux. In this work we point out that the asymmetric cosmic ray from asymmetric dark matter (ADM) decay relaxes the tension. It is found that in the case of two-body decay a bosonic ADM around 2.4 TeV and decaying into $μ^-τ^+$ can significantly improve the fits. Based on the $R-$parity-violating supersymmetry with operators $LLE^c$, we propose a minimal model to realize that ADM. The model introduces only a pair of singlets $(X,\bar X)$ with a tiny coupling $LH_uX$, which makes the ADM share the lepton asymmetry and decay into $μ^-τ^+$ along the operator $LLE^c$.

preprint2013arXiv

AMS-02 positron excess: new bounds on dark matter models and hint for primary electron spectrum hardening

The data collected by ATIC, CREAM and PAMELA all display remarkable cosmic-ray-nuclei spectrum hardening above the magnetic rigidity $\sim$ 240 GV. One natural speculation is that the primary electron spectrum also gets hardened (possibly at $\sim 80$ GV) and the hardening partly accounts for the electron/positron total spectrum excess discovered by ATIC, HESS and Fermi-LAT. If it is the case, the increasing behavior of the subsequent positron-to-electron ratio will get flattened and the spectrum hardening should be taken into account in the joint fit of the electron/psoitron data otherwise the inferred parameters will be biased. Our joint fits to the latest AMS-02 positron fraction data together with the PAMELA/Fermi-LAT electron/positron spectrum data suggest that the primary electron spectrum hardening is needed in most though not all modelings. The bounds on dark matter models have also been investigated. In the presence of spectrum hardening of primary electrons, the amount of dark-matter-originated electron/positron pairs needed in the modeling is smaller. Even with such a modification, the annihilation channel $χχ\rightarrow μ^{+}μ^{-}$ has been tightly constrained by the Fermi-LAT Galactic diffuse emission data. The decay channel $χ\rightarrow μ^{+}μ^{-}$ is found to be viable.

preprint2013arXiv

Constraining the distribution of dark matter in inner galaxy with indirect detection signal: The case of tentative 130 gev γ-ray line

The dark matter distribution in the very inner region of our Galaxy is still in debate. In the N-body simulations a cuspy dark matter halo density profile is favored. Several dissipative baryonic processes however are found to be able to significantly flatten dark matter distribution and a cored dark matter halo density profile is possible. The baryons dominate the gravitational potential in the inner Galaxy, hence a direct constrain on the abundance of the dark matter particles is rather challenging. Recently, a few groups have identified a tentative 130 GeV line signal in the Galactic center, which could be interpreted as the signal of the dark matter annihilation. With current 130 GeV line data and adopting the generalized Navarro-Frenk-White profile of the dark matter halo, for local dark matter density ρ_0=0.4 GeV cm^{-3} and r_s=20 kpc we obtain a 95% confidence level lower (upper) limit on the inner slope of dark matter density distribution α= 1.06 (the cross section of dark matter annihilation into gamma-rays <σv >_{χχ-> γγ}= 1.3\times 10^{-27} cm^3 s^{-1}). Such a slope is consistent with the results of some N-body simulations, and if the signal is due to dark matter, suggests that baryonic processes may be unimportant.

preprint2013arXiv

PAMELA/Fermi-LAT electron cosmic ray spectrum at $\sim$100 GeV: implication for dark matter annihilation signal in accordance with the 130 GeV $γ$-ray line

Recently, a tentative 130 GeV $γ$-ray line signal was identified by quite a few groups. If correct it would constitute a ``smoking gun'' for dark matter annihilations. Interestingly, the spectra of the cosmic ray electrons detected by PAMELA and Fermi-LAT both show tiny wiggle-like structure at $\sim 100$ GeV, which might indicate a weak signal of the annihilation of $\sim 130$ GeV dark matter particles into electrons/positrons with a velocity-weighted cross section $\langleσv\rangle_{\rm χχ\rightarrow e^{+}e^{-}} \sim 4\times10^{-26}~{\rm cm^{3}~s^{-1}}$. The prospect of identifying such a potential weak dark-matter-annihilation electron and/or positron component by AMS-02, a mission to measure the high energy cosmic ray spectra with unprecedented accuracy, is investigated.

preprint2013arXiv

Transition linewidth of cross-correlations in random intensity fluctuations in EIT

It is known that cross-correlation between the random intensity fluctuations of two lasers forming electromagnetically-induced transparency (EIT) exhibits a transition from correlation to anticorrelation. We study the linewidth behavior of this transition and have found the linewidth is below the (effective) coherence lifetime limit and is only limited by competing noises. We established a numerical model which reveals the linewidth dependence on laser linewidth and laser power. Our experiments using lasers with different linewidth showed results in qualitative agreement with the model. This result is useful for quantum optics using EIT, and may also have applications in spectroscopy and precision measurements.

preprint2012arXiv

A New Equation of State for Dark Energy Model

A new parameterization for the dark energy equation of state(EoS) is proposed and some of its cosmological consequences are also investigated. This new parameterization is the modification of Efstathiou' dark energy EoS parameterization. $w (z)$ is a well behaved function for $z\gg1$ and has same behavior in $z$ at low redshifts with Efstathiou' parameterization. In this parameterization there are two free parameter $w_0$ and $w_a$. We discuss the constraints on this model's parameters from current observational data. The best fit values of the cosmological parameters with $1σ$ confidence-level regions are: $Ω_m=0.2735^{+0.0171}_{-0.0163}$, $w_0=-1.0537^{+0.1432}_{-0.1511}$ and $w_a=0.2738^{+0.8018}_{-0.8288}$.

preprint2012arXiv

Angle Dependent Van Hove Singularities in Slightly Twisted Graphene Bilayer

Recent studies show that two low-energy Van Hove singularities (VHSs) seen as two pronounced peaks in the density of states (DOS) could be induced in twisted graphene bilayer. Here, we report angle dependent VHSs of slightly twisted graphene bilayer studied by scanning tunneling microscopy and spectroscopy. We show that energy difference of the two VHSs follows \DeltaEvhs ~ \hbarνF\DeltaK between 1.0^{\circ} and 3.0^{\circ} (here νF ~ 1.1\times106 m/s is the Fermi velocity of monolayer graphene, \DeltaK = 2Ksin(θ/2) is the shift between the corresponding Dirac points of the twisted graphene bilayer). This result indicates that the rotation angle between graphene sheets not results in significant reduction of the Fermi velocity, which quite differs from that predicted by band structure calculations. However, around a twisted angle θ~ 1.3^{\circ}, the observed \DeltaEvhs ~ 0.11 eV is much less than the expected value \hbarνF\DeltaK ~ 0.28 eV at 1.3^{\circ}. The origin of the reduction of \DeltaEvhs at 1.3^{\circ} is discussed.

preprint2012arXiv

Controlling the Interlayer Coupling of Twisted Bilayer Graphene

The interlayer coupling of twisted bilayer graphene could markedly affect its electronic band structure. A current challenge required to overcome in experiment is how to precisely control the coupling and therefore tune the electronic properties of the bilayer graphene. Here, we describe a facile method to modulate the local interlayer coupling by adsorption of single molecule magnets onto the twisted bilayer graphene and report the characterization of its electronic band structure using scanning tunneling microscopy and spectroscopy. The low-energy Van Hove singularities (VHSs) and superlattice Dirac cones, induced by the interlayer coupling and graphene-on-graphene moiré respectively, are observed in the tunneling spectra. Our experiment demonstrates that the energy difference of the two VHSs, which reflects the magnitude of interlayer coupling, can be tuned by the local coverage density of adsorption.

preprint2012arXiv

Flat Bands near Fermi Level of Topological Line Defects on Graphite

Flat bands play an important role in the study of strongly correlated phenomena, such as ferromagnetism, superconductivity, and fractional quantum Hall effect. Here we report direct experimental evidence for the presence of flat bands, close to the Fermi level, in one-dimensional topological defects on graphite seen as a pronounced peak in the tunnelling density of states. Our ab initio calculations indicate that the flat bands with vanishing Fermi velocity originate from sp2 dangling bonds (with antibonding nature) of undercoordinated carbon atoms at the edges of the defects. We further demonstrate that the presence of flat bands could be a universal behavior of 1D defects of graphene/graphite with undercoordinated carbon atoms at the edges of the defects.

preprint2012arXiv

Search for dark matter signals with Fermi-LAT observation of globular clusters NGC 6388 and M 15

The globular clusters are probably good targets for dark matter (DM) searches in $γ$-rays due to the possible adiabatic contraction of DM by baryons. In this work we analyse the three-year data collected by {\it Fermi} Large Area Telescope of globular clusters NGC 6388 and M 15 to search for possible DM signals. For NGC 6388 the detection of $γ$-ray emission was reported by {\it Fermi} collaboration, which is consistent with the emission of a population of millisecond pulsars. The spectral shape of NGC 6388 is also shown to be consistent with a DM contribution if assuming the annihilation final state is $b\bar{b}$. No significant $γ$-ray emission from M 15 is observed. We give the upper limits of DM contribution to $γ$-ray emission in both NGC 6388 and M 15, for annihilation final states $b\bar{b}$, $W^+W^-$, $μ^+μ^-$, $τ^+τ^-$ and monochromatic line. The constraints are stronger than that derived from observation of dwarf galaxies by {\it Fermi}.

preprint2012arXiv

Single-layer behavior and slow carrier density dynamic of twisted graphene bilayer

We report scanning tunneling microscopy (STM) and spectroscopy (STS) of twisted graphene bilayer on SiC substrate. For twist angle ~ 4.5o the Dirac point ED is located about 0.40 eV below the Fermi level EF due to the electron doping at the graphene/SiC interface. We observed an unexpected result that the local Dirac point around a nanoscaled defect shifts towards the Fermi energy during the STS measurements (with a time scale about 100 seconds). This behavior was attributed to the decoupling between the twisted graphene and the substrate during the measurements, which lowers the carrier density of graphene simultaneously.

preprint2012arXiv

Statistical interpretation of the spatial distribution of current 130 GeV gamma-ray line signal within the dark matter annihilation scenario

Recently, several groups identified a tentative $γ$-ray line signal with energy $\sim 130$ GeV in the central Galaxy from the Fermi-LAT data. %The morphology study shows that the signal is consistent with dark matter %annihilation, but with an offset $\sim 220$ pc ($1.5^{\circ}$) of the %center from the Galactic center Sgr A$^{\star}$, Such a $γ-$ray line can be interpreted as the signal of dark matter annihilation. However, the offset $\sim 220$ pc ($1.5^{\circ}$) of the center of the most prominent signal region from the Galactic center Sgr A$^{\star}$ has been thought to challenge the dark matter annihilation interpretation. Considering the fact that such a 130 GeV $γ$-ray line signal consists of only $\sim14$ photons, we suggest that the "imperfect" consistency of these photons with the expected dark matter distribution is due to the limited statistics. The offset will be smaller as more signal photons have been collected in the near future. Our Monte Carlo simulation supports the above speculation.

preprint2011arXiv

Constraints on ultracompact minihalos from extragalactic γ-ray background

It has been proposed that ultracompact minihalos (UCMHs) might be formed in earlier epoch. If dark matter consists of Weakly Interacting Massive Particles (WIMPs), UCMHs can be treated as the γ-ray sources due to dark matter annihilation within them. In this paper, we investigate the contributions of UCMHs formed during three phase transi- tions (i.e., electroweak symmetry breaking, QCD confinement and e+ e- annihilation) to the extragalactic γ-ray background. Moreover, we use the Fermi-LAT observation data of the extragalactic γ-ray background to get the constraints on the current abundance of UCMHs produced during these phase transitions. We also compare these results with those obtained from Cosmic Microwave Background (CMB) observations and find that the constraints from the Fermi-LAT are more stringent than those from CMB

preprint2009arXiv

Electromagnetic interaction between a metallic nanoparticle and surface in tunnelling proximity modelling and experiment

We simulate the localized surface plasmon resonances of an Au nanoparticle within tunneling proximity of a Au substrate and demonstrate that the modes may be identified with those responsible for light emission from a scanning tunneling microscope. Relative to the modes of an isolated nanoparticle these modes show significant red-shifting, extending further into the infrared with increasing radius, primarily due to a proximity-induced lowering of the effective bulk plasmon frequency. Spatial mapping of the field enhancement factor shows an oscillatory variation of the field, absent in the case of a dielectric substrate; also the degree of localization of the modes, and thus the resolution achievable electromagnetically, is shown to depend primarily on the nanoparticle radius with only a weak dependence on wavelength.