Catalog footprint

What is connected

95works
44topics
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

95 published item(s)

preprint2026arXiv

SARU: A Shadow-Aware and Removal Unified Framework for Remote Sensing Images with New Benchmarks

Shadows are a prevalent problem in remote sensing imagery (RSI), degrading visual quality and severely limiting the performance of downstream tasks like object detection and semantic segmentation. Most prior works treat shadow detection and removal as separate, cascaded tasks, which can lead to cumbersome process and error accumulation. Furthermore, many deep learning methods rely on paired shadow and non-shadow images for training, which are often unavailable in practice. To address these challenges, we propose Shadow-Aware and Removal Unified (SARU) Framework , a cohesive two-stage framework. First, its dual-branch detection module (DBCSF-Net) fuses multi-color space and semantic features to generate high-fidelity shadow masks, effectively distinguishing shadows from dark objects. Then, leveraging these masks, a novel, training-free physical algorithm (N$^2$SGSR) restores illumination by transferring properties from adjacent non-shadow regions within the single input image. To facilitate rigorous evaluation and foster future work, we also introduce two new benchmark datasets: the RSI Shadow Detection (RSISD) dataset and the Single-image Shadow Removal Benchmark (SiSRB). Extensive experiments on the AISD and RSISD datasets demonstrate that SARU achieves SOTA shadow detection performance. For shadow removal, our training-free N$^2$SGSR algorithm attains an average processing speed of approximately $1.3$s, which is over $10$ times faster than the SOTA MAOSD while maintains an SRI value close to 0.9 on both the AISD and SiSRB datasets, a level comparable to the advanced RS-GSSR method. By holistically integrating shadow detection and removal to mitigate error propagation and eliminating the dependency on paired training data, SARU establishes a robust, practical framework for real-world RSI analysis. The code and datasets are publicly available at: https://github.com/AeroVILab-AHU/SARU

preprint2022arXiv

A New Fault-Tolerant Synchronization Scheme with Anonymous Pulses

Robust pulse synchronization is fundamental in constructing reliable synchronous applications in wired and wireless distributed systems. In wired systems, self-stabilizing Byzantine pulse synchronization aims for synchronizing fault-prone distributed components with arbitrary initial states in bounded-delay message-passing systems. In wireless systems, fault-tolerant synchronization of pulse-coupled oscillators is also built for a similar goal but often works under specific system restrictions, such as low computation power, low message complexity, and anonymous physical pulses whose senders cannot be identified by the receivers. These restrictions often prevent us from constructing high-reliable wireless synchronous applications. This paper tries to break barriers between bounded-delay message-passing systems and classical pulse-coupled oscillators by introducing a new fault-tolerant synchronization scheme for the so-called anonymous bounded-delay pulsing systems in the presence of indeterministic communication delays and inconsistent faults. For low computation power and low message complexity, instead of involving in consensus-based primitives, the proposed synchronization scheme integrates the so-called discrete mean-fields, planar random walks, and some additional easy operations in utilizing only sparsely generated anonymous pulses. For fault-tolerance, we show that a square-root number of faulty oscillators can be tolerated by utilizing planar random walks in anonymous pulse synchronization. For self-stabilization, we show that the stabilization can be reached in an expected constant number of observing windows in anonymous bounded-delay pulsing systems with the pulsing-frequency restriction.

preprint2022arXiv

A No-Reference Deep Learning Quality Assessment Method for Super-resolution Images Based on Frequency Maps

To support the application scenarios where high-resolution (HR) images are urgently needed, various single image super-resolution (SISR) algorithms are developed. However, SISR is an ill-posed inverse problem, which may bring artifacts like texture shift, blur, etc. to the reconstructed images, thus it is necessary to evaluate the quality of super-resolution images (SRIs). Note that most existing image quality assessment (IQA) methods were developed for synthetically distorted images, which may not work for SRIs since their distortions are more diverse and complicated. Therefore, in this paper, we propose a no-reference deep-learning image quality assessment method based on frequency maps because the artifacts caused by SISR algorithms are quite sensitive to frequency information. Specifically, we first obtain the high-frequency map (HM) and low-frequency map (LM) of SRI by using Sobel operator and piecewise smooth image approximation. Then, a two-stream network is employed to extract the quality-aware features of both frequency maps. Finally, the features are regressed into a single quality value using fully connected layers. The experimental results show that our method outperforms all compared IQA models on the selected three super-resolution quality assessment (SRQA) databases.

preprint2022arXiv

ADT-SSL: Adaptive Dual-Threshold for Semi-Supervised Learning

Semi-Supervised Learning (SSL) has advanced classification tasks by inputting both labeled and unlabeled data to train a model jointly. However, existing SSL methods only consider the unlabeled data whose predictions are beyond a fixed threshold (e.g., 0.95), ignoring the valuable information from those less than 0.95. We argue that these discarded data have a large proportion and are usually of hard samples, thereby benefiting the model training. This paper proposes an Adaptive Dual-Threshold method for Semi-Supervised Learning (ADT-SSL). Except for the fixed threshold, ADT extracts another class-adaptive threshold from the labeled data to take full advantage of the unlabeled data whose predictions are less than 0.95 but more than the extracted one. Accordingly, we engage CE and $L_2$ loss functions to learn from these two types of unlabeled data, respectively. For highly similar unlabeled data, we further design a novel similar loss to make the prediction of the model consistency. Extensive experiments are conducted on benchmark datasets, including CIFAR-10, CIFAR-100, and SVHN. Experimental results show that the proposed ADT-SSL achieves state-of-the-art classification accuracy.

preprint2022arXiv

Blind Surveillance Image Quality Assessment via Deep Neural Network Combined with the Visual Saliency

The intelligent video surveillance system (IVSS) can automatically analyze the content of the surveillance image (SI) and reduce the burden of the manual labour. However, the SIs may suffer quality degradations in the procedure of acquisition, compression, and transmission, which makes IVSS hard to understand the content of SIs. In this paper, we first conduct an example experiment (i.e. the face detection task) to demonstrate that the quality of the SIs has a crucial impact on the performance of the IVSS, and then propose a saliency-based deep neural network for the blind quality assessment of the SIs, which helps IVSS to filter the low-quality SIs and improve the detection and recognition performance. Specifically, we first compute the saliency map of the SI to select the most salient local region since the salient regions usually contain rich semantic information for machine vision and thus have a great impact on the overall quality of the SIs. Next, the convolutional neural network (CNN) is adopted to extract quality-aware features for the whole image and local region, which are then mapped into the global and local quality scores through the fully connected (FC) network respectively. Finally, the overall quality score is computed as the weighted sum of the global and local quality scores. Experimental results on the SI quality database (SIQD) show that the proposed method outperforms all compared state-of-the-art BIQA methods.

preprint2022arXiv

DAMO-NLP at SemEval-2022 Task 11: A Knowledge-based System for Multilingual Named Entity Recognition

The MultiCoNER shared task aims at detecting semantically ambiguous and complex named entities in short and low-context settings for multiple languages. The lack of contexts makes the recognition of ambiguous named entities challenging. To alleviate this issue, our team DAMO-NLP proposes a knowledge-based system, where we build a multilingual knowledge base based on Wikipedia to provide related context information to the named entity recognition (NER) model. Given an input sentence, our system effectively retrieves related contexts from the knowledge base. The original input sentences are then augmented with such context information, allowing significantly better contextualized token representations to be captured. Our system wins 10 out of 13 tracks in the MultiCoNER shared task.

preprint2022arXiv

Deep Neural Network for Blind Visual Quality Assessment of 4K Content

The 4K content can deliver a more immersive visual experience to consumers due to the huge improvement of spatial resolution. However, existing blind image quality assessment (BIQA) methods are not suitable for the original and upscaled 4K contents due to the expanded resolution and specific distortions. In this paper, we propose a deep learning-based BIQA model for 4K content, which on one hand can recognize true and pseudo 4K content and on the other hand can evaluate their perceptual visual quality. Considering the characteristic that high spatial resolution can represent more abundant high-frequency information, we first propose a Grey-level Co-occurrence Matrix (GLCM) based texture complexity measure to select three representative image patches from a 4K image, which can reduce the computational complexity and is proven to be very effective for the overall quality prediction through experiments. Then we extract different kinds of visual features from the intermediate layers of the convolutional neural network (CNN) and integrate them into the quality-aware feature representation. Finally, two multilayer perception (MLP) networks are utilized to map the quality-aware features into the class probability and the quality score for each patch respectively. The overall quality index is obtained through the average pooling of patch results. The proposed model is trained through the multi-task learning manner and we introduce an uncertainty principle to balance the losses of the classification and regression tasks. The experimental results show that the proposed model outperforms all compared BIQA metrics on four 4K content quality assessment databases.

preprint2022arXiv

Efficient Generation of Tunable Magnetic and Optical Vortices Using Plasmas

Plasma is an attractive medium for generating strong microscopic magnetic structures and tunable electromagnetic radiation with predictable topologies due to its extraordinary ability to sustain and manipulate high currents and strong fields. Here, using theory and simulations, we show efficient generation of multi-megagauss magnetic and tunable optical vortices when a sharp relativistic ionization front (IF) passes through a relatively long-wavelength Laguerre-Gaussian (LG) laser pulse with orbital angular momentum (OAM). The optical vortex is frequency upshifted within a wide spectral range simply by changing the plasma density and compressed in duration. The topological charges of both vortices can be manipulated by controlling the OAM mode of the incident LG laser and/or by controlling the topology and density of the IF. For relatively high (low) plasma densities, most energy of the incident LG laser pulse is converted to the magnetic (optical) vortex.

preprint2022arXiv

Electron Weibel instability induced magnetic fields in optical-field ionized plasmas

Generation and amplification of magnetic fields in plasmas is a long-standing topic that is of great interest to both plasma and space physics. The electron Weibel instability is a well-known mechanism responsible for self-generating magnetic fields in plasmas with temperature anisotropy and has been extensively investigated in both theory and simulations, yet experimental verification of this instability has been challenging. Recently, we demonstrated a new experimental platform that enables the controlled initialization of highly nonthermal and/or anisotropic plasma electron velocity distributions via optical-field ionization. Using an external electron probe bunch from a linear accelerator, the onset, saturation and decay of the self-generated magnetic fields due to electron Weibel instability were measured for the first time to our knowledge. In this paper, we will first present experimental results on time-resolved measurements of the Weibel magnetic fields in non-relativistic plasmas produced by Ti:Sapphire laser pulses (0.8 $μm$) and then discuss the feasibility of extending the study to quasi-relativistic regime by using intense $\rm CO_2$ (e.g., 9.2 $μm$) lasers to produce much hotter plasmas.

preprint2022arXiv

Expected Constant Time Self-stabilizing Byzantine Pulse Resynchronization

In extending fast digital clock synchronization to the bounded-delay model, the expected constant time Byzantine pulse resynchronization problem is investigated. In this problem, the synchronized state of the system should not only be deterministically maintained but be reached from arbitrary states with expected constant time in the presence of Byzantine faults. An intuitive geometric representation of the problem is introduced, with which the classical approximate agreement, randomized Byzantine agreement, and random walk are integrated with some geometric operations. Efficient realizations are also provided for practical uses. Compared with the state-of-the-art solutions, the assumed common pulses need not be regularly generated, the message complexity can be lowered as approximate agreement, and the expected stabilization time is optimal. With this, the provided solution can efficiently convert irregularly generated common pulses to self-stabilizing Byzantine pulse synchronization.

preprint2022arXiv

Implicit N-grams Induced by Recurrence

Although self-attention based models such as Transformers have achieved remarkable successes on natural language processing (NLP) tasks, recent studies reveal that they have limitations on modeling sequential transformations (Hahn, 2020), which may prompt re-examinations of recurrent neural networks (RNNs) that demonstrated impressive results on handling sequential data. Despite many prior attempts to interpret RNNs, their internal mechanisms have not been fully understood, and the question on how exactly they capture sequential features remains largely unclear. In this work, we present a study that shows there actually exist some explainable components that reside within the hidden states, which are reminiscent of the classical n-grams features. We evaluated such extracted explainable features from trained RNNs on downstream sentiment analysis tasks and found they could be used to model interesting linguistic phenomena such as negation and intensification. Furthermore, we examined the efficacy of using such n-gram components alone as encoders on tasks such as sentiment analysis and language modeling, revealing they could be playing important roles in contributing to the overall performance of RNNs. We hope our findings could add interpretability to RNN architectures, and also provide inspirations for proposing new architectures for sequential data.

preprint2022arXiv

Injection induced by coaxial laser interference in laser wakefield accelerators

A new injection scheme using the interference of two coaxial laser pulses is proposed for generating high quality beams in laser wakefield accelerators. In this scheme, a relatively loosely focused laser pulse drives the plasma wakefield, and a tightly focused laser pulse with similar intensity triggers interference ring pattern which creates onion-like multi sheaths in the plasma wakefield. Due to the wavefront curvature change after the focal position of the tightly focused laser, the innermost sheath of the wakefield expands, which slows down the effective phase velocity of the wakefield and triggers injection of plasma electrons. Particle-in-cell simulations show that high quality electron beams with low energy spread (a few per mill), high charge (hundred picocoulomb) and small emittance (sub millimeter milliradian) at the same time can be generated using moderate laser parameters for properly chosen phase differences between the two lasers.

preprint2022arXiv

Intro-Stabilizing Byzantine Clock Synchronization in Heterogeneous IoT Networks

For reaching dependable high-precision clock synchronization (CS) upon IoT networks, the distributed CS paradigm adopted in ultra-high reliable systems and the master-slave CS paradigm adopted in high-performance but unreliable systems are integrated. Meanwhile, traditional internal clock synchronization is also integrated with external time references to achieve efficient stabilization. Low network connectivity, low complexity, high precision, and high reliability are all considered. To tolerate permanent failures, the Byzantine CS is integrated with the common CS protocols. To tolerate transient failures, the self-stabilizing Byzantine CS is also extended upon open-world IoT networks. With these, the proposed intro-stabilizing Byzantine CS solution can establish and maintain synchronization with arbitrary initial states in the presence of permanent Byzantine faults. With the formal analysis and numerical simulations, it is shown that the best of the CS solutions provided for the ultra-high reliable systems and the high-performance unreliable systems can be well integrated upon IoT networks to derive dependable high-precision CS even across the traditional closed safety-boundary.

preprint2022arXiv

LAGOS-AND: A Large Gold Standard Dataset for Scholarly Author Name Disambiguation

In this paper, we present a method to automatically build large labeled datasets for the author ambiguity problem in the academic world by leveraging the authoritative academic resources, ORCID and DOI. Using the method, we built LAGOS-AND, two large, gold-standard datasets for author name disambiguation (AND), of which LAGOS-AND-BLOCK is created for clustering-based AND research and LAGOS-AND-PAIRWISE is created for classification-based AND research. Our LAGOS-AND datasets are substantially different from the existing ones. The initial versions of the datasets (v1.0, released in February 2021) include 7.5M citations authored by 798K unique authors (LAGOS-AND-BLOCK) and close to 1M instances (LAGOS-AND-PAIRWISE). And both datasets show close similarities to the whole Microsoft Academic Graph (MAG) across validations of six facets. In building the datasets, we reveal the variation degrees of last names in three literature databases, PubMed, MAG, and Semantic Scholar, by comparing author names hosted to the authors' official last names shown on the ORCID pages. Furthermore, we evaluate several baseline disambiguation methods as well as the MAG's author IDs system on our datasets, and the evaluation helps identify several interesting findings. We hope the datasets and findings will bring new insights for future studies. The code and datasets are publicly available.

preprint2022arXiv

Learning to Reason Deductively: Math Word Problem Solving as Complex Relation Extraction

Solving math word problems requires deductive reasoning over the quantities in the text. Various recent research efforts mostly relied on sequence-to-sequence or sequence-to-tree models to generate mathematical expressions without explicitly performing relational reasoning between quantities in the given context. While empirically effective, such approaches typically do not provide explanations for the generated expressions. In this work, we view the task as a complex relation extraction problem, proposing a novel approach that presents explainable deductive reasoning steps to iteratively construct target expressions, where each step involves a primitive operation over two quantities defining their relation. Through extensive experiments on four benchmark datasets, we show that the proposed model significantly outperforms existing strong baselines. We further demonstrate that the deductive procedure not only presents more explainable steps but also enables us to make more accurate predictions on questions that require more complex reasoning.

preprint2022arXiv

Modeling Needs for High Power Target

The next generation of high power targets will use more complex geometries, novel materials, and new concepts (like flowing granular materials); however, the current numerical approaches will not be sufficient to converge towards a reliable target design that satisfies the physical requirements. We will discuss what can be improved in the next 10 years in target modeling to support high power (MW class) targets.

preprint2022arXiv

No-Reference Quality Assessment for 3D Colored Point Cloud and Mesh Models

To improve the viewer's Quality of Experience (QoE) and optimize computer graphics applications, 3D model quality assessment (3D-QA) has become an important task in the multimedia area. Point cloud and mesh are the two most widely used digital representation formats of 3D models, the visual quality of which is quite sensitive to lossy operations like simplification and compression. Therefore, many related studies such as point cloud quality assessment (PCQA) and mesh quality assessment (MQA) have been carried out to measure the visual quality degradations of 3D models. However, a large part of previous studies utilize full-reference (FR) metrics, which indicates they can not predict the quality level with the absence of the reference 3D model. Furthermore, few 3D-QA metrics consider color information, which significantly restricts their effectiveness and scope of application. In this paper, we propose a no-reference (NR) quality assessment metric for colored 3D models represented by both point cloud and mesh. First, we project the 3D models from 3D space into quality-related geometry and color feature domains. Then, the 3D natural scene statistics (3D-NSS) and entropy are utilized to extract quality-aware features. Finally, machine learning is employed to regress the quality-aware features into visual quality scores. Our method is validated on the colored point cloud quality assessment database (SJTU-PCQA), the Waterloo point cloud assessment database (WPC), and the colored mesh quality assessment database (CMDM). The experimental results show that the proposed method outperforms most compared NR 3D-QA metrics with competitive computational resources and greatly reduces the performance gap with the state-of-the-art FR 3D-QA metrics. The code of the proposed model is publicly available now to facilitate further research.

preprint2022arXiv

Reaching Efficient Byzantine Agreements in Bipartite Networks

For reaching efficient deterministic synchronous Byzantine agreement upon partially connected networks, the traditional broadcast primitive is extended and integrated with a general framework. With this, the Byzantine agreement is extended to fully connected bipartite networks and some bipartite bounded-degree networks. The complexity of the Byzantine agreement is lowered and optimized with the so-called Byzantine-levers under a general system structure. Some bipartite simulation of the butterfly networks and some finer properties of bipartite bounded-degree networks are also provided for building efficient incomplete Byzantine agreement under the same system structure. It shows that efficient real-world Byzantine agreement systems can be built with the provided algorithms with sufficiently high system assumption coverage. Meanwhile, the proposed bipartite solutions can improve the dependability of the systems in some open, heterogeneous, and even antagonistic environments.

preprint2022arXiv

Self-Directed Online Machine Learning for Topology Optimization

Topology optimization by optimally distributing materials in a given domain requires non-gradient optimizers to solve highly complicated problems. However, with hundreds of design variables or more involved, solving such problems would require millions of Finite Element Method (FEM) calculations whose computational cost is huge and impractical. Here we report Self-directed Online Learning Optimization (SOLO) which integrates Deep Neural Network (DNN) with FEM calculations. A DNN learns and substitutes the objective as a function of design variables. A small number of training data is generated dynamically based on the DNN's prediction of the optimum. The DNN adapts to the new training data and gives better prediction in the region of interest until convergence. The optimum predicted by the DNN is proved to converge to the true global optimum through iterations. Our algorithm was tested by four types of problems including compliance minimization, fluid-structure optimization, heat transfer enhancement and truss optimization. It reduced the computational time by 2 ~ 5 orders of magnitude compared with directly using heuristic methods, and outperformed all state-of-the-art algorithms tested in our experiments. This approach enables solving large multi-dimensional optimization problems.

preprint2022arXiv

Subjective Quality Assessment for Images Generated by Computer Graphics

With the development of rendering techniques, computer graphics generated images (CGIs) have been widely used in practical application scenarios such as architecture design, video games, simulators, movies, etc. Different from natural scene images (NSIs), the distortions of CGIs are usually caused by poor rending settings and limited computation resources. What's more, some CGIs may also suffer from compression distortions in transmission systems like cloud gaming and stream media. However, limited work has been put forward to tackle the problem of computer graphics generated images' quality assessment (CG-IQA). Therefore, in this paper, we establish a large-scale subjective CG-IQA database to deal with the challenge of CG-IQA tasks. We collect 25,454 in-the-wild CGIs through previous databases and personal collection. After data cleaning, we carefully select 1,200 CGIs to conduct the subjective experiment. Several popular no-reference image quality assessment (NR-IQA) methods are tested on our database. The experimental results show that the handcrafted-based methods achieve low correlation with subjective judgment and deep learning based methods obtain relatively better performance, which demonstrates that the current NR-IQA models are not suitable for CG-IQA tasks and more effective models are urgently needed.

preprint2022arXiv

The Optimal Beam-loading in Two-bunch Nonlinear Plasma Wakefield Accelerators

Due to the highly nonlinear nature of the beam-loading, it is at present not possible to analytically determine the beam parameters needed in a two-bunch plasma wakefield accelerator for maintaining a low energy spread. Therefore in this paper, by using the Broyden-Fletcher-Goldfarb-Shanno algorithm for the parameter scanning with the code QuickPIC and the polynomial regression together with k-fold cross-validation method, we obtain two fitting formulas for calculating the parameters of tri-Gaussian electron beams when minimizing the energy spread based on the beam-loading effect in a nonlinear plasma wakefield accelerator. One formula allows the optimization of the normalized charge per unit length of a trailing beam to achieve the minimal energy spread, i.e. the optimal beam-loading. The other one directly gives the transformer ratio when the trailing beam achieves the optimal beam-loading. A simple scaling law for charges of drive beams and trailing beams is obtained from the fitting formula, which indicates that the optimal beam-loading is always achieved for a given charge ratio of the two beams when the length and separation of two beams and the plasma density are fixed. The formulas can also help obtain the optimal plasma densities for the maximum accelerated charge and the maximum acceleration efficiency under the optimal beam-loading respectively. These two fitting formulas will significantly enhance the efficiency for designing and optimizing a two-bunch plasma wakefield acceleration stage.

preprint2022arXiv

Ultra-Bright Electron Bunch Injection in a Plasma Wakefield Driven by a Superluminal Flying Focus Electron Beam

We propose a new method for self-injection of high-quality electron bunches in the plasma wakefield structure in the blowout regime utilizing a "flying focus" produced by a drive beam with an energy chirp. In a flying focus the speed of the density centroid of the drive bunch can be superluminal or subluminal by utilizing the chromatic dependence of the focusing optics. We first derive the focal velocity and the characteristic length of the focal spot in terms of the focal length and an energy chirp. We then demonstrate using multidimensional particle-in-cell simulations that a wake driven by a superluminally propagating flying focus of an electron beam can generate GeV-level electron bunches with ultralow normalized slice emittance ($\sim$30 nm rad), high current ($\sim$ 17 kA), low slice energy-spread ($\sim$0.1%) and therefore high normalized brightness ($>10^{19}$ A/rad$^2$/m$^2$) in a plasma of density $\sim10^{19}$ cm$^{-3}$. The injection process is highly controllable and tunable by changing the focal velocity and shaping the drive beam current. Near-term experiments at FACET II where the capabilities to generate tens of kA, <10 fs drivers are planned, could potentially produce beams with brightness near $10^{20}$ A/rad$^2$/m$^2$.

preprint2022arXiv

Ultrafast photothermoelectric effect in Dirac semimetallic Cd3As2 revealed by terahertz emission

The thermoelectric effects of topological semimetals have attracted tremendous research interest because many topological semimetals are excellent thermoelectric materials and thermoelectricity serves as one of their most important potential applications. In this work, we reveal the transient photothermoelectric response of Dirac semimetallic Cd3As2, namely the photo-Seebeck effect and photo-Nernst effect, by studying the terahertz (THz) emission from the transient photocurrent induced by these effects. Our excitation polarization and power dependence confirm that the observed THz emission is due to photothermoelectric effect instead of other nonlinear optical effect. Furthermore, when a weak magnetic field (~0.4 T) is applied, the response clearly indicates an order of magnitude enhancement on transient photothermoelectric current generation compared to the photo-Seebeck effect. Such enhancement supports an ambipolar transport nature of the photo-Nernst current generation in Cd3As2. These results highlight the enhancement of thermoelectric performance can be achieved in topological Dirac semimetals based on the Nernst effect, and our transient studies pave the way for thermoelectric devices applicable for high field circumstance when nonequilibrium state matters. The large THz emission due to highly efficient photothermoelectric conversion is comparable to conventional semiconductors through optical rectification and photo-Dember effect.

preprint2021arXiv

On 2-digit and 3-digit Kaprekar's Routine

Kaprekar's Routine is an iteration process that, with each iteration, sorts the digits of a number in descending and ascending orders and uses their difference for the next iteration. In this paper, we successfully address the structure of the fixed periodic sets and the maximum step of iteration to enter a fixed set in the three-digit case and two-digit case, with a focus on the latter. With three-digit, there exists a unique fixed set of the cardinality of 1 or 2, depending on the parity of m, and the maximum step is determined by m. With two-digit, we offer some powerful properties of the fixed sets and a mechanical method to calculate the fixed sets. We also prove that the number of 2-factors in m+1 determines the maximum step (but has completely no influence on the structure of the fixed sets). This continues Atsushi Yamagami's previous studies in 2018 (published in Journal of Number Theory) and completes it with a general solution.

preprint2021arXiv

Position-Aware Tagging for Aspect Sentiment Triplet Extraction

Aspect Sentiment Triplet Extraction (ASTE) is the task of extracting the triplets of target entities, their associated sentiment, and opinion spans explaining the reason for the sentiment. Existing research efforts mostly solve this problem using pipeline approaches, which break the triplet extraction process into several stages. Our observation is that the three elements within a triplet are highly related to each other, and this motivates us to build a joint model to extract such triplets using a sequence tagging approach. However, how to effectively design a tagging approach to extract the triplets that can capture the rich interactions among the elements is a challenging research question. In this work, we propose the first end-to-end model with a novel position-aware tagging scheme that is capable of jointly extracting the triplets. Our experimental results on several existing datasets show that jointly capturing elements in the triplet using our approach leads to improved performance over the existing approaches. We also conducted extensive experiments to investigate the model effectiveness and robustness.

preprint2021arXiv

Simulation of an imaging system for internal contamination of lungs using MPA-MURA coded aperture collimator

The nuclides inhaled during nuclear accidents usually cause internal contamination of the lungs with low activity. Although a parallel-hole imaging system, which is widely used in medical gamma cameras, has a high resolution and good image quality, owing to its extremely low detection efficiency, it remains difficult to obtain images of inhaled lung contamination. In this study, the Monte Carlo method was used to study the internal lung contamination imaging using the MPA-MURA coded-aperture collimator. The imaging system consisted of an adult male lung model, with a mosaicked, pattern-centered, and anti-symmetric MURA coded-aperture collimator model and a CsI(Tl) detector model. The MLEM decoding algorithm was used to reconstruct the internal contamination image, and the complementary imaging method was used to reduce the number of artifacts. The full width at half maximum of the I-131 point source image reconstructed by the mosaicked, pattern-centered, and anti-symmetric Modified uniformly redundant array (MPA-MURA) coded-aperture imaging reached 2.51 mm, and the signal-to-noise ratio of the simplified respiratory tract source (I-131) image reconstructed through MPA-MURA coded-aperture imaging was 3.98 dB. Although the spatial resolution of MPA-MURA coded aperture imaging is not as good as that of parallel-hole imaging, the detection efficiency of PMA-MURA coded-aperture imaging is two orders of magnitude higher than that of parallel hole collimator imaging. Considering the low activity level of internal lung contamination caused by nuclear accidents, PMA-MURA coded-aperture imaging has significant potential for the development of lung contamination imaging.

preprint2020arXiv

Adversarial Deep Network Embedding for Cross-network Node Classification

In this paper, the task of cross-network node classification, which leverages the abundant labeled nodes from a source network to help classify unlabeled nodes in a target network, is studied. The existing domain adaptation algorithms generally fail to model the network structural information, and the current network embedding models mainly focus on single-network applications. Thus, both of them cannot be directly applied to solve the cross-network node classification problem. This motivates us to propose an adversarial cross-network deep network embedding (ACDNE) model to integrate adversarial domain adaptation with deep network embedding so as to learn network-invariant node representations that can also well preserve the network structural information. In ACDNE, the deep network embedding module utilizes two feature extractors to jointly preserve attributed affinity and topological proximities between nodes. In addition, a node classifier is incorporated to make node representations label-discriminative. Moreover, an adversarial domain adaptation technique is employed to make node representations network-invariant. Extensive experimental results demonstrate that the proposed ACDNE model achieves the state-of-the-art performance in cross-network node classification.

preprint2020arXiv

Attention Guided Graph Convolutional Networks for Relation Extraction

Dependency trees convey rich structural information that is proven useful for extracting relations among entities in text. However, how to effectively make use of relevant information while ignoring irrelevant information from the dependency trees remains a challenging research question. Existing approaches employing rule based hard-pruning strategies for selecting relevant partial dependency structures may not always yield optimal results. In this work, we propose Attention Guided Graph Convolutional Networks (AGGCNs), a novel model which directly takes full dependency trees as inputs. Our model can be understood as a soft-pruning approach that automatically learns how to selectively attend to the relevant sub-structures useful for the relation extraction task. Extensive results on various tasks including cross-sentence n-ary relation extraction and large-scale sentence-level relation extraction show that our model is able to better leverage the structural information of the full dependency trees, giving significantly better results than previous approaches.

preprint2020arXiv

Learning to Recognize Discontiguous Entities

This paper focuses on the study of recognizing discontiguous entities. Motivated by a previous work, we propose to use a novel hypergraph representation to jointly encode discontiguous entities of unbounded length, which can overlap with one another. To compare with existing approaches, we first formally introduce the notion of model ambiguity, which defines the difficulty level of interpreting the outputs of a model, and then formally analyze the theoretical advantages of our model over previous existing approaches based on linear-chain CRFs. Our empirical results also show that our model is able to achieve significantly better results when evaluated on standard data with many discontiguous entities.

preprint2020arXiv

Measurements of the growth and saturation of electron Weibel instability in optical-field ionized plasmas

The temporal evolution of the magnetic field associated with electron thermal Weibel instability in optical-field ionized plasmas is measured using ultrashort (1.8 ps), relativistic (45 MeV) electron bunches from a linear accelerator. The self-generated magnetic fields are found to self-organize into a quasi-static structure consistent with a helicoid topology within a few ps and such a structure lasts for tens of ps in underdense plasmas. The measured growth rate agrees well with that predicted by the kinetic theory of plasmas taking into account collisions. Magnetic trapping is identified as the dominant saturation mechanism.

preprint2020arXiv

Mining Commonsense Facts from the Physical World

Textual descriptions of the physical world implicitly mention commonsense facts, while the commonsense knowledge bases explicitly represent such facts as triples. Compared to dramatically increased text data, the coverage of existing knowledge bases is far away from completion. Most of the prior studies on populating knowledge bases mainly focus on Freebase. To automatically complete commonsense knowledge bases to improve their coverage is under-explored. In this paper, we propose a new task of mining commonsense facts from the raw text that describes the physical world. We build an effective new model that fuses information from both sequence text and existing knowledge base resource. Then we create two large annotated datasets each with approximate 200k instances for commonsense knowledge base completion. Empirical results demonstrate that our model significantly outperforms baselines.

preprint2020arXiv

Read Beyond the Lines: Understanding the Implied Textual Meaning via a Skim and Intensive Reading Model

The nonliteral interpretation of a text is hard to be understood by machine models due to its high context-sensitivity and heavy usage of figurative language. In this study, inspired by human reading comprehension, we propose a novel, simple, and effective deep neural framework, called Skim and Intensive Reading Model (SIRM), for figuring out implied textual meaning. The proposed SIRM consists of two main components, namely the skim reading component and intensive reading component. N-gram features are quickly extracted from the skim reading component, which is a combination of several convolutional neural networks, as skim (entire) information. An intensive reading component enables a hierarchical investigation for both local (sentence) and global (paragraph) representation, which encapsulates the current embedding and the contextual information with a dense connection. More specifically, the contextual information includes the near-neighbor information and the skim information mentioned above. Finally, besides the normal training loss function, we employ an adversarial loss function as a penalty over the skim reading component to eliminate noisy information arisen from special figurative words in the training data. To verify the effectiveness, robustness, and efficiency of the proposed architecture, we conduct extensive comparative experiments on several sarcasm benchmarks and an industrial spam dataset with metaphors. Experimental results indicate that (1) the proposed model, which benefits from context modeling and consideration of figurative language, outperforms existing state-of-the-art solutions, with comparable parameter scale and training speed; (2) the SIRM yields superior robustness in terms of parameter size sensitivity; (3) compared with ablation and addition variants of the SIRM, the final framework is efficient enough.

preprint2020arXiv

Reasoning with Latent Structure Refinement for Document-Level Relation Extraction

Document-level relation extraction requires integrating information within and across multiple sentences of a document and capturing complex interactions between inter-sentence entities. However, effective aggregation of relevant information in the document remains a challenging research question. Existing approaches construct static document-level graphs based on syntactic trees, co-references or heuristics from the unstructured text to model the dependencies. Unlike previous methods that may not be able to capture rich non-local interactions for inference, we propose a novel model that empowers the relational reasoning across sentences by automatically inducing the latent document-level graph. We further develop a refinement strategy, which enables the model to incrementally aggregate relevant information for multi-hop reasoning. Specifically, our model achieves an F1 score of 59.05 on a large-scale document-level dataset (DocRED), significantly improving over the previous results, and also yields new state-of-the-art results on the CDR and GDA dataset. Furthermore, extensive analyses show that the model is able to discover more accurate inter-sentence relations.

preprint2020arXiv

Region-of-interest micro-focus CT based on an all-optical inverse Compton scattering source

Micro-focus computed tomography (CT), enabling the reconstruction of hyperfine structure within objects, is a powerful nondestructive testing tool in many fields. Current X-ray sources for micro-focus CT are typically limited by their relatively low photon energy and low flux. An all-optical inverse Compton scattering source (AOCS) based on laser wakefield accelerator (LWFA) can generate intense quasi-monoenergetic X/gamma-ray pulses in the keV-MeV range with micron-level source size, and its potential application for micro-focus CT has become very attractive in recent years due to the fast pace progress made in LWFA. Here we report the first experimental demonstration of high-fidelity micro-focus CT using AOCS (~70 keV) by imaging and reconstructing a test object with complex inner structures. A region-of-interest (ROI) CT method is adopted to utilize the relatively small field-of-view (FOV) of AOCS to obtain high-resolution reconstruction. This demonstration of the ROI micro-focus CT based on AOCS is a key step for its application in the field of hyperfine nondestructive testing.

preprint2020arXiv

RPT: Learning Point Set Representation for Siamese Visual Tracking

While remarkable progress has been made in robust visual tracking, accurate target state estimation still remains a highly challenging problem. In this paper, we argue that this issue is closely related to the prevalent bounding box representation, which provides only a coarse spatial extent of object. Thus an effcient visual tracking framework is proposed to accurately estimate the target state with a finer representation as a set of representative points. The point set is trained to indicate the semantically and geometrically significant positions of target region, enabling more fine-grained localization and modeling of object appearance. We further propose a multi-level aggregation strategy to obtain detailed structure information by fusing hierarchical convolution layers. Extensive experiments on several challenging benchmarks including OTB2015, VOT2018, VOT2019 and GOT-10k demonstrate that our method achieves new state-of-the-art performance while running at over 20 FPS.

preprint2020arXiv

Ultra-short pulse generation from mid-IR to THz range using plasma wakes and relativistic ionization fronts

This paper discusses numerical and experimental results on frequency downshifting and upshifting of a 10 $μ$m infrared laser to cover the entire wavelength (frequency) range from $λ$=1-150 $μ$m ($ν$=300-2 THz) using two different plasma techniques. The first plasma technique utilizes frequency downshifting of the drive laser pulse in a nonlinear plasma wake. Based on this technique, we have proposed and demonstrated that in a tailored plasma structure multi-millijoule energy, single-cycle, long-wavelength IR (3-20 $μ$m) pulses can be generated by using an 810 nm Ti:sapphire drive laser. Here we extend this idea to the THz frequency regime. We show that sub-joule, terawatts, single-cycle terahertz (2-12 THz, or 150-25 $μ$m) pulses can be generated by replacing the drive laser with a picosecond 10 $μ$m CO$_2$ laser and a different shaped plasma structure. The second plasma technique employs frequency upshifting by colliding a CO$_2$ laser with a rather sharp relativistic ionization front created by ionization of a gas in less than half cycle (17 fs) of the CO$_2$ laser. Even though the electrons in the ionization front carry no energy, the frequency of the CO$_2$ laser can be upshifted due to the relativistic Doppler effect as the CO$_2$ laser pulse enters the front. The wavelength can be tuned from 1-10 $μ$m by simply changing the electron density of the front. While the upshifted light with $5 <λ(μ$m$)< 10$ propagates in the forward direction, that with $1 <λ(μ$m$)< 5$ is back-reflected. These two plasma techniques seem extremely promising for covering the entire molecular fingerprint region.

preprint2019arXiv

Dynamical Symmetry Breaking and Negative Cosmological Constant

In the context of Clifford functional integral formalism, we revisit the Nambu-Jona-Lasinio-type dynamical symmetry breaking model and examine the properties of the dynamically generated composite bosons. Given that the model with 4-fermion interactions is nonrenormalizable in the traditional sense, the aim is to gain insight into the divergent integrals without resorting to explicit regularization. We impose a restriction on the linearly divergent primitive integrals, thus resolving the long-standing issue of momentum routing ambiguity associated with fermion-antifermion condensations. The removal of the ambiguity paves the way for the possible calculation of the true ratio of Higgs boson mass to top quark mass in the top condensation model. In this paper, we also investigate the negative vacuum energy resulted from dynamical symmetry breaking and its cosmological implications. In the framework of modified Einstein-Cartan gravity, it is demonstrated that the late-time acceleration is driven by a novel way of embedding the Hubble parameter into the Friedmann equation via an interpolation function, whereas the dynamically generated negative cosmological constant only plays a minor role for the current epoch. Two cosmic scenarios are proposed, with one of which suggesting that the universe may have been evolving from an everlasting coasting state towards the accelerating era characterized by the deceleration parameter approaching -0.5 at low redshift. One inevitable outcome of the modified Friedmannian cosmology is that the directly measured local Hubble parameter should in general be larger than the Hubble parameter calibrated from the conventional Friedmann equation. This Hubble tension becomes more pronounced when the Hubble parameter is comparable or less than a characteristic Hubble scale.

preprint2019arXiv

Microscopic mechanism of level attraction

The emerging level attraction from dissipative light-matter coupling converges the typical Rabi-splitting feature from coherent coupling and exhibits potentials in topological information processing. However, the underlying microscopic quantum mechanism of dissipative coupling still remains unclear, which brings difficulties in quantifying and manipulating coherence-dissipation competition and thereby the flexible control of level attraction. Here, by coupling magnon to a cavity supporting both standing and travelling waves, we identify the travelling-wave state to be responsible for magnon-photon dissipative coupling. By characterizing radiative broadening of magnon linewidth, we quantify the coherent and dissipative coupling strengths and their competition. The effective magnon-photon coupling strength, as a net result of competition, is analytically presented in quantum theory to show good agreement with measurements. In this manner, we extend the control dimension of level attraction by tuning field torque on magnetization or global cavity geometry. Our finding opens new routines to engineer coupled harmonic oscillator system.

preprint2019arXiv

Simulation of temperature profile for the electron- and the lattice-systems in laterally structured layered conductors

Electrons in operating microelectronic semiconductor devices are accelerated by locally varying strong electric field to acquire effective electron temperatures nonuniformly distributing in nanoscales and largely exceeding the temperature of host crystal lattice. The thermal dynamics of electrons and the lattice are hence nontrivial and its understanding at nanoscales is decisively important for gaining higher device performance. Here, we propose and demonstrate that in layered conductors nonequilibrium nature between the electrons and the lattice can be explicitly pursued by simulating the conducting layer by separating it into two physical sheets representing, respectively, the electron- and the lattice-subsystems. We take, as an example of simulating GaAs devices, a 35nm thick 1um wide U-shaped conducting channel with 15nm radius of curvature at the inner corner of the U-shaped bend, and find a remarkable hot spot to develop due to hot electron generation at the inner corner. The hot spot in terms of the electron temperature achieves a significantly higher temperature and is of far sharper spatial distribution when compared to the hot spot in terms of the lattice temperature. Similar simulation calculation made on a metal (NiCr) narrow lead of the similar geometry shows that a hot spot shows up as well at the inner corner, but its strength and the spatial profiles are largely different from those in semiconductor devices. The remarkable difference between the semiconductor and the metal is interpreted to be due to the large difference in the electron specific heat, rather than the difference in the electron phonon interaction. This work will provide useful hints to deeper understanding of the nonequilibrium properties of electrical conductors, through a simple and convenient method for modeling nonequilibrium layered conductors.

preprint2016arXiv

A Study of Factuality, Objectivity and Relevance: Three Desiderata in Large-Scale Information Retrieval?

Much of the information processed by Information Retrieval (IR) systems is unreliable, biased, and generally untrustworthy [1], [2], [3]. Yet, factuality & objectivity detection is not a standard component of IR systems, even though it has been possible in Natural Language Processing (NLP) in the last decade. Motivated by this, we ask if and how factuality & objectivity detection may benefit IR. We answer this in two parts. First, we use state-of-the-art NLP to compute the probability of document factuality & objectivity in two TREC collections, and analyse its relation to document relevance. We find that factuality is strongly and positively correlated to document relevance, but objectivity is not. Second, we study the impact of factuality & objectivity to retrieval effectiveness by treating them as query independent features that we combine with a competitive language modelling baseline. Experiments with 450 TREC queries show that factuality improves precision >10% over strong baselines, especially for uncurated data used in web search; objectivity gives mixed results. An overall clear trend is that document factuality & objectivity is much more beneficial to IR when searching uncurated (e.g. web) documents vs. curated (e.g. state documentation and newswire articles). To our knowledge, this is the first study of factuality & objectivity for back-end IR, contributing novel findings about the relation between relevance and factuality/objectivity, and statistically significant gains to retrieval effectiveness in the competitive web search task.

preprint2016arXiv

An Intelligent QoS Identification for Untrustworthy Web Services Via Two-phase Neural Networks

QoS identification for untrustworthy Web services is critical in QoS management in the service computing since the performance of untrustworthy Web services may result in QoS downgrade. The key issue is to intelligently learn the characteristics of trustworthy Web services from different QoS levels, then to identify the untrustworthy ones according to the characteristics of QoS metrics. As one of the intelligent identification approaches, deep neural network has emerged as a powerful technique in recent years. In this paper, we propose a novel two-phase neural network model to identify the untrustworthy Web services. In the first phase, Web services are collected from the published QoS dataset. Then, we design a feedforward neural network model to build the classifier for Web services with different QoS levels. In the second phase, we employ a probabilistic neural network (PNN) model to identify the untrustworthy Web services from each classification. The experimental results show the proposed approach has 90.5% identification ratio far higher than other competing approaches.

preprint2016arXiv

Band gap modulation in γ-graphyne by p-n codoping

The modulation of band gap in the two-dimensional carbon materials is of impor- tance for their applications as electronic devices. By first-principles calculations, we propose a model to control the band gap size of γ-graphyne. The model is named as p-n codoping, i. e., using B and N atoms to codope into γ-graphyne. After codoping, B atom plays a role of p doping and N atom acts as n doping. The Fermi energy level returns around the forbidden zone and the band gap of γ-graphyne vary bigger or smaller. Moreover, the gaps exhibit an oscillated behaviour in different codoping configurations. The proposed model serves as new insights for better modulation of the electronic properties of 2D carbon materials.

preprint2016arXiv

Broadband Circular Polarizers Constructed by Helix-like Chiral Metamaterials

In this paper, a kind of helix-like chiral metamaterial, which can be realized with multiple conventional lithography or electron beam lithographic techniques, is proposed to achieve broadband bianisotropic optical response analogous to helical metamaterial. On the basis of twisted metamaterial, via tailoring the relative orientation within the lattice, the anisotropy of arc is converted into magneto-electric coupling of closely spaced arc pairs, which leads to a broad bianisotropic optical response. By connecting the adjacent upper and lower arcs, the coupling of metasurface pairs is transformed to the coupling of the three-dimensional inclusions, and provides a much broader and higher bianisotropic optical response. For only a four-layer helix-like metamaterial, the maximum extinction ratio can reach 19.7. The operation band is in the wavelength range from 4.69 μm to 8.98 μm with an average extinction ratio of 6.9. And the transmittance for selective polarization is above 0.8 in the entire operation band. Such a structure is promising for integratable and scalable broadband circular polarizers, especially has great potential to act as broadband circular micropolarizers in the field of the full-stokes division of focal plane polarimeters.

preprint2016arXiv

Electroweak and Majorana Sector Higgs Bosons and Pseudo-Nambu-Goldstone Bosons

We propose a Clifford algebra based model, which treats both gravity and Yang-Mills interactions as gauge fields. There are two sectors of boson fields as electroweak and Majorana bosons. The electroweak boson sector induces fermion masses via spontaneous symmetry breaking. It is composed of scalar Higgs, pseudoscalar Higgs, and antisymmetric tensor components. The Majorana boson sector contributes to flavor mixing and Majorana masses of right-handed neutrinos. It is comprised of neutrino Higgs and pseudo-Nambu-Goldstone bosons. The LHC 750 GeV diphoton resonance might possibly be identified as a Majorana sector pseudo-Nambu-Goldstone boson, which results from spontaneous symmetry breaking of a flavor-related global U(1) symmetry involving four-fermion condensation of right-handed leptons and quarks. The diphoton decay is loop induced, since tree-level decay is suppressed by large Majorana mass of the right-handed neutrino. There is also a potential dark matter candidate, which is the four-lepton condensation of muon, muon-neutrino, tau, and tau-neutrino.

preprint2016arXiv

Interference-aided spectrum fitting method for accurately film thickness determination

A new approach was proposed to accurately determine the thickness of film, especially for ultra-thin film, through spectrum fitting with the assistance of interference layer. The determination limit can reach even less than 1 nm. Its accuracy is far better than traditional methods. This determination method is verified by experiments and the determination limit is at least 3.5 nm compared with the results of AFM. Furthermore, double-interference-aided spectra fitting method is proposed to reduce the requirements of determination instruments, which allow one to determine the film thickness with a low precision common spectrometer and largely lower the cost. It is a very high precision determination method for on-site and in-situ applications, especially for ultra-thin films.

preprint2016arXiv

The Intensity Matching Approach: A Tractable Stochastic Geometry Approximation to System-Level Analysis of Cellular Networks

The intensity matching approach for tractable performance evaluation and optimization of cellular networks is introduced. It assumes that the base stations are modeled as points of a Poisson point process and leverages stochastic geometry for system-level analysis. Its rationale relies on observing that system-level performance is determined by the intensity measure of transformations of the underlaying spatial Poisson point process. By approximating the original system model with a simplified one, whose performance is determined by a mathematically convenient intensity measure, tractable yet accurate integral expressions for computing area spectral efficiency and potential throughput are provided. The considered system model accounts for many practical aspects that, for tractability, are typically neglected, e.g., line-of-sight and non-line-of-sight propagation, antenna radiation patterns, traffic load, practical cell associations, general fading channels. The proposed approach, more importantly, is conveniently formulated for unveiling the impact of several system parameters, e.g., the density of base stations and blockages. The effectiveness of this novel and general methodology is validated with the aid of empirical data for the locations of base stations and for the footprints of buildings in dense urban environments.

preprint2016arXiv

The mechanism and process of spontaneous boron doping in graphene in the theoretical perspective

A theoretical model is presented to reveal the mechanism of B doping into graphene in the microwave plasma experiment choosing trimethylboron as the doping source (ACS NANO 6 (2012) 1970). The results show that the reason for B doping comes from the combinational interaction of B and other groups (C, H, CH, CH2 or CH3) decomposing from trimethylboron and the doping undergoes two crucial steps. The minimal energy path for the first step are determined. The obtained energy barrier of considered cases fall into the range of 0.02-0.43 eV, supporting the fact that the substituting B for C can easily realized even at room temperature. As the second step, after removing irrelevant groups in vertical direction through H saturation, the perfect B doping is realized at last. This work successfully explain the above experimental phenomenon and propose a novel and feasible method aiming at B doping of graphene.

preprint2015arXiv

Elimination of the numerical Cerenkov instability for spectral EM-PIC codes

When using an electromagnetic particle-in-cell (EM-PIC) code to simulate a relativistically drifting plasma, a violent numerical instability known as the numerical Cerenkov instability (NCI) occurs. The NCI is due to the unphysical coupling of electromagnetic waves on a grid to wave-particle resonances, including aliased resonances, i.e., $ω+ 2πμ/Δt=(k_1+ 2πν_1/Δx_1)v_0$, where $μ$ and $ν_1$ refer to the time and space aliases and the plasma is drifting relativistically at velocity $v_0$ in the $\hat{1}$-direction. Recent studies have shown that an EM-PIC code which uses a spectral field solver and a low pass filter can eliminate the fastest growing modes of the NCI. Based on these studies a new spectral PIC code for studying laser wakefield acceleration (LWFA) in the Lorentz boosted frame was developed. However, we show that for parameters of relevance for LWFA simulations in the boosted frame, a relativistically drifting plasma is susceptible to a host of additional unstable modes with lower growth rates, and that these modes appear when the fastest growing unstable modes are filtered out. We show that these modes are most easily identified as the coupling between modes which are purely transverse (EM) and purely longitudinal (Langmuir) in the rest frame of the plasma for specific time and space aliases. We rewrite the dispersion relation of the drifting plasma for a general field solver and obtain analytic expressions for the location and growth rate for each unstable mode, i.e, for each time and space aliased resonances. We show for the spectral solver that when the fastest growing mode is eliminated a new mode at the fundamental resonance ($μ=ν_1=0$) can be seen. (Please check the whole abstract in the paper).

preprint2015arXiv

From Competition to Complementarity: Comparative Influence Diffusion and Maximization

Influence maximization is a well-studied problem that asks for a small set of influential users from a social network, such that by targeting them as early adopters, the expected total adoption through influence cascades over the network is maximized. However, almost all prior work focuses on cascades of a single propagating entity or purely-competitive entities. In this work, we propose the Comparative Independent Cascade (Com-IC) model that covers the full spectrum of entity interactions from competition to complementarity. In Com-IC, users' adoption decisions depend not only on edge-level information propagation, but also on a node-level automaton whose behavior is governed by a set of model parameters, enabling our model to capture not only competition, but also complementarity, to any possible degree. We study two natural optimization problems, Self Influence Maximization and Complementary Influence Maximization, in a novel setting with complementary entities. Both problems are NP-hard, and we devise efficient and effective approximation algorithms via non-trivial techniques based on reverse-reachable sets and a novel "sandwich approximation". The applicability of both techniques extends beyond our model and problems. Our experiments show that the proposed algorithms consistently outperform intuitive baselines in four real-world social networks, often by a significant margin. In addition, we learn model parameters from real user action logs.

preprint2015arXiv

HBTM: A Heartbeat-based Behavior Detection Mechanism for POSIX Threads and OpenMP Applications

Extreme-scale computing involves hundreds of millions of threads with multi-level parallelism running on large-scale hierarchical and heterogeneous hardware. In POSIX threads and OpenMP applications, some key behaviors occurring in runtime such as thread failure, busy waiting, and exit need to be accurately and timely detected. However, for the most of these applications, there are lack of unified and efficient detection mechanisms to do this. In this paper, a heartbeat-based behavior detection mechanism for POSIX threads (Pthreads) and OpenMP applications (HBTM) is proposed. In the design, two types of implementations are conducted, centralized and decentralized respectively. In both implementations, unified API has been designed to guarantee the generality of the mechanism. Meanwhile, a ring-based detection algorithm is designed to ease the burden of the centra thread at runtime. To evaluate the mechanism, the NAS Parallel Benchmarks (NPB) are used to test the performance of the HBTM. The experimental results show that the HBTM supports detection of behaviors of POSIX threads and OpenMP applications while acquiring a short latency and near 1% overhead.

preprint2015arXiv

Lorentz boosted frame simulation of Laser wakefield acceleration in quasi-3D geometry

When modeling laser wakefield acceleration (LWFA) using the particle-in-cell (PIC) algorithm in a Lorentz boosted frame, the plasma is drifting relativistically at $β_b c$ towards the laser, which can lead to a computational speedup of $\sim γ_b^2=(1-β_b^2)^{-1}$. Meanwhile, when LWFA is modeled in the quasi-3D geometry in which the electromagnetic fields and current are decomposed into a limited number of azimuthal harmonics, speedups are achieved by modeling three dimensional problems with the computation load on the order of two dimensional $r-z$ simulations. Here, we describe how to combine the speed ups from the Lorentz boosted frame and quasi-3D algorithms. The key to the combination is the use of a hybrid Yee-FFT solver in the quasi-3D geometry that can be used to effectively eliminate the Numerical Cerenkov Instability (NCI) that inevitably arises in a Lorentz boosted frame due to the unphysical coupling of Langmuir modes and EM modes of the relativistically drifting plasma in these simulations. In addition, based on the space-time distribution of the LWFA data in the lab and boosted frame, we propose to use a moving window to follow the drifting plasma to further reduce the computational load. We describe the details of how the NCI is eliminated for the quasi-3D geometry, the setups for simulations which combine the Lorentz boosted frame and quasi-3D geometry, the use of a moving window, and compare the results from these simulations against their corresponding lab frame cases. Good agreement is obtained, particularly when there is no self-trapping, which demonstrates it is possible to combine the Lorentz boosted frame and the quasi-3D algorithms when modeling LWFA to achieve unprecedented speedups.

preprint2015arXiv

Mitigation of numerical Cerenkov radiation and instability using a hybrid finite difference-FFT Maxwell solver and a local charge conserving current deposit

A hybrid Maxwell solver for fully relativistic and electromagnetic (EM) particle-in-cell (PIC) codes is described. In this solver, the EM fields are solved in $k$ space by performing an FFT in one direction, while using finite difference operators in the other direction(s). This solver eliminates the numerical Cerenkov radiation for particles moving in the preferred direction. Moreover, the numerical Cerenkov instability (NCI) induced by the relativistically drifting plasma and beam can be eliminated using this hybrid solver by applying strategies that are similar to those recently developed for pure FFT solvers. A current correction is applied for the charge conserving current deposit to correctly account for the EM calculation in hybrid Yee-FFT solver. A theoretical analysis of the dispersion properties in vacuum and in a drifting plasma for the hybrid solver is presented, and compared with PIC simulations with good agreement obtained. This hybrid solver is applied to both 2D and 3D Cartesian and quasi-3D (in which the fields and current are decomposed into azimuthal harmonics) geometries. Illustrative results for laser wakefield accelerator simulation in a Lorentz boosted frame using the hybrid solver in the 2D Cartesian geometry are presented, and compared against results from 2D UPIC-EMMA simulation which uses a pure spectral Maxwell solver, and from OSIRIS 2D lab frame simulation using the standard Yee solver. Very good agreement is obtained which demonstrates the feasibility of using the hybrid solver for high fidelity simulation of relativistically drifting plasma with no evidence of the numerical Cerenkov instability.

preprint2015arXiv

Show Me the Money: Dynamic Recommendations for Revenue Maximization

Recommender Systems (RS) play a vital role in applications such as e-commerce and on-demand content streaming. Research on RS has mainly focused on the customer perspective, i.e., accurate prediction of user preferences and maximization of user utilities. As a result, most existing techniques are not explicitly built for revenue maximization, the primary business goal of enterprises. In this work, we explore and exploit a novel connection between RS and the profitability of a business. As recommendations can be seen as an information channel between a business and its customers, it is interesting and important to investigate how to make strategic dynamic recommendations leading to maximum possible revenue. To this end, we propose a novel \model that takes into account a variety of factors including prices, valuations, saturation effects, and competition amongst products. Under this model, we study the problem of finding revenue-maximizing recommendation strategies over a finite time horizon. We show that this problem is NP-hard, but approximation guarantees can be obtained for a slightly relaxed version, by establishing an elegant connection to matroid theory. Given the prohibitively high complexity of the approximation algorithm, we also design intelligent heuristics for the original problem. Finally, we conduct extensive experiments on two real and synthetic datasets and demonstrate the efficiency, scalability, and effectiveness our algorithms, and that they significantly outperform several intuitive baselines.

preprint2015arXiv

Stochastic Geometry Modeling of Cellular Networks: Analysis, Simulation and Experimental Validation

Due to the increasing heterogeneity and deployment density of emerging cellular networks, new flexible and scalable approaches for their modeling, simulation, analysis and optimization are needed. Recently, a new approach has been proposed: it is based on the theory of point processes and it leverages tools from stochastic geometry for tractable system-level modeling, performance evaluation and optimization. In this paper, we investigate the accuracy of this emerging abstraction for modeling cellular networks, by explicitly taking realistic base station locations, building footprints, spatial blockages and antenna radiation patterns into account. More specifically, the base station locations and the building footprints are taken from two publicly available databases from the United Kingdom. Our study confirms that the abstraction model based on stochastic geometry is capable of accurately modeling the communication performance of cellular networks in dense urban environments.

preprint2015arXiv

Time-Critical Influence Maximization in Social Networks with Time-Delayed Diffusion Process

Influence maximization is a problem of finding a small set of highly influential users, also known as seeds, in a social network such that the spread of influence under certain propagation models is maximized. In this paper, we consider time-critical influence maximization, in which one wants to maximize influence spread within a given deadline. Since timing is considered in the optimization, we also extend the Independent Cascade (IC) model and the Linear Threshold (LT) model to incorporate the time delay aspect of influence diffusion among individuals in social networks. We show that time-critical influence maximization under the time-delayed IC and LT models maintains desired properties such as submodularity, which allows a greedy approximation algorithm to achieve an approximation ratio of $1-1/e$. To overcome the inefficiency of the greedy algorithm, we design two heuristic algorithms: the first one is based on a dynamic programming procedure that computes exact influence in tree structures and directed acyclic subgraphs, while the second one converts the problem to one in the original models and then applies existing fast heuristic algorithms to it. Our simulation results demonstrate that our algorithms achieve the same level of influence spread as the greedy algorithm while running a few orders of magnitude faster, and they also outperform existing fast heuristics that disregard the deadline constraint and delays in diffusion.

preprint2015arXiv

Ultrasensitive and broadband MoS2 photodetector driven by ferroelectrics

Photodetectors based on two dimensional materials have attracted growing interest. However, the sensitivity is still unsatisfactory even under high gate voltage. Here we demonstrate a MoS2 photodetector with a poly(vinylidene fluoride-trifluoroethylene) ferroelectric layer in place of the oxide layer in a traditional field effect transistor. The dark current of the photodetector is strongly suppressed by ferroelectric polarization. A high detectivity 2.21012 Jones) and photoresponsitivity (2570 A W) detector has been achieved under ZERO gate bias at a wavelength of 635 nm. Most strikingly, the band gap of few-layer MoS2 can be tuned by the ultra-high electrostatic field from the ferroelectric polarization. With this characteristic, photoresponse wavelengths of the photodetector are extended into the near infrared (0.85-1.55m). A ferroelectrics optoelectronics hybrid structure is an effective way to achieve high performance 2D electronic optoelectronic devices.

preprint2015arXiv

Viral Marketing Meets Social Advertising: Ad Allocation with Minimum Regret

In this paper, we study the problem of allocating ads to users through the viral-marketing lens. Advertisers approach the host with a budget in return for the marketing campaign service provided by the host. We show that allocation that takes into account the propensity of ads for viral propagation can achieve significantly better performance. However, uncontrolled virality could be undesirable for the host as it creates room for exploitation by the advertisers: hoping to tap uncontrolled virality, an advertiser might declare a lower budget for its marketing campaign, aiming at the same large outcome with a smaller cost. This creates a challenging trade-off: on the one hand, the host aims at leveraging virality and the network effect to improve advertising efficacy, while on the other hand the host wants to avoid giving away free service due to uncontrolled virality. We formalize this as the problem of ad allocation with minimum regret, which we show is NP-hard and inapproximable w.r.t. any factor. However, we devise an algorithm that provides approximation guarantees w.r.t. the total budget of all advertisers. We develop a scalable version of our approximation algorithm, which we extensively test on four real-world data sets, confirming that our algorithm delivers high quality solutions, is scalable, and significantly outperforms several natural baselines.

preprint2014arXiv

3D Vertical Dual-Layer Oxide Memristive Devices for Neuromorphic Computing

Dual-layer resistive switching devices with horizontal W electrodes, vertical Pd electrodes and WOx switching layer formed at the sidewall of the horizontal electrodes have been fabricated and characterized. The devices exhibit well-characterized analog switching characteristics and small mismatch in electrical characteristics for devices formed at the two layers. The three-dimensional (3D) vertical device structure allows higher storage density and larger connectivity for neuromorphic computing applications. We show the vertical devices exhibit potentiation and depression characteristics similar to planar devices, and can be programmed independently with no crosstalk between the layers.

preprint2014arXiv

Contactless Probing of the Intrinsic Carrier Transport in Single-Walled Carbon Nanotubes

Intrinsic carrier transport properties of single-walled carbon nanotubes are probed by two parallel methods on the same individual tubes: the contactless dielectric force microscopy (DFM) technique and the conventional field-effect transistor (FET) method. The dielectric responses of SWNTs are strongly correlated with electronic transport of the corresponding FETs. The DC bias voltage in DFM plays a role analogous to the gate voltage in FET. A microscopic model based on the general continuity equation and numerical simulation is built to reveal the link between intrinsic properties such as carrier concentration and mobility and the macroscopic observable, i.e. dielectric responses, in DFM experiments. Local transport barriers in nanotubes, which influence the device transport behaviors, are also detected with nanometer scale resolution.

preprint2014arXiv

Effects of Data Resolution and Human Behavior on Large Scale Evacuation Simulations

Traffic Analysis Zones (TAZ) based macroscopic simulation studies are mostly applied in evacuation planning and operation areas. The large size in TAZ and aggregated information of macroscopic simulation underestimate the real evacuation performance. To take advantage of the high resolution demographic data LandScan USA (the zone size is much smaller than TAZ) and agent-based microscopic traffic simulation models, many new problems appeared and novel solutions are needed. A series of studies are conducted using LandScan USA Population Cells (LPC) data for evacuation assignments with different network configurations, travel demand models, and travelers compliance behavior. First, a new Multiple Source Nearest Destination Shortest Path (MSNDSP) problem is defined for generating Origin Destination matrix in evacuation assignments when using LandScan dataset. Second, a new agent-based traffic assignment framework using LandScan and TRANSIMS modules is proposed for evacuation planning and operation study. Impact analysis on traffic analysis area resolutions (TAZ vs LPC), evacuation start times (daytime vs nighttime), and departure time choice models (normal S shape model vs location based model) are studied. Third, based on the proposed framework, multi-scale network configurations (two levels of road networks and two scales of zone sizes) and three routing schemes (shortest network distance, highway biased, and shortest straight-line distance routes) are implemented for the evacuation performance comparison studies. Fourth, to study the impact of human behavior under evacuation operations, travelers compliance behavior with compliance levels from total complied to total non-complied are analyzed.

preprint2014arXiv

Modified Einstein-Cartan Gravity and its Implications for Cosmology

We propose a modification of Einstein-Cartan gravity equations. The modified cosmology departs from the standard model of cosmology for small Hubble parameter. A characteristic Hubble scale h0, which is intrinsically related to cosmological constant, marks the boundary between the validity domains of the standard model of cosmology and modified cosmology. For large Hubble parameter, the standard model of cosmology is restored. In the opposite limit of small Hubble parameter, which is the case for present epoch, Lorentz-violating effects would manifest themselves. One of the implications is that there may be no need to invoke dark matter to account for cosmological mass discrepancies.

preprint2014arXiv

Replicating Kernels with a Short Stride Allows Sparse Reconstructions with Fewer Independent Kernels

In sparse coding it is common to tile an image into nonoverlapping patches, and then use a dictionary to create a sparse representation of each tile independently. In this situation, the overcompleteness of the dictionary is the number of dictionary elements divided by the patch size. In deconvolutional neural networks (DCNs), dictionaries learned on nonoverlapping tiles are replaced by a family of convolution kernels. Hence adjacent points in the feature maps (V1 layers) have receptive fields in the image that are translations of each other. The translational distance is determined by the dimensions of V1 in comparison to the dimensions of the image space. We refer to this translational distance as the stride. We implement a type of DCN using a modified Locally Competitive Algorithm (LCA) to investigate the relationship between the number of kernels, the stride, the receptive field size, and the quality of reconstruction. We find, for example, that for 16x16-pixel receptive fields, using eight kernels and a stride of 2 leads to sparse reconstructions of comparable quality as using 512 kernels and a stride of 16 (the nonoverlapping case). We also find that for a given stride and number of kernels, the patch size does not significantly affect reconstruction quality. Instead, the learned convolution kernels have a natural support radius independent of the patch size.

preprint2013arXiv

Electrical Detection of Spin Wave Resonance in a Permalloy Thin Strip

We investigated the microwave-induced DC response of spin wave resonance (SWR) in a permalloy thin strip via electrical detection. Our experimental results obtained by sweeping the external field reveal that: 1. the amplitude of SWR signals depend on the direction of external field and, 2. unlike the DC response of ferromagnetic resonance, SWR spectra are always anti-symmetrical. The spin dynamics are discussed based on these unusual signals in resonant condition.

preprint2013arXiv

Exchange-dominated Standing Spin Wave Excitations under microwave irradiation in Ni80Fe20 Thin Films

We investigated the microwave-assisted DC voltages of ferromagnetic resonances and exchangedominated standing spin wave excitations in two different in-plane magnetized permalloy thin films via homodyne detection. The line shapes of ferromagnetic resonance spectra and the dispersion curves of ferromagnetic resonance and standing spin wave are in agreement of previous studies, while further investigations of DC voltage spectra for these two excitations reveal that 1. unlike ferromagnetic resonance signals, the anti-symmetrical line shapes of standing spin wave excitations are not depend on the electromagnetic relative phase of assisted microwave, and 2. linewidths of their DC voltage spectra are distinct. The complicated spin dynamics of standing spin wave is consequently discussed by applying Landau-Lifshitz-Gilbert equation in term of exchange interaction.

preprint2013arXiv

Half-Semiconductor antiferromagnets and Spin-Gapless-Semiconductor antiferromagnets

We propose a concept of half-semiconductor antiferromagnets in which both spin-polarized valence and conduction bands belong to the same spin channel with completely compensated spontaneous magnetization. Using density functional theory plus Hubbard U (DFT+U) methods, we find a viable approach to achieve the half-semiconductor antiferromagnets through the transition metal (TM) Fe and Cr codoped boron nitride(BN) sheet. Moreover, spin gapless semiconductor antiferromagnets with zero magnetic moment are also achieved in such systems.

preprint2013arXiv

Magnetization Characteristic of Ferromagnetic Thin Strip by Measuring Anisotropic Magnetoresistance and Ferromagnetic Resonance

The magnetization characteristic in a permalloy thin strip is investigated by electrically measuring the anisotropic magnetoresistance and ferromagnetic resonance in in-plane and out-of-plane configurations. Our results indicate that the magnetization vector can rotate in the film plane as well as out of the film plane by changing the intensity of external magnetic field of certain direction. The magnetization characteristic can be explained by considering demagnetization and magnetic anisotropy. Our method can be used to obtain the demagnetization factor, saturated magnetic moment and the magnetic anisotropy.

preprint2013arXiv

Modeling of Laser wakefield acceleration in Lorentz boosted frame using EM-PIC code with spectral solver

Simulating laser wakefield acceleration (LWFA) in a Lorentz boosted frame in which the plasma drifts towards the laser with $v_b$ can speedup the simulation by factors of $γ^2_b=(1-v^2_b/c^2)^{-1}$. In these simulations the relativistic drifting plasma inevitably induces a high frequency numerical instability that contaminates the interested physics. Various approaches have been proposed to mitigate this instability. One approach is to solve Maxwell equations in Fourier space (a spectral solver) as this has been shown to suppress the fastest growing modes of this instability in simple test problems using a simple low pass, ring (in two dimensions), or shell (in three dimensions) filter in Fourier space. We describe the development of a fully parallelized, multi-dimensional, particle-in-cell code that uses a spectral solver to solve Maxwell's equations and that includes the ability to launch a laser using a moving antenna. This new EM-PIC code is called UPIC-EMMA and it is based on the components of the UCLA PIC framework (UPIC). We show that by using UPIC-EMMA, LWFA simulations in the boosted frames with arbitrary $γ_b$ can be conducted without the presence of the numerical instability. We also compare the results of a few LWFA cases for several values of $γ_b$, including lab frame simulations using OSIRIS, a EM-PIC code with a finite difference time domain (FDTD) Maxwell solver. These comparisons include cases in both linear, and nonlinear regimes. We also investigate some issues associated with numerical dispersion in lab and boosted frame simulations and between FDTD and spectral solvers.

preprint2013arXiv

Profit Maximization over Social Networks

Influence maximization is the problem of finding a set of influential users in a social network such that the expected spread of influence under a certain propagation model is maximized. Much of the previous work has neglected the important distinction between social influence and actual product adoption. However, as recognized in the management science literature, an individual who gets influenced by social acquaintances may not necessarily adopt a product (or technology), due, e.g., to monetary concerns. In this work, we distinguish between influence and adoption by explicitly modeling the states of being influenced and of adopting a product. We extend the classical Linear Threshold (LT) model to incorporate prices and valuations, and factor them into users' decision-making process of adopting a product. We show that the expected profit function under our proposed model maintains submodularity under certain conditions, but no longer exhibits monotonicity, unlike the expected influence spread function. To maximize the expected profit under our extended LT model, we employ an unbudgeted greedy framework to propose three profit maximization algorithms. The results of our detailed experimental study on three real-world datasets demonstrate that of the three algorithms, \textsf{PAGE}, which assigns prices dynamically based on the profit potential of each candidate seed, has the best performance both in the expected profit achieved and in running time.

preprint2013arXiv

Stochastic Memristive Devices for Computing and Neuromorphic Applications

Nanoscale resistive switching devices (memristive devices or memristors) have been studied for a number of applications ranging from non-volatile memory, logic to neuromorphic systems. However a major challenge is to address the potentially large variations in space and in time in these nanoscale devices. Here we show that in metal-filament based memristive devices the switching can be fully stochastic. While individual switching events are random, the distribution and probability of switching can be well predicted and controlled. Rather than trying to force high switching probabilities using excessive voltage or time, the inherent stochastic nature of resistive switching allows these binary devices to be used as building blocks for novel error-tolerant computing schemes such as stochastic computing and provide a needed "analog" feature in neuromorphic applications. To verify such potential, we demonstrated memristor-based stochastic bitstreams in both time and space domains, and show that an array of binary memristors can act as a multi-level "analog" device for neuromorphic applications.

preprint2012arXiv

Complementary Resistive Switching in Tantalum Oxide-Based Resistive Memory Devices

Complementary resistive switches (CRS) are considered as a potential solution for the sneak path problem in large-scale integration of passive crossbar resistive memory arrays. A typical CRS is composed of two bipolar memory cells that are connected anti-serially. Here we report a tantalum-oxide based resistive memory that achieves the complementary switching functionality within a single memory cell. The complementary switching effect is accompanied by switching polarity reversal in different voltage bias regimes. These effects were explained by the redistribution of oxygen vacancies inside the tantalum-oxide layers. The effects of symmetry breaking on bipolar switching and complementary switching were also discussed.

preprint2012arXiv

Dynamic response of exchange bias in graphene nanoribbons

The dynamics of magnetic hysteresis, including the training effect and the field sweep rate dependence of the exchange bias, is experimentally investigated in exchange-coupled potassium split graphene nanoribbons (GNRs). We find that, at low field sweep rate, the pronounced absolute training effect is present over a large number of cycles. This is reflected in a gradual decrease of the exchange bias with the sequential field cycling. However, at high field sweep rate above 0.5 T/min, the training effect is not prominent. With the increase in field sweep rate, the average value of exchange bias field grows and is found to follow power law behavior. The response of the exchange bias field to the field sweep rate variation is linked to the difference in the time it takes to perform a hysteresis loop measurement compared with the relaxation time of the anti-ferromagnetically aligned spins. The present results may broaden our current understanding of magnetism of GNRs and would be helpful in establishing the GNRs based spintronic devices.

preprint2012arXiv

Efficient Processing of k Nearest Neighbor Joins using MapReduce

k nearest neighbor join (kNN join), designed to find k nearest neighbors from a dataset S for every object in another dataset R, is a primitive operation widely adopted by many data mining applications. As a combination of the k nearest neighbor query and the join operation, kNN join is an expensive operation. Given the increasing volume of data, it is difficult to perform a kNN join on a centralized machine efficiently. In this paper, we investigate how to perform kNN join using MapReduce which is a well-accepted framework for data-intensive applications over clusters of computers. In brief, the mappers cluster objects into groups; the reducers perform the kNN join on each group of objects separately. We design an effective mapping mechanism that exploits pruning rules for distance filtering, and hence reduces both the shuffling and computational costs. To reduce the shuffling cost, we propose two approximate algorithms to minimize the number of replicas. Extensive experiments on our in-house cluster demonstrate that our proposed methods are efficient, robust and scalable.

preprint2012arXiv

Exact Reconstruction Conditions for Regularized Modified Basis Pursuit

In this correspondence, we obtain exact recovery conditions for regularized modified basis pursuit (reg-mod-BP) and discuss when the obtained conditions are weaker than those for modified-CS or for basis pursuit (BP). The discussion is also supported by simulation comparisons. Reg-mod-BP provides a solution to the sparse recovery problem when both an erroneous estimate of the signal's support, denoted by $T$, and an erroneous estimate of the signal values on $T$ are available.

preprint2012arXiv

Numerical instability due to relativistic plasma drift in EM-PIC simulations

The numerical instability observed in the Electromagnetic-Particle-in-cell (EM-PIC) simulations with a plasma drifting with relativistic velocities is studied using both theory and computer simulations. We derive the numerical dispersion relation for a cold plasma drifting with a relativistic velocity and find an instability attributed to the coupling between the beam modes of the drifting plasma and the electromagnetic modes in the system. The characteristic pattern of the instability in Fourier space for various simulation setups and Maxwell Equation solvers are explored by solving the corresponding numerical dispersion relations. Furthermore, based upon these characteristic patterns we derive an asymptotic expression for the instability growth rate. The asymptotic expression greatly speeds up the calculation of instability growth rate and makes the parameter scan for minimal growth rate feasible even for full three dimensions. The results are compared against simulation results and good agreement is found. These results can be used as a guide to develop possible approaches to mitigate the instability. We examine the use of a spectral solver and show that such a solver when combined with a low pass filter with a cutoff value of $|\vec{k}|$ essentially eliminates the instability while not modifying modes of physical interest. The use of spectral solver also provides minimal errors to electromagnetic modes in the lowest Brillouin zones.

preprint2012arXiv

Regularized Modified BPDN for Noisy Sparse Reconstruction with Partial Erroneous Support and Signal Value Knowledge

We study the problem of sparse reconstruction from noisy undersampled measurements when the following two things are available. (1) We are given partial, and partly erroneous, knowledge of the signal's support, denoted by $T$. (2) We are also given an erroneous estimate of the signal values on $T$, denoted by $(\hatμ)_T$. In practice, both these may be available from available prior knowledge. Alternatively, in recursive reconstruction applications, like real-time dynamic MRI, one can use the support estimate and the signal value estimate from the previous time instant as $T$ and $(\hatμ)_T$. In this work, we introduce regularized modified-BPDN (reg-mod-BPDN) and obtain computable bounds on its reconstruction error. Reg-mod-BPDN tries to find the signal that is sparsest outside the set $T$, while being "close enough" to $(\hatμ)_T$ on $T$ and while satisfying the data constraint. Corresponding results for modified-BPDN and BPDN follow as direct corollaries. A second key contribution is an approach to obtain computable error bounds that hold without any sufficient conditions. This makes it easy to compare the bounds for the various approaches. Empirical reconstruction error comparisons with many existing approaches are also provided.

preprint2012arXiv

Surface polaritons in two-dimensional left-handed photonic crystals

Using an extended plane-wave-based transfer-matrix method, the photonic band structures and the corresponding transmission spectrum of a two-dimensional left-handed photonic crystal are calculated. Comparisons between the periodic structure with a single left-handed cylindric rod are made, and many interesting similarities are found. It is shown that, due to the localized surface polaritons presented by an isolated left-handed rod, there exist many exciting physical phenomena in high-dimensional left-handed photonic crystals. As direct results of coupling of the localized surface polaritons of neighboring left-handed rod, a lot of almost dispersionless bands, anti-crossing behavior, and a zero $\bar{n}$ gap are exhibited in the left-handed periodic structure. Moreover, in a certain frequency region, except distorted by a lot of anti-crossing behavior, there exists a continual dispersion relation, which can be explained by the long-wavelength approximation. It is also pointed out that high-dimensional left-handed photonic crystals can be used to design narrow-band filter.

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

Microwave-induced DC Signal in a Permalloy Thin Strip at Low Applied Magnetic Field

We investigated the ferromagnetic resonance signals in a polycrystalline permalloy thin strip under in-plane low static magnetic field. A series of DC voltages, which contain ferromagnetic resonance or spin wave resonance signals, were measured by inducing microwave frequencies greater than 10 gigahertz. The resonant signals measured in low magnetic field show different properties from those detected in high field condition. Based on the theory of DC effects in ferromagnetic resonance and the experimental data of anisotropic magnetoresistance, a quantitative model was proposed. We found that the shape anisotropy significantly affects magnetization, and distorts the resonant signals in low field condition.

preprint2011arXiv

Nonmagnetic invisibility cloak with minimized scattering cross section

We propose one kind of transformation functions for nonmagnetic invisibility cloak with minimized scattering on the basis of generalized transformation. By matching the impedance at the outer surface of the cloak, the transformations with two parameters are determined. To confirm the performance of the cloak, full wave simulation based on the finite element method is carried out. Furthermore, total scattering cross section is computed to better illustrate the scattering characteristics of cloak with different parameters. In addition, based on the effective media theory, alternating layered system composed of two isotropic materials is employed to realize the cloak practically.

preprint2010arXiv

Andreev reflection enhanced single hole tunneling in Ge/Si core/shell nanowire quantum dot

We experimentally study the electrical transport properties of Ge/Si core/shell nanowire device with two superconducting leads in the Coulomb blockade regime. Anomalous zero field magnetoconductance peaks are observed for the first time at the gate voltages where Coulomb blockade oscillation peaks present. Many evidences indicate this feature is due to Andreev reflection enhanced phase coherent single hole tunneling through the quantum dot, which can be suppressed by an external magnetic field without destroying the superconducting states in the electrodes.

preprint2010arXiv

Evidence for Competition between Superconductivity and Kondo Effect in CeFeAsO0.7F0.3 under High Pressure

We discover a pressure induced quantum phase transition from the superconducting state to the non-superconducting Kondo screened phase associated with a 2% volume collapse in CeFeAsO0.7F0.3 through measurements of high-pressure resistance, synchrotron x-ray diffraction, and x-ray absorption spectroscopy (XAS) in a diamond anvil cell. Our XAS data of Ce-L3 in CeFeAsO0.7F0.3 clearly show a spectral weight transfer from the main line to the satellite line after the transition, demonstrating the formation of the Kondo singlets under pressure in CeFeAsO1-xFx. Our results have revealed a physical picture of a pressure-induce competition between Kondo singlets and BCS singlets in the Ce-pnictide superconductors.

preprint2010arXiv

Magnetic Field Control of the Quantum Chaotic Dynamics of Hydrogen Analogues in an Anisotropic Crystal Field

We report magnetic field control of the quantum chaotic dynamics of hydrogen analogues in an anisotropic solid state environment. The chaoticity of the system dynamics was quantified by means of energy level statistics. We analyzed the magnetic field dependence of the statistical distribution of the impurity energy levels and found a smooth transition between the Poisson limit and the Wigner limit, i.e. transition between regular Poisson and fully chaotic Wigner dynamics. Effect of the crystal field anisotropy on the quantum chaotic dynamics, which manifests itself in characteristic transitions between regularity and chaos for different field orientations, was demonstrated.

preprint2010arXiv

Modified-CS: Modifying Compressive Sensing for Problems with Partially Known Support

We study the problem of reconstructing a sparse signal from a limited number of its linear projections when a part of its support is known, although the known part may contain some errors. The ``known" part of the support, denoted T, may be available from prior knowledge. Alternatively, in a problem of recursively reconstructing time sequences of sparse spatial signals, one may use the support estimate from the previous time instant as the ``known" part. The idea of our proposed solution (modified-CS) is to solve a convex relaxation of the following problem: find the signal that satisfies the data constraint and is sparsest outside of T. We obtain sufficient conditions for exact reconstruction using modified-CS. These are much weaker than those needed for compressive sensing (CS) when the sizes of the unknown part of the support and of errors in the known part are small compared to the support size. An important extension called Regularized Modified-CS (RegModCS) is developed which also uses prior signal estimate knowledge. Simulation comparisons for both sparse and compressible signals are shown.

preprint2010arXiv

Physical origin of superconductivity in EuFe2As1.4P0.6 and EuFe2As2: pressure-induce valence change of europium

Superconductivity can be realized in Eu-containing pnictides by application of chemical (internal) and physical (external) pressure, the intrinsic physical mechanism of which attracts much attention in physics community. Here we present the experimental evidence for the valence change of europium in compounds of EuFe2As1.4P0.6 exposed to ambient pressure and EuFe2As2 to high pressure by x-ray absorption measurements on L3-Eu edge. We find that the absorption spectrum of EuFe2As1.4P0.6 at ambient pressure shows clear spectra weight transfer from a divalent to a trivalent state. Furthermore, application of pressure on EuFe2As2 using a diamond anvil cell shows a similar behavior of valence transition as EuFe2As1.4P0.6. These findings are the first observation of superconductivity mechanized by valence change in pnictides superconductors and elucidate the intrinsic physical origin of superconductivity in EuFe2As1.4P0.6 and compressed EuFe2As2.

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

Strong and Tunable Spin-Orbit Coupling of One-Dimensional Holes in Ge/Si Core/Shell Nanowires

We investigate the low-temperature magneto-transport properties of individual Ge/Si core/shell nanowires. Negative magneto-conductance was observed, which is a signature of one-dimensional weak antilocalization of holes in the presence of strong spin-orbit coupling. The temperature and back gate dependences of phase coherence length, spin-orbit relaxation time, and background conductance were studied. Specifically, we show the spin-orbit coupling strength can be modulated by more than five folds with an external electric field. These results suggest the Ge/Si nanowire system possesses strong and tunable spin-orbit interactions and may serve as a candidate for spintronics applications.

preprint2010arXiv

Yang-Mills Interactions and Gravity in Terms of Clifford Algebra

A model of Yang-Mills interactions and gravity in terms of the Clifford algebra Cl(0,6) is presented. The gravity and Yang-Mills actions are formulated as different order terms in a generalized action. The feebleness of gravity as well as the smallness of the cosmological constant and theta terms are discussed at the classical level. The invariance groups, including the de Sitter and the Pati-Salam SU(4) subgroups, consist of gauge transformations from either side of an algebraic spinor. Upon symmetry breaking via the Higgs fields, the remaining symmetries are the Lorentz SO(1,3), color SU(3), electromagnetic U(1)_EM, and an additional U(1). The first generation leptons and quarks are identified with even and odd parts of spinor idempotent projections. There are still several shortcomings with the current model. Further research is needed to fully recover the standard model results.

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.

preprint2009arXiv

Different mechanisms for efficient optical transmission through bilayered subwavelength patterned metal films

Light transmission through bilayered thin metal films perforated with subwavelength hole arrays are numerically studied based on a full-vector finite-difference time-domain approach. A variety of transmission peaks originating from different physical mechanisms are observed. In addition to the direct tunnelling and Fabry-Pèrot resonances, generally possessed by idealized bilayered dielectric slabs, the near-field localized plasmon polaritons also play important roles. They not only influence the direct tunnelling in a destructive or constructive way, the interactions between these localized plasmon polaritons on different metal films also result in additional channels which transfer optical energy effectively.

preprint2008arXiv

High pressure study on LaFeAsO with different Tc

We report studies on pressure dependence of superconducting transition temperature (Tc) of LaFeAsO, LaFeAs(O0.5F0.5) and LaFeAs(O0.89F0.11) samples. In-situ resistance measurements under high pressure showed that the Tc of these three compounds increases with pressure initially, reaches a maximum value and then decreases with further increasing pressure, although the Tc at ambient pressure are different. The onset Tc of LaFeAsO is ~50 K at 1.5 GPa, which is the highest record in La-based oxypnicited system. The significant change in Tc induced by pressure is attributed to the orbital degeneracy and the electron density of state at the Fermi level.

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.

preprint2005arXiv

First-Principles Simulations of Inelastic Electron Tunneling Spectroscopyof Molecular Junctions

A generalized Green's function theory is developed to simulate the inelastic electron tunneling spectroscopy (IETS) of molecular junctions. It has been applied to a realistic molecular junction with an octanedithiolate embedded between two gold contacts in combination with the hybrid density functional theory calculations. The calculated spectra are in excellent agreement with recent experimental results. Strong temperature dependence of the experimental IETS spectra is also reproduced. It is shown that the IETS is extremely sensitive to the intra-molecular conformation and to the molecule-metal contact geometry.

preprint2004arXiv

Coherent Single Charge Transport in Molecular-Scale Silicon Nanowire Transistors

We report low-temperature electrical transport studies of molecule-scale silicon nanowires. Individual nanowires exhibit well-defined Coulomb blockade oscillations characteristic of charge addition to a single nanostructure with length scales up to at least 400 nm. Further studies demonstrate coherent charge transport through discrete single particle quantum levels extending the whole device, and show that the ground state spin configuration follows the Lieb-Mattis theorem. In addition, depletion of the nanowires suggests that phase coherent single-dot characteristics are accessible in a regime where correlations are strong.

preprint1995arXiv

The strange quark spin of the proton in semi-inclusive $Λ$ leptoproduction

Considering the possible interpretation of the Ellis-Jaffe sum rule violation that the strange quark in the polarized proton is remarkably polarized in the opposite direction of the proton spin, we investigate its implication in the semi-inclusive $Λ$ production in deep inelastic process with the electron beam unpolarized and proton target polarized longitudinally. As a result, we find that the measurement of the $Λ$ polarization in the process considered can provide clean information about the strange quark spin distribution in the proton.