Catalog footprint

What is connected

356works
68topics
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

356 published item(s)

preprint2026arXiv

Distribution-Aligned Sequence Distillation for Superior Long-CoT Reasoning

In this report, we introduce DASD-4B-Thinking, a lightweight yet highly capable, fully open-source reasoning model. It achieves SOTA performance among open-source models of comparable scale across challenging benchmarks in mathematics, scientific reasoning, and code generation -- even outperforming several larger models. We begin by critically reexamining a widely adopted distillation paradigm in the community: SFT on teacher-generated responses, also known as sequence-level distillation. Although a series of recent works following this scheme have demonstrated remarkable efficiency and strong empirical performance, they are primarily grounded in the SFT perspective. Consequently, these approaches focus predominantly on designing heuristic rules for SFT data filtering, while largely overlooking the core principle of distillation itself -- enabling the student model to learn the teacher's full output distribution so as to inherit its generalization capability. Specifically, we identify three critical limitations in current practice: i) Inadequate representation of the teacher's sequence-level distribution; ii) Misalignment between the teacher's output distribution and the student's learning capacity; and iii) Exposure bias arising from teacher-forced training versus autoregressive inference. In summary, these shortcomings reflect a systemic absence of explicit teacher-student interaction throughout the distillation process, leaving the essence of distillation underexploited. To address these issues, we propose several methodological innovations that collectively form an enhanced sequence-level distillation training pipeline. Remarkably, DASD-4B-Thinking obtains competitive results using only 448K training samples -- an order of magnitude fewer than those employed by most existing open-source efforts. To support community research, we publicly release our models and the training dataset.

preprint2026arXiv

Draft Less, Retrieve More: Hybrid Tree Construction for Speculative Decoding

Speculative decoding (SD) accelerates large language model inference by leveraging a draft-then-verify paradigm. To maximize the acceptance rate, recent methods construct expansive draft trees, which unfortunately incur severe VRAM bandwidth and computational overheads that bottleneck end-to-end speedups. While dynamic-depth pruning can reduce this latency by removing marginal branches, it also discards potentially valid candidates, preventing the acceptance rate from reaching the upper bound of dense trees. In this paper, we identify a critical opportunity in resource allocation: the transition from dense to pruned drafting frees up significant computational budget. To break this Pareto tradeoff, we introduce Graft, a compensation framework that couples pruning and retrieval as mutually reinforcing operations. Pruning supplies sufficient budget for retrieval, while retrieval compensates for pruning-induced coverage loss and recovers accepted length. By employing a sequential `prune-then-graft' mechanism, Graft attaches highly predictive retrieved tokens into positions opened by pruning, filling the topological gaps with near-zero overhead. Graft is entirely training-free and lossless. Comprehensive evaluations show that Graft establishes a new Pareto frontier across practical deployment settings, including short-context generation, long-context generation, and large-scale models. On short-context benchmarks, it achieves up to 5.41$\times$ speedup and improves average speedup over EAGLE-3 by up to 21.8% on the large-scale Qwen3-235B. We also provide a preliminary exploration of applying Graft to the DFlash-style block drafting paradigm, offering initial evidence and insights for extending grafting beyond autoregressive draft trees.

preprint2026arXiv

Efficient Verification of Neural Control Barrier Functions with Smooth Nonlinear Activations

Formal verification of neural control barrier functions (NCBFs) remains challenging, especially for neural networks with nonlinear activations like \(\tanh\). Existing CROWN-based methods rely on conservative linear relaxations for Jacobian bounds, limiting scalability. We propose LightCROWN, which computes tighter Jacobian bounds by exploiting the analytical properties of activation functions. Experiments on nonlinear control systems including the inverted pendulum, Dubins car, and planar quadrotor demonstrate that LightCROWN improves verification success rates up to 100\%, while enhancing speed and scalability. Our approach provides a generalizable improvement for CROWN-based frameworks, enabling more efficient verification of complex NCBFs. The code can be found at github.com/Autonomous-Systems-and-Control-Lab/verify-neural-CBF.

preprint2026arXiv

FedMM: Federated Collaborative Signal Quantization for Multi-Market CTR Prediction

Online platforms such as Amazon and Netflix serve users across multiple countries and regions, underscoring the importance of multi-market recommendation (MMR). Most MMR methods adopt a pre-training and fine-tuning paradigm, in which a unified model is first trained on centralized, global data and subsequently adapted to specific markets. However, this approach ignores the privacy of market data. While traditional federated learning preserves privacy, it typically aims to obtain a global model by aggregating model parameters and does not account for significant market heterogeneity. Additionally, because ID spaces are disjoint across markets, embedding-based aggregation strategies become ineffective. To overcome these challenges, we propose a federated collaborative signal quantization (FedMM) method for multi-market click-through rate (CTR) prediction. Our core idea leverages a discrete codebook mechanism to achieve privacy-preserving transmission and align disjoint ID spaces. We further employ a hierarchical codebook structure to capture cross-market shared patterns and market-specific characteristics. Specifically, we deploy a residual quantized variational autoencoder (RQ-VAE) with a dual-layer codebook mechanism for each market to quantize collaborative embeddings. The first layer utilizes a global federated codebook, updated via aggregation to capture universally shared collaborative patterns, while the second layer maintains a local codebook to learn market-specific semantics. Finally, the learned discrete codes, which integrate both general and specific collaborative signals, are incorporated into downstream CTR models to enhance prediction accuracy across all markets. Extensive experiments on benchmark datasets demonstrate that FedMM significantly improves recommendation performance with privacy guarantees.

preprint2026arXiv

Forcing-KV: Hybrid KV Cache Compression for Efficient Autoregressive Video Diffusion Models

Autoregressive (AR) video diffusion models adopt a streaming generation framework, enabling long-horizon video generation with real-time responsiveness, as exemplified by the Self Forcing training paradigm. However, existing AR video diffusion models still suffer from significant attention complexity and severe memory overhead due to the redundant key-value (KV) caches across historical frames, which limits scalability. In this paper, we tackle this challenge by introducing KV cache compression into autoregressive video diffusion. We observe that attention heads in mainstream AR diffusion models exhibit markedly distinct attention patterns and functional roles that remain stable across samples and denoising steps. Building on our empirical study of head-wise functional specialization, we divide the attention heads into two categories: static heads, which focus on transitions across autoregressive chunks and intra-frame fidelity, and dynamic heads, which govern inter-frame motion and consistency. We then propose Forcing-KV, a hybrid KV cache compression strategy that performs structured static pruning for static heads and dynamic pruning based on segment-wise similarity for dynamic heads. While maintaining output quality, our method achieves a generation speed of over 29 frames per second on a single NVIDIA H200 GPU along with 30% cache memory reduction, delivering up to 1.35x and 1.50x speedups on LongLive and Self Forcing at 480P resolution, and further scaling to 2.82x speedup at 1080P resolution. Code and demo videos are provided at https://zju-jiyicheng.github.io/Forcing-KV-Page.

preprint2026arXiv

GEAR: Granularity-Adaptive Advantage Reweighting for LLM Agents via Self-Distillation

Reinforcement learning has become a widely used post-training approach for LLM agents, where training commonly relies on outcome-level rewards that provide only coarse supervision. While finer-grained credit assignment is promising for effective policy updates, obtaining reliable local credit and assigning it to the right parts of the long-horizon trajectory remains an open challenge. In this paper, we propose Granularity-adaptivE Advantage Reweighting (GEAR), an adaptive-granularity credit assignment framework that reshapes the trajectory-level GRPO advantage using token- and segment-level signals derived from self-distillation. GEAR compares an on-policy student with a ground-truth-conditioned teacher to obtain a reference-guided divergence signal for identifying adaptive segment boundaries and modulating local advantage weights. This divergence often spikes at the onset of a semantic deviation, while later tokens in the same autoregressive continuation may return to low divergence. GEAR therefore treats such spikes as anchors for adaptive credit regions: where the student remains aligned with the teacher, token-level resolution is preserved; where it departs, GEAR groups the corresponding continuation into an adaptive segment and uses the divergence at the departure point to modulate the segment' s advantage. Experiments across eight mathematical reasoning and agentic tool-use benchmarks with Qwen3 4B and 8B models show that GEAR consistently outperforms standard GRPO, self-distillation-only baselines, and token- or turn-level credit-assignment methods. The gains are especially strong on benchmarks with lower GRPO baseline accuracy, reaching up to around 20\% over GRPO, suggesting that the proposed adaptive reweighting scheme is especially useful in more challenging long-horizon settings.

preprint2026arXiv

GeoGS-CE: Learning Delay--Beam Channel Priors with 3D Gaussians for High-Mobility Scenarios

Wideband channel estimation (CE) in high-mobility scenarios remains challenging because channel responses vary rapidly, while practical systems can allocate only sparse pilots to accommodate dense users. Fortunately, many high-mobility environments, such as high-speed railways, exhibit scheduled trajectories, predictable velocities, and a limited number of dominant propagation paths. These properties induce a delay--beam power spectrum that is more stable than the instantaneous complex channel frequency response (CFR), less sensitive to the random phase coherence, and rich in geometric information. To exploit such environmental properties, we propose GeoGS-CE, a two-stage channel estimation framework for sparse-pilot high-mobility scenarios. In the offline stage, GeoGS-CE jointly models: 1) a scene-level 3D Gaussian representation that captures the non-line-of-sight (NLoS) geometric scattering support, and 2) a leakage-aware differentiable wireless rendering process that maps the NLoS Gaussians, together with an explicit virtual line-of-sight (LoS) component, to the measured delay--beam power spectrum, while accounting for practical OFDM delay and array leakage effects. In the online stage, the delay--beam power spectrum is predicted for each user location and used as a strong covariance prior, enabling accurate full-band and full-array CFR reconstruction and tracking through a linear MMSE estimator. Simulations based on channels generated from a segment of the Guangshen high-speed railway show that the proposed geometric prior substantially improves CFR reconstruction over pilot-only and non-geometric baselines.

preprint2026arXiv

Learning Design-Score Manifold to Guide Diffusion Models for Offline Optimization

Optimizing complex systems, from discovering therapeutic drugs to designing high-performance materials, remains a fundamental challenge across science and engineering, as the underlying rules are often unknown and costly to evaluate. Offline optimization aims to optimize designs for target scores using pre-collected datasets without system interaction. However, conventional approaches may fail beyond training data, predicting inaccurate scores and generating inferior designs. This paper introduces ManGO, a diffusion-based framework that learns the design-score manifold, capturing the design-score interdependencies holistically. Unlike existing methods that treat design and score spaces in isolation, ManGO unifies forward prediction and backward generation, attaining generalization beyond training data. Key to this is its derivative-free guidance for conditional generation, coupled with adaptive inference-time scaling that dynamically optimizes denoising paths. Extensive evaluations demonstrate that ManGO outperforms 24 single- and 10 multi-objective optimization methods across diverse domains, including synthetic tasks, robot control, material design, DNA sequence, and real-world engineering optimization.

preprint2026arXiv

Mon3tr: Monocular 3D Telepresence with Pre-built Gaussian Avatars as Amortization

Immersive telepresence aims to transform human interaction in AR/VR applications by enabling lifelike full-body holographic representations for enhanced remote collaboration. However, existing systems rely on hardware-intensive multi-camera setups and demand high bandwidth for volumetric streaming, limiting their real-time performance on mobile devices. To overcome these challenges, we propose Mon3tr, a novel Monocular 3D telepresence framework that integrates 3D Gaussian splatting (3DGS) based parametric human modeling into telepresence for the first time. Mon3tr adopts an amortized computation strategy, dividing the process into a one-time offline multi-view reconstruction phase to build a user-specific avatar and a monocular online inference phase during live telepresence sessions. A single monocular RGB camera is used to capture body motions and facial expressions in real time to drive the 3DGS-based parametric human model, significantly reducing system complexity and cost. The extracted motion and appearance features are transmitted at < 0.2 Mbps over WebRTC's data channel, allowing robust adaptation to network fluctuations. On the receiver side, e.g., Meta Quest 3, we develop a lightweight 3DGS attribute deformation network to dynamically generate corrective 3DGS attribute adjustments on the pre-built avatar, synthesizing photorealistic motion and appearance at ~ 60 FPS. Extensive experiments demonstrate the state-of-the-art performance of our method, achieving a PSNR of > 28 dB for novel poses, an end-to-end latency of ~ 80 ms, and > 1000x bandwidth reduction compared to point-cloud streaming, while supporting real-time operation from monocular inputs across diverse scenarios. Our demos can be found at https://mon3tr3d.github.io.

preprint2026arXiv

MUSE-FM: Multi-task Environment-aware Foundation Model for Wireless Communications

Recent advancements in foundation models (FMs) have attracted increasing attention in the wireless communication domain. Leveraging the powerful multi-task learning capability, FMs hold the promise of unifying multiple tasks of wireless communication with a single framework. Nevertheless, existing wireless FMs face limitations in the uniformity to address multiple tasks with diverse inputs/outputs across different communication scenarios. In this paper, we propose a MUlti-taSk Environment-aware FM (MUSE-FM) with a unified architecture to handle multiple tasks in wireless communications, while effectively incorporating scenario information. Specifically, to achieve task uniformity, we propose a unified prompt-guided data encoder-decoder pair to handle data with heterogeneous formats and distributions across different tasks. Besides, we integrate the environmental context as a multi-modal input, which serves as prior knowledge of environment and channel distributions and facilitates cross-scenario feature extraction. Simulation results illustrate that the proposed MUSE-FM outperforms existing methods for various tasks, and its prompt-guided encoder-decoder pair facilitates few-shot adaptation to new task configurations. Moreover, the incorporation of environment information improves the ability to adapt to different scenarios.

preprint2026arXiv

Selecting and Testing Asset Pricing Models: A Stepwise Approach

The asset pricing literature emphasizes factor models that minimize pricing errors but overlooks unselected candidate factors that could enhance the performance of test assets. This paper proposes a framework for factor model selection and testing by (i) selecting the optimal model that spans the joint efficient frontier of test assets and all candidate factors, and (ii) testing pricing performance on both test assets and unselected candidate factors. Our framework updates a baseline model (e.g., CAPM) sequentially by adding or removing factors based on asset pricing tests. Ensuring model selection consistency, our framework utilizes the asset pricing duality: minimizing cross-sectionally unexplained pricing errors aligns with maximizing the Sharpe ratio of the selected factor model. Empirical evidence shows that workhorse factor models fail asset pricing tests, whereas our proposed 8-factor model is not rejected and exhibits robust out-of-sample performance.

preprint2026arXiv

STEP3-VL-10B Technical Report

We present STEP3-VL-10B, a lightweight open-source foundation model designed to redefine the trade-off between compact efficiency and frontier-level multimodal intelligence. STEP3-VL-10B is realized through two strategic shifts: first, a unified, fully unfrozen pre-training strategy on 1.2T multimodal tokens that integrates a language-aligned Perception Encoder with a Qwen3-8B decoder to establish intrinsic vision-language synergy; and second, a scaled post-training pipeline featuring over 1k iterations of reinforcement learning. Crucially, we implement Parallel Coordinated Reasoning (PaCoRe) to scale test-time compute, allocating resources to scalable perceptual reasoning that explores and synthesizes diverse visual hypotheses. Consequently, despite its compact 10B footprint, STEP3-VL-10B rivals or surpasses models 10$\times$-20$\times$ larger (e.g., GLM-4.6V-106B, Qwen3-VL-235B) and top-tier proprietary flagships like Gemini 2.5 Pro and Seed-1.5-VL. Delivering best-in-class performance, it records 92.2% on MMBench and 80.11% on MMMU, while excelling in complex reasoning with 94.43% on AIME2025 and 75.95% on MathVision. We release the full model suite to provide the community with a powerful, efficient, and reproducible baseline.

preprint2026arXiv

Task-Oriented Communication for Human Action Understanding via Edge-Cloud Co-Inference

The expanding application of smart sensing has created a growing demand for the accurate understanding of human action at the network edge. Traditional approaches require massive video data to be transmitted from resource-constrained edge devices to powerful cloud servers, incurring prohibitive uplink bandwidth consumption and unacceptable latency while raising privacy concerns. To overcome these bottlenecks, we propose a task-oriented communication framework for human action understanding (TOAU) through edge-cloud collaboration. Our framework utilizes a monocular pose estimator to extract continuous joint coordinates from raw videos, followed by a vector quantized variational autoencoder (VQ-VAE) to convert these coordinates into discrete motion tokens. Consequently, only a compact sequence of codebook indices is transmitted over the network, consuming as few as 9 bits per frame and avoiding privacy leakages. At the cloud server, a lightweight projector aligns these motion tokens with the embedding space of a large vision-language model (VLM) to facilitate complex action understanding, which is trained with an efficient instruction tuning paradigm. Comprehensive evaluations on three benchmarks demonstrate that our TOAU system reduces the transmission payload to approximately 1\% and the system latency to around 20\% compared to video codec-based solutions, while delivering comparable action understanding accuracy.

preprint2026arXiv

Thermally adaptive textile inspired by morpho butterfly for all-season comfort and visible aesthetics

A longstanding challenge in personal thermal management has been transitioning from static, appearance-limited passive radiative cooling (PDRC) materials to systems that are both dynamically adaptive and visually versatile. The central hurdle remains the inherent compromise between color saturation and cooling power. Inspired by organisms such as butterflies, which decouple structural color from thermal function, we present a smart textile that seamlessly merges a dynamic thermochromic layer with static photonic crystals (PCs). This design enables the solar reflectance to be autonomously switched-from approximately 0.6 in the colored state for heating to about 0.9 in the high-reflectance state for cooling. Consequently, outdoor experiments validated substantial temperature regulation: the fabric achieves a surface temperature reduction of 3-4 °C in summer and a heating difference of <1 °C in winter compared to commercial reference materials, all while maintaining high-saturation colors. This dual-mode operation offers a viable pathway for achieving adaptive, aesthetic, and energy-free thermal comfort.

preprint2026arXiv

Unified Value Alignment for Generative Recommendation in Industrial Advertising

Generative Recommendation (GR) reformulates recommendation as a next-token generation problem and has shown promise in industrial applications. However, extending GR to industrial advertising is non-trivial because the system must optimize not only user interest but also commercial value. Existing GR pipelines remain largely semantics-centric, making it difficult to align value signals across tokenization, decoding, and online serving. To address this issue, we propose UniVA, a Unified Value Alignment framework for advertising recommendation. We first introduce a Commercial SID tokenizer that injects value-related attributes into SID construction, yielding value-discriminative item representations. We then develop a Generation-as-Ranking SID Decoder jointly optimized by supervised learning and eCPM-aware reinforcement learning, which fuses value scores into next-item SID generation to perform generation and ranking in one decoding process. Finally, we design a value-guided personalized beam search that reuses generation-as-ranking logits as online value guidance and applies a personalized trie tree to constrain decoding to request-valid SID paths. Experiments on the Tencent WeChat Channels advertising platform show that UniVA achieves a 37.04\% improvement in offline Hit Rate@100 over the baseline and a 1.5\% GMV lift in online A/B tests.

preprint2026arXiv

Unique Decoding of Hyperderivative Reed-Solomon Codes

Error-correcting codes are combinatorial objects designed to cope with the problem of reliable transmission of information on a noisy channel. A fundamental problem in coding theory and practice is to efficiently decode the received word with errors to obtain the transmitted codeword. In this paper, we consider the decoding problem of Hyperderivative Reed-Solomon (HRS) codes with respect to the NRT metric. Specifically, we propose a Welch-Berlekamp algorithm for the unique decoding of NRT HRS codes.

preprint2026arXiv

When Hidden States Drift: Can KV Caches Rescue Long-Range Speculative Decoding?

Speculative decoding accelerates LLM inference, but SOTA hidden-state-based drafters suffer from long-range decay: draft accuracy degrades as the speculative step increases. Existing work attributes this decay to train-inference mismatch and proposes test-time training (TTT) as a remedy, yet we observe that long-range decay persists even in TTT-trained drafters. We revisit long-range decay from the perspective of context information preservation. In hidden-state reuse, we argue the target hidden state acts as a biased context compression: it aggregates historical token information according to the attention query at the current position, yielding a compact representation optimized for immediate next-token prediction. This compression can suppress information less relevant to the current query but important for later speculative steps. In contrast, the target model's KV cache serves as an explicit context, retaining the complete set of token-wise KV representations. We therefore posit the KV-Reuse Hypothesis: allowing the draft model to reuse the target KV cache can provide richer signals for long-horizon drafting. To test this hypothesis, we introduce KVShot, a diagnostic framework that compares three reuse paradigms: hidden-only, KV-only, and hybrid. Extensive evaluations on Qwen3-8B show that KV-Reuse improves long-range acceptance, although end-to-end speedups remain marginal under current training pipelines. Our analysis identifies two key structural bottlenecks: shallow drafters struggle to estimate target queries accurately, and draft-side KV projections receive sparse gradient signals. These findings suggest that realizing the full potential of KV-aware decoding requires moving beyond TTT toward block-wise training paradigms. By exposing these bottlenecks, KVShot provides a foundational diagnostic testbed and a clear roadmap for designing next-generation inference architectures.

preprint2025arXiv

Bidirectional Sparse Attention for Faster Video Diffusion Training

Video diffusion Transformer (DiT) models excel in generative quality but hit major computational bottlenecks when producing high-resolution, long-duration videos. The quadratic complexity of full attention leads to prohibitively high training and inference costs. Full attention inefficiency stems from two key challenges: excessive computation due to the inherent sparsity of Queries and Key-Value pairs, and redundant computation as fixed sparse patterns fail to leverage DiT's dynamic attention. To overcome this limitation, we propose a Bidirectional Sparse Attention (BSA) framework for faster video DiT training, the first to dynamically sparsify both Queries and Key-Value pairs within 3D full attention, thereby substantially improving training and inference efficiency. BSA addresses these issues through two key components. Query sparsity is optimized by selecting the most informative query tokens via semantic similarity and with a dynamic spatial-time training strategy, while KV sparsity is achieved by computing a statistical dynamic threshold to retain only the most salient KV blocks for computation. Extensive experiments demonstrate that BSA significantly accelerates DiT training across long sequences, reducing FLOPs by up to 20x and achieving 17.79x faster attention training, while preserving or even surpassing the generative quality of full attention.

preprint2025arXiv

GaussianImage++: Boosted Image Representation and Compression with 2D Gaussian Splatting

Implicit neural representations (INRs) have achieved remarkable success in image representation and compression, but they require substantial training time and memory. Meanwhile, recent 2D Gaussian Splatting (GS) methods (\textit{e.g.}, GaussianImage) offer promising alternatives through efficient primitive-based rendering. However, these methods require excessive Gaussian primitives to maintain high visual fidelity. To exploit the potential of GS-based approaches, we present GaussianImage++, which utilizes limited Gaussian primitives to achieve impressive representation and compression performance. Firstly, we introduce a distortion-driven densification mechanism. It progressively allocates Gaussian primitives according to signal intensity. Secondly, we employ context-aware Gaussian filters for each primitive, which assist in the densification to optimize Gaussian primitives based on varying image content. Thirdly, we integrate attribute-separated learnable scalar quantizers and quantization-aware training, enabling efficient compression of primitive attributes. Experimental results demonstrate the effectiveness of our method. In particular, GaussianImage++ outperforms GaussianImage and INRs-based COIN in representation and compression performance while maintaining real-time decoding and low memory usage.

preprint2025arXiv

Introduction to the Chinese Space Station Survey Telescope (CSST)

The Chinese Space Station Survey Telescope (CSST) is an upcoming Stage-IV sky survey telescope, distinguished by its large field of view (FoV), high image quality, and multi-band observation capabilities. It can simultaneously conduct precise measurements of the Universe by performing multi-color photometric imaging and slitless spectroscopic surveys. The CSST is equipped with five scientific instruments, i.e. Multi-band Imaging and Slitless Spectroscopy Survey Camera (SC), Multi-Channel Imager (MCI), Integral Field Spectrograph (IFS), Cool Planet Imaging Coronagraph (CPI-C), and THz Spectrometer (TS). Using these instruments, CSST is expected to make significant contributions and discoveries across various astronomical fields, including cosmology, galaxies and active galactic nuclei (AGN), the Milky Way and nearby galaxies, stars, exoplanets, Solar System objects, astrometry, and transients and variable sources. This review aims to provide a comprehensive overview of the CSST instruments, observational capabilities, data products, and scientific potential.

preprint2025arXiv

Symbolic identification of tensor equations in multidimensional physical fields

Recently, data-driven methods have shown great promise for discovering governing equations from simulation or experimental data. However, most existing approaches are limited to scalar equations, with few capable of identifying tensor relationships. In this work, we propose a general data-driven framework for identifying tensor equations, referred to as Symbolic Identification of Tensor Equations (SITE). The core idea of SITE--representing tensor equations using a host-plasmid structure--is inspired by the multidimensional gene expression programming (M-GEP) approach. To improve the robustness of the evolutionary process, SITE adopts a genetic information retention strategy. Moreover, SITE introduces two key innovations beyond conventional evolutionary algorithms. First, it incorporates a dimensional homogeneity check to restrict the search space and eliminate physically invalid expressions. Second, it replaces traditional linear scaling with a tensor linear regression technique, greatly enhancing the efficiency of numerical coefficient optimization. We validate SITE using two benchmark scenarios, where it accurately recovers target equations from synthetic data, showing robustness to noise and small sample sizes. Furthermore, SITE is applied to identify constitutive relations directly from molecular simulation data, which are generated without reliance on macroscopic constitutive models. It adapts to both compressible and incompressible flow conditions and successfully identifies the corresponding macroscopic forms, highlighting its potential for data-driven discovery of tensor equation.

preprint2023arXiv

Artificial intelligence for diagnosing and predicting survival of patients with renal cell carcinoma: Retrospective multi-center study

Background: Clear cell renal cell carcinoma (ccRCC) is the most common renal-related tumor with high heterogeneity. There is still an urgent need for novel diagnostic and prognostic biomarkers for ccRCC. Methods: We proposed a weakly-supervised deep learning strategy using conventional histology of 1752 whole slide images from multiple centers. Our study was demonstrated through internal cross-validation and external validations for the deep learning-based models. Results: Automatic diagnosis for ccRCC through intelligent subtyping of renal cell carcinoma was proved in this study. Our graderisk achieved aera the curve (AUC) of 0.840 (95% confidence interval: 0.805-0.871) in the TCGA cohort, 0.840 (0.805-0.871) in the General cohort, and 0.840 (0.805-0.871) in the CPTAC cohort for the recognition of high-grade tumor. The OSrisk for the prediction of 5-year survival status achieved AUC of 0.784 (0.746-0.819) in the TCGA cohort, which was further verified in the independent General cohort and the CPTAC cohort, with AUC of 0.774 (0.723-0.820) and 0.702 (0.632-0.765), respectively. Cox regression analysis indicated that graderisk, OSrisk, tumor grade, and tumor stage were found to be independent prognostic factors, which were further incorporated into the competing-risk nomogram (CRN). Kaplan-Meier survival analyses further illustrated that our CRN could significantly distinguish patients with high survival risk, with hazard ratio of 5.664 (3.893-8.239, p < 0.0001) in the TCGA cohort, 35.740 (5.889-216.900, p < 0.0001) in the General cohort and 6.107 (1.815 to 20.540, p < 0.0001) in the CPTAC cohort. Comparison analyses conformed that our CRN outperformed current prognosis indicators in the prediction of survival status, with higher concordance index for clinical prognosis.

preprint2023arXiv

GNN-Enhanced Approximate Message Passing for Massive/Ultra-Massive MIMO Detection

Efficient massive/ultra-massive multiple-input multiple-output (MIMO) detection algorithms with satisfactory performance and low complexity are critical to meet the high throughput and ultra-low latency requirements in 5G and beyond communications, given the extremely large number of antennas. In this paper, we propose a low-complexity graph neural network (GNN) enhanced approximate message passing (AMP) algorithm, AMP-GNN, for massive/ultra-massive MIMO detection. The structure of the neural network is customized by unfolding the AMP algorithm and introducing the GNN module for multiuser interference cancellation. Numerical results will show that the proposed AMP-GNN significantly improves the performance of the AMP detector and achieves comparable performance as the state-of-the-art deep learning-based MIMO detectors but with reduced computational complexity. Furthermore, it presents strong robustness to the change of the number of users.

preprint2023arXiv

Hierarchical Federated Learning with Quantization: Convergence Analysis and System Design

Federated learning (FL) is a powerful distributed machine learning framework where a server aggregates models trained by different clients without accessing their private data. Hierarchical FL, with a client-edge-cloud aggregation hierarchy, can effectively leverage both the cloud server's access to many clients' data and the edge servers' closeness to the clients to achieve a high communication efficiency. Neural network quantization can further reduce the communication overhead during model uploading. To fully exploit the advantages of hierarchical FL, an accurate convergence analysis with respect to the key system parameters is needed. Unfortunately, existing analysis is loose and does not consider model quantization. In this paper, we derive a tighter convergence bound for hierarchical FL with quantization. The convergence result leads to practical guidelines for important design problems such as the client-edge aggregation and edge-client association strategies. Based on the obtained analytical results, we optimize the two aggregation intervals and show that the client-edge aggregation interval should slowly decay while the edge-cloud aggregation interval needs to adapt to the ratio of the client-edge and edge-cloud propagation delay. Simulation results shall verify the design guidelines and demonstrate the effectiveness of the proposed aggregation strategy.

preprint2023arXiv

Learning Task-Oriented Communication for Edge Inference: An Information Bottleneck Approach

This paper investigates task-oriented communication for edge inference, where a low-end edge device transmits the extracted feature vector of a local data sample to a powerful edge server for processing. It is critical to encode the data into an informative and compact representation for low-latency inference given the limited bandwidth. We propose a learning-based communication scheme that jointly optimizes feature extraction, source coding, and channel coding in a task-oriented manner, i.e., targeting the downstream inference task rather than data reconstruction. Specifically, we leverage an information bottleneck (IB) framework to formalize a rate-distortion tradeoff between the informativeness of the encoded feature and the inference performance. As the IB optimization is computationally prohibitive for the high-dimensional data, we adopt a variational approximation, namely the variational information bottleneck (VIB), to build a tractable upper bound. To reduce the communication overhead, we leverage a sparsity-inducing distribution as the variational prior for the VIB framework to sparsify the encoded feature vector. Furthermore, considering dynamic channel conditions in practical communication systems, we propose a variable-length feature encoding scheme based on dynamic neural networks to adaptively adjust the activated dimensions of the encoded feature to different channel conditions. Extensive experiments evidence that the proposed task-oriented communication system achieves a better rate-distortion tradeoff than baseline methods and significantly reduces the feature transmission latency in dynamic channel conditions.

preprint2023arXiv

Machine Learning for Large-Scale Optimization in 6G Wireless Networks

The sixth generation (6G) wireless systems are envisioned to enable the paradigm shift from "connected things" to "connected intelligence", featured by ultra high density, large-scale, dynamic heterogeneity, diversified functional requirements and machine learning capabilities, which leads to a growing need for highly efficient intelligent algorithms. The classic optimization-based algorithms usually require highly precise mathematical model of data links and suffer from poor performance with high computational cost in realistic 6G applications. Based on domain knowledge (e.g., optimization models and theoretical tools), machine learning (ML) stands out as a promising and viable methodology for many complex large-scale optimization problems in 6G, due to its superior performance, generalizability, computational efficiency and robustness. In this paper, we systematically review the most representative "learning to optimize" techniques in diverse domains of 6G wireless networks by identifying the inherent feature of the underlying optimization problem and investigating the specifically designed ML frameworks from the perspective of optimization. In particular, we will cover algorithm unrolling, learning to branch-and-bound, graph neural network for structured optimization, deep reinforcement learning for stochastic optimization, end-to-end learning for semantic optimization, as well as federated learning for distributed optimization, for solving challenging large-scale optimization problems arising from various important wireless applications. Through the in-depth discussion, we shed light on the excellent performance of ML-based optimization algorithms with respect to the classical methods, and provide insightful guidance to develop advanced ML techniques in 6G networks.

preprint2022arXiv

A class of twisted generalized Reed-Solomon codes

Let $\mathbb{F}_q$ be a finite field of size $q$ and $\mathbb{F}_q^*$ the set of non-zero elements of $\mathbb{F}_q$. In this paper, we study a class of twisted generalized Reed-Solomon code $C_\ell(D, k, η, \vec{v})\subset \mathbb{F}_q^n$ generated by the following matrix \[ \left(\begin{array}{cccc} v_{1} & v_{2} & \cdots & v_{n} \\ v_{1} α_{1} & v_{2} α_{2} & \cdots & v_{n} α_{n} \\ \vdots & \vdots & \ddots & \vdots \\ v_{1} α_{1}^{\ell-1} & v_{2} α_{2}^{\ell-1} & \cdots & v_{n} α_{n}^{\ell-1} \\ v_{1} α_{1}^{\ell+1} & v_{2} α_{2}^{\ell+1} & \cdots & v_{n} α_{n}^{\ell+1} \\ \vdots & \vdots & \ddots & \vdots \\ v_{1} α_{1}^{k-1} & v_{2} α_{2}^{k-1} & \cdots & v_{n} α_{n}^{k-1} \\ v_{1}\left(α_{1}^{\ell}+ηα_{1}^{q-{2}}\right) & v_{2}\left(α_{2}^{\ell}+ ηα_{2}^{q-2}\right) &\cdots & v_{n}\left(α_{n}^{\ell}+ηα_{n}^{q-2}\right) \end{array}\right) \] where $0\leq \ell\leq k-1,$ the evaluation set $D=\{α_{1},α_{2},\cdots, α_{n}\}\subseteq \mathbb{F}_q^*$, scaling vector $\vec{v}=(v_1,v_2,\cdots,v_n)\in (\mathbb{F}_q^*)^n$ and $η\in\mathbb{F}_q^*$. The minimum distance and dual code of $C_\ell(D, k, η, \vec{v})$ will be determined. For the special case $\ell=k-1,$ a sufficient and necessary condition for $C_{k-1}(D, k, η, \vec{v})$ to be self-dual will be given. We will also show that the code is MDS or near-MDS. Moreover, a complete classification when the code is near-MDS or MDS will be presented.

preprint2022arXiv

A Critical Analysis of Image-based Camera Pose Estimation Techniques

Camera, and associated with its objects within the field of view, localization could benefit many computer vision fields, such as autonomous driving, robot navigation, and augmented reality (AR). In this survey, we first introduce specific application areas and the evaluation metrics for camera localization pose according to different sub-tasks (learning-based 2D-2D task, feature-based 2D-3D task, and 3D-3D task). Then, we review common methods for structure-based camera pose estimation approaches, absolute pose regression and relative pose regression approaches by critically modelling the methods to inspire further improvements in their algorithms such as loss functions, neural network structures. Furthermore, we summarise what are the popular datasets used for camera localization and compare the quantitative and qualitative results of these methods with detailed performance metrics. Finally, we discuss future research possibilities and applications.

preprint2022arXiv

A ferrotoroidic candidate with well-separated spin chains

The search of novel quasi one-dimensional (1D) materials is one of the important aspects in the field of material science. Toroidal moment, the order parameter of ferrotoroidic order, can be generated by a head-to-tail configuration of magnetic moment. It has been theoretically proposed that one-dimensional (1D) dimerized and antiferromagnetic-like spin chain hosts ferrotoroidicity and has the toroidal moment composed of only two antiparallel spins. Here, we report a ferrotoroidic candidate of Ba6Cr2S10 with such a theoretical model of spin chain. The structure consists of unique dimerized face-sharing CrS6 octahedral chains along the c axis. An antiferromagnetic-like ordering at ~10 K breaks both space- and time-reversal symmetries and the magnetic point group of mm'2' allows three ferroic orders in Ba6Cr2S10: (anti)ferromagnetic, ferroelectric and ferrotoroidic orders. Our investigation reveals that Ba6Cr2S10 is a rare ferrotoroidic candidate with quasi 1D spin chain, which can be considered as a starting point for the further exploration of the physics and applications of ferrotoroidicity.

preprint2022arXiv

A Manifold-based Airfoil Geometric-feature Extraction and Discrepant Data Fusion Learning Method

Geometrical shape of airfoils, together with the corresponding flight conditions, are crucial factors for aerodynamic performances prediction. The obtained airfoils geometrical features in most existing approaches (e.g., geometrical parameters extraction, polynomial description and deep learning) are in Euclidean space. State-of-the-art studies showed that curves or surfaces of an airfoil formed a manifold in Riemannian space. Therefore, the features extracted by existing methods are not sufficient to reflect the geometric-features of airfoils. Meanwhile, flight conditions and geometric features are greatly discrepant with different types, the relevant knowledge of the influence of these two factors that on final aerodynamic performances predictions must be evaluated and learned to improve prediction accuracy. Motivated by the advantages of manifold theory and multi-task learning, we propose a manifold-based airfoil geometric-feature extraction and discrepant data fusion learning method (MDF) to extract geometric-features of airfoils in Riemannian space (we call them manifold-features) and further fuse the manifold-features with flight conditions to predict aerodynamic performances. Experimental results show that our method could extract geometric-features of airfoils more accurately compared with existing methods, that the average MSE of re-built airfoils is reduced by 56.33%, and while keeping the same predicted accuracy level of CL, the MSE of CD predicted by MDF is further reduced by 35.37%.

preprint2022arXiv

A New Magnetic Parameter of Active Regions Distinguishing Large Eruptive and Confined Solar Flares

With the aim of investigating how the magnetic field in solar active regions (ARs) controls flare activity, i.e., whether a confined or eruptive flare occurs, we analyze 106 flares of Geostationary Operational Environmental Satellite (GOES) class $\geq$M1.0 during 2010$-$2019. We calculate mean characteristic twist parameters $α$$_{FPIL}$ within the "flaring polarity inversion line" region and $α$$_\mathrm{HFED}$ within the area of high photospheric magnetic free energy density, which both provide measures of the nonpotentiality of AR core region. Magnetic twist is thought to be related to the driving force of electric current-driven instabilities, such as the helical kink instability. We also calculate total unsigned magnetic flux ($Φ$$_\mathrm{AR}$) of ARs producing the flare, which describes the strength of the background field confinement. By considering both the constraining effect of background magnetic fields and the magnetic non-potentiality of ARs, we propose a new parameter $α$/$Φ$$_\mathrm{AR}$ to measure the probability for a large flare to be associated with a coronal mass ejection (CME). We find that in about 90\% of eruptive flares, $α$$_\mathrm{FPIL}$/$Φ$$_\mathrm{AR}$ and $α$$_\mathrm{HFED}$/$Φ$$_\mathrm{AR}$ are beyond critical values (2.2$\times$$10^{-24}$ and 3.2$\times$$10^{-24}$ Mm$^{-1}$ Mx$^{-1}$), whereas they are less than critical values in $\sim$ 80\% of confined flares. This indicates that the new parameter $α$/$Φ$$_\mathrm{AR}$ is well able to distinguish eruptive flares from confined flares. Our investigation suggests that the relative measure of magnetic nonpotentiality within the AR core over the restriction of the background field largely controls the capability of ARs to produce eruptive flares.

preprint2022arXiv

An Extended Halo-based Group/Cluster finder: application to the DESI legacy imaging surveys DR8

We extend the halo-based group finder developed by \citet[][]{Yang2005a} to use data {\it simultaneously} with either photometric or spectroscopic redshifts. A mock galaxy redshift survey constructed from a high-resolution N-body simulation is used to evaluate the performance of this extended group finder. For galaxies with magnitude ${\rm z\le 21}$ and redshift $0<z\le 1.0$ in the DESI legacy imaging surveys (the Legacy Surveys), our group finder successfully identifies more than 60\% of the members in about $90\%$ of halos with mass $\ga 10^{12.5}\msunh$. Detected groups with mass $\ga 10^{12.0}\msunh$ have a purity (the fraction of true groups) greater than 90\%. The halo mass assigned to each group has an uncertainty of about 0.2 dex at the high mass end $\ga 10^{13.5}\msunh$ and 0.40 dex at the low mass end. Groups with more than 10 members have a redshift accuracy of $\sim 0.008$. We apply this group finder to the Legacy Surveys DR8 and find 5.2 Million groups with at least 3 members. About 387,000 of these groups have at least 10 members. The resulting catalog containing 3D coordinates, richness, halo masses, and total group luminosities, is made publicly available.

preprint2022arXiv

Attention Distraction: Watermark Removal Through Continual Learning with Selective Forgetting

Fine-tuning attacks are effective in removing the embedded watermarks in deep learning models. However, when the source data is unavailable, it is challenging to just erase the watermark without jeopardizing the model performance. In this context, we introduce Attention Distraction (AD), a novel source data-free watermark removal attack, to make the model selectively forget the embedded watermarks by customizing continual learning. In particular, AD first anchors the model's attention on the main task using some unlabeled data. Then, through continual learning, a small number of \textit{lures} (randomly selected natural images) that are assigned a new label distract the model's attention away from the watermarks. Experimental results from different datasets and networks corroborate that AD can thoroughly remove the watermark with a small resource budget without compromising the model's performance on the main task, which outperforms the state-of-the-art works.

preprint2022arXiv

Berry-phase switch in electrostatically-confined topological surface states

Here we visualize the trapping of topological surface states in the circular n-p junctions on the top surface of the 7-quintuple-layer three dimensional (3D) topological insulator (TI) Sb2Te3 epitaxial films. As shown by spatially- and field-dependent tunneling spectra, these trapped resonances show field-induced splittings between the degenerate time-reversal-symmetric states at zero magnetic field. These behaviors are attributed unambiguously to Berry-phase switch by comparing the experimental data with both numerical and semi-classical simulations. The successful electrostatic trapping of topological surface states in epitaxial films and the observation of Berry-phase switch provide a rich platform of exploiting new ideas for TI-based quantum devices.

preprint2022arXiv

Can the graviton have a large mass near black holes?

The mass of the graviton, if nonzero, is usually considered to be very small, e.g. of the Hubble scale, from several observational constraints. In this paper, we propose a gravity model where the graviton mass is very small in the usual weak gravity environments, below all the current graviton mass bounds, but becomes much larger in the strong gravity regime such as a black hole's vicinity. For black holes in this model, significant deviations from general relativity emerge very close to the black hole horizon and alter the black hole quasi-normal modes, which can be extracted from the ringdown waveform of black hole binary mergers. Also, the enhancement of the graviton mass near the horizon can result in echoes in the late time ringdown, which can be verified in the upcoming gravitational wave observations of higher sensitivity.

preprint2022arXiv

Communication-Efficient Federated Distillation with Active Data Sampling

Federated learning (FL) is a promising paradigm to enable privacy-preserving deep learning from distributed data. Most previous works are based on federated average (FedAvg), which, however, faces several critical issues, including a high communication overhead and the difficulty in dealing with heterogeneous model architectures. Federated Distillation (FD) is a recently proposed alternative to enable communication-efficient and robust FL, which achieves orders of magnitude reduction of the communication overhead compared with FedAvg and is flexible to handle heterogeneous models at the clients. However, so far there is no unified algorithmic framework or theoretical analysis for FD-based methods. In this paper, we first present a generic meta-algorithm for FD and investigate the influence of key parameters through empirical experiments. Then, we verify the empirical observations theoretically. Based on the empirical results and theory, we propose a communication-efficient FD algorithm with active data sampling to improve the model performance and reduce the communication overhead. Empirical simulations on benchmark datasets will demonstrate that our proposed algorithm effectively and significantly reduces the communication overhead while achieving a satisfactory performance.

preprint2022arXiv

Data-Driven Deep Learning Based Hybrid Beamforming for Aerial Massive MIMO-OFDM Systems with Implicit CSI

In an aerial hybrid massive multiple-input multiple-output (MIMO) and orthogonal frequency division multiplexing (OFDM) system, how to design a spectral-efficient broadband multi-user hybrid beamforming with a limited pilot and feedback overhead is challenging. To this end, by modeling the key transmission modules as an end-to-end (E2E) neural network, this paper proposes a data-driven deep learning (DL)-based unified hybrid beamforming framework for both the time division duplex (TDD) and frequency division duplex (FDD) systems with implicit channel state information (CSI). For TDD systems, the proposed DL-based approach jointly models the uplink pilot combining and downlink hybrid beamforming modules as an E2E neural network. While for FDD systems, we jointly model the downlink pilot transmission, uplink CSI feedback, and downlink hybrid beamforming modules as an E2E neural network. Different from conventional approaches separately processing different modules, the proposed solution simultaneously optimizes all modules with the sum rate as the optimization object. Therefore, by perceiving the inherent property of air-to-ground massive MIMO-OFDM channel samples, the DL-based E2E neural network can establish the mapping function from the channel to the beamformer, so that the explicit channel reconstruction can be avoided with reduced pilot and feedback overhead. Besides, practical low-resolution phase shifters (PSs) introduce the quantization constraint, leading to the intractable gradient backpropagation when training the neural network. To mitigate the performance loss caused by the phase quantization error, we adopt the transfer learning strategy to further fine-tune the E2E neural network based on a pre-trained network that assumes the ideal infinite-resolution PSs. Numerical results show that our DL-based schemes have considerable advantages over state-of-the-art schemes.

preprint2022arXiv

Deep Adaptive Arbitrary Polynomial Chaos Expansion: A Mini-data-driven Semi-supervised Method for Uncertainty Quantification

The surrogate model-based uncertainty quantification method has drawn much attention in many engineering fields. Polynomial chaos expansion (PCE) and deep learning (DL) are powerful methods for building a surrogate model. However, PCE needs to increase the expansion order to improve the accuracy of the surrogate model, which causes more labeled data to solve the expansion coefficients, and DL also requires a lot of labeled data to train the deep neural network (DNN). First of all, this paper proposes the adaptive arbitrary polynomial chaos (aPC) and proves two properties about the adaptive expansion coefficients. Based on the adaptive aPC, a semi-supervised deep adaptive arbitrary polynomial chaos expansion (Deep aPCE) method is proposed to reduce the training data cost and improve the surrogate model accuracy. For one hand, the Deep aPCE method uses two properties of the adaptive aPC to assist in training the DNN based on only a small amount of labeled data and many unlabeled data, significantly reducing the training data cost. On the other hand, the Deep aPCE method adopts the DNN to fine-tune the adaptive expansion coefficients dynamically, improving the Deep aPCE model accuracy with lower expansion order. Besides, the Deep aPCE method can directly construct accurate surrogate models of the high dimensional stochastic systems without complex dimension-reduction and model decomposition operations. Five numerical examples and an actual engineering problem are used to verify the effectiveness of the Deep aPCE method.

preprint2022arXiv

Enhanced clamshell swimming with asymmetric beating at low Reynolds number

A single flexible filament can be actuated to escape from the scallop theorem and generate net propulsion at low Reynolds number. In this work, we study the dynamics of a simple boundary-driven multi-filament swimmer, a two-arm clamshell actuated at the hinged point, using a nonlocal slender body approximation with full hydrodynamic interactions. We first consider an elastic clamshell consisted of flexible filaments with intrinsic curvature, and then build segmental models consisted of rigid segments connected by different mechanical joints with different forms of response torques. The simplicity of the system allows us to fully explore the effect of various parameters on the swimming performance. Optimal included angles and elastoviscous numbers are identified. The segmental models capture the characteristic dynamics of the elastic clamshell. We further demonstrate how the swimming performance can be significantly enhanced by the asymmetric beating patterns induced by biased torques.

preprint2022arXiv

Error Rate Analysis for Grant-free Massive Random Access with Short-Packet Transmission

Grant-free massive random access (RA) is a promising protocol to support the massive machine-type communications (mMTC) scenario in 5G and beyond networks. In this paper, we focus on the error rate analysis in grant-free massive RA, which is critical for practical deployment but has not been well studied. We consider a two-phase frame structure, with a pilot transmission phase for activity detection and channel estimation, followed by a data transmission phase with coded data symbols. Considering the characteristics of short-packet transmission, we analyze the block error rate (BLER) in the finite blocklength regime to characterize the data transmission performance. The analysis involves characterizing the activity detection and channel estimation errors as well as applying the random matrix theory (RMT) to analyze the distribution of the post-processing signal-to-noise ratio (SNR). As a case study, the derived BLER expression is further simplified to optimize the pilot length. Simulation results verify our analysis and demonstrate its effectiveness in pilot length optimization.

preprint2022arXiv

Evolution as a Service: A Privacy-Preserving Genetic Algorithm for Combinatorial Optimization

Evolutionary algorithms (EAs), such as the genetic algorithm (GA), offer an elegant way to handle combinatorial optimization problems (COPs). However, limited by expertise and resources, most users do not have enough capability to implement EAs to solve COPs. An intuitive and promising solution is to outsource evolutionary operations to a cloud server, whilst it suffers from privacy concerns. To this end, this paper proposes a novel computing paradigm, evolution as a service (EaaS), where a cloud server renders evolutionary computation services for users without sacrificing users' privacy. Inspired by the idea of EaaS, this paper designs PEGA, a novel privacy-preserving GA for COPs. Specifically, PEGA enables users outsourcing COPs to the cloud server holding a competitive GA and approximating the optimal solution in a privacy-preserving manner. PEGA features the following characteristics. First, any user without expertise and enough resources can solve her COPs. Second, PEGA does not leak contents of optimization problems, i.e., users' privacy. Third, PEGA has the same capability as the conventional GA to approximate the optimal solution. We implements PEGA falling in a twin-server architecture and evaluates it in the traveling salesman problem (TSP, a widely known COP). Particularly, we utilize encryption cryptography to protect users' privacy and carefully design a suit of secure computing protocols to support evolutionary operators of GA on encrypted data. Privacy analysis demonstrates that PEGA does not disclose the contents of the COP to the cloud server. Experimental evaluation results on four TSP datasets show that PEGA is as effective as the conventional GA in approximating the optimal solution.

preprint2022arXiv

Experimental demonstration of genuine tripartite nonlocality under strict locality conditions

Nonlocality captures one of the counterintuitive features of nature that defies classical intuition. Recent investigations reveal that our physical world's nonlocality is at least tripartite; i.e., genuinely tripartite nonlocal correlations in nature cannot be reproduced by any causal theory involving bipartite nonclassical resources and unlimited shared randomness. Here, by allowing the fair sampling assumption and postselection, we experimentally demonstrate such genuine tripartite nonlocality in a network under strict locality constraints that are ensured by spacelike separating all relevant events and employing fast quantum random number generators and high-speed polarization measurements. In particular, for a photonic quantum triangular network we observe a locality-loophole-free violation of the Bell-type inequality by 7.57 standard deviations for a postselected tripartite Greenberger-Horne-Zeilinger state of fidelity $(93.13 \pm 0.24)\%$, which convincingly disproves the possibility of simulating genuine tripartite nonlocality by bipartite nonlocal resources with globally shared randomness.

preprint2022arXiv

FAAG: Fast Adversarial Audio Generation through Interactive Attack Optimisation

Automatic Speech Recognition services (ASRs) inherit deep neural networks' vulnerabilities like crafted adversarial examples. Existing methods often suffer from low efficiency because the target phases are added to the entire audio sample, resulting in high demand for computational resources. This paper proposes a novel scheme named FAAG as an iterative optimization-based method to generate targeted adversarial examples quickly. By injecting the noise over the beginning part of the audio, FAAG generates adversarial audio in high quality with a high success rate timely. Specifically, we use audio's logits output to map each character in the transcription to an approximate position of the audio's frame. Thus, an adversarial example can be generated by FAAG in approximately two minutes using CPUs only and around ten seconds with one GPU while maintaining an average success rate over 85%. Specifically, the FAAG method can speed up around 60% compared with the baseline method during the adversarial example generation process. Furthermore, we found that appending benign audio to any suspicious examples can effectively defend against the targeted adversarial attack. We hope that this work paves the way for inventing new adversarial attacks against speech recognition with computational constraints.

preprint2022arXiv

Ferroelectricity driven by magnetism in quasi-one-dimensional Ba9Fe3Se15

The spin-induced ferroelectricity in quasi-1D spin chain system is little known, which could be fundamentally different from those in three-dimensional (3D) system. Here, we report the ferroelectricity driven by a tilted screw spin order and its exotic dynamic in the spin-chain compound Ba9Fe3Se15. It is found that the spin-induced polarization has already occurred and exhibits magnetoelectric coupling behavior far above the long-range spin order (LRSO) at TN = 14 K. The polarized entities grow and their dynamic responses slow down gradually with decreasing temperature and permeate the whole lattice to form 3D ferroelectricity at TN. Our results reveal that the short-range spin orders (SRSOs) in the decoupled chains play a key role for the exotic dynamic in this dimension reduced system. Ba9Fe3Se15 is the only example so far which exhibits electric polarization above LRSO temperature because of the formation of SRSOs.

preprint2022arXiv

First measurement of the characteristic depletion radius of dark matter haloes from weak lensing

We use weak lensing observations to make the first measurement of the characteristic depletion radius, one of the three radii that characterize the region where matter is being depleted by growing haloes. The lenses are taken from the halo catalog produced by the extended halo-based group/cluster finder applied to DESI Legacy Imaging Surveys DR9, while the sources are extracted from the DECaLS DR8 imaging data with the Fourier_Quad pipeline. We study halo masses $12 < \log ( M_{\rm grp} ~[{\rm M_{\odot}}/h] ) \leq 15.3$ within redshifts $0.2 \leq z \leq 0.3$. The virial and splashback radii are also measured and used to test the original findings on the depletion region. When binning haloes by mass, we find consistency between most of our measurements and predictions from the CosmicGrowth simulation, with exceptions to the lowest mass bins. The characteristic depletion radius is found to be roughly $2.5$ times the virial radius and $1.7 - 3$ times the splashback radius, in line with an approximately universal outer density profile, and the average enclosed density within the characteristic depletion radius is found to be roughly $29$ times the mean matter density of the Universe in our sample. When binning haloes by both mass and a proxy for halo concentration, we do not detect a significant variation of the depletion radius with concentration, on which the simulation prediction is also sensitive to the choice of concentration proxy. We also confirm that the measured splashback radius varies with concentration differently from simulation predictions.

preprint2022arXiv

GREAT3 results I: systematic errors in shear estimation and the impact of real galaxy morphology

We present first results from the third GRavitational lEnsing Accuracy Testing (GREAT3) challenge, the third in a sequence of challenges for testing methods of inferring weak gravitational lensing shear distortions from simulated galaxy images. GREAT3 was divided into experiments to test three specific questions, and included simulated space- and ground-based data with constant or cosmologically-varying shear fields. The simplest (control) experiment included parametric galaxies with a realistic distribution of signal-to-noise, size, and ellipticity, and a complex point spread function (PSF). The other experiments tested the additional impact of realistic galaxy morphology, multiple exposure imaging, and the uncertainty about a spatially-varying PSF; the last two questions will be explored in Paper II. The 24 participating teams competed to estimate lensing shears to within systematic error tolerances for upcoming Stage-IV dark energy surveys, making 1525 submissions overall. GREAT3 saw considerable variety and innovation in the types of methods applied. Several teams now meet or exceed the targets in many of the tests conducted (to within the statistical errors). We conclude that the presence of realistic galaxy morphology in simulations changes shear calibration biases by $\sim 1$ per cent for a wide range of methods. Other effects such as truncation biases due to finite galaxy postage stamps, and the impact of galaxy type as measured by the Sérsic index, are quantified for the first time. Our results generalize previous studies regarding sensitivities to galaxy size and signal-to-noise, and to PSF properties such as seeing and defocus. Almost all methods' results support the simple model in which additive shear biases depend linearly on PSF ellipticity.

preprint2022arXiv

Holographic entanglement entropy of the double Wick rotated BTZ black hole

In this paper, we analyze the holographic covariant entanglement entropy in the double Wick rotated version of a rotating BTZ black hole (3 dimensional Kerr-AdS solution), where the periodicity of Euclidean time and spatial direction are changed. The dual field theory has negative energy in the Lorentzian signature. The holographic entanglement entropy agrees with its CFT counterpart, which is obtained by a conformal transformation of the correlation functions of twisted operators.

preprint2022arXiv

How Neural Architectures Affect Deep Learning for Communication Networks?

In recent years, there has been a surge in applying deep learning to various challenging design problems in communication networks. The early attempts adopt neural architectures inherited from applications such as computer vision, which suffer from poor generalization, scalability, and lack of interpretability. To tackle these issues, domain knowledge has been integrated into the neural architecture design, which achieves near-optimal performance in large-scale networks and generalizes well under different system settings. This paper endeavors to theoretically validate the importance and effects of neural architectures when applying deep learning to design communication networks. We prove that by exploiting permutation invariance, a common property in communication networks, graph neural networks (GNNs) converge faster and generalize better than fully connected multi-layer perceptrons (MLPs), especially when the number of nodes (e.g., users, base stations, or antennas) is large. Specifically, we prove that under common assumptions, for a communication network with $n$ nodes, GNNs converge $O(n \log n)$ times faster and their generalization error is $O(n)$ times lower, compared with MLPs.

preprint2022arXiv

Invariant Information Bottleneck for Domain Generalization

Invariant risk minimization (IRM) has recently emerged as a promising alternative for domain generalization. Nevertheless, the loss function is difficult to optimize for nonlinear classifiers and the original optimization objective could fail when pseudo-invariant features and geometric skews exist. Inspired by IRM, in this paper we propose a novel formulation for domain generalization, dubbed invariant information bottleneck (IIB). IIB aims at minimizing invariant risks for nonlinear classifiers and simultaneously mitigating the impact of pseudo-invariant features and geometric skews. Specifically, we first present a novel formulation for invariant causal prediction via mutual information. Then we adopt the variational formulation of the mutual information to develop a tractable loss function for nonlinear classifiers. To overcome the failure modes of IRM, we propose to minimize the mutual information between the inputs and the corresponding representations. IIB significantly outperforms IRM on synthetic datasets, where the pseudo-invariant features and geometric skews occur, showing the effectiveness of proposed formulation in overcoming failure modes of IRM. Furthermore, experiments on DomainBed show that IIB outperforms $13$ baselines by $0.9\%$ on average across $7$ real datasets.

preprint2022arXiv

Joint Activity and Blind Information Detection for UAV-Assisted Massive IoT Access

Grant-free non-coherent index-modulation (NC-IM) has been recently considered as an efficient massive access scheme for enabling cost- and energy-limited Internet-of-Things (IoT) devices that transmit small data packets. This paper investigates the grant-free NC-IM scheme combined with orthogonal frequency division multiplexing for applicant to unmanned aerial vehicle (UAV)-based massive IoT access. Specifically, each device is assigned a unique non-orthogonal signature sequence codebook. Each active device transmits one of its signature sequences in the given time-frequency resources, by modulating the information in the index of the transmitted signature sequence. For small-scale multiple-input multiple-output (MIMO) deployed at the UAV-based aerial base station (BS), by jointly exploiting the space-time-frequency domain device activity, we propose a computationally efficient space-time-frequency joint activity and blind information detection (JABID) algorithm with significantly improved detection performance. Furthermore, for large-scale MIMO deployed at the aerial BS, by leveraging the sparsity of the virtual angular-domain channels, we propose an angular-domain based JABID algorithm for improving the system performance with reduced access latency. In addition, for the case of high mobility IoT devices and/or UAVs, we introduce a time-frequency spread transmission (TFST) strategy for the proposed JABID algorithms to combat doubly-selective fading channels. Finally, extensive simulation results are illustrated to verify the superiority of the proposed algorithms and the TFST strategy over known state-of-the-art algorithms.

preprint2022arXiv

Massive Star-Forming Galaxies Have Converted Most of Their Halo Gas into Stars

In the local Universe, the efficiency for converting baryonic gas into stars is very low. In dark matter halos where galaxies form and evolve, the average efficiency varies with galaxy stellar mass and has a maximum of about twenty percent for Milky-Way-like galaxies. The low efficiency at higher mass is believed to be produced by some quenching processes, such as the feedback from active galactic nuclei. We perform an analysis of weak lensing and satellite kinematics for SDSS central galaxies. Our results reveal that the efficiency is much higher, more than sixty percent, for a large population of massive star-forming galaxies around $10^{11}M_{\odot}$. This suggests that these galaxies acquired most of the gas in their halos and converted it into stars without being affected significantly by quenching processes. This population of galaxies is not reproduced in current galaxy formation models, indicating that our understanding of galaxy formation is incomplete. The implications of our results on circumgalactic media, star formation quenching and disc galaxy rotation curves are discussed. We also examine systematic uncertainties in halo-mass and stellar-mass measurements that might influence our results.

preprint2022arXiv

Miniaturizing Color-Sensitive Photodetectors via Hybrid Nanoantennas towards Sub-micron Dimensions

Digital camera sensors utilize color filters on photodiodes to achieve color selectivity. As color filters and photosensitive silicon layers are separate elements, these sensors suffer from optical cross-talk, which sets limits to the minimum pixel size. In this paper, we report hybrid silicon-aluminum nanostructures in the extreme limit of zero distance between color filters and sensors. This design could essentially achieve sub micron pixel dimensions and minimize the optical cross-talk originated from tilt illuminations. The designed hybrid silicon-aluminum nanostructure has dual functionalities. Crucially, it supports a hybrid Mie-plasmon resonance of magnetic dipole to achieve the color-selective light absorption, generating electron hole pairs. Simultaneously, the silicon-aluminum interface forms a Schottky barrier for charge separation and photodetection. This design could potentially replace the traditional dye based filters for camera sensors at ultra-high pixel densities with advanced functionalities in sensing polarization and directionality, as well as UV selectivity via interband plasmons of silicon.

preprint2022arXiv

Model-Driven Deep Learning-Based MIMO-OFDM Detector: Design, Simulation, and Experimental Results

Multiple-input multiple-output orthogonal frequency division multiplexing (MIMO-OFDM), a fundamental transmission scheme, promises high throughput and robustness against multipath fading. However, these benefits rely on the efficient detection strategy at the receiver and come at the expense of the extra bandwidth consumed by the cyclic prefix (CP). We use the iterative orthogonal approximate message passing (OAMP) algorithm in this paper as the prototype of the detector because of its remarkable potential for interference suppression. However, OAMP is computationally expensive for the matrix inversion per iteration. We replace the matrix inversion with the conjugate gradient (CG) method to reduce the complexity of OAMP. We further unfold the CG-based OAMP algorithm into a network and tune the critical parameters through deep learning (DL) to enhance detection performance. Simulation results and complexity analysis show that the proposed scheme has significant gain over other iterative detection methods and exhibits comparable performance to the state-of-the-art DL-based detector at a reduced computational cost. Furthermore, we design a highly efficient CP-free MIMO-OFDM receiver architecture to remove the CP overhead. This architecture first eliminates the intersymbol interference by buffering the previously recovered data and then detects the signal using the proposed detector. Numerical experiments demonstrate that the designed receiver offers a higher spectral efficiency than traditional receivers. Finally, over-the-air tests verify the effectiveness and robustness of the proposed scheme in realistic environments.

preprint2022arXiv

Optimal and two-step adaptive quantum detector tomography

Quantum detector tomography is a fundamental technique for calibrating quantum devices and performing quantum engineering tasks. In this paper, we design optimal probe states for detector estimation based on the minimum upper bound of the mean squared error (UMSE) and the maximum robustness. We establish the minimum UMSE and the minimum condition number for quantum detectors and provide concrete examples that can achieve optimal detector tomography. In order to enhance the estimation precision, we also propose a two-step adaptive detector tomography algorithm to optimize the probe states adaptively based on a modified fidelity index. We present a sufficient condition on when the estimation error of our two-step strategy scales inversely proportional to the number of state copies. Moreover, the superposition of coherent states is used as probe states for quantum detector tomography and the estimation error is analyzed. Numerical results demonstrate the effectiveness of both the proposed optimal and adaptive quantum detector tomography methods.

preprint2022arXiv

Photoelastic Stress Response of Complex 3D-Printed Particle Shapes

While stress visualization within 3-dimensional particles would greatly advance our understanding of the behaviors of complex particles, traditional photoelastic methods suffer from a lack of available technology for producing suitable complex particles. Recently, 3D-printing has created new possibilities for enhancing the scope of stress analysis within physically representative granules. Here, we investigate and evaluate opportunities offered by 3D-printing a single particle with a complex external shape with photoelastic properties. We report the results of X-ray computed tomography and 3D-printing, combined with traditional photoelastic analysis, to visualize strain for particles ranging from simple 2D discs to complex 3D printed coffee beans, including with internal voids. We find that the relative orientation of the print layers and the loading force affects the optical response of the discs, but without a significant difference in their mechanical properties. Furthermore, we present semi-quantitative measurements of stresses within 3D-printed complex particles. The paper outlines the potential limitations and areas of future interest for stress visualization of 3-dimensional particles.

preprint2022arXiv

PSP: Million-level Protein Sequence Dataset for Protein Structure Prediction

Proteins are essential component of human life and their structures are important for function and mechanism analysis. Recent work has shown the potential of AI-driven methods for protein structure prediction. However, the development of new models is restricted by the lack of dataset and benchmark training procedure. To the best of our knowledge, the existing open source datasets are far less to satisfy the needs of modern protein sequence-structure related research. To solve this problem, we present the first million-level protein structure prediction dataset with high coverage and diversity, named as PSP. This dataset consists of 570k true structure sequences (10TB) and 745k complementary distillation sequences (15TB). We provide in addition the benchmark training procedure for SOTA protein structure prediction model on this dataset. We validate the utility of this dataset for training by participating CAMEO contest in which our model won the first place. We hope our PSP dataset together with the training benchmark can enable a broader community of AI/biology researchers for AI-driven protein related research.

preprint2022arXiv

PyramidCLIP: Hierarchical Feature Alignment for Vision-language Model Pretraining

Large-scale vision-language pre-training has achieved promising results on downstream tasks. Existing methods highly rely on the assumption that the image-text pairs crawled from the Internet are in perfect one-to-one correspondence. However, in real scenarios, this assumption can be difficult to hold: the text description, obtained by crawling the affiliated metadata of the image, often suffers from the semantic mismatch and the mutual compatibility. To address these issues, we introduce PyramidCLIP, which constructs an input pyramid with different semantic levels for each modality, and aligns visual elements and linguistic elements in the form of hierarchy via peer-level semantics alignment and cross-level relation alignment. Furthermore, we soften the loss of negative samples (unpaired samples) so as to weaken the strict constraint during the pre-training stage, thus mitigating the risk of forcing the model to distinguish compatible negative pairs. Experiments on five downstream tasks demonstrate the effectiveness of the proposed PyramidCLIP. In particular, with the same amount of 15 million pre-training image-text pairs, PyramidCLIP exceeds CLIP on ImageNet zero-shot classification top-1 accuracy by 10.6%/13.2%/10.0% with ResNet50/ViT-B32/ViT-B16 based image encoder respectively. When scaling to larger datasets, PyramidCLIP achieves the state-of-the-art results on several downstream tasks. In particular, the results of PyramidCLIP-ResNet50 trained on 143M image-text pairs surpass that of CLIP using 400M data on ImageNet zero-shot classification task, significantly improving the data efficiency of CLIP.

preprint2022arXiv

Resource-Constrained Edge AI with Early Exit Prediction

By leveraging the data sample diversity, the early-exit network recently emerges as a prominent neural network architecture to accelerate the deep learning inference process. However, intermediate classifiers of the early exits introduce additional computation overhead, which is unfavorable for resource-constrained edge artificial intelligence (AI). In this paper, we propose an early exit prediction mechanism to reduce the on-device computation overhead in a device-edge co-inference system supported by early-exit networks. Specifically, we design a low-complexity module, namely the Exit Predictor, to guide some distinctly "hard" samples to bypass the computation of the early exits. Besides, considering the varying communication bandwidth, we extend the early exit prediction mechanism for latency-aware edge inference, which adapts the prediction thresholds of the Exit Predictor and the confidence thresholds of the early-exit network via a few simple regression models. Extensive experiment results demonstrate the effectiveness of the Exit Predictor in achieving a better tradeoff between accuracy and on-device computation overhead for early-exit networks. Besides, compared with the baseline methods, the proposed method for latency-aware edge inference attains higher inference accuracy under different bandwidth conditions.

preprint2022arXiv

Schwarzschild quasi-normal modes of non-minimally coupled vector fields

We study perturbations of massive and massless vector fields on a Schwarzschild black-hole background, including a non-minimal coupling between the vector field and the curvature. The coupling is given by the Horndeski vector-tensor operator, which we show to be unique, also when the field is massive, provided that the vector has a vanishing background value. We determine the quasi-normal mode spectrum of the vector field, focusing on the fundamental mode of monopolar and dipolar perturbations of both even and odd parity, as a function of the mass of the field and the coupling constant controlling the non-minimal interaction. In the massless case, we also provide results for the first two overtones, showing in particular that the isospectrality between even and odd modes is broken by the non-minimal gravitational coupling. We also consider solutions to the mode equations corresponding to quasi-bound states and static configurations. Our results for quasi-bound states provide strong evidence for the stability of the spectrum, indicating the impossibility of a vectorization mechanism within our set-up. For static solutions, we analytically and numerically derive results for the electromagnetic susceptibilities (the spin-1 analogs of the tidal Love numbers), which we show to be non-zero in the presence of the non-minimal coupling.

preprint2022arXiv

Self-Supervised Light Field Depth Estimation Using Epipolar Plane Images

Exploiting light field data makes it possible to obtain dense and accurate depth map. However, synthetic scenes with limited disparity range cannot contain the diversity of real scenes. By training in synthetic data, current learning-based methods do not perform well in real scenes. In this paper, we propose a self-supervised learning framework for light field depth estimation. Different from the existing end-to-end training methods using disparity label per pixel, our approach implements network training by estimating EPI disparity shift after refocusing, which extends the disparity range of epipolar lines. To reduce the sensitivity of EPI to noise, we propose a new input mode called EPI-Stack, which stacks EPIs in the view dimension. This method is less sensitive to noise scenes than traditional input mode and improves the efficiency of estimation. Compared with other state-of-the-art methods, the proposed method can also obtain higher quality results in real-world scenarios, especially in the complex occlusion and depth discontinuity.

preprint2022arXiv

Shear Measurement with Poorly Resolved Images

Weak lensing studies typically require excellent seeing conditions for the purpose of maximizing the number density of well-resolved galaxy images. It is interesting to ask to what extent the seeing size limits the usefulness of the astronomical images in weak lensing. In this work, we study this issue with the data of the DECam Legacy Survey (DECaLS), which is a part of the target selection program for the Dark Energy Spectroscopic Instrument (DESI). Using the Fourier Quad shear measurement pipeline, we demonstrate that images with relatively poor seeing conditions (around 1.5 arcsec) can still yield accurate shear estimators. We do not find any correlation between systematic shear error and the image resolution.

preprint2022arXiv

Stochastic Coded Federated Learning with Convergence and Privacy Guarantees

Federated learning (FL) has attracted much attention as a privacy-preserving distributed machine learning framework, where many clients collaboratively train a machine learning model by exchanging model updates with a parameter server instead of sharing their raw data. Nevertheless, FL training suffers from slow convergence and unstable performance due to stragglers caused by the heterogeneous computational resources of clients and fluctuating communication rates. This paper proposes a coded FL framework to mitigate the straggler issue, namely stochastic coded federated learning (SCFL). In this framework, each client generates a privacy-preserving coded dataset by adding additive noise to the random linear combination of its local data. The server collects the coded datasets from all the clients to construct a composite dataset, which helps to compensate for the straggling effect. In the training process, the server as well as clients perform mini-batch stochastic gradient descent (SGD), and the server adds a make-up term in model aggregation to obtain unbiased gradient estimates. We characterize the privacy guarantee by the mutual information differential privacy (MI-DP) and analyze the convergence performance in federated learning. Besides, we demonstrate a privacy-performance tradeoff of the proposed SCFL method by analyzing the influence of the privacy constraint on the convergence rate. Finally, numerical experiments corroborate our analysis and show the benefits of SCFL in achieving fast convergence while preserving data privacy.

preprint2022arXiv

Symplectic non-convexity of toric domains

We investigate the convexity up to symplectomorphism (called symplectic convexity) of star-shaped toric domains in $\mathbb R^4$. In particular, based on the criterion from Chaidez-Edtmair via Ruelle invariant and systolic ratio of the boundary of star-shaped toric domains, we provide elementary operations on domains that can kill the symplectic convexity. These operations only result in $C^0$-small perturbations in terms of domains' volume. Moreover, one of the operations is a systematic way to produce examples of dynamically convex but not symplectically convex toric domains. Finally, we are able to provide concrete bounds for the constants that appear in Chaidez-Edtmair's criterion.

preprint2022arXiv

The Gene of Scientific Success

This paper elaborates how to identify and evaluate causal factors to improve scientific impact. Currently, analyzing scientific impact can be beneficial to various academic activities including funding application, mentor recommendation, and discovering potential cooperators etc. It is universally acknowledged that high-impact scholars often have more opportunities to receive awards as an encouragement for their hard working. Therefore, scholars spend great efforts in making scientific achievements and improving scientific impact during their academic life. However, what are the determinate factors that control scholars' academic success? The answer to this question can help scholars conduct their research more efficiently. Under this consideration, our paper presents and analyzes the causal factors that are crucial for scholars' academic success. We first propose five major factors including article-centered factors, author-centered factors, venue-centered factors, institution-centered factors, and temporal factors. Then, we apply recent advanced machine learning algorithms and jackknife method to assess the importance of each causal factor. Our empirical results show that author-centered and article-centered factors have the highest relevancy to scholars' future success in the computer science area. Additionally, we discover an interesting phenomenon that the h-index of scholars within the same institution or university are actually very close to each other.

preprint2022arXiv

The Volcspeech system for the ICASSP 2022 multi-channel multi-party meeting transcription challenge

This paper describes our submission to ICASSP 2022 Multi-channel Multi-party Meeting Transcription (M2MeT) Challenge. For Track 1, we propose several approaches to empower the clustering-based speaker diarization system to handle overlapped speech. Front-end dereverberation and the direction-of-arrival (DOA) estimation are used to improve the accuracy of speaker diarization. Multi-channel combination and overlap detection are applied to reduce the missed speaker error. A modified DOVER-Lap is also proposed to fuse the results of different systems. We achieve the final DER of 5.79% on the Eval set and 7.23% on the Test set. For Track 2, we develop our system using the Conformer model in a joint CTC-attention architecture. Serialized output training is adopted to multi-speaker overlapped speech recognition. We propose a neural front-end module to model multi-channel audio and train the model end-to-end. Various data augmentation methods are utilized to mitigate over-fitting in the multi-channel multi-speaker E2E system. Transformer language model fusion is developed to achieve better performance. The final CER is 19.2% on the Eval set and 20.8% on the Test set.

preprint2022arXiv

Tolerance For the Pixelation Effect in Shear Measurement

Images taken by space telescopes typically have a superb spatial resolution, but a relatively poor sampling rate due to the finite CCD pixel size. Beyond the Nyquist limit, it becomes uncertain how much the pixelation effect may affect the accuracy of galaxy shape measurement. It is timely to study this issue given that a number of space-based large-scale weak lensing surveys are planned. Using the Fourier_Quad method, we quantify the shear recovery error as a function of the sampling factor Q, i.e., the ratio between the FWHM of the point-spread-function (PSF) and the pixel size of the CCD, for different PSFs and galaxies of different sizes and noise levels. We show that sub-percent-level accuracy in shear recovery is achievable with single-exposure images for $Q\lesssim 2$. The conclusion holds for galaxies much smaller than the PSF, and those with a significant level of noise.

preprint2022arXiv

Tsallis and Rényi deformations linked via a new $λ$-duality

Tsallis and Rényi entropies, which are monotone transformations of each other, are deformations of the celebrated Shannon entropy. Maximization of these deformed entropies, under suitable constraints, leads to the $q$-exponential family which has applications in non-extensive statistical physics, information theory and statistics. In previous information-geometric studies, the $q$-exponential family was analyzed using classical convex duality and Bregman divergence. In this paper, we show that a generalized $λ$-duality, where $λ= 1 - q$ is the constant information-geometric curvature, leads to a generalized exponential family which is essentially equivalent to the $q$-exponential family and has deep connections with Rényi entropy and optimal transport. Using this generalized convex duality and its associated logarithmic divergence, we show that our $λ$-exponential family satisfies properties that parallel and generalize those of the exponential family. Under our framework, the Rényi entropy and divergence arise naturally, and we give a new proof of the Tsallis/Rényi entropy maximizing property of the $q$-exponential family. We also introduce a $λ$-mixture family which may be regarded as the dual of the $λ$-exponential family, and connect it with other mixture-type families. Finally, we discuss a duality between the $λ$-exponential family and the $λ$-logarithmic divergence, and study its statistical consequences.

preprint2022arXiv

Unusual slow energy relaxation induced by mobile discrete breathers in one-dimensional lattices with next-nearest-neighbor coupling

We study the energy relaxation process in one-dimensional (1D) lattices with next-nearest-neighbor (NNN) couplings. This relaxation is produced by adding damping (absorbing conditions) to the boundary (free-end) of the lattice. Compared to the 1D lattices with on-site potentials, the properties of discrete breathers (DBs) that are spatially localized intrinsic modes are quite unusual with the NNN couplings included, i.e., these DBs are mobile, and thus they can interact with both the phonons and the boundaries of the lattice. For the interparticle interactions of harmonic and Fermi-Pasta-Ulam-Tsingou-$β$ (FPUT-$β$) types, we find two crossovers of relaxation in general, i.e., a first crossover from the stretched-exponential to the regular exponential relaxation occurring in a short timescale, and a further crossover from the exponential to the power-law relaxation taking place in a long timescale. The first and second relaxations are universal, but the final power-law relaxation is strongly influenced by the properties of DBs, e.g. the scattering processes of DBs with phonons and boundaries in the FPUT-$β$ type systems make the power-law decay relatively faster than that in the counterparts of the harmonic type systems under the same coupling. Our results present new information and insights for understanding the slow energy relaxation in cooling the lattices.

preprint2022arXiv

Various Activities above Sunspot Light Bridges in IRIS Observations: Classification and Comparison

Light bridges (LBs) are among the most striking sub-structures in sunspots, where various activities have been revealed by recent high-resolution observations from the Interface Region Imaging Spectrograph (IRIS). According to the variety of physical properties, we classified these activities into four distinct categories: transient brightening (TB), intermittent jet (IJ), type-I light wall (LW-I), and type-II light wall (LW-II). In IRIS 1400/1330 Å observations, TBs are characterized by abrupt emission enhancements, and IJs appear as collimated plasma ejections with a width of 1-2 Mm at some LB sites. Most observed TBs are associated with IJs and show superpositions of some chromosphere absorption lines on enhanced and broadened wings of C II and Si IV lines, which could be driven by intermittent magnetic reconnection in the lower atmosphere. LW-I and LW-II are wall-shaped structures with bright fronts above the whole LB. An LW-I has a continuous oscillating front with a typical height of several Mm and an almost stationary period of 4-5 minutes. On the contrary, an LW-II has a indented front with a height of over 10 Mm, which has no stable period and is accompanied by recurrent TBs in the entire LB. These results support that LW-IIs are driven by frequent reconnection occurring along the whole LB due to large-scale magnetic flux emergence or intrusion, rather than the leakage of waves producing LW-Is. Our observations reveal a highly dynamical scenario of activities above LBs driven by different basic physical processes, including magneto-convection, magnetic reconnection, and wave leakage.

preprint2022arXiv

Video is All You Need: Attacking PPG-based Biometric Authentication

Unobservable physiological signals enhance biometric authentication systems. Photoplethysmography (PPG) signals are convenient owning to its ease of measurement and are usually well protected against remote adversaries in authentication. Any leaked PPG signals help adversaries compromise the biometric authentication systems, and the advent of remote PPG (rPPG) enables adversaries to acquire PPG signals through restoration. While potentially dangerous, rPPG-based attacks are overlooked because existing methods require the victim's PPG signals. This paper proposes a novel spoofing attack approach that uses the waveforms of rPPG signals extracted from video clips to fool the PPG-based biometric authentication. We develop a new PPG restoration model that does not require leaked PPG signals for adversarial attacks. Test results on state-of-art PPG-based biometric authentication show that the signals recovered through rPPG pose a severe threat to PPG-based biometric authentication.

preprint2022arXiv

Weighted Encoding Optimization for Dynamic Single-pixel Imaging and Sensing

Using single-pixel detection, the end-to-end neural network that jointly optimizes both encoding and decoding enables high-precision imaging and high-level semantic sensing. However, for varied sampling rates, the large-scale network requires retraining that is laboursome and computation-consuming. In this letter, we report a weighted optimization technique for dynamic rate-adaptive single-pixel imaging and sensing, which only needs to train the network for one time that is available for any sampling rates. Specifically, we introduce a novel weighting scheme in the encoding process to characterize different patterns' modulation efficiency. While the network is training at a high sampling rate, the modulation patterns and corresponding weights are updated iteratively, which produces optimal ranked encoding series when converged. In the experimental implementation, the optimal pattern series with the highest weights are employed for light modulation, thus achieving highly-efficient imaging and sensing. The reported strategy saves the additional training of another low-rate network required by the existing dynamic single-pixel networks, which further doubles training efficiency. Experiments on the MNIST dataset validated that once the network is trained with a sampling rate of 1, the average imaging PSNR reaches 23.50 dB at 0.1 sampling rate, and the image-free classification accuracy reaches up to 95.00\% at a sampling rate of 0.03 and 97.91\% at a sampling rate of 0.1.

preprint2022arXiv

When Optimal Transport Meets Information Geometry

Information geometry and optimal transport are two distinct geometric frameworks for modeling families of probability measures. During the recent years, there has been a surge of research endeavors that cut across these two areas and explore their links and interactions. This paper is intended to provide an (incomplete) survey of these works, including entropy-regularized transport, divergence functions arising from $c$-duality, density manifolds and transport information geometry, the para-Kähler and Kähler geometries underlying optimal transport and the regularity theory for its solutions. Some outstanding questions that would be of interest to audience of both these two disciplines are posed. Our piece also serves as an introduction to the Special Issue on Optimal Transport of the journal Information Geometry.

preprint2022arXiv

Who is next: rising star prediction via diffusion of user interest in social networks

Finding items with potential to increase sales is of great importance in online market. In this paper, we propose to study this novel and practical problem: rising star prediction. We call these potential items Rising Star, which implies their ability to rise from low-turnover items to best-sellers in the future. Rising stars can be used to help with unfair recommendation in e-commerce platform, balance supply and demand to benefit the retailers and allocate marketing resources rationally. Although the study of rising star can bring great benefits, it also poses challenges to us. The sales trend of rising star fluctuates sharply in the short-term and exhibits more contingency caused by some external events (e.g., COVID-19 caused increasing purchase of the face mask) than other items, which cannot be solved by existing sales prediction methods. To address above challenges, in this paper, we observe that the presence of rising stars is closely correlated with the early diffusion of user interest in social networks, which is validated in the case of Taocode (an intermediary that diffuses user interest in Taobao). Thus, we propose a novel framework, RiseNet, to incorporate the user interest diffusion process with the item dynamic features to effectively predict rising stars. Specifically, we adopt a coupled mechanism to capture the dynamic interplay between items and user interest, and a special designed GNN based framework to quantify user interest. Our experimental results on large-scale real-world datasets provided by Taobao demonstrate the effectiveness of our proposed framework.

preprint2021arXiv

Contextual Non-Local Alignment over Full-Scale Representation for Text-Based Person Search

Text-based person search aims at retrieving target person in an image gallery using a descriptive sentence of that person. It is very challenging since modal gap makes effectively extracting discriminative features more difficult. Moreover, the inter-class variance of both pedestrian images and descriptions is small. So comprehensive information is needed to align visual and textual clues across all scales. Most existing methods merely consider the local alignment between images and texts within a single scale (e.g. only global scale or only partial scale) then simply construct alignment at each scale separately. To address this problem, we propose a method that is able to adaptively align image and textual features across all scales, called NAFS (i.e.Non-local Alignment over Full-Scale representations). Firstly, a novel staircase network structure is proposed to extract full-scale image features with better locality. Secondly, a BERT with locality-constrained attention is proposed to obtain representations of descriptions at different scales. Then, instead of separately aligning features at each scale, a novel contextual non-local attention mechanism is applied to simultaneously discover latent alignments across all scales. The experimental results show that our method outperforms the state-of-the-art methods by 5.53% in terms of top-1 and 5.35% in terms of top-5 on text-based person search dataset. The code is available at https://github.com/TencentYoutuResearch/PersonReID-NAFS

preprint2021arXiv

Detected the steerability bounds of the generalized Werner states via BackPropagation neural network

We use error BackPropagation (BP) neural network to determine whether an arbitrary two-qubit quantum state is steerable and optimize the steerability bounds of the generalized Werner state. The results show that no matter how we choose the features for the quantum states, we can use the BP neural network to construct several models to realize high-performance quantum steering classifiers compared with the support vector machine (SVM). In addition, we predict the steerability bounds of the generalized Werner states by using the classifiers which are newly constructed by the BP neural network, that is, the predicted steerability bounds are closer to the theoretical bounds. In particular, high-performance classifiers with partial information of the quantum states which we only need to measure in three fixed measurement directions are obtained.

preprint2021arXiv

Experimental Realization of Device-Independent Quantum Randomness Expansion

Randomness expansion where one generates a longer sequence of random numbers from a short one is viable in quantum mechanics but not allowed classically. Device-independent quantum randomness expansion provides a randomness resource of the highest security level. Here, we report the first experimental realization of device-independent quantum randomness expansion secure against quantum side information established through quantum probability estimation. We generate $5.47\times10^8$ quantum-proof random bits while consuming $4.39\times10^8$ bits of entropy, expanding our store of randomness by $1.08\times10^8$ bits at a latency of about $13.1$ h, with a total soundness error $4.6\times10^{-10}$. Device-independent quantum randomness expansion not only enriches our understanding of randomness but also sets a solid base to bring quantum-certifiable random bits into realistic applications.

preprint2021arXiv

Gradient zigzag metamaterial beams as broadband vibration isolators for beam-like structures

Phononic crystals (PCs) and metamaterials are artificially structured materials with the unprecedented property of the existence of complete stop-bands. However, the generally narrow width of the stop-bands in such materials severely limits their applicability. Here, a particular kind of gradient zigzag metamaterial beams exclusively with flat bands within a broad frequency range is proposed based upon our previously proposed uniform counterparts. The calculated band structures by the Finite Element Method (FEM) and the Spectral Element Method (SEM) show the distinctly different characteristics of the gradient zigzag metamaterial beams from the conventional PCs and metamaterials, where the band structures are totally filled with flat bands within a broad frequency range without the normal pass bands. These flat bands are caused by the local resonance of certain parts in the gradient zigzag metamaterial beams, and the elastic waves with the frequencies at these flat bands are trapped in the resonant parts and cannot propagate. As a result, our proposed gradient zigzag metamaterial beams can be used as broadband vibration isolators for beam-like structures, which is verified by both numerical simulations and experiments conducted on the 3D-printed samples. This design strategy opens a new avenue for designing and constructing novel broadband vibration isolators.

preprint2021arXiv

Hawking radiation from nonrotating singularity-free black holes in conformal gravity

We study the sparsity of Hawking radiation from nonrotating singularity-free black holes in conformal gravity. We give a rigorous bound on the greybody factor for massless scalar field and calculate the sparsity of Hawking radiation from the black hole. Besides, we investigate the dependence of the greybody factor and the sparsity of Hawking radiation on the conformal parameters. Our study shows that the Hawking radiation from the black hole is extremely sparse. When the conformal parameters are large, the increase of conformal parameters will lead to an even more sparse Hawking radiation, while to a less sparse Hawking radiation if the conformal parameters are small.

preprint2021arXiv

How Powerful are Interest Diffusion on Purchasing Prediction: A Case Study of Taocode

A taocode is a kind of specially coded text-link on Taobao(the world's biggest online shopping website), through which users can share messages about products with each other. Analyzing taocodes can potentially facilitate understanding of the social relationships between users and, more excitingly, their online purchasing behaviors under the influence of taocode diffusion. This paper innovatively investigates the problem of online purchasing predictions from an information diffusion perspective, with taocode as a case study. Specifically, we conduct profound observational studies on a large-scale real-world dataset from Taobao, containing over 100M Taocode sharing records. Inspired by our observations, we propose InfNet, a dynamic GNN-based framework that models the information diffusion across Taocode. We then apply InfNet to item purchasing predictions. Extensive experiments on real-world datasets validate the effectiveness of InfNet compared with 8 state-of-the-art baselines.

preprint2021arXiv

p-cyclic persistent homology and Hofer distance

In this paper, we generalize the result from L. Polterovich and E. Shelukhin's paper stating that Hofer distance from time-dependent Hamiltonian diffeomorphism to the set of p-th power Hamiltonian diffeomorphism can be arbitrarily large to hold in the product structure $Σ_g \times M$ for any closed symplectic manifold $M$ when $p$ is sufficiently large and $g \geq 4$. This implies that, on this product, Hofer distance can be arbitrarily large between time-dependent Hamiltonian diffeomorphism and autonomous Hamiltonian diffeomorphism.The basic tool we use is barcode and singular value decomposition that are developed in previous joint work with M. Usher, from which we borrow many proofs and modify them so that it can be adapted to the situation that filtered chain complex equipped with a group action.

preprint2021arXiv

s-d coupling enhanced phonon anharmonicity in copper-based compounds

Materials with ultralow thermal conductivity are of great interest for efficient energy conversion and thermal barrier coating. Copper-based semiconductors such as copper chalcogenides and copper halides are known to possess extreme low thermal conductivity, whereas the fundamental origin of the low thermal conductivity observed in the copper-based materials remains elusive. Here, we reveal that s-d coupling induced giant phonon anharmonicity is the fundamental mechanism responsible for the ultralow thermal conductivity of copper compounds. The symmetry controlled strong coupling of high-lying occupied copper 3d orbital with the unoccupied 4s state under thermal vibration remarkably lowers the lattice potential barrier, which enhances anharmonic scattering between phonons. This understanding is confirmed by temperature-dependent Raman spectra measurements. Our study offers an insight at atomic level connecting electronic structures with phonon vibration modes, and thus sheds light on materials properties that rely on electron-phonon coupling, such as thermoelectricity and superconductivity.

preprint2021arXiv

Strategy-proof allocation with outside option

Strategy-proof mechanisms are widely used in market design. In an abstract allocation framework where outside options are available to agents, we obtain two results for strategy-proof mechanisms. They provide a unified foundation for several existing results in distinct models and imply new results in some models. The first result proves that, for individually rational and strategy-proof mechanisms, pinning down every agent's probability of choosing his outside option is equivalent to pinning down a mechanism. The second result provides a sufficient condition for two strategy-proof mechanisms to be equivalent when the number of possible allocations is finite.

preprint2021arXiv

Supporting More Active Users for Massive Access via Data-assisted Activity Detection

Massive machine-type communication (mMTC) has been regarded as one of the most important use scenarios in the fifth generation (5G) and beyond wireless networks, which demands scalable access for a large number of devices. While grant-free random access has emerged as a promising mechanism for massive access, its potential has not been fully unleashed. Particularly, the two key tasks in massive access systems, namely, user activity detection and data detection, were handled separately in most existing studies, which ignored the common sparsity pattern in the received pilot and data signal. Moreover, error detection and correction in the payload data provide additional mechanisms for performance improvement. In this paper, we propose a data-assisted activity detection framework, which aims at supporting more active users by reducing the activity detection error, consisting of false alarm and missed detection errors. Specifically, after an initial activity detection step based on the pilot symbols, the false alarm users are filtered by applying energy detection for the data symbols; once data symbols of some active users have been successfully decoded, their effect in activity detection will be resolved via successive pilot interference cancellation, which reduces the missed detection error. Simulation results show that the proposed algorithm effectively increases the activity detection accuracy, and it is able to support $\sim 20\%$ more active users compared to a conventional method in some sample scenarios.

preprint2021arXiv

Symplectic structure perturbations and continuity of symplectic invariants

This paper studies how symplectic invariants created from Hamiltonian Floer theory change under the perturbations of symplectic structures, not necessarily in the same cohomology class. These symplectic invariants include spectral invariants, boundary depth, and (partial) symplectic quasi-states. This paper can split into two parts. In the first part, we prove some energy estimations that control the shifts of symplectic action functionals. These directly imply positive conclusions on the continuity of spectral invariants and boundary depth, in some important cases including any symplectic surface $Σ_{g \geq1}$ and any closed symplectic manifold $M$ with $\dim_{\mathcal K} H^2(M; \mathcal K) = 1$. This follows by applications on some rigidity of the subsets of a symplectic manifold in terms of heaviness and superheaviness, as well as on the continuity property of some symplectic capacities. In the second part, we generalize the construction in the first part to any closed symplectic manifold. In particular, to deal with the change of Novikov rings from symplectic structure perturbations, we construct a family of variant Floer chain complexes over a common Novikov-type ring. In this set-up, we define a new family of spectral invariants called $t$-spectral invariants, and prove that they are upper semicontinuous under the symplectic structure perturbations. This implies a quasi-isometric embedding from $(\mathbb R^{\infty}, |-|_{\infty})$ to $({\widetilde {\rm Ham}}(M, ω), |-|_{\rm Hofer})$ under some dynamical assumption, imitating a result from Usher.

preprint2021arXiv

The shape invariant of symplectic ellipsoids

The shape invariant of a symplectic manifold encodes the possible area classes of embedded Lagrangian tori. Potentially this is a powerful invariant, but for most manifolds the shape is unknown. We compute the shape for 4 dimensional symplectic ellipsoids where the ratio of the factors is an integer. The full shape invariant gives stronger embedding obstructions than results by considering only monotone tori.

preprint2021arXiv

Topological Persistence in Geometry and Analysis

The theory of persistence modules is an emerging field of algebraic topology which originated in topological data analysis. In these notes we provide a concise introduction into this field and give an account on some of its interactions with geometry and analysis. In particular, we present applications of persistence to symplectic topology, including the geometry of symplectomorphism groups and embedding problems. Furthermore, we discuss topological function theory which provides a new insight on oscillation of functions. The material should be accessible to readers with a basic background in algebraic and differential topology.

preprint2021arXiv

Towards a Bias-Free Selection Function in Shear Measurement

Sample selection is a necessary preparation for weak lensing measurement. It is well-known that selection itself may introduce bias in the measured shear signal. Using image simulation and the Fourier_Quad shear measurement pipeline, we quantify the selection bias in various commonly used selection function (signal-to-noise-ratio, magnitude, etc.). We proposed a new selection function defined in the power spectrum of the galaxy image. This new selection function has low selection bias, and it is particularly convenient for shear measurement pipelines based on Fourier transformation.

preprint2021arXiv

Trajectory Design for UAV-Based Internet-of-Things Data Collection: A Deep Reinforcement Learning Approach

In this paper, we investigate an unmanned aerial vehicle (UAV)-assisted Internet-of-Things (IoT) system in a sophisticated three-dimensional (3D) environment, where the UAV's trajectory is optimized to efficiently collect data from multiple IoT ground nodes. Unlike existing approaches focusing only on a simplified two-dimensional scenario and the availability of perfect channel state information (CSI), this paper considers a practical 3D urban environment with imperfect CSI, where the UAV's trajectory is designed to minimize data collection completion time subject to practical throughput and flight movement constraints. Specifically, inspired from the state-of-the-art deep reinforcement learning approaches, we leverage the twin-delayed deep deterministic policy gradient (TD3) to design the UAV's trajectory and present a TD3-based trajectory design for completion time minimization (TD3-TDCTM) algorithm. In particular, we set an additional information, i.e., the merged pheromone, to represent the state information of UAV and environment as a reference of reward which facilitates the algorithm design. By taking the service statuses of IoT nodes, the UAV's position, and the merged pheromone as input, the proposed algorithm can continuously and adaptively learn how to adjust the UAV's movement strategy. By interacting with the external environment in the corresponding Markov decision process, the proposed algorithm can achieve a near-optimal navigation strategy. Our simulation results show the superiority of the proposed TD3-TDCTM algorithm over three conventional non-learning based baseline methods.

preprint2020arXiv

A Deep Learning Framework for Optimization of MISO Downlink Beamforming

Beamforming is an effective means to improve the quality of the received signals in multiuser multiple-input-single-output (MISO) systems. Traditionally, finding the optimal beamforming solution relies on iterative algorithms, which introduces high computational delay and is thus not suitable for real-time implementation. In this paper, we propose a deep learning framework for the optimization of downlink beamforming. In particular, the solution is obtained based on convolutional neural networks and exploitation of expert knowledge, such as the uplink-downlink duality and the known structure of optimal solutions. Using this framework, we construct three beamforming neural networks (BNNs) for three typical optimization problems, i.e., the signal-to-interference-plus-noise ratio (SINR) balancing problem, the power minimization problem, and the sum rate maximization problem. For the former two problems the BNNs adopt the supervised learning approach, while for the sum rate maximization problem a hybrid method of supervised and unsupervised learning is employed. Simulation results show that the BNNs can achieve near-optimal solutions to the SINR balancing and power minimization problems, and a performance close to that of the weighted minimum mean squared error algorithm for the sum rate maximization problem, while in all cases enjoy significantly reduced computational complexity. In summary, this work paves the way for fast realization of optimal beamforming in multiuser MISO systems.

preprint2020arXiv

A New Quasi One-Dimensional Compound Ba3TiTe5 and Superconductivity Induced by Pressure

We report systematical studies of a new quasi-one-dimensional (1D) compound Ba3TiTe5 and the high-pressure induced superconductivity therein. Ba3TiTe5 was synthesized at high pressure and high temperature. It crystallizes into a hexagonal structure (P63/mcm), which consists of infinite face-sharing octahedral TiTe6 chains and Te chains along the c axis, exhibiting a strong 1D characteristic structure. The first-principles calculations demonstrate that Ba3TiTe5 is a well-defined 1D conductor and thus, it can be considered a starting point to explore the exotic physics induced by pressure via enhancing the interchain hopping to move the 1D conductor to a high dimensional metal. For Ba3TiTe5, high-pressure techniques were employed to study the emerging physics dependent on interchain hopping, such as the Umklapp scattering effect, spin/charge density wave (SDW/CDW), superconductivity and non-Fermi Liquid behavior. Finally, a complete phase diagram was plotted. The superconductivity emerges from 8.8 GPa, near which the Umklapp gap is mostly suppressed. Tc is enhanced and reaches the maximum ~6 K at about 36.7 GPa, where the spin/charge density wave (SDW/CDW) is completely suppressed, and a non-Fermi Liquid behavior appears. Our results suggest that the appearance of superconductivity is associated with the fluctuation due to the suppression of Umklapp gap and the enhancement of Tc is related with the fluctuation of the SDW/CDW.

preprint2020arXiv

A Non-uniform Time-stepping Convex Splitting Scheme for the Time-fractional Cahn-Hilliard Equation

In this paper, a non-uniform time-stepping convex-splitting numerical algorithm for solving the widely used time-fractional Cahn-Hilliard equation is introduced. The proposed numerical scheme employs the $L1^+$ formula for discretizing the time-fractional derivative and a second-order convex-splitting technique to deal with the non-linear term semi-implicitly. Then the pseudospectral method is utilized for spatial discretization. As a result, the fully discrete scheme has several advantages: second-order accurate in time, spectrally accurate in space, uniquely solvable, mass preserving, and unconditionally energy stable. Rigorous proofs are given, along with several numerical results to verify the theoretical results, and to show the accuracy and effectiveness of the proposed scheme. Also, some interesting phase separation dynamics of the time-fractional Cahn-Hilliard equation has been investigated.

preprint2020arXiv

A Note on Self-Dual Generalized Reed-Solomon Codes

A linear code is called an MDS self-dual code if it is both an MDS code and a self-dual code with respect to the Euclidean inner product. The parameters of such codes are completely determined by the code length. In this paper, we consider new constructions of MDS self-dual codes via generalized Reed-Solomon (GRS) codes and their extended codes. The critical idea of our constructions is to choose suitable evaluation points such that the corresponding (extended) GRS codes are self-dual. The evaluation set of our constructions is consists of a subgroup of finite fields and its cosets in a bigger subgroup. Four new families of MDS self-dual codes are obtained and they have better parameters than previous results in certain region. Moreover, by the Mobius action over finite fields, we give a systematic way to construct self-dual GRS codes with different evaluation points provided any known self-dual GRS codes. Specially, we prove that all the self-dual extended GRS codes over $\mathbb{F}_{q}$ with length $n< q+1$ can be constructed from GRS codes with the same parameters.

preprint2020arXiv

Accelerating Physics-Informed Neural Network Training with Prior Dictionaries

Physics-Informed Neural Networks (PINNs) can be regarded as general-purpose PDE solvers, but it might be slow to train PINNs on particular problems, and there is no theoretical guarantee of corresponding error bounds. In this manuscript, we propose a variant called Prior Dictionary based Physics-Informed Neural Networks (PD-PINNs). Equipped with task-dependent dictionaries, PD-PINNs enjoy enhanced representation power on the tasks, which helps to capture features provided by dictionaries so that the proposed neural networks can achieve faster convergence in the process of training. In various numerical simulations, compared with existing PINN methods, combining prior dictionaries can significantly enhance convergence speed. In terms of theory, we obtain the error bounds applicable to PINNs and PD-PINNs for solving elliptic partial differential equations of second order. It is proved that under certain mild conditions, the prediction error made by neural networks can be bounded by expected loss of PDEs and boundary conditions.

preprint2020arXiv

Black Hole Gravitational Waves in the Effective Field Theory of Gravity

We investigate the propagation of gravitational waves on a black hole background within the low energy effective field theory of gravity, where effects from heavy fields are captured by higher dimensional curvature operators. Depending on the spin of the particles integrated out, the speed of gravitational waves at low energy can be either superluminal or subluminal as compared to the causal structure observed by other species. Interestingly however, gravitational waves are always exactly luminal at the black hole horizon, implying that the horizon is identically defined for all species. We further compute the corrections on quasinormal frequencies caused by the higher dimensional curvature operators and highlight the corrections arising from the low energy effective field.

preprint2020arXiv

BottleNet++: An End-to-End Approach for Feature Compression in Device-Edge Co-Inference Systems

The emergence of various intelligent mobile applications demands the deployment of powerful deep learning models at resource-constrained mobile devices. The device-edge co-inference framework provides a promising solution by splitting a neural network at a mobile device and an edge computing server. In order to balance the on-device computation and the communication overhead, the splitting point needs to be carefully picked, while the intermediate feature needs to be compressed before transmission. Existing studies decoupled the design of model splitting, feature compression, and communication, which may lead to excessive resource consumption of the mobile device. In this paper, we introduce an end-to-end architecture, named BottleNet++, that consists of an encoder, a non-trainable channel layer, and a decoder for more efficient feature compression and transmission. The encoder and decoder essentially implement joint source-channel coding via convolutional neural networks (CNNs), while explicitly considering the effect of channel noise. By exploiting the strong sparsity and the fault-tolerant property of the intermediate feature in a deep neural network (DNN), BottleNet++ achieves a much higher compression ratio than existing methods. Furthermore, by providing the channel condition to the encoder as an input, our method enjoys a strong generalization ability in different channel conditions. Compared with merely transmitting intermediate data without feature compression, BottleNet++ achieves up to 64x bandwidth reduction over the additive white Gaussian noise channel and up to 256x bit compression ratio in the binary erasure channel, with less than 2% reduction in accuracy. With a higher compression ratio, BottleNet++ enables splitting a DNN at earlier layers, which leads to up to 3x reduction in on-device computation compared with other compression methods.

preprint2020arXiv

Complete Dictionary Learning via $\ell_p$-norm Maximization

Dictionary learning is a classic representation learning method that has been widely applied in signal processing and data analytics. In this paper, we investigate a family of $\ell_p$-norm ($p>2,p \in \mathbb{N}$) maximization approaches for the complete dictionary learning problem from theoretical and algorithmic aspects. Specifically, we prove that the global maximizers of these formulations are very close to the true dictionary with high probability, even when Gaussian noise is present. Based on the generalized power method (GPM), an efficient algorithm is then developed for the $\ell_p$-based formulations. We further show the efficacy of the developed algorithm: for the population GPM algorithm over the sphere constraint, it first quickly enters the neighborhood of a global maximizer, and then converges linearly in this region. Extensive experiments will demonstrate that the $\ell_p$-based approaches enjoy a higher computational efficiency and better robustness than conventional approaches and $p=3$ performs the best.

preprint2020arXiv

Compressive Sensing Based Massive Access for IoT Relying on Media Modulation Aided Machine Type Communications

A fundamental challenge of the large-scale Internet-of-Things lies in how to support massive machine-type communications (mMTC). This letter proposes a media modulation based mMTC solution for increasing the throughput, where a massive multi-input multi-output based base station (BS) is used for enhancing the detection performance. For such a mMTC scenario, the reliable active device detection and data decoding pose a serious challenge. By leveraging the sparsity of the uplink access signals of mMTC received at the BS, a compressive sensing based massive access solution is proposed for tackling this challenge. Specifically, we propose a block sparsity adaptive matching pursuit algorithm for detecting the active devices, whereby the block-sparsity of the uplink access signals exhibited across the successive time slots and the structured sparsity of media modulated symbols are exploited for enhancing the detection performance. Moreover, a successive interference cancellation based structured subspace pursuit algorithm is conceived for data demodulation of the active devices, whereby the structured sparsity of media modulation based symbols found in each time slot is exploited for improving the detection performance. Finally, our simulation results verify the superiority of the proposed scheme over state-of-the-art solutions.

preprint2020arXiv

Coronal Mini-jets in an Activated Solar Tornado-like Prominence

High-resolution observations from the $Interface~Region~Imaging~Spectrometer$ ($IRIS$) reveal the existence of a particular type of small solar jets, which arose singly or in clusters from a tornado-like prominence suspended in the corona. In this study, we perform a detailed statistical analysis of 43 selected mini-jets in the tornado event. Our results show that the mini-jets typically have: (1) a projected length of 1.0-6.0 Mm, (2) a width of 0.2-1.0 Mm, (3) a lifetime of 10-50 s, (4) a velocity of 100-350 km s$^{-1}$, and (5) an acceleration of 3-20 km s$^{-2}$. Based on spectral diagnostics and EM-Loci analysis, these jets seem to be multi-thermal small-scale plasma ejections with an estimated average electron density of $\sim$2.4 $\times$ 10$^{10}$ cm$^{-3}$ and an approximate mean temperature of $\sim$2.6 $\times$ 10$^{5}$ K. Their mean kinetic energy density, thermal energy density and dissipated magnetic field strength are roughly estimated to be $\sim$9 erg cm$^{-3}$, 3 erg cm$^{-3}$, and 16 G, respectively. The accelerations of the mini-jets, the UV and EUV brightenings at the footpoints of some mini-jets, and the activation of the host prominence suggest that the tornado mini-jets are probably created by fine-scale external or internal magnetic reconnections (a) between the prominence field and the enveloping or background field or (b) between twisted or braided flux tubes within the prominence. The observations provide insight into the geometry of such reconnection events in the corona and have implications for the structure of the prominence magnetic field and the instability that is responsible for the eruption of prominences and coronal mass ejections.

preprint2020arXiv

Data-driven Computational Social Science: A Survey

Social science concerns issues on individuals, relationships, and the whole society. The complexity of research topics in social science makes it the amalgamation of multiple disciplines, such as economics, political science, and sociology, etc. For centuries, scientists have conducted many studies to understand the mechanisms of the society. However, due to the limitations of traditional research methods, there exist many critical social issues to be explored. To solve those issues, computational social science emerges due to the rapid advancements of computation technologies and the profound studies on social science. With the aids of the advanced research techniques, various kinds of data from diverse areas can be acquired nowadays, and they can help us look into social problems with a new eye. As a result, utilizing various data to reveal issues derived from computational social science area has attracted more and more attentions. In this paper, to the best of our knowledge, we present a survey on data-driven computational social science for the first time which primarily focuses on reviewing application domains involving human dynamics. The state-of-the-art research on human dynamics is reviewed from three aspects: individuals, relationships, and collectives. Specifically, the research methodologies used to address research challenges in aforementioned application domains are summarized. In addition, some important open challenges with respect to both emerging research topics and research methods are discussed.

preprint2020arXiv

Deep Denoising Neural Network Assisted Compressive Channel Estimation for mmWave Intelligent Reflecting Surfaces

Integrating large intelligent reflecting surfaces (IRS) into millimeter-wave (mmWave) massive multi-input-multi-ouput (MIMO) has been a promising approach for improved coverage and throughput. Most existing work assumes the ideal channel estimation, which can be challenging due to the high-dimensional cascaded MIMO channels and passive reflecting elements. Therefore, this paper proposes a deep denoising neural network assisted compressive channel estimation for mmWave IRS systems to reduce the training overhead. Specifically, we first introduce a hybrid passive/active IRS architecture, where very few receive chains are employed to estimate the uplink user-to-IRS channels. At the channel training stage, only a small proportion of elements will be successively activated to sound the partial channels. Moreover, the complete channel matrix can be reconstructed from the limited measurements based on compressive sensing, whereby the common sparsity of angular domain mmWave MIMO channels among different subcarriers is leveraged for improved accuracy. Besides, a complex-valued denoising convolution neural network (CV-DnCNN) is further proposed for enhanced performance. Simulation results demonstrate the superiority of the proposed solution over state-of-the-art solutions.

preprint2020arXiv

DIHARD II is Still Hard: Experimental Results and Discussions from the DKU-LENOVO Team

In this paper, we present the submitted system for the second DIHARD Speech Diarization Challenge from the DKULENOVO team. Our diarization system includes multiple modules, namely voice activity detection (VAD), segmentation, speaker embedding extraction, similarity scoring, clustering, resegmentation and overlap detection. For each module, we explore different techniques to enhance performance. Our final submission employs the ResNet-LSTM based VAD, the Deep ResNet based speaker embedding, the LSTM based similarity scoring and spectral clustering. Variational Bayes (VB) diarization is applied in the resegmentation stage and overlap detection also brings slight improvement. Our proposed system achieves 18.84% DER in Track1 and 27.90% DER in Track2. Although our systems have reduced the DERs by 27.5% and 31.7% relatively against the official baselines, we believe that the diarization task is still very difficult.

preprint2020arXiv

Do Not Disturb Me: Person Re-identification Under the Interference of Other Pedestrians

In the conventional person Re-ID setting, it is widely assumed that cropped person images are for each individual. However, in a crowded scene, off-shelf-detectors may generate bounding boxes involving multiple people, where the large proportion of background pedestrians or human occlusion exists. The representation extracted from such cropped images, which contain both the target and the interference pedestrians, might include distractive information. This will lead to wrong retrieval results. To address this problem, this paper presents a novel deep network termed Pedestrian-Interference Suppression Network (PISNet). PISNet leverages a Query-Guided Attention Block (QGAB) to enhance the feature of the target in the gallery, under the guidance of the query. Furthermore, the involving Guidance Reversed Attention Module and the Multi-Person Separation Loss promote QGAB to suppress the interference of other pedestrians. Our method is evaluated on two new pedestrian-interference datasets and the results show that the proposed method performs favorably against existing Re-ID methods.

preprint2020arXiv

Dynamic Signatures of Black Hole Binaries with Superradiant Clouds

Superradiant clouds may develop around a rotating black hole, if there is a bosonic field with Compton wavelength comparable to the size of the black hole. In this paper, we investigate the effects of the cloud on the orbits of nearby compact objects. In particular, we consider the dynamical friction and the backreaction due to level mixing. Under these interactions, the probability of a black hole dynamically capturing other compact objects, such as stellar mass black holes and neutron stars, is generally enhanced with the presence of the cloud. For extreme mass ratio inspirals and binary stellar mass binary black holes, the cloud-induced orbital modulation may be detected by observing the gravitational waveform using space borne gravitational wave detectors, such as LISA. Interestingly within certain range of boson Compton wavelength, the enhanced capture rate of stellar mass black holes could accelerate hierarchical mergers, with higher-generation merger product being more massive than the mass threshold predicted by supernova pair instability. These observational signatures provide promising ways of searching light bosons with gravitational waves.

preprint2020arXiv

Dynamic SLAM: The Need For Speed

The static world assumption is standard in most simultaneous localisation and mapping (SLAM) algorithms. Increased deployment of autonomous systems to unstructured dynamic environments is driving a need to identify moving objects and estimate their velocity in real-time. Most existing SLAM based approaches rely on a database of 3D models of objects or impose significant motion constraints. In this paper, we propose a new feature-based, model-free, object-aware dynamic SLAM algorithm that exploits semantic segmentation to allow estimation of motion of rigid objects in a scene without the need to estimate the object poses or have any prior knowledge of their 3D models. The algorithm generates a map of dynamic and static structure and has the ability to extract velocities of rigid moving objects in the scene. Its performance is demonstrated on simulated, synthetic and real-world datasets.

preprint2020arXiv

EPI-based Oriented Relation Networks for Light Field Depth Estimation

Light field cameras record not only the spatial information of observed scenes but also the directions of all incoming light rays. The spatial and angular information implicitly contain geometrical characteristics such as multi-view or epipolar geometry, which can be exploited to improve the performance of depth estimation. An Epipolar Plane Image (EPI), the unique 2D spatial-angular slice of the light field, contains patterns of oriented lines. The slope of these lines is associated with the disparity. Benefiting from this property of EPIs, some representative methods estimate depth maps by analyzing the disparity of each line in EPIs. However, these methods often extract the optimal slope of the lines from EPIs while ignoring the relationship between neighboring pixels, which leads to inaccurate depth map predictions. Based on the observation that an oriented line and its neighboring pixels in an EPI share a similar linear structure, we propose an end-to-end fully convolutional network (FCN) to estimate the depth value of the intersection point on the horizontal and vertical EPIs. Specifically, we present a new feature-extraction module, called Oriented Relation Module (ORM), that constructs the relationship between the line orientations. To facilitate training, we also propose a refocusing-based data augmentation method to obtain different slopes from EPIs of the same scene point. Extensive experiments verify the efficacy of learning relations and show that our approach is competitive to other state-of-the-art methods. The code and the trained models are available at https://github.com/lkyahpu/EPI_ORM.git.

preprint2020arXiv

Fairness and efficiency for probabilistic allocations with participation constraints

We propose a notion of fairness for allocation problems in which different agents may have different reservation utilities, stemming from different outside options, or property rights. Fairness is usually understood as the absence of envy, but this can be incompatible with reservation utilities. It is possible that Alice's envy of Bob's assignment cannot be remedied without violating Bob's participation constraint. Instead, we seek to rule out {\em justified envy}, defined as envy for which a remedy would not violate any agent's participation constraint. We show that fairness, meaning the absence of justified envy, can be achieved together with efficiency and individual rationality. We introduce a competitive equilibrium approach with price-dependent incomes obtaining the desired properties.

preprint2020arXiv

Faster Activity and Data Detection in Massive Random Access: A Multi-armed Bandit Approach

This paper investigates the grant-free random access with massive IoT devices. By embedding the data symbols in the signature sequences, joint device activity detection and data decoding can be achieved, which, however, significantly increases the computational complexity. Coordinate descent algorithms that enjoy a low per-iteration complexity have been employed to solve the detection problem, but previous works typically employ a random coordinate selection policy which leads to slow convergence. In this paper, we develop multi-armed bandit approaches for more efficient detection via coordinate descent, which make a delicate trade-off between exploration and exploitation in coordinate selection. Specifically, we first propose a bandit based strategy, i.e., Bernoulli sampling, to speed up the convergence rate of coordinate descent, by learning which coordinates will result in more aggressive descent of the objective function. To further improve the convergence rate, an inner multi-armed bandit problem is established to learn the exploration policy of Bernoulli sampling. Both convergence rate analysis and simulation results are provided to show that the proposed bandit based algorithms enjoy faster convergence rates with a lower time complexity compared with the state-of-the-art algorithm. Furthermore, our proposed algorithms are applicable to different scenarios, e.g., massive random access with low-precision analog-to-digital converters (ADCs).

preprint2020arXiv

Flow Field Reconstructions with GANs based on Radial Basis Functions

Nonlinear sparse data regression and generation have been a long-term challenge, to cite the flow field reconstruction as a typical example. The huge computational cost of computational fluid dynamics (CFD) makes it much expensive for large scale CFD data producing, which is the reason why we need some cheaper ways to do this, of which the traditional reduced order models (ROMs) were promising but they couldn't generate a large number of full domain flow field data (FFD) to realize high-precision flow field reconstructions. Motivated by the problems of existing approaches and inspired by the success of the generative adversarial networks (GANs) in the field of computer vision, we prove an optimal discriminator theorem that the optimal discriminator of a GAN is a radial basis function neural network (RBFNN) while dealing with nonlinear sparse FFD regression and generation. Based on this theorem, two radial basis function-based GANs (RBF-GAN and RBFC-GAN), for regression and generation purposes, are proposed. Three different datasets are applied to verify the feasibility of our models. The results show that the performance of the RBF-GAN and the RBFC-GAN are better than that of GANs/cGANs by means of both the mean square error (MSE) and the mean square percentage error (MSPE). Besides, compared with GANs/cGANs, the stability of the RBF-GAN and the RBFC-GAN improve by 34.62% and 72.31%, respectively. Consequently, our proposed models can be used to generate full domain FFD from limited and sparse datasets, to meet the requirement of high-precision flow field reconstructions.

preprint2020arXiv

GATCluster: Self-Supervised Gaussian-Attention Network for Image Clustering

We propose a self-supervised Gaussian ATtention network for image Clustering (GATCluster). Rather than extracting intermediate features first and then performing the traditional clustering algorithm, GATCluster directly outputs semantic cluster labels without further post-processing. Theoretically, we give a Label Feature Theorem to guarantee the learned features are one-hot encoded vectors, and the trivial solutions are avoided. To train the GATCluster in a completely unsupervised manner, we design four self-learning tasks with the constraints of transformation invariance, separability maximization, entropy analysis, and attention mapping. Specifically, the transformation invariance and separability maximization tasks learn the relationships between sample pairs. The entropy analysis task aims to avoid trivial solutions. To capture the object-oriented semantics, we design a self-supervised attention mechanism that includes a parameterized attention module and a soft-attention loss. All the guiding signals for clustering are self-generated during the training process. Moreover, we develop a two-step learning algorithm that is memory-efficient for clustering large-size images. Extensive experiments demonstrate the superiority of our proposed method in comparison with the state-of-the-art image clustering benchmarks. Our code has been made publicly available at https://github.com/niuchuangnn/GATCluster.

preprint2020arXiv

How many infections of COVID-19 there will be in the "Diamond Princess"-Predicted by a virus transmission model based on the simulation of crowd flow

Objectives: Simulate the transmission process of COVID-19 in a cruise ship, and then to judge how many infections there will be in the 3711 people in the "Diamond Princess" and analyze measures that could have prevented mass transmission. Methods: Based on the crowd flow model, the virus transmission rule between pedestrians is established, to simulate the spread of the virus caused by the close contact during pedestrians' daily activities on the cruise ship. Measurements and main results: Three types of simulation scenarios are designed, the Basic scenario focus on the process of virus transmission caused by a virus carrier and the effect of the personal protective measure against the virus. The condition that the original virus carriers had disembarked halfway and more and more people strengthen self-protection are considered in the Self-protection scenario, which would comparatively accord with the actual situation of "Diamond princess" cruise. Control scenario are set to simulate the effect of taking recommended or mandatory measures on virus transmission Conclusions: There are 850~1009 persons (with large probability) who have been infected with COVID-19 during the voyage of "Diamond Princess". The crowd infection percentage would be controlled effectively if the recommended or mandatory measures can be taken immediately during the alert phase of COVID-19 outbreaks.

preprint2020arXiv

Imaging and spectral study on the null point of a fan-spine structure during a solar flare

Using the multi-instrument observations, we make the first simultaneous imaging and spectral study on the null point of a fan-spine magnetic topology during a solar flare. When magnetic reconnection occurs at the null point, the fan-spine configuration brightens in the (extreme-)ultraviolet channels. In the H$α$ images, the fan-spine structure is partly filled and outlined by the bi-directional material flows ejected from the reconnection site. The extrapolated coronal magnetic field confirms the existence of the fan-spine topology. Before and after the flare peak, the total velocity of the outflows is estimated to be about 60 km s$^{-1}$. During the flare, the Si IV line profile at the reconnection region is enhanced both in the blue-wing and red-wing. At the flare peak time, the total velocity of the outflows is found to be 144 km s$^{-1}$. Superposed on the Si IV profile, there are several deep absorption lines with the blueshift of several tens of km s$^{-1}$. The reason is inferred to be that the bright reconnection region observed in Si IV channel is located under the cooler material appearing as dark features in the H$α$ line. The blueshifted absorption lines indicate the movement of the cooler material toward the observer. The depth of the absorption lines also depends on the amount of cooler material. These results imply that this kind of spectral profiles can be used as a tool to diagnose the properties of cooler material above reconnection site.

preprint2020arXiv

Improved Light-Matter Interaction for Storage of Quantum States of Light in a Thulium-Doped Crystal Cavity

We design and implement an atomic frequency comb quantum memory for 793 nm wavelength photons using a monolithic cavity based on a thulium-doped Y$_3$Al$_5$O$_{12}$ (Tm:YAG) crystal. Approximate impedance matching results in the absorption of approximately $90\%$ of input photons and a memory efficiency of (27.5$\pm$ 2.7)% over a 500 MHz bandwidth. The cavity enhancement leads to a significant improvement over the previous efficiency in Tm-doped crystals using a quantum memory protocol. In turn, this allows us for the first time to store and recall quantum states of light in such a memory. Our results demonstrate progress toward efficient and faithful storage of single photon qubits with large time-bandwidth product and multi-mode capacity for quantum networking.

preprint2020arXiv

InGaAs/InP single-photon detectors with 60% detection efficiency at 1550 nm

InGaAs/InP single-photon detectors (SPDs) are widely used for near-infrared photon counting in practical applications. Photon detection efficiency (PDE) is one of the most important parameters for SPD characterization, and therefore increasing PDE consistently plays a central role in both industrial development and academic research. Here we present the implementation of high-frequency gating InGaAs/InP SPD with a PDE as high as 60% at 1550 nm. On one hand, we optimize the structure design and device fabrication of InGaAs/InP single-photon avalanche diode with an additional dielectric-metal reflection layer to relatively increase the absorption efficiency of incident photons by ~ 20%. On the other hand, we develop a monolithic readout circuit of weak avalanche extraction to minimize the parasitic capacitance for the suppression of the afterpulsing effect. With 1.25 GHz sine wave gating and optimized gate amplitude and operation temperature, the SPD is characterized to reach a PDE of 60% with a dark count rate (DCR) of 340 kcps. For practical use, given 3 kcps DCR as a reference the PDE reaches ~ 40% PDE with an afterpulse probability of 5.5%, which can significantly improve the performance for the near-infrared SPD based applications.

preprint2020arXiv

Long-distance transmission of quantum key distribution coexisting with classical optical communication over weakly-coupled few-mode fiber

Quantum key distribution (QKD) is one of the most practical applications in quantum information processing, which can generate information-theoretical secure keys between remote parties. With the help of the wavelength-division multiplexing technique, QKD has been integrated with the classical optical communication networks. The wavelength-division multiplexing can be further improved by the mode-wavelength dual multiplexing technique with few-mode fiber (FMF), which has additional modal isolation and large effective core area of mode, and particularly is practical in fabrication and splicing technology compared with the multi-core fiber. Here, we present for the first time a QKD implementation coexisting with classical optical communication over weakly-coupled FMF using all-fiber mode-selective couplers. The co-propagation of QKD with one 100 Gbps classical data channel at -2.60 dBm launched power is achieved over 86 km FMF with 1.3 kbps real-time secure key generation. Compared with single-mode fiber, the average Raman noise in FMF is reduced by 86% at the same fiber-input power. Our work implements an important approach to the integration between QKD and classical optical communication and previews the compatibility of quantum communications with the next-generation mode division multiplexing networks

preprint2020arXiv

Magnetic Flux of Active Regions Determining the Eruptive Character of Large Solar Flares

We establish the largest eruptive/confined flare database to date and analyze 322 flares of \emph{GOES} class M1.0 and larger that occurred during 2010$-$2019, i.e., almost spanning the entire solar cycle 24. We find that the total unsigned magnetic flux ($Φ$$_{AR}$) of active regions (ARs) is a key parameter in governing the eruptive character of large flares, with the proportion of eruptive flares exhibiting a strong anti-correlation with $Φ$$_{AR}$. This means that an AR containing a large magnetic flux has a lower probability for the large flares it produces to be associated with a coronal mass ejection (CME). This finding is supported by the high positive correlation we obtained between the critical decay index height and $Φ$$_{AR}$, implying that ARs with a larger $Φ$$_{AR}$ have a stronger magnetic confinement. Moreover, the confined flares originating from ARs larger than 1.0$\times$$10^{23}$ Mx have several characteristics in common: stable filament, slipping magnetic reconnection and strongly sheared post-flare loops. Our findings reveal new relations between the magnetic flux of ARs and the occurrence of CMEs in association with large flares. These relations obtained here provide quantitative criteria for forecasting CMEs and adverse space weather, and have also important implications for "superflares" on solar-type stars and stellar CMEs. The link of database is https://doi.org/10.12149/101030.

preprint2020arXiv

Metallic Microswimmers Driven up the Wall by Gravity

As a natural and functional behavior, various microorganisms exhibit gravitaxis by orienting and swimming upwards against gravity. Swimming autophoretic nanomotors described herein, comprising bimetallic nanorods, preferentially orient upwards and swim up along a wall, when tail-heavy (i.e. when the density of one of the metals is larger than the other). Through experiment and theory, two mechanisms were identified that contribute to this gravitactic behavior. First, a buoyancy or gravitational torque acts on these rods to align them upwards. Second, hydrodynamic interactions of the rod with the inclined wall induce a fore-aft drag asymmetry on the rods that reinforces their orientation bias and promotes their upward motion.

preprint2020arXiv

Microscope Based HER2 Scoring System

The overexpression of human epidermal growth factor receptor 2 (HER2) has been established as a therapeutic target in multiple types of cancers, such as breast and gastric cancers. Immunohistochemistry (IHC) is employed as a basic HER2 test to identify the HER2-positive, borderline, and HER2-negative patients. However, the reliability and accuracy of HER2 scoring are affected by many factors, such as pathologists' experience. Recently, artificial intelligence (AI) has been used in various disease diagnosis to improve diagnostic accuracy and reliability, but the interpretation of diagnosis results is still an open problem. In this paper, we propose a real-time HER2 scoring system, which follows the HER2 scoring guidelines to complete the diagnosis, and thus each step is explainable. Unlike the previous scoring systems based on whole-slide imaging, our HER2 scoring system is integrated into an augmented reality (AR) microscope that can feedback AI results to the pathologists while reading the slide. The pathologists can help select informative fields of view (FOVs), avoiding the confounding regions, such as DCIS. Importantly, we illustrate the intermediate results with membrane staining condition and cell classification results, making it possible to evaluate the reliability of the diagnostic results. Also, we support the interactive modification of selecting regions-of-interest, making our system more flexible in clinical practice. The collaboration of AI and pathologists can significantly improve the robustness of our system. We evaluate our system with 285 breast IHC HER2 slides, and the classification accuracy of 95\% shows the effectiveness of our HER2 scoring system.

preprint2020arXiv

Millimeter-Wave Full-Duplex UAV Relay: Joint Positioning, Beamforming, and Power Control

In this paper, a full-duplex unmanned aerial vehicle (FD-UAV) relay is employed to increase the communication capacity of millimeter-wave (mmWave) networks. Large antenna arrays are equipped at the source node (SN), destination node (DN), and FD-UAV relay to overcome the high path loss of mmWave channels and to help mitigate the self-interference at the FD-UAV relay. Specifically, we formulate a problem for maximization of the achievable rate from the SN to the DN, where the UAV position, analog beamforming, and power control are jointly optimized. Since the problem is highly non-convex and involves high-dimensional, highly coupled variable vectors, we first obtain the conditional optimal position of the FD-UAV relay for maximization of an approximate upper bound on the achievable rate in closed form, under the assumption of a line-of-sight (LoS) environment and ideal beamforming. Then, the UAV is deployed to the position which is closest to the conditional optimal position and yields LoS paths for both air-to-ground links. Subsequently, we propose an alternating interference suppression (AIS) algorithm for the joint design of the beamforming vectors and the power control variables. In each iteration, the beamforming vectors are optimized for maximization of the beamforming gains of the target signals and the successive reduction of the interference, where the optimal power control variables are obtained in closed form. Our simulation results confirm the superiority of the proposed positioning, beamforming, and power control method compared to three benchmark schemes. Furthermore, our results show that the proposed solution closely approaches a performance upper bound for mmWave FD-UAV systems.

preprint2020arXiv

Rational points on complete symmetric hypersurfaces over finite fields

For any affine hypersurface defined by a complete symmetric polynomial in $k\geq 3$ variables of degree $m$ over the finite field $\mathbb{F}_{q}$ of $q$ elements, a special case of our theorem says that this hypersurface has at least $6q^{k-3}$ rational points over $\mathbb{F}_{q}$ if $1\leq m \leq q-3$ and $q$ is odd. A key ingredient in our proof is Segre's classical theorem on ovals in finite projective planes.

preprint2020arXiv

Relative growth rate and contact Banach-Mazur distance

In this paper, we define a non-linear version of Banach-Mazur distance in the contact geometry set-up, called contact Banach-Mazur distance and denoted by $d_{\rm CBM}$. Explicitly, we consider the following two set-ups, either on a contact manifold $W \times S^1$ where $W$ is a Liouville manifold, or a closed Liouville-fillable contact manifold $M$. The inputs of $d_{\rm CBM}$ are different in these two cases. In the former case the inputs are (contact) star-shaped domains of $W \times S^1$, and in the latter case the inputs are contact 1-forms of $M$. In particular, the contact Banach-Mazur distance $d_{\rm CBM}$ defined in the former case is motivated by the concept, relative growth rate, which was originally defined and studied by Eliashberg and Polterovich. In addition, we investigate the relations of $d_{\rm CBM}$ to various numerical measurements in contact geometry and symplectic geometry, for instance, contact shape invariant, (coarse) symplectic Banach-Mazur distance. Moreover, we obtain several large-scale geometric properties in terms of $d_{\rm CBM}$. Finally, we propose a quantitative comparison between elements in the derived categories of sheaves of modules (over certain topological spaces). This is based on several important properties of the singular support of sheaves.

preprint2020arXiv

Robust Ego and Object 6-DoF Motion Estimation and Tracking

The problem of tracking self-motion as well as motion of objects in the scene using information from a camera is known as multi-body visual odometry and is a challenging task. This paper proposes a robust solution to achieve accurate estimation and consistent track-ability for dynamic multi-body visual odometry. A compact and effective framework is proposed leveraging recent advances in semantic instance-level segmentation and accurate optical flow estimation. A novel formulation, jointly optimizing SE(3) motion and optical flow is introduced that improves the quality of the tracked points and the motion estimation accuracy. The proposed approach is evaluated on the virtual KITTI Dataset and tested on the real KITTI Dataset, demonstrating its applicability to autonomous driving applications. For the benefit of the community, we make the source code public.

preprint2020arXiv

Scene Text Recognition via Transformer

Scene text recognition with arbitrary shape is very challenging due to large variations in text shapes, fonts, colors, backgrounds, etc. Most state-of-the-art algorithms rectify the input image into the normalized image, then treat the recognition as a sequence prediction task. The bottleneck of such methods is the rectification, which will cause errors due to distortion perspective. In this paper, we find that the rectification is completely unnecessary. What all we need is the spatial attention. We therefore propose a simple but extremely effective scene text recognition method based on transformer [50]. Different from previous transformer based models [56,34], which just use the decoder of the transformer to decode the convolutional attention, the proposed method use a convolutional feature maps as word embedding input into transformer. In such a way, our method is able to make full use of the powerful attention mechanism of the transformer. Extensive experimental results show that the proposed method significantly outperforms state-of-the-art methods by a very large margin on both regular and irregular text datasets. On one of the most challenging CUTE dataset whose state-of-the-art prediction accuracy is 89.6%, our method achieves 99.3%, which is a pretty surprising result. We will release our source code and believe that our method will be a new benchmark of scene text recognition with arbitrary shapes.

preprint2020arXiv

SIR Model-based Prediction of Infected Population of Coronavirus in Hubei Province

After the sudden outbreak of Coronavirus in Wuhan, continuous and rich data of the epidemic has been made public as the vital fact for decision support in control measures and aggressive implementation of containment strategies and plans. With the further growth and spreading of the virus, future resource allocation and planning under updated strategies and measures rely on careful study of the epidemic data and characteristics for accurate prediction and estimation. By using the SIR model and reported data, key parameters are obtained from least sum of squared errors for an accurate prediction of epidemic trend in the last four weeks.

preprint2020arXiv

Super-resolution single-photon imaging at 8.2 kilometers

Single-photon light detection and ranging (LiDAR), offering single-photon sensitivity and picosecond time resolution, has been widely adopted for active imaging applications. Long-range active imaging is a great challenge, because the spatial resolution degrades significantly with the imaging range due to the diffraction limit of the optics, and only weak echo signal photons can return but mixed with a strong background noise. Here we propose and demonstrate a photon-efficient LiDAR approach that can achieve sub-Rayleigh resolution imaging over long ranges. This approach exploits fine sub-pixel scanning and a deconvolution algorithm tailored to this long-range application. Using this approach, we experimentally demonstrated active three-dimensional (3D) single-photon imaging by recognizing different postures of a mannequin model at a stand-off distance of 8.2 km in both daylight and night. The observed spatial (transversal) resolution is about 5.5 cm at 8.2 km, which is about twice of the system's resolution. This also beats the optical system's Rayleigh criterion. The results are valuable for geosciences and target recognition over long ranges.

preprint2020arXiv

Sympathetic eruptions of two filaments with an identifiable causal link observed by the Solar Dynamics Observatory

Filament eruptions occurring at different places within a relatively short time internal, but with a certain physical causal connection are usually known as sympathetic eruption. Studies on sympathetic eruptions are not uncommon. However, in the existed reports, the causal links between sympathetic eruptions remain rather speculative. In this work, we present detailed observations of a sympathetic filament eruption event, where an identifiable causal link between two eruptive filaments is observed. On 2015 November 15, two filaments (F1 in the north and F2 in the south) were located at the southwestern quadrant of solar disk. The main axes of them were almost parallel to each other. Around 22:20 UT, F1 began to erupt, forming two flare ribbons. The southwestern ribbon apparently moved to southwest and intruded southeast part of F2. This continuous intrusion caused F2's eventual eruption. Accompanying the eruption of F2, flare ribbons and post-flare loops appeared in northwest region of F2. Meanwhile, neither flare ribbons nor post-flare loops could be observed in southeastern area of F2. In addition, the nonlinear force-free field (NLFFF) extrapolations show that the magnetic fields above F2 in the southeast region are much weaker than that in the northwest region. These results imply that the overlying magnetic fields of F2 were not uniform. So we propose that the southwest ribbon formed by eruptive F1 invaded F2 from its southeast region with relatively weaker overlying magnetic fields in comparison with its northwest region, disturbing F2 and leading F2 to erupt eventually.

preprint2020arXiv

TextureWGAN: Texture Preserving WGAN with MLE Regularizer for Inverse Problems

Many algorithms and methods have been proposed for inverse problems particularly with the recent surge of interest in machine learning and deep learning methods. Among all proposed methods, the most popular and effective method is the convolutional neural network (CNN) with mean square error (MSE). This method has been proven effective in super-resolution, image de-noising, and image reconstruction. However, this method is known to over-smooth images due to the nature of MSE. MSE based methods minimize Euclidean distance for all pixels between a baseline image and a generated image by CNN and ignore the spatial information of the pixels such as image texture. In this paper, we proposed a new method based on Wasserstein GAN (WGAN) for inverse problems. We showed that the WGAN-based method was effective to preserve image texture. It also used a maximum likelihood estimation (MLE) regularizer to preserve pixel fidelity. Maintaining image texture and pixel fidelity is the most important requirement for medical imaging. We used Peak Signal to Noise Ratio (PSNR) and Structure Similarity (SSIM) to evaluate the proposed method quantitatively. We also conducted first-order and second-order statistical image texture analysis to assess image texture.

preprint2020arXiv

The Formation and Eruption of A Sigmoidal Filament Driven by Rotating Network Magnetic Fields

We present the formation and eruption of a sigmoidal filament driven by rotating network magnetic fields (RNFs) near the center of the solar disk, which was observed by the one-meter aperture New Vacuum Solar Telescope (NVST) at Fuxian Solar Observatory (FSO) on 2018 July 12. Counterclockwise RNFs twist two small-scale filaments at their northeastern foot-point region, giving a rotation of nearly 200 degree within about 140 minutes. The motion of the RNF has a tendency to accelerate at first and then decelerate obviously, as the average rotation speed increased from 10 to 150 ,and then slowed down to 50 . Coalescence then occurs between filaments F1 and F2. Meanwhile the fine structures in the southwestern region of the filament was involved in another interaction of coalescence. The subsequent EUV brightening due to plasma heating is observed in the two interaction regions. These interacting structures, including F1, F2 and the fine structures in the southwestern region, eventually evolve into a larger-scale sigmoidal filament twisted in the same direction as the RNFs gave. The twist of the sigmoidal filament has exceeded 4π and the filament erupted finally. The motion of the sigmoidal filament keeps uniform until a nearby jet collides, causing the filament to erupt faster. These results provide evidence that RNF plays an important role in the formation and eruption of the sigmoidal filament. The phenomena also suggests that the kink instability is the trigger mechanism for the filament eruption.

preprint2019arXiv

Breakdown of Raman Selection Rules By Fröhlich Interaction in Few-Layer WS$_2$

The Raman selection rules arise from the crystal symmetry and then determine the Raman activity and polarization of scattered phonon modes. However, these selection rules can be broken in resonant process due to the strong electron-phonon coupling effect. Here we reported the observation of breakdown of Raman selection rules in few-layer WS$_2$ by using resonant Raman scattering with dark A exciton. In this case, not only the infrared active modes and backscattering forbidden modes are observed, but the intensities of all observed phonon modes become strongest under paralleled-polarization and independent on the Raman tensors of phonons. We attributed this phenomenon to the interaction between dark A exciton and the scatted phonon, the so-called intraband Fröhlich interaction, where the Raman scattering possibility is totally determined by the symmetry of exciton rather than the phonons due to strong electron-phonon coupling. Our results not only can be used to easily detect the optical forbidden excitonic and phononic states but also provide a possible way to manipulate optical transitions between electronic levels.

preprint2019arXiv

Experimental study of pedestrian flow mixed with wheelchair users through funnel-shaped bottlenecks

With the increase of the elderly and disabled in the world, the characteristics of pedestrian flow mixed with wheelchair users has being paid more and more attention. In this study, experiments in funnel-shaped bottlenecks were performed to study the impact of bottleneck shape and the ratio of wheelchair users on the crowd dynamics. It is found that the increase of wheelchairs in the crowd obviously leads to worse moving efficiency and congestion from the escape time, time-space relationship and time headway. Under low mixing ratios (<2.35%), less congestion occurred in the 45° bottleneck among the four tested angles (0°, 15°, 30°, 45°). The average speeds of wheelchair users is the fastest in 45 ° bottleneck (0.310m/s) until the mixing ratio arrives at 7.05%. However, the advantage of the angle disappears when the mixing ratio gets higher. The findings in this study is meaningful for the guidance of pedestrian evacuation through bottlenecks with the presence of wheelchair users.

preprint2019arXiv

Non-imaging single-pixel sensing with optimized binary modulation

The conventional high-level sensing techniques require high-fidelity images as input to extract target features, which are produced by either complex imaging hardware or high-complexity reconstruction algorithms. In this letter, we propose single-pixel sensing (SPS) that performs high-level sensing directly from coupled measurements of a single-pixel detector, without the conventional image acquisition and reconstruction process. The technique consists of three steps including binary light modulation that can be physically implemented at $\sim$22kHz, single-pixel coupled detection owning wide working spectrum and high signal-to-noise ratio, and end-to-end deep-learning based sensing that reduces both hardware and software complexity. Besides, the binary modulation is trained and optimized together with the sensing network, which ensures least required measurements and optimal sensing accuracy. The effectiveness of SPS is demonstrated on the classification task of handwritten MNIST dataset, and 96.68% classification accuracy at $\sim$1kHz is achieved. The reported single-pixel sensing technique is a novel framework for highly efficient machine intelligence.

preprint2019arXiv

On the Kähler Geometry of Certain Optimal Transport Problems

Let $X$ and $Y$ be domains of $\mathbb{R}^n$ equipped with respective probability measures $μ$ and $ ν$. We consider the problem of optimal transport from $μ$ to $ν$ with respect to a cost function $c: X \times Y \to \mathbb{R}$. To ensure that the solution to this problem is smooth, it is necessary to make several assumptions about the structure of the domains and the cost function. In particular, Ma, Trudinger, and Wang established regularity estimates when the domains are strongly \textit{relatively $c$-convex} with respect to each other and cost function has non-negative \textit{MTW tensor}. For cost functions of the form $c(x,y)= Ψ(x-y)$ for some convex function $Ψ$, we find an associated Kähler manifold whose orthogonal anti-bisectional curvature is proportional to the MTW tensor. We also show that relative $c$-convexity geometrically corresponds to geodesic convexity with respect to a dual affine connection. Taken together, these results provide a geometric framework for optimal transport which is complementary to the pseudo-Riemannian theory of Kim and McCann. We provide several applications of this work. In particular, we find a complete Kähler surface with non-negative orthogonal bisectional curvature that is not a Hermitian symmetric space or biholomorphic to $\mathbb{C}^2$. We also address a question in mathematical finance raised by Pal and Wong on the regularity of \textit{pseudo-arbitrages}, or investment strategies which outperform the market.

preprint2019arXiv

Perturbations of Stealth Black Holes in DHOST Theories

Among the Scalar-Tensor modified theories of gravity, DHOST models could play a special role for dark energy while being consistent with current observations, notably those constraining the speed of gravitational waves. Schwarzschild-de Sitter black holes were shown to be exact solutions of a particular subclass of quadratic DHOST theories, while carrying a nontrivial scalar profile that linearly evolves in time and hence potentially providing exciting new phenomenological windows to explore this model. We investigate the physical perturbations about such black holes and find that the odd-parity tensor perturbations behave in a way indistinguishable to GR. On the other hand, the effective metric for the (even-parity) scalar perturbations is singular, indicating that those exact black hole solutions are infinitely strongly coupled and cannot be trusted within the regime of validity of the DHOST effective field theory. We show how this strong coupling result is generalizable to a whole class of solutions with arbitrary manifolds both for DHOST and Horndeski.

preprint2019arXiv

Photonic realization of quantum resetting

Contrary to the usual assumption of at least partial control of quantum dynamics, a surprising recent result proved that an arbitrary quantum state can be probabilistically reset to a state in the past by having it interact with probing systems in a consistent, but $uncontrolled$ way. We present a photonic implementation to achieve this resetting process, experimentally verifying that a state can be probabilistically reset to its past with a fidelity of $0.870\pm0.012$. We further demonstrate the preservation of an entangled state, which still violates a Bell inequality, after half of the entangled pair was reset. The ability to reset uncontrolled quantum states has implications in the foundations of quantum physics and applications in areas of quantum technology.

preprint2019arXiv

Single-photon computational 3D imaging at 45 km

Long-range active imaging has a variety of applications in remote sensing and target recognition. Single-photon LiDAR (light detection and ranging) offers single-photon sensitivity and picosecond timing resolution, which is desirable for high-precision three-dimensional (3D) imaging over long distances. Despite important progress, further extending the imaging range presents enormous challenges because only weak echo photons return and are mixed with strong noise. Herein, we tackled these challenges by constructing a high-efficiency, low-noise confocal single-photon LiDAR system, and developing a long-range-tailored computational algorithm that provides high photon efficiency and super-resolution in the transverse domain. Using this technique, we experimentally demonstrated active single-photon 3D-imaging at a distance of up to 45 km in an urban environment, with a low return-signal level of $\sim$1 photon per pixel. Our system is feasible for imaging at a few hundreds of kilometers by refining the setup, and thus represents a significant milestone towards rapid, low-power, and high-resolution LiDAR over extra-long ranges.

preprint2018arXiv

Optimal identification of non-Markovian environments for spin chains

Correlations of an environment are crucial for the dynamics of non-Markovian quantum systems, which may not be known in advance. In this paper, we propose a gradient algorithm for identifying the correlations in terms of time-varying damping rate functions in a time-convolution-less master equation for spin chains. By measuring time trace observables of the system, the identification procedure can be formulated as an optimization problem. The gradient algorithm is designed based on a calculation of the derivative of an objective function with respect to the damping rate functions, whose effectiveness is shown in a comparison to a differential approach for a two-qubit spin chain.

preprint2017arXiv

A robust approach for tree segmentation in deciduous forests using small-footprint airborne LiDAR data

This paper presents a non-parametric approach for segmenting trees from airborne LiDAR data in deciduous forests. Based on the LiDAR point cloud, the approach collects crown information such as steepness and height on-the-fly to delineate crown boundaries, and most importantly, does not require a priori assumptions of crown shape and size. The approach segments trees iteratively starting from the tallest within a given area to the smallest until all trees have been segmented. To evaluate its performance, the approach was applied to the University of Kentucky Robinson Forest, a deciduous closed-canopy forest with complex terrain and vegetation conditions. The approach identified 94% of dominant and co-dominant trees with a false detection rate of 13%. About 62% of intermediate, overtopped, and dead trees were also detected with a false detection rate of 15%. The overall segmentation accuracy was 77%. Correlations of the segmentation scores of the proposed approach with local terrain and stand metrics was not significant, which is likely an indication of the robustness of the approach as results are not sensitive to the differences in terrain and stand structures.

preprint2017arXiv

Observation of forbidden phonons and dark excitons by resonance Raman scattering in few-layer WS$_2$

The optical properties of the two-dimensional (2D) crystals are dominated by tightly bound electron-hole pairs (excitons) and lattice vibration modes (phonons). The exciton-phonon interaction is fundamentally important to understand the optical properties of 2D materials and thus help develop emerging 2D crystal based optoelectronic devices. Here, we presented the excitonic resonant Raman scattering (RRS) spectra of few-layer WS$_2$ excited by 11 lasers lines covered all of A, B and C exciton transition energies at different sample temperatures from 4 to 300 K. As a result, we are not only able to probe the forbidden phonon modes unobserved in ordinary Raman scattering, but also can determine the bright and dark state fine structures of 1s A exciton. In particular, we also observed the quantum interference between low-energy discrete phonon and exciton continuum under resonant excitation. Our works pave a way to understand the exciton-phonon coupling and many-body effects in 2D materials.

preprint2016arXiv

Alternating Minimization Algorithms for Hybrid Precoding in Millimeter Wave MIMO Systems

Millimeter wave (mmWave) communications has been regarded as a key enabling technology for 5G networks. In contrast to conventional multiple-input-multiple-output (MIMO) systems, precoding in mmWave MIMO cannot be performed entirely at baseband using digital precoders, as only a limited number of signal mixers and analog-to-digital converters (ADCs) can be supported considering their cost and power consumption. As a cost-effective alternative, a hybrid precoding transceiver architecture, combining a digital precoder and an analog precoder, has recently received considerable attention. However, the optimal design of such hybrid precoders has not been fully understood. In this paper, treating the hybrid precoder design as a matrix factorization problem, effective alternating minimization (AltMin) algorithms will be proposed for two different hybrid precoding structures, i.e., the fully-connected and partially-connected structures. In particular, for the fully-connected structure, an AltMin algorithm based on manifold optimization is proposed to approach the performance of the fully digital precoder, which, however, has a high complexity. Thus, a low-complexity AltMin algorithm is then proposed, by enforcing an orthogonal constraint on the digital precoder. Furthermore, for the partially-connected structure, an AltMin algorithm is also developed with the help of semidefinite relaxation. For practical implementation, the proposed AltMin algorithms are further extended to the broadband setting with orthogonal frequency division multiplexing (OFDM) modulation. Simulation results will demonstrate significant performance gains of the proposed AltMin algorithms over existing hybrid precoding algorithms. Moreover, based on the proposed algorithms, simulation comparisons between the two hybrid precoding structures will provide valuable design insights.

preprint2016arXiv

ARQ with Adaptive Feedback for Energy Harvesting Receivers

Automatic repeat request (ARQ) is widely used in modern communication systems to improve transmission reliability. In conventional ARQ protocols developed for systems with energy-unconstrained receivers, an acknowledgement/negative-acknowledgement (ACK/NACK) message is fed back when decoding succeeds/fails. Such kind of non-adaptive feedback consumes significant amount of energy, and thus will limit the performance of systems with energy harvesting (EH) receivers. In order to overcome this limitation and to utilize the harvested energy more efficiently, we propose a novel ARQ protocol for EH receivers, where the ACK feedback can be adapted based upon the receiver's EH state. Two conventional ARQ protocols are also considered. By adopting the packet drop probability (PDP) as the performance metric, we formulate the throughput constrained PDP minimization problem for a communication link with a non-EH transmitter and an EH receiver. Optimal reception policies including the sampling, decoding and feedback strategies, are developed for different ARQ protocols. Simulation results will show that the proposed ARQ protocol not only outperforms the conventional ARQs in terms of PDP, but can also achieve a higher throughput.

preprint2016arXiv

Black holes and the multiverse

Vacuum bubbles may nucleate and expand during the inflationary epoch in the early universe. After inflation ends, the bubbles quickly dissipate their kinetic energy; they come to rest with respect to the Hubble flow and eventually form black holes. The fate of the bubble itself depends on the resulting black hole mass. If the mass is smaller than a certain critical value, the bubble collapses to a singularity. Otherwise, the bubble interior inflates, forming a baby universe, which is connected to the exterior FRW region by a wormhole. A similar black hole formation mechanism operates for spherical domain walls nucleating during inflation. As an illustrative example, we studied the black hole mass spectrum in the domain wall scenario, assuming that domain walls interact with matter only gravitationally. Our results indicate that, depending on the model parameters, black holes produced in this scenario can have significant astrophysical effects and can even serve as dark matter or as seeds for supermassive black holes. The mechanism of black hole formation described in this paper is very generic and has important implications for the global structure of the universe. Baby universes inside super-critical black holes inflate eternally and nucleate bubbles of all vacua allowed by the underlying particle physics. The resulting multiverse has a very non-trivial spacetime structure, with a multitude of eternally inflating regions connected by wormholes. If a black hole population with the predicted mass spectrum is discovered, it could be regarded as evidence for inflation and for the existence of a multiverse.

preprint2016arXiv

Cache Size Allocation in Backhaul Limited Wireless Networks

Caching popular content at base stations is a powerful supplement to existing limited backhaul links for accommodating the exponentially increasing mobile data traffic. Given the limited cache budget, we investigate the cache size allocation problem in cellular networks to maximize the user success probability (USP), taking wireless channel statistics, backhaul capacities and file popularity distributions into consideration. The USP is defined as the probability that one user can successfully download its requested file either from the local cache or via the backhaul link. We first consider a single-cell scenario and derive a closed-form expression for the USP, which helps reveal the impacts of various parameters, such as the file popularity distribution. More specifically, for a highly concentrated file popularity distribution, the required cache size is independent of the total number of files, while for a less concentrated file popularity distribution, the required cache size is in linear relation to the total number of files. Furthermore, we study the multi-cell scenario, and provide a bisection search algorithm to find the optimal cache size allocation. The optimal cache size allocation is verified by simulations, and it is shown to play a more significant role when the file popularity distribution is less concentrated.

preprint2016arXiv

Cosmic Shear Measurement using Autoconvolved Images

We study the possibility of using quadrupole moments of auto-convolved galaxy images to measure cosmic shear. The autoconvolution of an image corresponds to the inverse Fourier transformation of its power spectrum. The new method has the following advantages: the smearing effect due to the Point Spread Function (PSF) can be corrected by subtracting the quadrupole moments of the auto-convolved PSF; the centroid of the auto-convolved image is trivially identified; the systematic error due to noise can be directly removed in Fourier space; the PSF image can also contain noise, the effect of which can be similarly removed. With a large ensemble of simulated galaxy images, we show that the new method can reach a sub-percent level accuracy in general conditions, albeit with increasingly large stamp size for galaxies of less compact profiles.

preprint2016arXiv

Delay-Optimal Computation Task Scheduling for Mobile-Edge Computing Systems

Mobile-edge computing (MEC) emerges as a promising paradigm to improve the quality of computation experience for mobile devices. Nevertheless, the design of computation task scheduling policies for MEC systems inevitably encounters a challenging two-timescale stochastic optimization problem. Specifically, in the larger timescale, whether to execute a task locally at the mobile device or to offload a task to the MEC server for cloud computing should be decided, while in the smaller timescale, the transmission policy for the task input data should adapt to the channel side information. In this paper, we adopt a Markov decision process approach to handle this problem, where the computation tasks are scheduled based on the queueing state of the task buffer, the execution state of the local processing unit, as well as the state of the transmission unit. By analyzing the average delay of each task and the average power consumption at the mobile device, we formulate a power-constrained delay minimization problem, and propose an efficient one-dimensional search algorithm to find the optimal task scheduling policy. Simulation results are provided to demonstrate the capability of the proposed optimal stochastic task scheduling policy in achieving a shorter average execution delay compared to the baseline policies.

preprint2016arXiv

Design considerations of high-performance InGaAs/InP single-photon avalanche diodes for quantum key distribution

InGaAs/InP single-photon avalanche diodes (SPADs) are widely used in practical applications requiring near-infrared photon counting such as quantum key distribution (QKD). Photon detection efficiency and dark count rate are the intrinsic parameters of InGaAs/InP SPADs, due to the fact that their performances cannot be improved using different quenching electronics given the same operation conditions. After modeling these parameters and developing a simulation platform for InGaAs/InP SPADs, we investigate the semiconductor structure design and optimization. The parameters of photon detection efficiency and dark count rate highly depend on the variables of absorption layer thickness, multiplication layer thickness, excess bias voltage and temperature. By evaluating the decoy-state QKD performance, the variables for SPAD design and operation can be globally optimized. Such optimization from the perspective of specific applications can provide an effective approach to design high-performance InGaAs/InP SPADs.

preprint2016arXiv

Dynamic Computation Offloading for Mobile-Edge Computing with Energy Harvesting Devices

Mobile-edge computing (MEC) is an emerging paradigm to meet the ever-increasing computation demands from mobile applications. By offloading the computationally intensive workloads to the MEC server, the quality of computation experience, e.g., the execution latency, could be greatly improved. Nevertheless, as the on-device battery capacities are limited, computation would be interrupted when the battery energy runs out. To provide satisfactory computation performance as well as achieving green computing, it is of significant importance to seek renewable energy sources to power mobile devices via energy harvesting (EH) technologies. In this paper, we will investigate a green MEC system with EH devices and develop an effective computation offloading strategy. The execution cost, which addresses both the execution latency and task failure, is adopted as the performance metric. A low-complexity online algorithm, namely, the Lyapunov optimization-based dynamic computation offloading (LODCO) algorithm is proposed, which jointly decides the offloading decision, the CPU-cycle frequencies for mobile execution, and the transmit power for computation offloading. A unique advantage of this algorithm is that the decisions depend only on the instantaneous side information without requiring distribution information of the computation task request, the wireless channel, and EH processes. The implementation of the algorithm only requires to solve a deterministic problem in each time slot, for which the optimal solution can be obtained either in closed form or by bisection search. Moreover, the proposed algorithm is shown to be asymptotically optimal via rigorous analysis. Sample simulation results shall be presented to verify the theoretical analysis as well as validate the effectiveness of the proposed algorithm.

preprint2016arXiv

Energy Efficient Downlink Transmission for Multi-cell Massive DAS with Pilot Contamination

In this paper, we study the energy efficiency (EE) of a downlink multi-cell massive distributed antenna system (DAS) in the presence of pilot contamination (PC), where the antennas are clustered on the remote radio heads (RRHs). We employ a practical power consumption model by considering the transmit power, the circuit power, and the backhaul power, in contrast to most of the existing works which focus on co-located antenna systems (CAS) where the backhaul power is negligible. For a given average user rate, we consider the problem of maximizing the EE with respect to the number of each RRH antennas $n$, the number of RRHs $M$, the number of users $K$, and study the impact of system parameters on the optimal $n$, $M$ and $K$. Specifically, by applying random matrix theory, we derive the closed-form expressions of the optimal $n$, and find the solution of the optimal $M$ and $K$, under a simplified channel model with maximum ratio transmission. From the results, we find that to achieve the optimal EE, a large number of antennas is needed for a given user rate and PC. As the number of users increases, EE can be improved further by having more RRHs and antennas. Moreover, if the backhauling power is not large, massive DAS can be more energy efficient than massive CAS. These insights provide a useful guide to practical deployment of massive DAS.

preprint2016arXiv

Enhancement of a sunspot light wall with external disturbances

Based on the \emph{Interface Region Imaging Spectrograph} observations, we study the response of a solar sunspot light wall to external disturbances. A flare occurrence near the light wall caused material to erupt from the lower solar atmosphere into the corona. Some material falls back to the solar surface, and hits the light bridge (i.e., the base of the light wall), then sudden brightenings appear at the wall base followed by the rise of wall top, leading to an increase of the wall height. Once the brightness of the wall base fades, the height of the light wall begins to decrease. Five hours later, another nearby flare takes place, a bright channel is formed that extends from the flare towards the light bridge. Although no obvious material flow along the bright channel is found, some ejected material is conjectured to reach the light bridge. Subsequently, the wall base brightens and the wall height begins to increase again. Once more, when the brightness of the wall base decays, the wall top fluctuates to lower heights. We suggest, based on the observed cases, that the interaction of falling material and ejected flare material with the light wall results in the brightenings of wall base and causes the height of the light wall to increase. Our results reveal that the light wall can be not only powered by the linkage of \emph{p}-mode from below the photosphere, but may also be enhanced by external disturbances, such as falling material.

preprint2016arXiv

Experimental measurement-device-independent quantum random number generation

The randomness from a quantum random number generator (QRNG) relies on the accurate characterization of its devices. However, device imperfections and inaccurate characterizations can result in wrong entropy estimation and bias in practice, which highly affects the genuine randomness generation and may even induce the disappearance of quantum randomness in an extreme case. Here we experimentally demonstrate a measurement-device-independent (MDI) QRNG based on time-bin encoding to achieve certified quantum randomness even when the measurement devices are uncharacterized and untrusted. The MDI-QRNG is randomly switched between the regular randomness generation mode and a test mode, in which four quantum states are randomly prepared to perform measurement tomography in real-time. With a clock rate of 25 MHz, the MDI-QRNG generates a final random bit rate of 5.7 Kbps. Such implementation with an all-fiber setup provides an approach to construct a fully-integrated MDI-QRNG with trusted but error-prone devices in practice.

preprint2016arXiv

Fully integrated 3.2 Gbps quantum random number generator with real-time extraction

We present a real-time and fully integrated quantum random number generator (QRNG) by measuring laser phase fluctuations. The QRNG scheme based on laser phase fluctuations is featured for its capability of generating ultra high-speed random numbers. However, the speed bottleneck of a practical QRNG lies on the limited speed of randomness extraction. To close the gap between the fast randomness generation and the slow post-processing, we propose a pipeline extraction algorithm based on Toeplitz matrix hashing and implement it in a high-speed field-programmable gate array. Further, all the QRNG components are integrated into a module, including a compact and actively stabilized interferometer, high-speed data acquisition, and real-time data post-processing and transmission. The final generation rate of the QRNG module with real-time extraction can reach 3.2 Gbps.

preprint2016arXiv

Grid Energy Consumption and QoS Tradeoff in Hybrid Energy Supply Wireless Networks

Hybrid energy supply (HES) wireless networks have recently emerged as a new paradigm to enable green networks, which are powered by both the electric grid and harvested renewable energy. In this paper, we will investigate two critical but conflicting design objectives of HES networks, i.e., the grid energy consumption and quality of service (QoS). Minimizing grid energy consumption by utilizing the harvested energy will make the network environmentally friendly, but the achievable QoS may be degraded due to the intermittent nature of energy harvesting. To investigate the tradeoff between these two aspects, we introduce the total service cost as the performance metric, which is the weighted sum of the grid energy cost and the QoS degradation cost. Base station assignment and power control is adopted as the main strategy to minimize the total service cost, while both cases with non-causal and causal side information are considered. With non-causal side information, a Greedy Assignment algorithm with low complexity and near-optimal performance is proposed. With causal side information, the design problem is formulated as a discrete Markov decision problem. Interesting solution structures are derived, which shall help to develop an efficient monotone backward induction algorithm. To further reduce complexity, a Look-Ahead policy and a Threshold-based Heuristic policy are also proposed. Simulation results shall validate the effectiveness of the proposed algorithms and demonstrate the unique grid energy consumption and QoS tradeoff in HES networks.

preprint2016arXiv

Joint Subcarrier and CPU Time Allocation for Mobile Edge Computing

In mobile edge computing systems, mobile devices can offload compute-intensive tasks to a nearby cloudlet,so as to save energy and extend battery life. Unlike a fully-fledged cloud, a cloudlet is a small-scale datacenter deployed at a wireless access point, and thus is highly constrained by both radio and compute resources. We show in this paper that separately optimizing the allocation of either compute or radio resource, as most existing works did, is highly suboptimal: the congestion of compute resource leads to the waste of radio resource, and vice versa. To address this problem, we propose a joint scheduling algorithm that allocates both radio and compute resources coordinately. Specifically, we consider a cloudlet in an Orthogonal Frequency-Division Multiplexing Access (OFDMA) system with multiple mobile devices, where we study subcarrier allocation for task offloading and CPU time allocation for task execution in the cloudlet. Simulation results show that the proposed algorithm significantly outperforms per-resource optimization, accommodating more offloading requests while achieving salient energy saving.

preprint2016arXiv

Low-Rank Matrix Completion for Topological Interference Management by Riemannian Pursuit

In this paper, we present a flexible low-rank matrix completion (LRMC) approach for topological interference management (TIM) in the partially connected K-user interference channel. No channel state information (CSI) is required at the transmitters except the network topology information. The previous attempt on the TIM problem is mainly based on its equivalence to the index coding problem, but so far only a few index coding problems have been solved. In contrast, in this paper, we present an algorithmic approach to investigate the achievable degrees-of-freedom (DoFs) by recasting the TIM problem as an LRMC problem. Unfortunately, the resulting LRMC problem is known to be NP-hard, and the main contribution of this paper is to propose a Riemannian pursuit (RP) framework to detect the rank of the matrix to be recovered by iteratively increasing the rank. This algorithm solves a sequence of fixed-rank matrix completion problems. To address the convergence issues in the existing fixed-rank optimization methods, the quotient manifold geometry of the search space of fixed-rank matrices is exploited via Riemannian optimization. By further exploiting the structure of the low-rank matrix varieties, i.e., the closure of the set of fixed- rank matrices, we develop an efficient rank increasing strategy to find good initial points in the procedure of rank pursuit. Simulation results demonstrate that the proposed RP algorithm achieves a faster convergence rate and higher achievable DoFs for the TIM problem compared with the state-of-the-art methods.

preprint2016arXiv

Magnetic field induced dynamical instabilities in an anti-ferromagnetic spin-1 Bose-Einstein condensate

We theoretically investigate four types of dynamical instability, in particular the periodic and oscillatory type $I_O$, in an anti-ferromagnetic spin-1 Bose-Einstein condensate in a nonzero magnetic field, by employing the coupled-mode theory and numerical method. This is in sharp contrast to the dynamical stability of the same system in zero field. Remarkably, a pattern transition from a periodic dynamical instability $I_O$ to a uniform one $III_O$ occurs at a critical magnetic field. All the four types of dynamical instability and the pattern transition are ready to be detected in $^{23}$Na condensates within the availability of the current experimental techniques.

preprint2016arXiv

Magnetic reconnection between a solar filament and nearby coronal loops

Magnetic reconnection, the rearrangement of magnetic field topology, is a fundamental physical process in magnetized plasma systems all over the universe1,2. Its process is difficult to be directly observed. Coronal structures, such as coronal loops and filament spines, often sketch the magnetic field geometry and its changes in the solar corona3. Here we show a highly suggestive observation of magnetic reconnection between an erupting solar filament and its nearby coronal loops, resulting in changes in connection of the filament. X-type structures form when the erupting filament encounters the loops. The filament becomes straight, and bright current sheets form at the interfaces with the loops. Many plasmoids appear in these current sheets and propagate bi-directionally. The filament disconnects from the current sheets, which gradually disperse and disappear, reconnects to the loops, and becomes redirected to the loop footpoints. This evolution of the filament and the loops suggests successive magnetic reconnection predicted by theories1 but rarely detected with such clarity in observations. Our results on the formation, evolution, and disappearance of current sheets, confirm three-dimensional magnetic reconnection theory and have implications for the evolution of dissipation regions and the release of magnetic energy for reconnection in many magnetized plasma systems.

preprint2016arXiv

Mobility-Aware Caching for Content-Centric Wireless Networks: Modeling and Methodology

As mobile services are shifting from "connection-centric" communications to "content-centric" communications, content-centric wireless networking emerges as a promising paradigm to evolve the current network architecture. Caching popular content at the wireless edge, including base stations (BSs) and user terminals (UTs), provides an effective approach to alleviate the heavy burden on backhaul links, as well as lowering delays and deployment costs. In contrast to wired networks, a unique characteristic of content-centric wireless networks (CCWNs) is the mobility of mobile users. While it has rarely been considered by existing works in caching design, user mobility contains various helpful side information that can be exploited to improve caching efficiency at both BSs and UTs. In this paper, we present a general framework on mobility-aware caching in CCWNs. Key properties of user mobility patterns that are useful for content caching will be firstly identified, and then different design methodologies for mobility-aware caching will be proposed. Moreover, two design examples will be provided to illustrate the proposed framework in details, and interesting future research directions will be identified.

preprint2016arXiv

Optimal QoS-Aware Channel Assignment in D2D Communications with Partial CSI

In this paper, we propose effective channel assignment algorithms for network utility maximization in a cellular network with underlaying device-to-device (D2D) communications. A major innovation is the consideration of partial channel state information (CSI), i.e., the base station (BS) is assumed to be able to acquire `partial' instantaneous CSI of the cellular and D2D links, as well as, the interference links. In contrast to existing works, multiple D2D links are allowed to share the same channel, and the quality of service (QoS) requirements for both the cellular and D2D links are enforced. We first develop an optimal channel assignment algorithm based on dynamic programming (DP), which enjoys a much lower complexity compared to exhaustive search and will serve as a performance benchmark. To further reduce complexity, we propose a cluster-based sub-optimal channel assignment algorithm. New closed-form expressions for the expected weighted sum-rate and the successful transmission probabilities are also derived. Simulation results verify the effectiveness of the proposed algorithms. Moreover, by comparing different partial CSI scenarios, we observe that the CSI of the D2D communication links and the interference links from the D2D transmitters to the BS significantly affects the network performance, while the CSI of the interference links from the BS to the D2D receivers only has a negligible impact.

preprint2016arXiv

Optomechanically induced transparency in multi-cavity optomechanical system with and without one two-level atom

We analytically study the optomechanically induced transparency (OMIT) in the $N$-cavity system with the \textit{N}th cavity driven by pump, probing laser fields and the \textit{1}st cavity coupled to mechanical oscillator. We also consider that one atom could be trapped in the \textit{i}th cavity. Instead of only illustrating the OMIT in such a system, we are interested in how the number of OMIT windows is influenced by the cavities and the atom and what roles the atom could play in different cavities. In the resolved sideband regime, we find that, the number of cavities precisely determines the maximal number of OMIT windows. It is interesting that, when the two-level atom is trapped in the even-labeled cavity, the central absorptive peak (odd $N$) or dip (even $N$) is split and forms an extra OMIT window, but if the atom is trapped in the odd-labeled cavity, the central absorptive peak (odd $N$) or dip (even $N$) is only broadened and thus changes the width of the OMIT windows rather than induces an extra window.

preprint2016arXiv

Pedestrian dynamics in single-file movement of crowd with different age compositions

An aging population is bringing new challenges to the management of escape routes and facility design in many countries. This paper investigates pedestrian movement properties of crowd with different age compositions. Three pedestrian groups are considered: young student group, old people group and mixed group. It is found that traffic jams occur more frequently in mixed group due to the great differences of mobilities and self-adaptive abilities among pedestrians. The jams propagate backward with a velocity 0.4 m/s for global density around 1.75 m-1 and 0.3 m/s for higher than 2.3 m-1. The fundamental diagrams of the three groups are obviously different from each other and cannot be unified into one diagram by direct non-dimensionalization. Unlike previous studies, three linear regimes in mixed group but only two regimes in young student group are observed in the headway-velocity relation, which is also verified in the fundamental diagram. Different ages and mobilities of pedestrians in a crowd cause the heterogeneity of system and influence the properties of pedestrian dynamics significantly. It indicates that the density is not the only factor leading to jams in pedestrian traffic. The composition of crowd has to be considered in understanding pedestrian dynamics and facility design.

preprint2016arXiv

Periodically modulated electromagnetically induced transparency

Phenomena of electromagnetically induced transparency (PEIT) may be interpreted by the Autler-Townes Splitting (ATS), where the coupled states are split by the coupling laser field, or by the quantum destructive interference (QDI), where the atomic phases caused by the coupling laser and the probe laser field cancel. We propose modulated experiments to explore the PEIT in an alternative way by periodically modulating the coupling and the probe fields in a ?-type three-level system. Our analytical and numerical results rule out the ATS interpretation and show that the QDI interpretation is more appropriate for the modulated experiments. The proposed experiments are readily implemented in atomic gases, artificial atoms in superconducting quantum devices, or three-level meta-atoms in meta-materials.

preprint2016arXiv

Photon statistics on the extreme entanglement

The effects of photon bunching and antibunching correspond to the classical and quantum features of the electromagnetic field, respectively. No direct evidence suggests whether these effects can be potentially related to quantum entanglement. Here we design a cavity quantum electrodynamics model with two atoms trapped in to demonstrate the connections between the steady-state photon statistics and the two-atom entanglement . It is found that within the weak dissipations and to some good approximation, the local maximal two-atom entanglements perfectly correspond to not only the quantum feature of the electromagnetic field---the optimal photon antibunching, but also the classical feature---the optimal photon bunching. We also analyze the influence of strong dissipations and pure dephasing. An intuitive physical understanding is also given finally.

preprint2016arXiv

Power-Delay Tradeoff in Multi-User Mobile-Edge Computing Systems

Mobile-edge computing (MEC) has recently emerged as a promising paradigm to liberate mobile devices from increasingly intensive computation workloads, as well as to improve the quality of computation experience. In this paper, we investigate the tradeoff between two critical but conflicting objectives in multi-user MEC systems, namely, the power consumption of mobile devices and the execution delay of computation tasks. A power consumption minimization problem with task buffer stability constraints is formulated to investigate the tradeoff, and an online algorithm that decides the local execution and computation offloading policy is developed based on Lyapunov optimization. Specifically, at each time slot, the optimal frequencies of the local CPUs are obtained in closed forms, while the optimal transmit power and bandwidth allocation for computation offloading are determined with the Gauss-Seidel method. Performance analysis is conducted for the proposed algorithm, which indicates that the power consumption and execution delay obeys an [O (1/V); O (V)] tradeoff with V as a control parameter. Simulation results are provided to validate the theoretical analysis and demonstrate the impacts of various parameters to the system performance.

preprint2016arXiv

Preserving coherent spin and squeezed spin states of a spin-1 Bose-Einstein condensate with rotary echoes

A challenge in precision measurement with squeezed spin state arises from the spin dephasing due to stray magnetic fields. To suppress such environmental noises, we employ a continuous driving protocol, rotary echo, to enhance the spin coherence of a spin-1 Bose-Einstein condensate in stray magnetic fields. Our analytical and numerical results show that the coherent and the squeezed spin states are preserved for a significantly long time, compared to the free induction decay time, if the condition $hτ= mπ$ is met with $h$ the pulse amplitude and $τ$ pulse width. In particular, both the spin average and the spin squeezing, including the direction and the amplitude, are simultaneously fixed for a squeezed spin state. Our results point out a practical way to implement quantum measurements based on a spin-1 condensate beyond the standard quantum limit.

preprint2016arXiv

PrivTree: A Differentially Private Algorithm for Hierarchical Decompositions

Given a set D of tuples defined on a domain Omega, we study differentially private algorithms for constructing a histogram over Omega to approximate the tuple distribution in D. Existing solutions for the problem mostly adopt a hierarchical decomposition approach, which recursively splits Omega into sub-domains and computes a noisy tuple count for each sub-domain, until all noisy counts are below a certain threshold. This approach, however, requires that we (i) impose a limit h on the recursion depth in the splitting of Omega and (ii) set the noise in each count to be proportional to h. This leads to inferior data utility due to the following dilemma: if we use a small h, then the resulting histogram would be too coarse-grained to provide an accurate approximation of data distribution; meanwhile, a large h would yield a fine-grained histogram, but its quality would be severely degraded by the increased amount of noise in the tuple counts. To remedy the deficiency of existing solutions, we present PrivTree, a histogram construction algorithm that also applies hierarchical decomposition but features a crucial (and somewhat surprising) improvement: when deciding whether or not to split a sub-domain, the amount of noise required in the corresponding tuple count is independent of the recursive depth. This enables PrivTree to adaptively generate high-quality histograms without even asking for a pre-defined threshold on the depth of sub-domain splitting. As concrete examples, we demonstrate an application of PrivTree in modelling spatial data, and show that it can also be extended to handle sequence data (where the decision in sub-domain splitting is not based on tuple counts but a more sophisticated measure). Our experiments on a variety of real datasets show that PrivTree significantly outperforms the states of the art in terms of data utility.

preprint2016arXiv

QoS-Aware Joint Mode Selection and Channel Assignment for D2D Communications

Underlaying device-to-device (D2D) communications to a cellular network is considered as a key technique to improve spectral efficiency in 5G networks. For such D2D systems, mode selection and resource allocation have been widely utilized for managing interference. However, previous works allowed at most one D2D link to access the same channel, while mode selection and resource allocation are typically separately designed. In this paper, we jointly optimize the mode selection and channel assignment in a cellular network with underlaying D2D communications, where multiple D2D links may share the same channel. Meanwhile, the QoS requirements for both cellular and D2D links are guaranteed, in terms of Signal-to-Interference-plus-Noise Ratio (SINR). We first propose an optimal dynamic programming (DP) algorithm, which provides a much lower computation complexity compared to exhaustive search and serves as the performance bench mark. A bipartite graph based greedy algorithm is then proposed to achieve a polynomial time complexity. Simulation results will demonstrate the advantage of allowing each channel to be accessed by multiple D2D links in dense D2D networks, as well as, the effectiveness of the proposed algorithms.

preprint2016arXiv

Schedule path optimization for quantum annealing and adiabatic quantum computing

Adiabatic quantum computing and optimization have garnered much attention recently as possible models for achieving a quantum advantage over classical approaches to optimization and other special purpose computations. Both techniques are probabilistic in nature and the minimum gap between the ground state and first excited state of the system during evolution is a major factor in determining the success probability. In this work we investigate a strategy for increasing the minimum gap and success probability by introducing intermediate Hamiltonians that modify the evolution path between initial and final Hamiltonians. We focus on an optimization problem relevant to recent hardware implementations and present numerical evidence for the existence of a purely local intermediate Hamiltonian that achieve the optimum performance in terms of pushing the minimum gap to one of the end points of the evolution. As a part of this study we develop a convex optimization formulation of the search for optimal adiabatic schedules that makes this computation more tractable, and which may be of independent interest. We further study the effectiveness of random intermediate Hamiltonians on the minimum gap and success probability, and empirically find that random Hamiltonians have a significant probability of increasing the success probability, but only by a modest amount.

preprint2016arXiv

Selective Uplink Training for Massive MIMO Systems

As a promising technique to meet the drastically growing demand for both high throughput and uniform coverage in the fifth generation (5G) wireless networks, massive multiple-input multiple-output (MIMO) systems have attracted significant attention in recent years. However, in massive MIMO systems, as the density of mobile users (MUs) increases, conventional uplink training methods will incur prohibitively high training overhead, which is proportional to the number of MUs. In this paper, we propose a selective uplink training method for massive MIMO systems, where in each channel block only part of the MUs will send uplink pilots for channel training, and the channel states of the remaining MUs are predicted from the estimates in previous blocks, taking advantage of the channels' temporal correlation. We propose an efficient algorithm to dynamically select the MUs to be trained within each block and determine the optimal uplink training length. Simulation results show that the proposed training method provides significant throughput gains compared to the existing methods, while much lower estimation complexity is achieved. It is observed that the throughput gain becomes higher as the MU density increases.

preprint2016arXiv

Slipping Magnetic Reconnection of Flux Rope Structures as a Precursor to an Eruptive X-class Solar Flare

We present the quasi-periodic slipping motion of flux rope structures prior to the onset of an eruptive X-class flare on 2015 March 11, obtained by the \emph{Interface Region Imaging Spectrograph} (\emph{IRIS}) and the \emph{Solar Dynamics Observatory} (\emph{SDO}). The slipping motion occurred at the north part of the flux rope and seemed to successively peel off the flux rope. The speed of the slippage was 30$-$40 km s$^{-1}$, with an average period of 130$\pm$30 s. The Si {\sc iv} 1402.77 Å line showed a redshift of 10$-$30 km s$^{-1}$ and a line width of 50$-$120 km s$^{-1}$ at the west legs of slipping structures, indicative of reconnection downflow. The slipping motion lasted about 40 min and the flux rope started to rise up slowly at the late stage of the slippage. Then an X2.1 flare was initiated and the flux rope was impulsively accelerated. One of the flare ribbons swept across a negative-polarity sunspot and the penumbral segments of the sunspot decayed rapidly after the flare. We studied the magnetic topology at the flaring region and the results showed the existence of a twisted flux rope, together with quasi-separatrix layers (QSLs) structures binding the flux rope. Our observations imply that quasi-periodic slipping magnetic reconnection occurs along the flux-rope-related QSLs in the preflare stage, which drives the later eruption of the flux rope and the associated flare.

preprint2016arXiv

Slopes of eigencurves over boundary disks

Let $p$ be a prime number. We study the slopes of $U_p$-eigenvalues on the subspace of modular forms that can be transferred to a definite quaternion algebra. We give a sharp lower bound of the corresponding Newton polygon. The computation happens over a definite quaternion algebra by Jacquet-Langlands correspondence; it generalizes a prior work of Daniel Jacobs who treated the case of $p=3$ with a particular level. In case when the modular forms have a finite character of conductor highly divisible by $p$, we improve the lower bound to show that the slopes of $U_p$-eigenvalues grow roughly like arithmetic progressions as the weight $k$ increases. This is the first very positive evidence for Buzzard-Kilford's conjecture on the behavior of the eigencurve near the boundary of the weight space, that is proved for arbitrary $p$ and general level. We give the exact formula of a fraction of the slope sequence.

preprint2016arXiv

Subarcsecond Bright Points and Quasi-periodic Upflows Below a Quiescent Filament Observed by the IRIS

Using UV spectra and SJIs from the IRIS, and coronal images and magnetograms from the Solar Dynamics Observatory (SDO), we present the new features in a quiescent filament channel: subarcsecond bright points (BPs) and quasi-periodic upflows. The BPs in the TR have a spatial scale of about 350$-$580 km and lifetime of more than several tens of minutes. They are located at stronger magnetic structures in the filament channel, with magnetic flux of about 10$^{17}$$-$10$^{18}$ Mx. Quasi-periodic brightenings and upflows are observed in the BPs and the period is about 4$-$5 min. The BP and the associated jet-like upflow comprise a "tadpole-shaped" structure. The upflows move along bright filament threads and their directions are almost parallel to the spine of the filament. The upflows initiated from the BPs with opposite polarity magnetic fields have opposite directions. The velocity of the upflows in plane of sky is about 5$-$50 km s$^{-1}$. The emission line of Si IV 1402.77 Å at the locations of upflows exhibits obvious blueshifts of about 5$-$30 km s$^{-1}$, and the line profile is broadened with the width of more than 20 km s$^{-1}$. The BPs seem to be the bases of filament threads and the upflows are able to convey mass for the dynamic balance of the filament. The "counter-streaming" flows in previous observations may be caused by the propagation of bi-directional upflows initiated from opposite polarity magnetic fields. We suggest that quasi-periodic brightenings of BPs and quasi-periodic upflows result from small-scale oscillatory magnetic reconnections, which are modulated by solar p-mode waves.

preprint2016arXiv

Success Probability and Area Spectral Efficiency in Multiuser MIMO HetNets

We derive a general and closed-form result for the success probability in downlink multiple-antenna (MIMO) heterogeneous cellular networks (HetNets), utilizing a novel Toeplitz matrix representation. This main result, which is equivalently the signal-to-interference ratio (SIR) distribution, includes multiuser MIMO, single-user MIMO and per-tier biasing for $K$ different tiers of randomly placed base stations (BSs), assuming zero-forcing precoding and perfect channel state information. The large SIR limit of this result admits a simple closed form that is accurate at moderate SIRs, e.g., above 5 dB. These results reveal that the SIR-invariance property of SISO HetNets does not hold for MIMO HetNets; instead the success probability may decrease as the network density increases. We prove that the maximum success probability is achieved by activating only one tier of BSs, while the maximum area spectral efficiency (ASE) is achieved by activating all the BSs. This reveals a unique tradeoff between the ASE and link reliability in multiuser MIMO HetNets. To achieve the maximum ASE while guaranteeing a certain link reliability, we develop efficient algorithms to find the optimal BS densities. It is shown that as the link reliability requirement increases, more BSs and more tiers should be deactivated.

preprint2016arXiv

Tether-cutting Reconnection between Two Solar Filaments Triggering Outflows and a Coronal Mass Ejection

Triggering mechanisms of solar eruptions have long been a challenge. A few previous case studies have indicated that preceding gentle filament merging via magnetic reconnection may launch following intense eruption, according with the tether-cutting (TC) model. However, detailed process of TC reconnection between filaments has not been exhibited yet. In this work, we report the high resolution observations from the Interface Region Imaging Spectrometer (IRIS) of TC reconnection between two sheared filaments in NOAA active region 12146. The TC reconnection commenced since 15:35 UT on 2014 August 29 and triggered an eruptive GOES C4.3-class flare 8 minutes later. An associated coronal mass ejection appeared in the field of view of SOHO/LASCO C2 about 40 minutes later. Thanks to the high spatial resolution of IRIS data, bright plasma outflows generated by the TC reconnection are clearly observed, which moved along the subarcsecond fine-scale flux tube structures in the erupting filament. Based on the imaging and spectral observations, the mean plane-of-sky and line-of-sight velocities of the TC reconnection outflows are separately measured to be 79 and 86 km/s, which derives an average real speed of 120 km/s. In addition, it is found that spectral features, such as peak intensities, Doppler shifts, and line widths in the TC reconnection region evidently enhanced compared with those in the nearby region just before the flare.

preprint2016arXiv

Trace and determinant preserving maps of matrices

Suppose a map $ϕ$ on the set of positive definite matrices satisfies $\det(A+B)=\det(ϕ(A)+ϕ(B))$. Then we have $${\rm tr}(AB^{-1}) = {\rm tr}(ϕ(A){ϕ(B)}^{-1}).$$ Through this viewpoint, we show that $ϕ$ is of the form $ϕ(A)= M^*AM$ or $ϕ(A)= M^*A^tM$ for some invertible matrix $M$ with $\det (M^*M)=1$. We also characterize the map $ϕ: \mathcal{S} \rightarrow \mathcal{S}$ preserving the determinant of convex combinations in $\mathcal{S}$ by using similar method. Here $\mathcal{S}$ can be the set of complex matrices, positive definite matrices, symmetric matrices, and upper triangular matrices.

preprint2016arXiv

Transmit Power Minimization for Wireless Networks with Energy Harvesting Relays

Energy harvesting (EH) has recently emerged as a key technology for green communications as it can power wireless networks with renewable energy sources. However, directly replacing the conventional non-EH transmitters by EH nodes will be a challenge. In this paper, we propose to deploy extra EH nodes as relays over an existing non-EH network. Specifically, the considered non-EH network consists of multiple source-destination (S-D) pairs. The deployed EH relays will take turns to assist each S-D pair, and energy diversity can be achieved to combat the low EH rate of each EH relay. To make the best of these EH relays, with the source transmit power minimization as the design objective, we formulate a joint power assignment and relay selection problem, which, however, is NP-hard. We thus propose a general framework to develop efficient sub-optimal algorithms, which is mainly based on a sufficient condition for the feasibility of the optimization problem. This condition yields useful design insights and also reveals an energy hardening effect, which provides the possibility to exempt the requirement of non-causal EH information. Simulation results will show that the proposed cooperation strategy can achieve near-optimal performance and provide significant power savings. Compared to the greedy cooperation method that only optimizes the performance of the current transmission block, the proposed strategy can achieve the same performance with much fewer relays, and the performance gap increases with the number of S-D pairs.

preprint2015arXiv

68 Gbps quantum random number generation by measuring laser phase fluctuations

The speed of a quantum random number generator is essential for practical applications, such as high-speed quantum key distribution systems. Here, we push the speed of a quantum random number generator to 68 Gbps by operating a laser around its threshold level. To achieve the rate, not only high-speed photodetector and high sampling rate are needed, but also a very stable interferometer is required. A practical interferometer with active feedback instead of common temperature control is developed to meet requirement of stability. Phase fluctuations of the laser are measured by the interferometer with a photodetector, and then digitalized to raw random numbers with a rate of 80 Gbps. The min-entropy of the raw data is evaluated by modeling the system and is used to quantify the quantum randomness of the raw data. The bias of the raw data caused by other signals, such as classical and detection noises, can be removed by Toeplitz-matrix hashing randomness extraction. The final random numbers can pass through the standard randomness tests. Our demonstration shows that high-speed quantum random number generators are ready for practical usage.

preprint2015arXiv

A Lyapunov Optimization Approach for Green Cellular Networks with Hybrid Energy Supplies

Powering cellular networks with renewable energy sources via energy harvesting (EH) has recently been proposed as a promising solution for green networking. However, with intermittent and random energy arrivals, it is challenging to provide satisfactory quality of service (QoS) in EH networks. To enjoy the greenness brought by EH while overcoming the instability of the renewable energy sources, hybrid energy supply (HES) networks that are powered by both EH and the electric grid have emerged as a new paradigm for green communications. In this paper, we will propose new design methodologies for HES green cellular networks with the help of Lyapunov optimization techniques. The network service cost, which addresses both the grid energy consumption and achievable QoS, is adopted as the performance metric, and it is optimized via base station assignment and power control (BAPC). Our main contribution is a low-complexity online algorithm to minimize the long-term average network service cost, namely, the Lyapunov optimization-based BAPC (LBAPC) algorithm. One main advantage of this algorithm is that the decisions depend only on the instantaneous side information without requiring distribution information of channels and EH processes. To determine the network operation, we only need to solve a deterministic per-time slot problem, for which an efficient inner-outer optimization algorithm is proposed. Moreover, the proposed algorithm is shown to be asymptotically optimal via rigorous analysis. Finally, sample simulation results are presented to verify the theoretical analysis as well as validate the effectiveness of the proposed algorithm.

preprint2015arXiv

A new result of the scaling law of weighted L1 minimization

This paper study recovery conditions of weighted L1 minimization for signal reconstruction from compressed sensing measurements. A sufficient condition for exact recovery by using the general weighted L1 minimization is derived, which builds a direct relationship between the weights and the recoverability. Simulation results indicates that this sufficient condition provides a precise prediction of the scaling law for the weighted L1 minimization.

preprint2015arXiv

Accurate Shear Measurement with Faint Sources

For cosmic shear to become an accurate cosmological probe, systematic errors in the shear measurement method must be unambiguously identified and corrected for. Previous work of this series has demonstrated that cosmic shears can be measured accurately in Fourier space in the presence of background noise and finite pixel size, without assumptions on the morphologies of galaxy and PSF. The remaining major source of error is source Poisson noise, due to the finiteness of source photon number. This problem is particularly important for faint galaxies in space-based weak lensing measurements, and for ground-based images of short exposure times. In this work, we propose a simple and rigorous way of removing the shear bias from the source Poisson noise. Our noise treatment can be generalized for images made of multiple exposures through MultiDrizzle. This is demonstrated with the SDSS and COSMOS/ACS data. With a large ensemble of mock galaxy images of unrestricted morphologies, we show that our shear measurement method can achieve sub-percent level accuracy even for images of signal-to-noise ratio less than 5 in general, making it the most promising technique for cosmic shear measurement in the ongoing and upcoming large scale galaxy surveys.

preprint2015arXiv

Advances in InGaAs/InP single-photon detector systems for quantum communication

Single-photon detectors (SPDs) are the most sensitive instruments for light detection. In the near-infrared range, SPDs based on III-V compound semiconductor avalanche photodiodes have been extensively used during the past two decades for diverse applications due to their advantages in practicality including small size, low cost and easy operation. In the past decade, the rapid developments and increasing demands in quantum information science have served as key drivers to improve the device performance of single-photon avalanche diodes and to invent new avalanche quenching techniques. This Review aims to introduce the technology advances of InGaAs/InP single-photon detector systems in the telecom wavelengths and the relevant quantum communication applications, and particularly to highlight recent emerging techniques such as high-frequency gating at GHz rates and free-running operation using negative-feedback avalanche diodes. Future perspectives of both the devices and quenching techniques are summarized.

preprint2015arXiv

Agglomerative clustering and collectiveness measure via exponent generating function

The key in agglomerative clustering is to define the affinity measure between two sets. A novel agglomerative clustering method is proposed by utilizing the path integral to define the affinity measure. Firstly, the path integral descriptor of an edge, a node and a set is computed by path integral and exponent generating function. Then, the affinity measure between two sets is obtained by path integral descriptor of sets. Several good properties of the path integral descriptor is proposed in this paper. In addition, we give the physical interpretation of the proposed path integral descriptor of a set. The proposed path integral descriptor of a set can be regard as the collectiveness measure of a set, which can be a moving system such as human crowd, sheep herd and so on. Self-driven particle (SDP) model is used to test the ability of the proposed method in measuring collectiveness.

preprint2015arXiv

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

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

preprint2015arXiv

Backhaul-Aware Caching Placement for Wireless Networks

As the capacity demand of mobile applications keeps increasing, the backhaul network is becoming a bottleneck to support high quality of experience (QoE) in next-generation wireless networks. Content caching at base stations (BSs) is a promising approach to alleviate the backhaul burden and reduce user-perceived latency. In this paper, we consider a wireless caching network where all the BSs are connected to a central controller via backhaul links. In such a network, users can obtain the required data from candidate BSs if the data are pre-cached. Otherwise, the user data need to be first retrieved from the central controller to local BSs, which introduces extra delay over the backhaul. In order to reduce the download delay, the caching placement strategy needs to be optimized. We formulate such a design problem as the minimization of the average download delay over user requests, subject to the caching capacity constraint of each BS. Different from existing works, our model takes BS cooperation in the radio access into consideration and is fully aware of the propagation delay on the backhaul links. The design problem is a mixed integer programming problem and is highly complicated, and thus we relax the problem and propose a low-complexity algorithm. Simulation results will show that the proposed algorithm can effectively determine the near-optimal caching placement and provide significant performance gains over conventional caching placement strategies.

preprint2015arXiv

Confined Flares in Solar Active Region 12192 from 2014 October 18 to 29

Using the observations from the Atmospheric Imaging Assembly (AIA) and Helioseismic and Magnetic Imager (HMI) aboard the Solar Dynamics Observatory (SDO), we investigate six X-class and twenty-nine M-class flares occurring in solar active region (AR) 12192 from October 18 to 29. Among them, thirty (including six X- and twenty-four M-class) flares originated from the AR core and the other five M-flares appeared at the AR periphery. Four of the X-flares exhibited similar flaring structures, indicating they were homologous flares with analogous triggering mechanism. The possible scenario is: photospheric motions of emerged magnetic fluxes lead to shearing of the associated coronal magnetic field, which then yields a tether-cutting favorable configuration. Among the five periphery M-flares, four were associated with jet activities. The HMI vertical magnetic field data show that the photospheric fluxes of opposite magnetic polarities emerged, converged and canceled with each other at the footpoints of the jets before the flares. Only one M-flare from the AR periphery was followed by a coronal mass ejection (CME). From October 20 to 26, the mean decay index of the horizontal background field within the height range of 40-105 Mm is below the typical threshold for torus instability onset. This suggests that a strong confinement from the overlying magnetic field might be responsible for the poor CME production of AR 12192.

preprint2015arXiv

Effects of Boundary Conditions on Single-File Pedestrian Flow

In this paper we investigate effects of boundary conditions on one dimensional pedestrian flow which involves purely longitudinal interactions. Qualitatively, stop-and-go waves are observed under closed boundary condition and dissolve when the boundary is open. To get more detailed information the fundamental diagrams of the open and closed systems are compared using Voronoi-based measurement method. Higher maximal specific flow is observed from the pedestrian movement at open boundary condition.

preprint2015arXiv

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

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

preprint2015arXiv

Energy Harvesting Small Cell Networks: Feasibility, Deployment and Operation

Small cell networks (SCNs) have attracted great attention in recent years due to their potential to meet the exponential growth of mobile data traffic and the increasing demand for better quality of service and user experience in mobile applications. Nevertheless, a wide deployment of SCNs has not happened yet because of the complexity in the network planning and optimization, as well as the high expenditure involved in deployment and operation. In particular, it is difficult to provide grid power supply to all the small cell base stations (SCBSs) in a cost effective way. Moreover, a dense deployment of SCBSs, which is needed to meet the capacity and coverage of the next generation wireless networks, will increase operators' electricity bills and lead to significant carbon emission. Thus, it is crucial to exploit off-grid and green energy sources to power SCNs, for which energy harvesting (EH) technology is a viable solution. In this article, we will conduct a comprehensive study of EH-SCNs, and investigate important aspects, including the feasibility analysis, network deployment, and network operation issues. The advantages, as well as unique challenges, of EH-SCNs will be highlighted, together with potential solutions and effective design methodologies.

preprint2015arXiv

Entropic Uncertainty Principle and Information Exclusion Principle for multiple measurements in the presence of quantum memory

The Heisenberg uncertainty principle shows that no one can specify the values of the non-commuting canonically conjugated variables simultaneously. However, the uncertainty relation is usually applied to two incompatible measurements. We present tighter bounds on both entropic uncertainty relation and information exclusion principle for multiple measurements in the presence of quantum memory. As applications, three incompatible measurements on Werner state and Horodecki's bound entangled state are investigated in details.

preprint2015arXiv

Experimental studies of pedestrian flows under different boundary conditions

In this article the dynamics of pedestrian streams in four different scenarios are compared empirically to investigate the influence of boundary conditions on it. The Voronoi method, which allows high resolution and small fluctuations of measured density in time and space, is used to analyze the experiments. It is found that pedestrian movement in systems with different boundary conditions (open, periodic boundary conditions and outflow restrained) presents various characteristics especially when the density is larger than 2 m-2. In open corridor systems the specific flow increases continuously with increasing density till 4 m-2. The specific flow keeps constant in systems with restrained outflow, whereas it decreases from 1 (m.s)-1 to zero in system with closed periodical condition.

preprint2015arXiv

Filament Activation in Response to Magnetic Flux Emergence and Cancellation in Filament Channels

We make a comparative analysis for two filaments that showed quite different activation in response to the flux emergence within the filament channels. The observations from the Solar Dynamics Observatory (SDO) and Global Oscillation Network Group (GONG) are carried out to analyze the two filaments on 2013 August 17-20 and September 29. The first event showed that the main body of the filament was separated into two parts when an active region (AR) emerged with a maximum magnetic flux of about 6.4*10^21 Mx underlying the filament. The close neighborhood and common direction of the bright threads in the filament and the open AR fan loops suggest similar magnetic connectivity of these two flux systems. The equilibrium of the filament was not destroyed within 3 days after the start of the emergence of the AR. To our knowledge, similar observations have never been reported before. In the second event, the emerging flux occurred nearby a barb of the filament with a maximum magnetic flux of 4.2*10^20 Mx, about one order of magnitude less than that of the first event. The emerging flux drove the convergence of two patches of parasitic polarity in the vicinity of the barb, and resulted in cancellation between the parasitic polarity and nearby network fields. About 20 hours after the onset of the emergence, the filament was entirely erupted. Our findings imply that the location of emerging flux within the filament channel is probably crucial to filament evolution. If the flux emergence appears nearby the barbs, flux cancellation of emerging flux with the filament magnetic fields is prone to occur, which probably causes the filament eruption. The comparison of the two events shows that the emergence of an entire AR may still not be enough to disrupt the stability of a filament system and the actual eruption does occur only after the flux cancellation sets in.

preprint2015arXiv

Heating and cooling of coronal loops observed by SDO

Context: One of the most prominent processes suggested to heat the corona to well above 10^6 K builds on nanoflares, short bursts of energy dissipation. Aims: We compare observations to model predictions to test the validity of the nanoflare process. Methods: Using extreme UV data from AIA/SDO and HMI/SDO line-of-sight magnetograms we study the spatial and temporal evolution of a set of loops in active region AR 11850. Results: We find a transient brightening of loops in emission from Fe xviii forming at about 7.2 MK while at the same time these loops dim in emission from lower temperatures. This points to a fast heating of the loop that goes along with evaporation of material that we observe as apparent upward motions in the image sequence. After this initial phases lasting for some 10 min, the loops brighten in a sequence of AIA channels showing cooler and cooler plasma, indicating the cooling of the loops over a time scale of about one hour. A comparison to the predictions from a 1D loop model shows that this observation supports the nanoflare process in (almost) all aspects. In addition, our observations show that the loops get broader while getting brighter, which cannot be understood in a 1D model.

preprint2015arXiv

High-Dimensional CSI Acquisition in Massive MIMO: Sparsity-Inspired Approaches

Massive MIMO has been regarded as one of the key technologies for 5G wireless networks, as it can significantly improve both the spectral efficiency and energy efficiency. The availability of high-dimensional channel side information (CSI) is critical for its promised performance gains, but the overhead of acquiring CSI may potentially deplete the available radio resources. Fortunately, it has recently been discovered that harnessing various sparsity structures in massive MIMO channels can lead to significant overhead reduction, and thus improve the system performance. This paper presents and discusses the use of sparsity-inspired CSI acquisition techniques for massive MIMO, as well as the underlying mathematical theory. Sparsity-inspired approaches for both frequency-division duplexing and time-division duplexing massive MIMO systems will be examined and compared from an overall system perspective, including the design trade-offs between the two duplexing modes, computational complexity of acquisition algorithms, and applicability of sparsity structures. Meanwhile, some future prospects for research on high-dimensional CSI acquisition to meet practical demands will be identified.

preprint2015arXiv

High-efficiency and low-jitter Silicon single-photon avalanche diodes based on nanophotonic absorption enhancement

Silicon single-photon avalanche diode (SPAD) is a core device for single-photon detection in the visible and the near-infrared range, and widely used in many applications. However, due to limits of the structure design and device fabrication for current silicon SPADs, the key parameters of detection befficiency and timing jitter are often forced to compromise. Here, we propose a nanostructured silicon SPAD, which achieves high detection efficiency with excellent timing jitter simultaneously over a broad spectral range. The optical and electric simulations show significant performance enhancement compared with conventional silicon SPAD devices. This nanostructured devices can be easily fabricated and thus well suited for practical applications.

preprint2015arXiv

High-resolution Observations of a Flux Rope with the Interface Region Imaging Spectrograph

We report the observations of a flux rope at transition region temperatures with the \emph{Interface Region Imaging Spectrograph} (IRIS) on 30 August 2014. Initially, magnetic flux cancellation constantly took place and a filament was activated. Then the bright material from the filament moved southward and tracked out several fine structures. These fine structures were twisted and tangled with each other, and appeared as a small flux rope at 1330 Å, with a total twist of about 4$π$. Afterwards, the flux rope underwent a counter-clockwise (viewed top-down) unwinding motion around its axis. Spectral observations of C {\sc ii} 1335.71 Å at the southern leg of the flux rope showed that Doppler redshifts of 6$-$24 km s$^{-1}$ appeared at the western side of the axis, which is consistent with the counter-clockwise rotation motion. We suggest that the magnetic flux cancellation initiates reconnection and some activation of the flux rope. The stored twist and magnetic helicity of the flux rope are transported into the upper atmosphere by the unwinding motion in the late stage. The small-scale flux rope (width of 8.3$^{\prime\prime}$) had a cylindrical shape with helical field lines, similar to the morphology of the large-scale CME core (width of 1.54 $R_{\odot}$) on 2 June 1998. This similarity shows the presence of flux ropes of different scales on the Sun.

preprint2015arXiv

Identification of open quantum systems from observable time traces

Estimating the parameters that dictate the dynamics of a quantum system is an important task for quantum information processing and quantum metrology, as well as fundamental physics. In this paper we develop a method for parameter estimation for Markovian open quantum systems using a temporal record of measurements on the system. The method is based on system realization theory and is a generalization of our previous work on identification of Hamiltonian parameters [Phys. Rev. Lett. 113, 080401 (2014)].

preprint2015arXiv

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

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

preprint2015arXiv

Implementation of Training Convolutional Neural Networks

Deep learning refers to the shining branch of machine learning that is based on learning levels of representations. Convolutional Neural Networks (CNN) is one kind of deep neural network. It can study concurrently. In this article, we gave a detailed analysis of the process of CNN algorithm both the forward process and back propagation. Then we applied the particular convolutional neural network to implement the typical face recognition problem by java. Then, a parallel strategy was proposed in section4. In addition, by measuring the actual time of forward and backward computing, we analysed the maximal speed up and parallel efficiency theoretically.

preprint2015arXiv

Interaction between an emerging flux region and a pre-existing fan-spine dome observed by IRIS and SDO

We present multi-wavelength observations of a fan-spine dome in the active region NOAA 11996 with the \textit{Interface Region Imaging Spectrograph} (IRIS) and the Atmospheric Imaging Assembly on board the \textit{Solar Dynamics Observatory} (SDO) on March 9, 2014. The destruction of the fan-spine topology owing to the interaction between its magnetic fields and an nearby emerging flux region (EFR) is firstly observed. The line-of-sight magnetograms from the Helioseismic and Magnetic Imager on board the SDO reveal that the dome is located on the mixed magnetic fields, with its rim rooted in the redundant positive polarity surrounding the minority parasitic negative fields. The fan surface of the dome consists of a filament system and recurring jets are observed along its spine. The jet occurring around 13:54 UT is accompanied with a quasi-circular ribbon that brightens in the clockwise direction along the bottom rim of the dome, which may indicate an occurrence of slipping reconnection in the fan-spine topology. The EFR emerges continuously and meets with the magnetic fields of the dome. Magnetic cancellations take place between the emerging negative polarity and the outer positive polarity of the dome's fields, which lead to the rise of the loop connecting the EFR and brightenings related to the dome. A single Gaussian fit to the profiles of the IRIS SI IV 1394 Å line is used in the analysis. It appears that there are two rising components along the slit, except for the rise in the line-of-sight direction. The cancellation process repeats again and again. Eventually the fan-spine dome is destroyed and a new connectivity is formed. We suggest that magnetic reconnection between the EFR and the magnetic fields of the fan-spine dome in the process is responsible for the destruction of the dome.

preprint2015arXiv

Kriging Interpolating Cosmic Velocity Field

[abridged] Volume-weighted statistics of large scale peculiar velocity is preferred by peculiar velocity cosmology, since it is free of uncertainties of galaxy density bias entangled in mass-weighted statistics. However, measuring the volume-weighted velocity statistics from galaxy (halo/simulation particle) velocity data is challenging. For the first time, we apply the Kriging interpolation to obtain the volume-weighted velocity field. Kriging is a minimum variance estimator. It predicts the most likely velocity for each place based on the velocity at other places. We test the performance of Kriging quantified by the E-mode velocity power spectrum from simulations. Dependences on the variogram prior used in Kriging, the number $n_k$ of the nearby particles to interpolate and the density $n_P$ of the observed sample are investigated. First, we find that Kriging induces $1\%$ and $3\%$ systematics at $k\sim 0.1h{\rm Mpc}^{-1}$ when $n_P\sim 6\times 10^{-2} ({\rm Mpc}/h)^{-3}$ and $n_P\sim 6\times 10^{-3} ({\rm Mpc}/h)^{-3}$, respectively. The deviation increases for decreasing $n_P$ and increasing $k$. When $n_P\lesssim 6\times 10^{-4} ({\rm Mpc}/h)^{-3}$, a smoothing effect dominates small scales, causing significant underestimation of the velocity power spectrum. Second, increasing $n_k$ helps to recover small scale power. However, for $n_P\lesssim 6\times 10^{-4} ({\rm Mpc}/h)^{-3}$ cases, the recovery is limited. Finally, Kriging is more sensitive to the variogram prior for lower sample density. The most straightforward application of Kriging on the cosmic velocity field does not show obvious advantages over the nearest-particle method (Zheng et al. 2013) and could not be directly applied to cosmology so far. However, whether potential improvements may be achieved by more delicate versions of Kriging is worth further investigation.

preprint2015arXiv

Large System Analysis of Cognitive Radio Network via Partially-Projected Regularized Zero-Forcing Precoding

In this paper, we consider a cognitive radio (CR) network in which a secondary multiantenna base station (BS) attempts to communicate with multiple secondary users (SUs) using the radio frequency spectrum that is originally allocated to multiple primary users (PUs). Here, we employ partially-projected regularized zero-forcing (PP-RZF) precoding to control the amount of interference at the PUs and to minimize inter-SUs interference. The PP-RZF precoding partially projects the channels of the SUs into the null space of the channels from the secondary BS to the PUs. The regularization parameter and the projection control parameter are used to balance the transmissions to the PUs and the SUs. However, the search for the optimal parameters, which can maximize the ergodic sum-rate of the CR network, is a demanding process because it involves Monte-Carlo averaging. Then, we derive a deterministic expression for the ergodic sum-rate achieved by the PP-RZF precoding using recent advancements in large dimensional random matrix theory. The deterministic equivalent enables us to efficiently determine the two critical parameters in the PP-RZF precoding because no Monte-Carlo averaging is required. Several insights are also obtained through the analysis.

preprint2015arXiv

Large-Scale Convex Optimization for Dense Wireless Cooperative Networks

Convex optimization is a powerful tool for resource allocation and signal processing in wireless networks. As the network density is expected to drastically increase in order to accommodate the exponentially growing mobile data traffic, performance optimization problems are entering a new era characterized by a high dimension and/or a large number of constraints, which poses significant design and computational challenges. In this paper, we present a novel two-stage approach to solve large-scale convex optimization problems for dense wireless cooperative networks, which can effectively detect infeasibility and enjoy modeling flexibility. In the proposed approach, the original large-scale convex problem is transformed into a standard cone programming form in the first stage via matrix stuffing, which only needs to copy the problem parameters such as channel state information (CSI) and quality-of-service (QoS) requirements to the pre-stored structure of the standard form. The capability of yielding infeasibility certificates and enabling parallel computing is achieved by solving the homogeneous self-dual embedding of the primal-dual pair of the standard form. In the solving stage, the operator splitting method, namely, the alternating direction method of multipliers (ADMM), is adopted to solve the large-scale homogeneous self-dual embedding. Compared with second-order methods, ADMM can solve large-scale problems in parallel with modest accuracy within a reasonable amount of time. Simulation results will demonstrate the speedup, scalability, and reliability of the proposed framework compared with the state-of-the-art modeling frameworks and solvers.

preprint2015arXiv

Large-Scale Convex Optimization for Ultra-Dense Cloud-RAN

The heterogeneous cloud radio access network (Cloud-RAN) provides a revolutionary way to densify radio access networks. It enables centralized coordination and signal processing for efficient interference management and flexible network adaptation. Thus, it can resolve the main challenges for next-generation wireless networks, including higher energy efficiency and spectral efficiency, higher cost efficiency, scalable connectivity, and low latency. In this article, we shall provide an algorithmic thinking on the new design challenges for the dense heterogeneous Cloud-RAN based on convex optimization. As problem sizes scale up with the network size, we will demonstrate that it is critical to take unique structures of design problems and inherent characteristics of wireless channels into consideration, while convex optimization will serve as a powerful tool for such purposes. Network power minimization and channel state information acquisition will be used as two typical examples to demonstrate the effectiveness of convex optimization methods. We will then present a two-stage framework to solve general large-scale convex optimization problems, which is amenable to parallel implementation in the cloud data center.

preprint2015arXiv

On the minimum distance of elliptic curve codes

Computing the minimum distance of a linear code is one of the fundamental problems in algorithmic coding theory. Vardy [14] showed that it is an \np-hard problem for general linear codes. In practice, one often uses codes with additional mathematical structure, such as AG codes. For AG codes of genus $0$ (generalized Reed-Solomon codes), the minimum distance has a simple explicit formula. An interesting result of Cheng [3] says that the minimum distance problem is already \np-hard (under \rp-reduction) for general elliptic curve codes (ECAG codes, or AG codes of genus $1$). In this paper, we show that the minimum distance of ECAG codes also has a simple explicit formula if the evaluation set is suitably large (at least $2/3$ of the group order). Our method is purely combinatorial and based on a new sieving technique from the first two authors [8]. This method also proves a significantly stronger version of the MDS (maximum distance separable) conjecture for ECAG codes.

preprint2015arXiv

Oscillating light wall above a sunspot light bridge

With the high tempo-spatial \emph{Interface Region Imaging Spectrograph} 1330 Å images, we find that many bright structures are rooted in the light bridge of NOAA 12192, forming a \emph{light wall}. The light wall is brighter than the surrounding areas, and the wall top is much brighter than the wall body. The New Vacuum Solar Telescope H$α$ and the \emph{Solar Dynamics Observatory} 171 Å and 131 Å images are also used to study the light wall properties. In 1330 Å, 171 Å, and 131 Å, the top of the wall has a higher emission, while in the H$α$ line, the wall top emission is very low. The wall body corresponds to bright areas in 1330 Å and dark areas in the other lines. The top of the light wall moves upward and downward successively, performing oscillations in height. The deprojected mean height, amplitude, oscillation velocity, and the dominant period are determined to be 3.6 Mm, 0.9 Mm, 15.4 km s$^{-1}$, and 3.9 min, respectively. We interpret the oscillations of the light wall as the leakage of \emph{p}-modes from below the photosphere. The constant brightness enhancement of the wall top implies the existence of some kind of atmospheric heating, e.g., via the persistent small-scale reconnection or the magneto-acoustic waves. In another series of 1330 Å images, we find that the wall top in the upward motion phase is significantly brighter than in the downward phase. This kind of oscillations may be powered by the energy released due to intermittent impulsive magnetic reconnection.

preprint2015arXiv

Persistent homology and Floer-Novikov theory

We construct "barcodes" for the chain complexes over Novikov rings that arise in Novikov's Morse theory for closed one-forms and in Floer theory on not-necessarily-monotone symplectic manifolds. In the case of classical Morse theory these coincide with the barcodes familiar from persistent homology. Our barcodes completely characterize the filtered chain homotopy type of the chain complex; in particular they subsume in a natural way previous filtered Floer-theoretic invariants such as boundary depth and torsion exponents, and also reflect information about spectral invariants. We moreover prove a continuity result which is a natural analogue both of the classical bottleneck stability theorem in persistent homology and of standard continuity results for spectral invariants, and we use this to prove a C^0-robustness result for the fixed points of Hamiltonian diffeomorphisms. Our approach, which is rather different from the standard methods of persistent homology, is based on a non-Archimedean singular value decomposition for the boundary operator of the chain complex.

preprint2015arXiv

Polytypism and Unexpected Strong Interlayer Coupling of two-Dimensional Layered ReS2

The anisotropic two-dimensional (2D) van der Waals (vdW) layered materials, with both scientific interest and potential application, have one more dimension to tune the properties than the isotropic 2D materials. The interlayer vdW coupling determines the properties of 2D multi-layer materials by varying stacking orders. As an important representative anisotropic 2D materials, multilayer rhenium disulfide (ReS2) was expected to be random stacking and lack of interlayer coupling. Here, we demonstrate two stable stacking orders (aa and a-b) of N layer (NL, N>1) ReS2 from ultralow-frequency and high-frequency Raman spectroscopy, photoluminescence spectroscopy and first-principles density functional theory calculation. Two interlayer shear modes are observed in aa-stacked NL-ReS2 while only one interlayer shear mode appears in a-b-stacked NL-ReS2, suggesting anisotropic-like and isotropic-like stacking orders in aa- and a-b-stacked NL-ReS2, respectively. The frequency of the interlayer shear and breathing modes reveals unexpected strong interlayer coupling in aa- and a-b-NL-ReS2, the force constants of which are 55-90% to those of multilayer MoS2. The observation of strong interlayer coupling and polytypism in multi-layer ReS2 stimulate future studies on the structure, electronic and optical properties of other 2D anisotropic materials.

preprint2015arXiv

Quantification of bottleneck effects for different types of facilities

Restrictions of pedestrian flow could be triggered by directional changes, merging of streams and other changes or disturbances causing effects similar to bottlenecks given by geometrical narrowings. In this contribution we analyze empirically how the types of the changes or disturbances influence the capacity of a facility. For this purpose four types of facilities including a short narrowing, a long narrowing, a corner and a T-junction are investigated. It is found that the reduction of pedestrian flow depends on the shape and the length of the narrowing. The maximum observed flow of the corner (about 1.45 (m.s)-1) is the lowest in all facilities studied, whereas that of the short narrowing is highest. The finding indicates that the usage of an unique fundamental diagram for the description of pedestrian flow at different kind of geometrical narrowings is limited.

preprint2015arXiv

Quantum Phase diagram and time-of-flight absorption pictures of ultracold Bose system in a square optical superlattice

In this letter, by the use of the generalized effective potential theory, with the help of process-chain approach under the framework of Kato formulation of perturbation expansion, we calculate out the quantum phase diagram up to 8-th order for an ultracold Bose system in a square optical superlattice. Base on these perturbative data, with the help of the linear fit extrapolation technique, more accurate results are gotten, which are in excellent agreement with recent Monte-Carlo numerical results. Moreover, by employing the generalized re-summed Green's function method and cumulant expansion, the momentum distribution function of the system is also calculated analytically and the time-of-flight absorption pictures of the system are plotted.

preprint2015arXiv

Quasi-periodic Slipping Magnetic Reconnection During an X-class Solar Flare Observed by the Solar Dynamics Observatory and Interface Region Imaging Spectrograph

We firstly report the quasi-periodic slipping motion of flare loops during an eruptive X-class flare on 2014 September 10. The slipping motion was investigated at a specific location along one of the two ribbons and can be observed throughout the impulsive phase of the flare. The apparent slipping velocity was 20-110 km/s and the associated period was 3$-$6 min. The footpoints of flare loops appeared as small-scale bright knots observed in 1400 Å, corresponding to fine structures of the flare ribbon. These bright knots were observed to move along the southern part of the longer ribbon and also exhibited a quasi-periodic pattern. The Si IV 1402.77 Å line was redshifted by 30-50 km/s at the locations of moving knots with a ~ 40-60 km/s line width, larger than other sites of the flare ribbon. We suggest that the quasi-periodic slipping reconnection is involved in this process and the redshift at the bright knots is probably indicative of reconnection downflow. The emission line of Si IV at the northern part of the longer ribbon also exhibited obvious redshifts of about 10-70 km/s in the impulsive phase of the flare, with the redshifts at the outer edges of the ribbon larger than those in the middle. The redshift velocities at post-flare loops reached about 80-100 km/s in the transition region.

preprint2015arXiv

Relationship between EUV microflares and small-scale magnetic fields in the quiet Sun

Microflares are small dynamic signatures observed in X-ray and extreme-ultraviolet channels. Because of their impulsive emission enhancements and wide distribution, they are thought to be closely related to coronal heating. By using the high resolution 171 Å images from the Atmospheric Imaging Assembly and the lines-of-sight magnetograms obtained by the Helioseismic and Magnetic Imager on board the Solar Dynamics Observatory, we trace 10794 microflares in a quiet region near the disk center with a field of view of 960 arcsec $\times$ 1068 arcsec during 24 hr. The microflares have an occurrence rate of 4.4 $\times$ 10$^{3}$ hr$^{-1}$ extrapolated over the whole Sun. Their average brightness, size, and lifetime are 1.7 I$_{0}$(of the quiet Sun), 9.6 Mm$^{2}$, and 3.6 min, respectively. There exists a mutual positive correlation between the microflares' brightness, area and lifetime. In general, the microflares distribute uniformly across the solar disk, but form network patterns locally, which are similar to and matched with the magnetic network structures. Typical cases show that the microflares prefer to occur in magnetic cancellation regions of network boundaries. We roughly calculate the upper limit of energy flux supplied by the microflares and find that the result is still a factor of $\sim$15 below the coronal heating requirement.

preprint2015arXiv

Relative Generalized Hamming Weights of Cyclic Codes

Relative generalized Hamming weights (RGHWs) of a linear code respect to a linear subcode determine the security of the linear ramp secret sharing scheme based on the code. They can be used to express the information leakage of the secret when some keepers of shares are corrupted. Cyclic codes are an interesting type of linear codes and have wide applications in communication and storage systems. In this paper, we investigate the RGHWs of cyclic codes with two nonzeros respect to any of its irreducible cyclic subcodes. Applying the method in the paper [arxiv.org/abs/1410.2702], we give two formulae for RGHWs of the cyclic codes. As applications of the formulae, explicit examples are computed.

preprint2015arXiv

Rényi entropy uncertainty relation for successive projective measurements

We investigate the uncertainty principle for two successive projective measurements in terms of Rényi entropy based on a single quantum system. Our results cover a large family of the entropy (including the Shannon entropy) uncertainty relations with a lower optimal bound. We compare our relation with other formulations of the uncertainty principle in a two-spin observables measured on a pure quantum state of qubit. It is shown that the low bound of our uncertainty relation has better tightness.

preprint2015arXiv

Smoothed Lp-Minimization for Green Cloud-RAN with User Admission Control

The cloud radio access network (Cloud-RAN) has recently been proposed as one cost-effective and energy-efficient technique for 5G wireless networks. By moving the signal processing functionality to a single baseband unit (BBU) pool, centralized signal processing and resource allocation are enabled in Cloud-RAN, thereby providing the promise of improving the energy efficiency via effective network adaptation and interference management. In this paper, we propose a holistic sparse optimization framework to design green Cloud-RAN by taking into consideration the power consumption of the fronthaul links, multicast services, as well as user admission control. Specifically, we first identify the sparsity structures in the solutions of both the network power minimization and user admission control problems. However, finding the optimal sparsity structures turns out to be NP-hard, with the coupled challenges of the l0-norm based objective functions and the nonconvex quadratic QoS constraints due to multicast beamforming. In contrast to the previous works on convex but non-smooth sparsity inducing approaches, e.g., the group sparse beamforming algorithm based on the mixed l1/l2-norm relaxation [1], we adopt the nonconvex but smoothed lp-minimization (0 < p <= 1) approach to promote sparsity in the multicast setting, thereby enabling efficient algorithm design based on the principle of the majorization-minimization (MM) algorithm and the semidefinite relaxation (SDR) technique. In particular, an iterative reweighted-l2 algorithm is developed, which will converge to a Karush-Kuhn-Tucker (KKT) point of the relaxed smoothed lp-minimization problem from the SDR technique. We illustrate the effectiveness of the proposed algorithms with extensive simulations for network power minimization and user admission control in multicast Cloud-RAN.

preprint2015arXiv

Some Improvements on Locally Repairable Codes

The locally repairable codes (LRCs) were introduced to correct erasures efficiently in distributed storage systems. LRCs are extensively studied recently. In this paper, we first deal with the open case remained in \cite{q} and derive an improved upper bound for the minimum distances of LRCs. We also give an explicit construction for LRCs attaining this bound. Secondly, we consider the constructions of LRCs with any locality and availability which have high code rate and minimum distance as large as possible. We give a graphical model for LRCs. By using the deep results from graph theory, we construct a family of LRCs with any locality $r$ and availability $2$ with code rate $\frac{r-1}{r+1}$ and optimal minimum distance $O(\log n)$ where $n$ is the length of the code.

preprint2015arXiv

Symmetry analysis for time-fractional convection-diffusion equation

The time-fractional convection-diffusion equation is performed by Lie symmetry analysis method which involves the Riemann-Liouville time-fractional derivative of the order $α\in(0,2)$. In eight cases, the symmetries are obtained and similarity reductions of the equation are deduced by means of symmetry. It is shown that the fractional equation can be reduced into fractional ordinary differential equations. Some group invariant solutions in explicit form are obtained in some cases.

preprint2015arXiv

The effect of center-of-mass motion on photon statistics

We analyze the photon statistics of a weakly driven cavity quantum electrodynamics system and discuss the effects of photon blockade and photon-induced tunneling by effectively utilizing instead of avoiding the center-of-mass motion of a two-level atom trapped in the cavity. With the resonant interaction between atom, photon and phonon, it is shown that the bunching and anti-bunching of photons can occur with properly driving frequency. Our study shows the influence of the imperfect cooling of atom on the blockade and provides an attempt to take advantage of the center-of-mass motion.

preprint2015arXiv

The Linear Perturbation Theory of Reionization in Position-Space: Cosmological Radiative Transfer Along the Light-Cone

The linear perturbation theory of inhomogeneous reionization (LPTR) has been developed as an analytical tool for predicting the global ionized fraction and large-scale power spectrum of ionized density fluctuations during reionization. In the original formulation of the LPTR, the ionization balance and radiative transfer equations are linearized and solved in Fourier space. However, the LPTR's approximation to the full solution of the radiative transfer equation is not straightforward to interpret, since the latter is most intuitively conceptualized in position space. To bridge the gap between the LPTR and the language of numerical radiative transfer, we present a new, equivalent, position-space formulation of the LPTR that clarifies the approximations it makes and facilitates its interpretation. We offer a comparison between the LPTR and the excursion-set model of reionization (ESMR), and demonstrate the built-in capability of the LPTR to explore a wide range of reionization scenarios, and to go beyond the ESMR in exploring scenarios involving X-rays.

preprint2015arXiv

Topological Defects from the Multiverse

Many theories of the early universe predict the existence of a multiverse where bubbles continuously nucleate giving rise to observers in their interior. In this paper, we point out that topological defects of several dimensionalities will also be produced in de Sitter like regions of the multiverse. In particular, defects could be spontaneously nucleated in our parent vacuum. We study the evolution of these defects as they collide with and propagate inside of our bubble. We estimate the present distribution of defects in the observable part of the universe. The expected number of such nearby defects turns out to be quite small, even for the highest nucleation rate. We also study collisions of strings and domain walls with our bubble in our past light cone. We obtain simulated full-sky maps of the loci of such collisions, and find their angular size distribution. Similarly to what happens in the case of bubble collisions, the prospect of detecting any collisions of our bubble with ambient defects is greatly enhanced in the case where the cosmological constant of our parent vacuum is much higher than the vacuum energy density during inflation in our bubble.

preprint2015arXiv

Trigger of a blowout jet in a solar coronal mass ejection associated with a flare

Using the multi-wavelength images and the photospheric magnetograms from the \emph{Solar Dynamics Observatory}, we study the flare which was associated by the only one coronal mass ejection (CME) in active region (AR) 12192. The eruption of a filament caused a blowout jet, and then an M4.0 class flare occurred. This flare was located at the edge of AR instead of in the core region. The flare was close to the apparently "open" fields, appearing as extreme-ultraviolet structures that fan out rapidly. Due to the interaction between flare materials and "open" fields, the flare became an eruptive flare, leading to the CME. Then at the same site of the first eruption, another small filament erupted. With the high spatial and temporal resolution H$α$ data from the New Vacuum Solar Telescope at the \emph{Fuxian Solar Observatory}, we investigate the interaction between the second filament and the nearby "open" lines. The filament reconnected with the "open" lines, forming a new system. To our knowledge, the detailed process of this kind of interaction is reported for the first time. Then the new system rotated due to the untwisting motion of the filament, implying that the twist was transferred from the closed filament system to the "open" system. In addition, the twist seemed to propagate from the lower atmosphere to the upper layers, and was eventually spread by the CME to the interplanetary space.

preprint2014arXiv

An analytical approach to quantum phase transitions of ultracold Bose systems in bipartite optical lattices: Along the avenue of Green's function

In this paper, we present a generalized Green's function method which can be used to investigate the quantum phase transitions analytically in a systematic way for ultracold Bose systems in bipartite optical lattices. As an example, to the lowest order, we calculate the quantum phase boundaries of the localized states (Mott insulator or charge density wave) of an ultracold Bose system in a $d$-dimensional hypercubic optical lattice with nearest-neighbor repulsive interactions. Due to the inhomogeneity of the system, in the generalized Green's function method, cumuants on different sublattices are calculated separately, together with re-summed Green's function technique, the analytical expression of the phase boundaries of the localized phases in the system is presented.

preprint2014arXiv

Conversion from mutual helicity to self-helicity observed with IRIS

Context. In the upper atmosphere of the Sun observations show convincing evidence for crossing and twisted structures, which are interpreted as mutual helicity and self-helicity. Aims. We use observations with the new Interface Region Imaging Spectrograph (IRIS) to show the conversion of mutual helicity into self-helicity in coronal structures on the Sun. Methods. Using far UV spectra and slit-jaw images from IRIS and coronal images and magnetograms from SDO, we investigated the evolution of two crossing loops in an active region, in particular, the properties of the Si IV line profile in cool loops. Results. In the early stage two cool loops cross each other and accordingly have mutual helicity. The Doppler shifts in the loops indicate that they wind around each other. As a consequence, near the crossing point of the loops (interchange) reconnection sets in, which heats the plasma. This is consistent with the observed increase of the line width and of the appearance of the loops at higher temperatures. After this interaction, the two new loops run in parallel, and in one of them shows a clear spectral tilt of the Si IV line profile. This is indicative of a helical (twisting) motion, which is the same as to say that the loop has self-helicity. Conclusions. The high spatial and spectral resolution of IRIS allowed us to see the conversion of mutual helicity to self-helicity in the (interchange) reconnection of two loops. This is observational evidence for earlier theoretical speculations.

preprint2014arXiv

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

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

preprint2014arXiv

Direct Observations of Tether-cutting Reconnection During a Major Solar Event From 2014 February 24 to 25

Using the multi-wavelength data from Atmospheric Imaging Assembly on board the Solar Dynamic Observatory, we investigated two successive solar flares, a C5.1 confined flare and an X4.9 ejective flare with a halo coronal mass ejection,in NOAA AR 11990 from 2014 Feb 24 to 25. Before the confined are onset, EUV brightening beneath the filament was detected. As the are began, a twisted helical flux rope (FR) wrapping around the filament moved upward and then stopped, and in the meantime an obvious X-ray source below it was observed. Prior to the ejective X4.9 flare, some pre-existing loop structures in the active region interacted with each other, which produced a brightening region beneath the filament. Meanwhile, a small flaring loop appeared below the interaction region and some new helical lines connecting the far ends of the loop structures was gradually formed and continually added into the former twisted FR. Then, due to the resulting imbalance between the magnetic pressure and tension, the new FR together with the filament erupted outward. Our observations coincide well with tether-cutting model, suggesting that the two flares probably have the same triggering mechanism, i.e., tether-cutting reconnection. To our knowledge, this is the first direct observation of tether-cutting reconnection occurring between the pre-existing loops in active region. In the ejective flare case, the erupting filament exhibited an omega-like kinked structure and underwent an exponential rise after a slow-rise phase, indicating the kink instability might be also responsible for the eruption initiation.

preprint2014arXiv

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

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

preprint2014arXiv

Effects of Lower Symmetry and Dimensionality on Raman Spectra in 2D WSe2

We report the observation and interpretation of new Raman peaks in few-layer tungsten diselenide (WSe2), induced by the reduction of symmetry going from 3D to 2D. In general, Raman frequencies in 2D materials follow quite closely the frequencies of corresponding eigenmodes in the bulk. However, while the modes that are Raman active in the bulk are also Raman active in the thin films, the reverse is not always true due to the reduced symmetry in thin films. Here, we predict from group theory and density functional calculations that two intra-layer vibrational modes which are Raman inactive in bulk WSe2 in our experimental configuration become Raman active in thin film WSe2, due to reduced symmetry in thin films. This phenomenon explains the Raman peaks we observe experimentally at ~310 cm-1 and 176 cm-1 in thin film WSe2. Interestingly, the bulk mode at ~310 cm-1 that is Raman inactive can in fact be detected in Raman measurements under specific wavelengths of irradiation, suggesting that in this case, crystal symmetry selection rules may be broken due to resonant scattering. Both theory and experiment indicate that the and modes blue-shift with decreasing thickness, which we attribute to surface effects. Our results shed light on a general understanding of the Raman/IR activities of the phonon modes in layered transition metal dichalcogenide materials and their evolution behavior from 3D to 2D.

preprint2014arXiv

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

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

preprint2014arXiv

Fine Structures and Overlying Loops of Confined Solar Flares

Using the H$α$ observations from the New Vacuum Solar Telescope at Fuxian Solar Observatory, we focus on the fine structures of three confined flares and the issue why all the three flares are confined instead of eruptive. All the three confined flares take place successively at the same location and have similar morphologies, so can be termed homologous confined flares. In the simultaneous images obtained by the Solar Dynamics Observatory, many large-scale coronal loops above the confined flares are clearly observed in multi-wavelengths. At the pre-flare stage, two dipoles emerge near the negative sunspot, and the dipolar patches are connected by small loops appearing as arch-shaped H$α$ fibrils. There exists a reconnection between the small loops, and thus the H$α$ fibrils change their configuration. The reconnection also occurs between a set of emerging H$α$ fibrils and a set of pre-existing large loops, which are rooted in the negative sunspot, a nearby positive patch, and some remote positive faculae, forming a typical three-legged structure. During the flare processes, the overlying loops, some of which are tracked by activated dark materials, do not break out. These direct observations may illustrate the physical mechanism of confined flares, i.e., magnetic reconnection between the emerging loops and the pre-existing loops triggers flares and the overlying loops prevent the flares from being eruptive.

preprint2014arXiv

Generalized Cauchy matrix approach for non-autonomous discrete Kadomtsev-Petviashvili system

In this paper, we investigate the non-autonomous discrete Kadomtsev-Petviashvili (KP) system in terms of generalized Cauchy matrix approach. These equations include non-autonomous bilinear lattice KP equation, non-autonomous lattice potential KP equation, non-autonomous lattice potential modified KP equation, non-autonomous asymmetric lattice potential modified KP equation, non-autonomous lattice Schwarzian KP equation and non-autonomous lattice KP-type Nijhoff-Quispel-Capel equation. By introducing point transformations, all the equations are described as simplified forms, where the lattice parameters are absorbed. Several kinds of solutions more than multi-soliton solutions to these equations are derived by solving determining equation set. Lax representations for these equations are also discussed.

preprint2014arXiv

Long-range micro-pulse aerosol lidar at 1.5 um with an up-conversion single-photon detector

A micro-pulse lidar at eye-safe wavelength is constructed based on an up-conversion single-photon detector. The ultralow noise detector enables using integration technique to improve the signal-to-noise ratio of the atmospheric backscattering even at daytime. With the pulse energy of 110uJ, the pulse repetition rate of 15 kHz, the optical antenna diameter of 100 mm and integration time of 5 minutes, a horizontal detection range of 7 km is realized. In the demonstration experiment, atmospheric visibility over 24 hours is monitored continuously, with results in accordance with the weather forecasts.

preprint2014arXiv

Magnetic reconnection between small-scale loops observed with the New Vacuum Solar Telescope

Using the high tempo-spatial resolution H$α$ images observed with the New Vacuum Solar Telescope, we report the solid observational evidence of magnetic reconnection between two sets of small-scale anti-parallel loops with an X-shaped topology. The reconnection process contains two steps: a slow step with the duration of more than several tens of minutes, and a rapid step lasting for only about three minutes. During the slow reconnection, two sets of anti-parallel loops reconnect gradually, and new loops are formed and stacked together. During the rapid reconnection, the anti-parallel loops approach each other quickly, and then the rapid reconnection takes place, resulting in the disappearance of former loops. In the meantime, new loops are formed and separate. The region between the approaching loops is brightened, and the thickness and length of this region are determined to be about 420 km and 1.4 Mm, respectively. During the rapid reconnection process, obvious brightenings at the reconnection site and apparent material ejections outward along reconnected loops are observed. These observed signatures are consistent with predictions by reconnection models. We suggest that the successive slow reconnection changes the conditions around the reconnection site and triggers instabilities, thus leading to the rapid approach of the anti-parallel loops and resulting in the rapid reconnection.

preprint2014arXiv

New Vacuum Solar Telescope observations of a flux rope tracked by a filament activation

One main goal of the New Vacuum Solar Telescope (NVST) which is located at the \emph{Fuxian Solar Observatory} is to image the Sun at high resolution. Based on the high spatial and temporal resolution NVST H$α$ data and combined with the simultaneous observations from the \emph{Solar Dynamics Observatory} for the first time, we investigate a flux rope tracked by a filament activation. The filament material is initially located at one end of the flux rope and fills in a section of the rope, and then the filament is activated due to magnetic field cancellation. The activated filament rises and flows along helical threads, tracking out the twisted flux rope structure. The length of the flux rope is about 75 Mm, the average width of its individual threads is 1.11 Mm, and the estimated twist is 1$π$. The flux rope appears as a dark structure in H$α$ images, a partial dark and partial bright structure in 304 Å, while as bright structures in 171 Å and 131 Å images. During this process, the overlying coronal loops are quite steady since the filament is confined within the flux rope and does not erupt successfully. It seems that, for the event in this study, the filament is located and confined within the flux rope threads, instead of being suspended in the dips of twisted magnetic flux.

preprint2014arXiv

Non-classicalities via perturbing local unitary operations

We study the nonclassical correlations in a two-qubit state by the perturbing local unitary operation method. We find that the definitions of various non-classicalities including quantum discord (QD), measurement-induced nonlocality (MIN) and so on usually do not have a unique definition when expressed as the perturbation of local unitary operations, so a given non-classicality can lead to different definitions of its dual non-classicality. In addition, it is shown that QD and MIN are not the corresponding dual expressions in a simple set of unitary operations, even though they are in their original definitions. In addition, we also consider the non-classicalities in general $2\otimes d$ dimensional systems.

preprint2014arXiv

On Sparse Vector Recovery Performance in Structurally Orthogonal Matrices via LASSO

In this paper, we consider a compressed sensing problem of reconstructing a sparse signal from an undersampled set of noisy linear measurements. The regularized least squares or least absolute shrinkage and selection operator (LASSO) formulation is used for signal estimation. The measurement matrix is assumed to be constructed by concatenating several randomly orthogonal bases, referred to as structurally orthogonal matrices. Such measurement matrix is highly relevant to large-scale compressive sensing applications because it facilitates fast computation and also supports parallel processing. Using the replica method from statistical physics, we derive the mean-squared-error (MSE) formula of reconstruction over the structurally orthogonal matrix in the large-system regime. Extensive numerical experiments are provided to verify the analytical result. We then use the analytical result to study the MSE behaviors of LASSO over the structurally orthogonal matrix, with a particular focus on performance comparisons to matrices with independent and identically distributed (i.i.d.) Gaussian entries. We demonstrate that the structurally orthogonal matrices are at least as well performed as their i.i.d. Gaussian counterparts, and therefore the use of structurally orthogonal matrices is highly motivated in practical applications.

preprint2014arXiv

Optimal Stochastic Coordinated Beamforming for Wireless Cooperative Networks with CSI Uncertainty

Transmit optimization and resource allocation for wireless cooperative networks with channel state information (CSI) uncertainty are important but challenging problems in terms of both the uncertainty modeling and performance op- timization. In this paper, we establish a generic stochastic coordinated beamforming (SCB) framework that provides flex- ibility in the channel uncertainty modeling, while guaranteeing optimality in the transmission strategies. We adopt a general stochastic model for the CSI uncertainty, which is applicable for various practical scenarios. The SCB problem turns out to be a joint chance constrained program (JCCP) and is known to be highly intractable. In contrast to all the previous algo- rithms for JCCP that can only find feasible but sub-optimal solutions, we propose a novel stochastic DC (difference-of-convex) programming algorithm with optimality guarantee, which can serve as the benchmark for evaluating heuristic and sub-optimal algorithms. The key observation is that the highly intractable probability constraint can be equivalently reformulated as a DC constraint. This further enables efficient algorithms to achieve optimality. Simulation results will illustrate the convergence, conservativeness, stability and performance gains of the proposed algorithm.

preprint2014arXiv

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

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

preprint2014arXiv

Past incompleteness of a bouncing multiverse

According to classical GR, Anti-de Sitter (AdS) bubbles in the multiverse terminate in big crunch singularities. It has been conjectured, however, that the fundamental theory may resolve these singularities and replace them by nonsingular bounces. This may have important implications for the beginning of the multiverse. Geodesics in cosmological spacetimes are known to be past-incomplete, as long as the average expansion rate along the geodesic is positive, but it is not clear that the latter condition is satisfied if the geodesic repeatedly passes through crunching AdS bubbles. We investigate this issue in a simple multiverse model, where the spacetime consists of a patchwork of FRW regions. The conclusion is that the spacetime is still past-incomplete, even in the presence of AdS bounces.

preprint2014arXiv

Performance Analysis on Evolutionary Algorithms for the Minimum Label Spanning Tree Problem

Some experimental investigations have shown that evolutionary algorithms (EAs) are efficient for the minimum label spanning tree (MLST) problem. However, we know little about that in theory. As one step towards this issue, we theoretically analyze the performances of the (1+1) EA, a simple version of EAs, and a multi-objective evolutionary algorithm called GSEMO on the MLST problem. We reveal that for the MLST$_{b}$ problem the (1+1) EA and GSEMO achieve a $\frac{b+1}{2}$-approximation ratio in expected polynomial times of $n$ the number of nodes and $k$ the number of labels. We also show that GSEMO achieves a $(2ln(n))$-approximation ratio for the MLST problem in expected polynomial time of $n$ and $k$. At the same time, we show that the (1+1) EA and GSEMO outperform local search algorithms on three instances of the MLST problem. We also construct an instance on which GSEMO outperforms the (1+1) EA.

preprint2014arXiv

Practical and fast quantum random number generation based on photon arrival time relative to external reference

We present a practical high-speed quantum random number generator, where the timing of single-photon detection relative to an external time reference is measured as the raw data. The bias of the raw data can be substantially reduced compared with the previous realizations. The raw random bit rate of our generator can reach 109 Mbps. We develop a model for the generator and evaluate the min-entropy of the raw data. Toeplitz matrix hashing is applied for randomness extraction, after which the final random bits are able to pass the standard randomness tests.

preprint2014arXiv

Quantum correlation cost of the weak measurement

Quantum correlation cost (QCC) characterizing how much quantum correlation is used in a weak-measurement process is presented based on the trace norm. It is shown that the QCC is related to the trace-norm-based quantum discord (TQD) by only a factor that is determined by the strength of the weak measurement, so it only catches partial quantumness of a quantum system compared with the TQD. We also find that the residual quantumness can be `extracted' not only by the further von Neumann measurement, but also by a sequence of infinitesimal weak measurements. As an example, we demonstrate our outcomes by the Bell-diagonal state.

preprint2014arXiv

Real-Time Traffic Signal Control for Modern Roundabouts by Using Particle Swarm Optimization-Based Fuzzy Controller

Due to that the existing traffic facilities can hardly be extended, developing traffic signal control methods is the most important way to improve the traffic efficiency of modern roundabouts. This paper proposes a novel traffic signal controller with two fuzzy layers for signalizing the roundabout. The outer layer of the controller computes urgency degrees of all the phase subsets and then activates the most urgent subset. This mechanism helps to instantly respond to the current traffic condition of the roundabout so as to improve real-timeness. The inner layer of the controller computes extension time of the current phase. If the extension value is larger than a threshold value, the current phase is maintained; otherwise the next phase in the running phase subset (selected by the outer layer) is activated. The inner layer adopts well-designed phase sequences, which helps to smooth the traffic flows and to avoid traffic jam. In general, the proposed traffic signal controller is capable of improving real-timeness as well as reducing traffic congestion. Moreover, an offline particle swarm optimization (PSO) algorithm is developed to optimize the membership functions adopted in the proposed controller. By using optimal membership functions, the performance of the controller can be further improved. Simulation results demonstrate that the proposed controller outperforms previous traffic signal controllers in terms of improving the traffic efficiency of modern roundabouts.

preprint2014arXiv

Scalable Coordinated Beamforming for Dense Wireless Cooperative Networks

To meet the ever growing demand for both high throughput and uniform coverage in future wireless networks, dense network deployment will be ubiquitous, for which co- operation among the access points is critical. Considering the computational complexity of designing coordinated beamformers for dense networks, low-complexity and suboptimal precoding strategies are often adopted. However, it is not clear how much performance loss will be caused. To enable optimal coordinated beamforming, in this paper, we propose a framework to design a scalable beamforming algorithm based on the alternative direction method of multipliers (ADMM) method. Specifically, we first propose to apply the matrix stuffing technique to transform the original optimization problem to an equivalent ADMM-compliant problem, which is much more efficient than the widely-used modeling framework CVX. We will then propose to use the ADMM algorithm, a.k.a. the operator splitting method, to solve the transformed ADMM-compliant problem efficiently. In particular, the subproblems of the ADMM algorithm at each iteration can be solved with closed-forms and in parallel. Simulation results show that the proposed techniques can result in significant computational efficiency compared to the state- of-the-art interior-point solvers. Furthermore, the simulation results demonstrate that the optimal coordinated beamforming can significantly improve the system performance compared to sub-optimal zero forcing beamforming.

preprint2014arXiv

Slipping Magnetic Reconnection Triggering a Solar Eruption of a Triangle-flag Flux Rope

We firstly report the simultaneous activities of a slipping motion of flare loops and a slipping eruption of a flux rope in 131 Å and 94 Å channels on 2014 February 02. The east hook-like flare ribbon propagated slippingly at a speed of about 50 km s$^{-1}$, which lasted about 40 min and extended by more than 100 Mm, but the west flare ribbon moved in the opposite direction with a speed of 30 km s$^{-1}$. At the later phase of the flare activity, a "bi-fan" system of flare loops was well developed. The east footpoints of the flux rope showed an apparent slipping motion along the hook of the ribbon, simultaneously the fine structures of the flux rope rose up rapidly at a speed of 130 km s$^{-1}$, much faster the whole flux rope. We infer that the east footpoints of the flux rope are successively heated by a slipping magnetic reconnection during the flare, which results in the apparent slippage of the flux rope. The slipping motion delineates a "triangle-flag surface" of the flux rope, implying that the topology of a flux rope is more complex than anticipated.

preprint2014arXiv

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

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

preprint2014arXiv

The roles of quantum correlations in quantum cloning

In this paper, we study the entanglement and quantum discord of the output modes in the unified $1\rightarrow 2$ state-dependent cloning and probabilistic quantum cloning. The tripartite entanglement among the output modes and the quantum cloning machine is also considered. We find that the roles of the quantum correlations including the bipartite and tripartite entanglement and quantum discord strongly depend on the quantum cloning machines as well as the cloned state. In particular, it is found that this quantum cloning scheme can be realizable even without any quantum correlation.

preprint2014arXiv

Universal flow-density relation of single-file bicycle, pedestrian and car motion

The relation between flow and density is an essential quantitative characteristic to describe the efficiency of traffic systems. We have performed experiments with single-file motion of bicycles and compare the results with previous studies for car and pedestrian motion in similar setups. In the space-time diagrams we observe three different states of motion (free flow state, jammed state and stop-and-go waves) in all these systems. Despite of their obvious differences they are described by a universal fundamental diagram after proper rescaling of space and time which takes into account the size and free velocity of the three kinds of agents. This indicates that the similarities between the systems go deeper than expected.

preprint2014arXiv

User Capacity of Pilot-Contaminated TDD Massive MIMO Systems

Pilot contamination has been regarded as a main limiting factor of time division duplexing (TDD) massive multiple-input-multiple-output (Massive MIMO) systems, as it will make the signal-to-interference-plus-noise ratio (SINR) saturated. However, how pilot contamination will limit the user capacity of downlink Massive MIMO, i.e., the maximum number of admissible users, has not been addressed. This paper provides an explicit expression of the Massive MIMO user capacity in the pilot-contaminated regime where the number of users is larger than the pilot sequence length. Furthermore, the scheme for achieving the user capacity, i.e., the uplink pilot training sequence and downlink power allocation, has been identified. By using this capacity-achieving scheme, the SINR requirement of each user can be satisfied and energy-efficient transmission is feasible in the large-antenna-size (LAS) regime. Comparison with two non-capacity-achieving schemes highlights the superiority of our proposed scheme in terms of achieving higher user capacity.

preprint2014arXiv

User-Centric Intercell Interference Nulling for Downlink Small Cell Networks

Small cell networks are regarded as a promising candidate to meet the exponential growth of mobile data traffic in cellular networks. With a dense deployment of access points, spatial reuse will be improved, and uniform coverage can be provided. However, such performance gains cannot be achieved without effective intercell interference management. In this paper, a novel interference coordination strategy, called user-centric intercell interference nulling, is proposed for small cell networks. A main merit of the proposed strategy is its ability to effectively identify and mitigate the dominant interference for each user. Different from existing works, each user selects the coordinating base stations (BSs) based on the relative distance between the home BS and the interfering BSs, called the interference nulling (IN) range, and thus interference nulling adapts to each user's own interference situation. By adopting a random spatial network model, we derive an approximate expression of the successful transmission probability to the typical user, which is then used to determine the optimal IN range. Simulation results shall confirm the tightness of the approximation, and demonstrate significant performance gains (about 35%-40%) of the proposed coordination strategy, compared with the non-coordination case. Moreover, it is shown that the proposed strategy outperforms other interference nulling methods. Finally, the effect of imperfect channel state information (CSI) is investigated, where CSI is assumed to be obtained via limited feedback. It is shown that the proposed coordination strategy still provides significant performance gains even with a moderate number of feedback bits.

preprint2014arXiv

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

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

preprint2013arXiv

An Authentication Scheme for Subspace Codes over Network Based on Linear Codes

Network coding provides the advantage of maximizing the usage of network resources, and has great application prospects in future network communications. However, the properties of network coding also make the pollution attack more serious. In this paper, we give an unconditional secure authentication scheme for network coding based on a linear code $C$. Safavi-Naini and Wang gave an authentication code for multi-receivers and multiple messages. We notice that the scheme of Safavi-Naini and Wang is essentially constructed with Reed-Solomon codes. And we modify their construction slightly to make it serve for authenticating subspace codes over linear network. Also, we generalize the construction with linear codes. The generalization to linear codes has the similar advantages as generalizing Shamir's secret sharing scheme to linear secret sharing sceme based on linear codes. One advantage of this generalization is that for a fixed message space, our scheme allows arbitrarily many receivers to check the integrity of their own messages, while the scheme with Reed-Solomon codes has a constraint on the number of verifying receivers. Another advantage is that we introduce access structure in the generalized scheme. Massey characterized the access structure of linear secret sharing scheme by minimal codewords in the dual code whose first component is 1. We slightly modify the definition of minimal codewords. Let $C$ be a $[V,k]$ linear code. For any coordinate $i\in \{1,2,\cdots,V\}$, a codeword $\vec{c}$ in $C$ is called minimal respect to $i$ if the codeword $\vec{c}$ has component 1 at the $i$-th coordinate and there is no other codeword whose $i$-th component is 1 with support strictly contained in that of $\vec{c}$. Then the security of receiver $R_i$ in our authentication scheme is characterized by the minimal codewords respect to $i$ in the dual code $C^\bot$.

preprint2013arXiv

Anomalous Frequency Trends in MoS2 Thin Films Attributed to Surface Effects

The layered dichalcogenide MoS2 has many unique physical properties in low dimensions. Recent experimental Raman spectroscopies report an anomalous blue shift of the in-plane E2g1 mode with decreasing thickness, a trend that is not understood. Here, we combine experimental Raman scattering and theoretical studies to clarify and explain this trend. Special attention is given to understanding the surface effect on Raman frequencies by using a force constants model based on first-principles calculations. Surface effects refer to the larger Mo-S force constants at the surface of thin film MoS2, which results from a loss of neighbours in adjacent MoS2 layers. Without surface effects, the frequencies of both out-of-plane A1g and in-plane E2g1 modes decrease with decreasing thickness. However, the E2g1 mode blue shifts while the A1g mode red shifts once the surface effect is included, in agreement with the experiment. Our results show that competition between the thickness effect and the surface effect determines the mechanical properties of two-dimensional MoS2, which we believe applies to other layered materials.

preprint2013arXiv

Comparison of bidirectional pedestrian flows by experiments

Intersections of pedestrian flows feature multiple types, varying in the numbers of flow directions as well as intersecting angles. In this article results from diverse bidirectional flow experiments with different intersecting angles are compared. To analyze the transport capabilities the Voronoi method is used to resolve the fine structure of the resulting velocity-density relations and spatial dependence of the measurements. The fundamental diagrams of various flow types are compared and show no apparent difference with respect to the intersecting angle. This result indicates that head-on conflicts of different types of flow have the same influence on the transport properties of the system, which demonstrates the high self-organization capabilities of pedestrians.

preprint2013arXiv

Dark matter halo assembly bias: environmental dependence in the non-Markovian excursion set theory

In the standard excursion set model for the growth of structure, the statistical properties of halos are governed by the halo mass and are independent of the larger scale environment in which the halos reside. Numerical simulations, however, have found the spatial distributions of halos to depend not only on their mass but also on the details of their assembly history and environment. Here we present a theoretical framework for incorporating this "assembly bias" into the excursion set model. Our derivations are based on modifications of the path integral approach of Maggiore & Riotto (2010) that models halo formation as a non-Markovian random walk process. The perturbed density field is assumed to evolve stochastically with the smoothing scale and exhibits correlated walks in the presence of a density barrier. We write down conditional probabilities for multiple barrier crossings, and derive from them analytic expressions for descendant and progenitor halo mass functions and halo merger rates as a function of both halo mass and the linear overdensity of the larger-scale environment of the halo. Our results predict a higher halo merger rate and higher progenitor halo mass function in regions of higher overdensity, consistent with the behavior seen in N-body simulations.

preprint2013arXiv

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

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

preprint2013arXiv

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

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

preprint2013arXiv

Group Sparse Beamforming for Green Cloud-RAN

A cloud radio access network (Cloud-RAN) is a network architecture that holds the promise of meeting the explosive growth of mobile data traffic. In this architecture, all the baseband signal processing is shifted to a single baseband unit (BBU) pool, which enables efficient resource allocation and interference management. Meanwhile, conventional powerful base stations can be replaced by low-cost low-power remote radio heads (RRHs), producing a green and low-cost infrastructure. However, as all the RRHs need to be connected to the BBU pool through optical transport links, the transport network power consumption becomes significant. In this paper, we propose a new framework to design a green Cloud-RAN, which is formulated as a joint RRH selection and power minimization beamforming problem. To efficiently solve this problem, we first propose a greedy selection algorithm, which is shown to provide near- optimal performance. To further reduce the complexity, a novel group sparse beamforming method is proposed by inducing the group-sparsity of beamformers using the weighted $\ell_1/\ell_2$-norm minimization, where the group sparsity pattern indicates those RRHs that can be switched off. Simulation results will show that the proposed algorithms significantly reduce the network power consumption and demonstrate the importance of considering the transport link power consumption.

preprint2013arXiv

Homologous Flux Ropes Observed by SDO/AIA

We firstly present the Solar Dynamics Observatory observations of four homologous flux ropes in active region (AR) 11745 on 2013 May 20-22. The four flux ropes are all above the neutral line of the AR, with endpoints anchoring at the same region, and have the generally similar morphology. For the first three flux ropes, they rose up with a velocity of less than 30 km s$^{-1}$ after their appearances, and subsequently their intensities at 131 Å decreased and the flux ropes became obscure. The fourth flux rope erupted ultimately with a speed of about 130 km s$^{-1}$ and formed a coronal mass ejection. The associated filament showed an obvious anti-clockwise twist motion at the initial stage, and the twist was estimated at 4$π$. This indicates that kink instability possibly triggers the early rise of the fourth flux rope. The activated filament material was spatially within the flux rope and they showed consistent evolution in their early stages. Our findings provide new clues for understanding the characteristics of flux ropes. Firstly, there are multiple flux ropes that are successively formed at the same location during an AR evolution process. Secondly, a slow-rise flux rope does not necessarily result in a CME, and a fast-eruption flux rope results in a CME.

preprint2013arXiv

Hydrodynamic capture of microswimmers into sphere-bound orbits

Self-propelled particles can exhibit surprising non-equilibrium behaviors, and how they interact with obstacles or boundaries remains an important open problem. Here we show that chemically propelled micro-rods can be captured, with little change in their speed, into close orbits around solid spheres resting on or near a horizontal plane. We show that this interaction between sphere and particle is short-range, occurring even for spheres smaller than the particle length, and for a variety of sphere materials. We consider a simple model, based on lubrication theory, of a force- and torque-free swimmer driven by a surface slip (the phoretic propulsion mechanism) and moving near a solid surface. The model demonstrates capture, or movement towards the surface, and yields speeds independent of distance. This study reveals the crucial aspects of activity-driven interactions of self-propelled particles with passive objects, and brings into question the use of colloidal tracers as probes of active matter.

preprint2013arXiv

Interlayer breathing and shear modes in few-trilayer MoS2 and WSe2

Two-dimensional (2D) layered transition metal dichalcogenides (TMDs) have recently attracted tremendous interest as potential valleytronic and nano-electronic materials, in addition to being well-known as excellent lubricants in the bulk. The interlayer van der Waals (vdW) coupling and low frequency phonon modes, and how they evolve with the number of layers, are important for both the mechanical and electrical properties of 2D TMDs. Here we uncover the ultra-low frequency interlayer breathing and shear modes in few-layer MoS2 and WSe2, prototypical layered TMDs, using both Raman spectroscopy and first principles calculations. Remarkably, the frequencies of these modes can be perfectly described using a simple linear chain model with only nearest-neighbour interactions. We show that the derived in-plane (shear) and out-of-plane (breathing) force constants from experiment remain the same from two-layer 2D crystals to the bulk materials, suggesting that the nanoscale interlayer frictional characteristics of these excellent lubricants should be independent of the number of layers.

preprint2013arXiv

Large System Analysis of Cooperative Multi-cell Downlink Transmission via Regularized Channel Inversion with Imperfect CSIT

In this paper, we analyze the ergodic sum-rate of a multi-cell downlink system with base station (BS) cooperation using regularized zero-forcing (RZF) precoding. Our model assumes that the channels between BSs and users have independent spatial correlations and imperfect channel state information at the transmitter (CSIT) is available. Our derivations are based on large dimensional random matrix theory (RMT) under the assumption that the numbers of antennas at the BS and users approach to infinity with some fixed ratios. In particular, a deterministic equivalent expression of the ergodic sum-rate is obtained and is instrumental in getting insight about the joint operations of BSs, which leads to an efficient method to find the asymptotic-optimal regularization parameter for the RZF. In another application, we use the deterministic channel rate to study the optimal feedback bit allocation among the BSs for maximizing the ergodic sum-rate, subject to a total number of feedback bits constraint. By inspecting the properties of the allocation, we further propose a scheme to greatly reduce the search space for optimization. Simulation results demonstrate that the ergodic sum-rates achievable by a subspace search provides comparable results to those by an exhaustive search under various typical settings.

preprint2013arXiv

Multi-receiver Authentication Scheme for Multiple Messages Based on Linear Codes

In this paper, we construct an authentication scheme for multi-receivers and multiple messages based on a linear code $C$. This construction can be regarded as a generalization of the authentication scheme given by Safavi-Naini and Wang. Actually, we notice that the scheme of Safavi-Naini and Wang is constructed with Reed-Solomon codes. The generalization to linear codes has the similar advantages as generalizing Shamir's secret sharing scheme to linear secret sharing sceme based on linear codes. For a fixed message base field $\f$, our scheme allows arbitrarily many receivers to check the integrity of their own messages, while the scheme of Safavi-Naini and Wang has a constraint on the number of verifying receivers $V\leqslant q$. And we introduce access structure in our scheme. Massey characterized the access structure of linear secret sharing scheme by minimal codewords in the dual code whose first component is 1. We slightly modify the definition of minimal codewords in \cite{Massey93}. Let $C$ be a $[V,k]$ linear code. For any coordinate $i\in \{1,2,\cdots,V\}$, a codeword $\vec{c}$ in $C$ is called minimal respect to $i$ if the codeword $\vec{c}$ has component 1 at the $i$-th coordinate and there is no other codeword whose $i$-th component is 1 with support strictly contained in that of $\vec{c}$. Then the security of receiver $R_i$ in our authentication scheme is characterized by the minimal codewords respect to $i$ in the dual code $C^\bot$.

preprint2013arXiv

Non-singular bounce transitions in the multiverse

According to classical GR, negative-energy (AdS) bubbles in the multiverse terminate in big crunch singularities. It has been conjectured, however, that the fundamental theory may resolve these singularities and replace them by non-singular bounces. Here we explore possible dynamics of such bounces using a simple modification of the Friedmann equation, which ensures that the scale factor bounces when the matter density reaches some critical value $ρ_c$. This is combined with a simple scalar field `landscape', where the energy barriers between different vacua are small compared to $ρ_c$. We find that the bounce typically results in a transition to another vacuum, with a scalar field displacement $Δϕ\sim 1$ in Planck units. If the new vacuum is AdS, we have another bounce, and so on, until the field finally transits to a positive-energy (de Sitter) vacuum. We also consider perturbations about the homogeneous solution and discuss some of their amplification mechanisms (e.g., tachyonic instability and parametric resonance). For a generic potential, these mechanisms are much less efficient than in models of slow-roll inflation. But the amplification may still be strong enough to cause the bubble to fragment into a mosaic of different vacua.

preprint2013arXiv

On $L$-functions of certain exponential sums

Let $\mathbb{F}_{q}$ denote the finite field of order $q$ (a power of a prime $p$). We study the $p$-adic valuations for zeros of $L$-functions associated with exponential sums of the following family of Laurent polynomials f(x_1,x_2,...,x_{n+1})=a_1x_{n+1}(x_1+{1\over x_1})+...+a_{n}x_{n+1}(x_{n}+{1\over x_{n}})+a_{n+1}x_{n+1}+{1\over x_{n+1}} where $a_i\in \mathbb{F}_{q}^*,\,i=1,2,...,n+1$. When n=2, the estimate of the associated exponential sum appears in Iwaniec's work, and Adolphson and Sperber gave complex absolute values for zeros of the corresponding $L$-function. Using the decomposition theory of Wan, we determine the generic Newton polygon ($q$-adic values of the reciprocal zeros) of the $L$-function. Working on the chain level version of Dwork's trace formula and using Wan's decomposition theory, we are able to give an explicit Hasse polynomial for the generic Newton polygon in low dimensions, i.e., $n\leq 3$.

preprint2013arXiv

Optimal Control for Electron Shuttling

In this paper we apply an optimal control technique to derive control fields that transfer an electron between ends of a chain of donors or quantum dots. We formulate the transfer as an optimal steering problem, and then derive the dynamics of the optimal control. A numerical algorithm is developed to effectively generate control pulses. We apply this technique to transfer an electron between sites of a triple quantum dot and an ionized chain of phosphorus dopants in silicon. Using the optimal pulses for the spatial shuttling of phosphorus dopants, we then add hyperfine interactions to the Hamiltonian and show that a 500 G magnetic field will transfer the electron spatially as well as transferring the spin components of two of the four hyperfine states of the electron-nuclear spin pair.

preprint2013arXiv

Optimal laser pulse design for transferring the coherent nuclear wave packet of H$_2^+$

Within the Franck-Condon approximation, the single ionization of H$_2$ leaves H$_2^+$ in a coherent superposition of 19 nuclear vibrational states. We numerically design an optimal laser pulse train to transfer such a coherent nuclear wave packet to the ground vibrational state of H$_2^+$. The simulation results show that the population of the ground state after the transfer is more than 91%. Frequency analysis of the designed optimal pulse reveals that the transfer principle is mainly an anti-Stokes transition, i.e., the H$_2^+$ in $1sσ_g$ with excited nuclear vibrational states is first pumped to $2pσ_g$ state by the pulse at an appropriate time, and then dumped back to $1sσ_g$ with lower excited or ground vibrational states.

preprint2013arXiv

Preheating in a DBI Inflation Model

We study the preheating process in a model of DBI inflation with a DBI-type inflaton coupling to a canonical entropy field. At the end of inflation, the inflaton field oscillates around its vacuum which can arise from an infrared cutoff parameter on the warp factor and correspondingly the evolution of its fluctuations can be approximately described by a generalized Hill's equation in third order. We study the field fluctuations numerically and show that they could grow exponentially since the instability bands commonly exist in the DBI models if the amplitudes of background oscillations are of order or larger than the cutoff parameter. Our numerical result also reveals that the particle excitation of the matter field is more dramatic than that in usual case since the parametric resonance lasts longer when the effect of a warp factor is taken into account. Therefore, we conclude that the preheating process in the model of DBI inflation could be more efficient than that in standard inflation models.

preprint2013arXiv

Primordial Non-Gaussianity Estimation using 21 cm Tomography from the Epoch of Reionization

Measuring the small primordial nonGaussianity (PNG) predicted by cosmic inflation theories may help diagnose them. The detectability of PNG by its imprint on the 21cm power spectrum from the epoch of reionization is reassessed here in terms of $f_{NL}$, the local nonlinearity parameter. We find that an optimum, multi-frequency observation by SKA can achieve $Δf_{NL} \sim 3$ (comparable to recent Planck CMB limits), while a cosmic-variance-limited array of this size like Omniscope can even detect $Δf_{NL} \sim 0.2$. This substantially revises the methods and results of previous work.

preprint2013arXiv

Properties of Solar Ephemeral Regions at the Emergence Stage

For the first time, we statistically study the properties of ephemeral regions (ERs) and quantitatively determine their parameters at the emergence stage based on a sample of 2988 ERs observed by the \emph{Solar Dynamics Observatory}. During the emergence process, there are three kinds of kinematic performances, i.e., separation of dipolar patches, shift of ER's magnetic centroid, and rotation of ER's axis. The average emergence duration, flux emergence rate, separation velocity, shift velocity, and angular speed are 49.3 min, 2.6 $\times$ 10$^{15}$ Mx s$^{-1}$, 1.1 km s$^{-1}$, 0.9 km s$^{-1}$, and 0$\degr$.6 min$^{-1}$, respectively. At the end of emergence, the mean magnetic flux, separation distance, shift distance, and rotation angle are 9.3 $\times$ 10$^{18}$ Mx, 4.7 Mm, 1.1 Mm, and 12$\degr$.9, respectively. We also find that the higher the ER magnetic flux is, (1) the longer the emergence lasts, (2) the higher the flux emergence rate is, (3) the further the two polarities separate, (4) the lower the separation velocity is, (5) the larger the shift distance is, (6) the slower the ER shifts, and (7) the lower the rotation speed is. However, the rotation angle seems not to depend on the magnetic flux. Not only at the start time, but also at the end time, the ERs are randomly oriented in both the northern and the southern hemispheres. Besides, neither the anticlockwise rotated ERs, nor the clockwise rotated ones dominate the northern or the southern hemisphere.

preprint2013arXiv

Quantum Secret Sharing with Continuous Variable Graph State

In this paper we study the protocol implementation and property analysis for several practical quantum secret sharing (QSS) schemes with continuous variable graph state (CVGS). For each QSS scheme, an implementation protocol is designed according to its secret and communication channel types. The estimation error is derived explicitly, which facilitates the unbiased estimation and error variance minimization. It turns out that only under infinite squeezing can the secret be perfectly reconstructed. Furthermore, we derive the condition for QSS threshold protocol on a weighted CVGS. Under certain conditions, the perfect reconstruction of the secret for two non-cooperative groups is exclusive, i.e. if one group gets the secret perfectly, the other group cannot get any information about the secret.

preprint2013arXiv

SDO/AIA and Hinode/EIS Observations of Interaction Between an EUV Wave and Active Region Loops

We present detailed analysis of an extreme ultraviolet (EUV) wave and its interaction with active region (AR) loops observed by the Solar Dynamics Observatory/Atmospheric Imaging Assembly and the Hinode EUV Imaging Spectrometer (EIS). This wave was initiated from AR 11261 on 2011 August 4 and propagated at velocities of 430--910 km\s. It was observed to traverse another AR and cross over a filament channel on its path. The EUV wave perturbed neighboring AR loops and excited a disturbance that propagated toward the footpoints of these loops. EIS observations of AR loops revealed that at the time of the wave transit, the original redshift increased by about 3 km\s, while the original blueshift decreased slightly. After the wave transit, these changes were reversed. When the EUV wave arrived at the boundary of a polar coronal hole, two reflected waves were successively produced and part of them propagated above the solar limb. The first reflected wave above the solar limb encountered a large-scale loop system on its path, and a secondary wave rapidly emerged 144 Mm ahead of it at a higher speed. These findings can be explained in the framework of a fast-mode magnetosonic wave interpretation for EUV waves, in which observed EUV waves are generated by expanding coronal mass ejections.

preprint2013arXiv

Security Analysis on "An Authentication Code Against Pollution Attacks in Network Coding"

We analyze the security of the authentication code against pollution attacks in network coding given by Oggier and Fathi and show one way to remove one very strong condition they required. Actually, we find a way to attack their authentication scheme. In their scheme, they considered that if some malicious nodes in the network collude to make pollution in the network flow or make substitution attacks to other nodes, they thought these malicious nodes must solve a system of linear equations to recover the secret parameters. Then they concluded that their scheme is an unconditional secure scheme. Actually, note that the authentication tag in the scheme of Oggier and Fathi is nearly linear on the messages, so it is very easy for any malicious node to make pollution attack in the network flow, replacing the vector of any incoming edge by linear combination of his incoming vectors whose coefficients have sum 1. And if the coalition of malicious nodes can carry out decoding of the network coding, they can easily make substitution attack to any other node even if they do not know any information of the private key of the node. Moreover, even if their scheme can work fruitfully, the condition in their scheme $H\leqslant M$ in a network can be removed, where $H$ is the sum of numbers of the incoming edges at adversaries. Under the condition $H\leqslant M$, $H$ may be large, so we need large parameter $M$ which increases the cost of computation a lot. On the other hand, the parameter $M$ can not be very large as it can not exceed the length of original messages.

preprint2013arXiv

Stopping Sets of Algebraic Geometry Codes

Stopping sets and stopping set distribution of a linear code play an important role in the performance analysis of iterative decoding for this linear code. Let $C$ be an $[n,k]$ linear code over $\f$ with parity-check matrix $H$, where the rows of $H$ may be dependent. Let $[n]=\{1,2,...,n\}$ denote the set of column indices of $H$. A \emph{stopping set} $S$ of $C$ with parity-check matrix $H$ is a subset of $[n]$ such that the restriction of $H$ to $S$ does not contain a row of weight 1. The \emph{stopping set distribution} $\{T_{i}(H)\}_{i=0}^{n}$ enumerates the number of stopping sets with size $i$ of $C$ with parity-check matrix $H$. Denote $H^{*}$ the parity-check matrix consisting of all the non-zero codewords in the dual code $C^{\bot}$. In this paper, we study stopping sets and stopping set distributions of some residue algebraic geometry (AG) codes with parity-check matrix $H^*$. First, we give two descriptions of stopping sets of residue AG codes. For the simplest AG codes, i.e., the generalized Reed-Solomon codes, it is easy to determine all the stopping sets. Then we consider AG codes from elliptic curves. We use the group structure of rational points of elliptic curves to present a complete characterization of stopping sets. Then the stopping sets, the stopping set distribution and the stopping distance of the AG code from an elliptic curve are reduced to the search, counting and decision versions of the subset sum problem in the group of rational points of the elliptic curve, respectively. Finally, for some special cases, we determine the stopping set distributions of AG codes from elliptic curves.

preprint2013arXiv

Tailoring Plasmonic Metamaterials for DNA Molecular Logic Gates

Structural and functional information encoded in DNA combined with unique properties of nanomaterials could be of use for the construction of novel biocomputational circuits and intelligent biomedical nanodevices. However, at present their practical applications are still limited by either low reproducibility of fabrication, modest sensitivity, or complicated handling procedures. Here, we demonstrate the construction of label-free and switchable molecular logic gates that use specific conformation modulation of a guanine- and thymine- rich DNA, while the optical readout is enabled by the tunable alphabetical metamaterials, which serve as a substrate for surface enhanced Raman spectroscopy (MetaSERS). By computational and experimental investigations, we present a comprehensive solution to tailor the plasmonic responses of MetaSERS with respect to the metamaterial geometry, excitation energy, and polarization. Our tunable MetaSERS-based DNA logic is simple to operate, highly reproducible, and can be stimulated by ultra-low concentration of the external inputs, enabling an extremely sensitive detection of mercury ions.

preprint2013arXiv

The scale-dependent signature of primordial non-Gaussianity in the large-scale structure of cosmic reionization

(ABRIDGED)The rise of cosmic structure depends upon the statistical distribution of initial density fluctuations generated by inflation. While the simplest models predict an almost perfectly Gaussian distribution, more-general models predict a level of primordial non-Gaussianity (PNG) that observations might yet be sensitive enough to detect. Recent Planck Collaboration measurements of the CMB temperature anisotropy bispectrum significantly tighten the observational limits, but they are still far from the PNG level predicted by the simplest models of inflation. Probing levels below CMB sensitivities will require other methods, such as searching for the statistical imprint of PNG on galactic halo clustering. During the epoch of reionization (EoR), the first stars and galaxies released radiation into the intergalactic medium (IGM) that created ionized patches whose large-scale geometry and evolution reflected the underlying abundance and large-scale clustering of the star-forming galaxies. This statistical connection between ionized patches in the IGM and galactic halos suggests that observing reionization may be another way to constrain PNG. We employ the linear perturbation theory of reionization and semi-analytic models based on the excursion-set formalism to model the effects of PNG on the EoR. We quantify the effects of PNG on the large-scale structure of reionization by deriving the ionized density bias, i.e. ratio of ionized atomic to total matter overdensities in Fourier space, at small wavenumber. Just as previous studies found that PNG creates a scale-dependent signature in the halo bias, so, too, we find a scale-dependent signature in the ionized density bias. Our results, which differ significantly from previous attempts in the literature to characterize this PNG signature, will be applied elsewhere to predict its observable consequences, e.g. in the cosmic 21cm background.

preprint2013arXiv

The wireless router based on the linux system

With the expansion of computer networks,the mobile terminal with wireless access capability experience a sharp increase in the number of wireless routers, especially low cost wireless routers are becoming very important network equipment. This paper designs a wireless router based on the ARM platform, the Linux system. First, there is a research and analysis on the working principle and implementation of Network Address Translation (NAT) technology. Then I study the IPTABLES components under the Linux system and use it when processing data packets which go into the chain and the table and finally using laptop with Ethernet card and the WIFI card to build the Linux operating system. Related routing forwarding rules are defined between the two cards and use IPTABLES to achieve a laptop as a wireless WIFI hotspot providing routing and network connections to other computer services. It proves this paper's design, and production feasibility. The paper also discusses the design and production method of the wireless router with ARM board feasibility.

preprint2013arXiv

Tunable Dirac Fermion Dynamics in Topological Insulators

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

preprint2013arXiv

Weak lensing reconstruction through cosmic magnification. II. Improved power spectrum determination and map-making

The existence of galaxy intrinsic clustering severely hampers the weak lensing reconstruction from cosmic magnification. In paper I \citep{Yang2011}, we proposed a minimal variance estimator to overcome this problem. By utilizing the different dependences of cosmic magnification and galaxy intrinsic clustering on galaxy flux, we demonstrated that the otherwise overwhelming galaxy intrinsic clustering can be significantly suppressed such that lensing maps can be reconstructed with promising accuracy. This procedure relies heavily on the accuracy of determining the galaxy bias from the same data. Paper I adopts an iterative approach, which degrades toward high redshift. The current paper presents an alternative method, improving over paper I. We prove that the measured galaxy clustering between flux bins allows for simultaneous determination of the lensing power spectrum and the flux dependence of galaxy bias, at this redshift bin. Comparing to paper I, the new approach is not only more straightforward, but also more robust. It identifies an ambiguity in determining the galaxy bias and further discovers a mathematically robust way to suppress this ambiguity to non-negligible level ($\sim 0.1%$). The accurately determined galaxy bias can then be applied to the minimal variance estimator proposed in paper I to improve the lensing map-making. The gain at high redshift is significant. These maps can be used to measure other statistics, such as cluster finding and peak statistics. Furthermore, by including galaxy clustering measurement between different redshift bins, we can also determine the lensing cross power spectrum between these bins, up to a small and correctable multiplicative factor.

preprint2012arXiv

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

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

preprint2012arXiv

Direct Observation of Inner and Outer G' Band Double-resonance Raman Scattering in Free Standing Graphene

In contrary to the widely reported single and symmetric peak feature of G' (or 2D) band in Raman spectrum of graphene, we herein report the observation of splitting in G' band in free standing graphene. Our experimental findings provide a direct and strong support for the previous theoretical prediction that the coexistence of the outer and inner processes in the doubleresonance Raman scattering would cause the splitting of G' mode. Our investigation of the influence of trigonal warping effect on the spectral features of G' subbands further verified the theoretical interpretation established on the anisotropic electronic structure of graphene.

preprint2012arXiv

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

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

preprint2012arXiv

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

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

preprint2012arXiv

Emerging dimmings of active regions observed by SDO

With the observations from the Atmospheric Imaging Assembly and the Helioseismic and Magnetic Imager aboard the \emph{Solar Dynamics Observatory}, we statistically investigate the emerging dimmings (EDs) of 24 isolated active regions (IARs) from June 2010 to May 2011. All the IARs present EDs in lower temperature lines (e.g., 171 Å) at their early emerging stages, meanwhile in higher temperature lines (e.g., 211 Å), the ED regions brighten continuously. There are two type of EDs: fan-shaped and halo-shaped. There are 19 fan-shaped EDs and 5 halo-shaped ones. The EDs appear several to more than ten hours delay to the first emergence of the IARs. The shortest delay is 3.6 hr and the longest 19.0 hr. The EDs last from 3.3 hr to 14.2 hr, with a mean duration of 8.3 hr. Before the appearance of the EDs, the emergence rate of the magnetic flux of the IARs is from 1.2 $\times$ 10$^{19}$ Mx hr$^{-1}$ to 1.4 $\times$ 10$^{20}$ Mx hr$^{-1}$. The larger the emergence rate is, the shorter the delay time is. While the dimmings appear, the magnetic flux of the IARs ranges from 8.8 $\times$ 10$^{19}$ Mx to 1.3 $\times$ 10$^{21}$ Mx. These observations imply that the reconfiguration of the coronal magnetic fields due to reconnection between the newly-emerging flux and the surrounding existing fields results in a new thermal distribution which leads to a dimming for the cooler channel (171 Å) and brightnening in the warmer channels.

preprint2012arXiv

Empirical study of turning and merging of pedestrian streams in T-junction

Agent-based models are becoming indispensable tools in building design, safety assessments as well as management of emergency egress. However, reliable calibrations of these models should be mandatory before they are used in practice. To improve the database for model calibration we present results from two experiments at a T-junction and a corner. In such structures the dynamics of pedestrian streams is complex and up to now not studied systematically. To understand it deeply, series of well-controlled laboratory experiments are conducted. The Voronoi method, which is used to analyze the experiments, allows high resolution and small fluctuation in time and space. From the results, it is found that the fundamental diagrams of pedestrian flow in T-junction are not the same before and after merging. At the same density, the velocities of pedestrians before merging are smaller than that after merging. To analyze whether turning or merging of the stream is responsible for this discrepancy, we compare the fundamental diagrams of pedestrian flow in T-junction with the flow at a single corner. The fundamental diagrams of the streams in front and behind the corner agree well and are also in accordance with that from T-junction flow after merging. Besides, space-resolved measurements for the density, velocity profiles are obtained using Voronoi method. These maps offer important information about dangerous spots and thus enable to improve egress management and facility design.

preprint2012arXiv

Flares and Magnetic Non-potentiality of NOAA AR 11158

The magnetic non-potentiality is important for understanding flares and other solar activities in active regions (ARs). Five non-potential parameters, i.e., electric current, current helicity, source field, photospheric free energy, and angular shear, are calculated in this work to quantify the non-potentiality of NOAA AR 11158. Benefited from high spatial resolution, high cadence, and continuously temporal coverage of vector magnetograms from the Helioseismic and Magnetic Imager on board the Solar Dynamics Observatory, both the long-term evolution of the AR and the rapid change during flares have been studied. We confirmed that, comparing with the magnetic flux, the magnetic non-potentiality has a closer connection with the flare, and the emerging flux regions are important for the magnetic non-potentiality and flares. The main results of this work are as follows. (1) The vortex in the source field directly displays the deflection of horizontal magnetic field. The deflection is corresponding to the fast rotated sunspot with a time delay, which suggests that the sunspot rotation leads to an increase of the non-potentiality. (2) Two areas that have evident changes of the azimuth of the vector magnetic field are found near the magnetic polarity inversion line. The change rates of the azimuth are about 1.3 deg/h and 3.6 deg/h, respectively. (3) Rapid and prominent increases are found in the variation of helicity during four flares in their initial brightening regions. The recovery of the increases takes 3-4 h for the two biggest flares (X2.2 and M6.6), while only takes about 2 h for the other two smaller flares (M2.2 and M1.6).

preprint2012arXiv

Fully integrated InGaAs/InP single-photon detector module with gigahertz sine wave gating

InGaAs/InP single-photon avalanche diodes (SPADs) working in the regime of GHz clock rates are crucial components for the high-speed quantum key distribution (QKD). We have developed for the first time a compact, stable and user-friendly tabletop InGaAs/InP single-photon detector system operating at a 1.25 GHz gate rate that fully integrates functions for controlling and optimizing SPAD performance. We characterize the key parameters of the detector system and test the long-term stability of the system for continuous operation of 75 hours. The detector system can substantially enhance QKD performance and our present work paves the way for practical high-speed QKD applications.

preprint2012arXiv

Functional Mechanism: Regression Analysis under Differential Privacy

ε-differential privacy is the state-of-the-art model for releasing sensitive information while protecting privacy. Numerous methods have been proposed to enforce epsilon-differential privacy in various analytical tasks, e.g., regression analysis. Existing solutions for regression analysis, however, are either limited to non-standard types of regression or unable to produce accurate regression results. Motivated by this, we propose the Functional Mechanism, a differentially private method designed for a large class of optimization-based analyses. The main idea is to enforce epsilon-differential privacy by perturbing the objective function of the optimization problem, rather than its results. As case studies, we apply the functional mechanism to address two most widely used regression models, namely, linear regression and logistic regression. Both theoretical analysis and thorough experimental evaluations show that the functional mechanism is highly effective and efficient, and it significantly outperforms existing solutions.

preprint2012arXiv

Halo statistics in non-Gaussian cosmologies: the collapsed fraction, conditional mass function, and halo bias from the path-integral excursion set method

Characterizing the level of primordial non-Gaussianity (PNG) in the initial conditions for structure formation is one of the most promising ways to test inflation and differentiate among different scenarios. The scale-dependent imprint of PNG on the large-scale clustering of galaxies and quasars has already been used to place significant constraints on the level of PNG in our observed Universe. Such measurements depend upon an accurate and robust theory of how PNG affects the bias of galactic halos relative to the underlying matter density field. We improve upon previous work by employing a more general analytical method - the path-integral extension of the excursion set formalism - which is able to account for the non-Markovianity caused by PNG in the random-walk model used to identify halos in the initial density field. This non-Markovianity encodes information about environmental effects on halo formation which have so far not been taken into account in analytical bias calculations. We compute both scale-dependent and -independent corrections to the halo bias, along the way presenting an expression for the conditional collapsed fraction for the first time, and a new expression for the conditional halo mass function. To leading order in our perturbative calculation, we recover the halo bias results of Desjacques et. al. (2011), including the new scale-dependent correction reported there. However, we show that the non-Markovian dynamics from PNG can lead to marked differences in halo bias when next-to-leading order terms are included. We quantify these differences here. [abridged]

preprint2012arXiv

High precision analysis of unidirectional pedestrian flow within the Hermes Project

The aim of the Hermes project is the development of a computer simulation based on evacuation assistant to support security services in case of emergency in complex buildings and thus to improve safety at mass events. One goal of the project is to build and to calibrate models for pedestrian dynamics specifically designed for forecasting the emergency egress of large crowds faster than real-time. In this contribution, we give an overview of the project and its experimental results of unidirectional flow in a corridor. Trajectories of all pedestrians are analyzed with different measurement methods. The data will be used for model calibration.

preprint2012arXiv

Kinematics of an untwisting solar jet in polar coronal hole observed by SDO/AIA

Using the multi-wavelength data from the Atmospheric Imaging Assembly (AIA) on board the Solar Dynamics Observatory (SDO) spacecraft, we study a jet occurred in coronal hole near the northern pole of the Sun. The jet presented distinct helical upward motion during ejection. By tracking six identified moving features (MFs) in the jet, we found that the plasma moved at an approximately constant speed along the jet's axis, meanwhile, they made a circular motion in the plane transverse to the axis. Inferred from linear and trigonometric fittings to the axial and transverse heights of the six tracks, the mean values of axial velocities, transverse velocities, angular speeds, rotation periods, and rotation radiuses of the jet are 114 km s$^{-1}$, 136 km s$^{-1}$, 0.81\degr\ s$^{-1}$, 452 s, and 9.8 $\times$ 10$^{3}$ km respectively. As the MFs rose, the jet width at the corresponding height increased. For the first time, we derived the height variation of the longitudinal magnetic field strength in the jet from the assumption of magnetic flux conservation. Our results indicate that, at the heights of 1 $\times$ 10$^{4}$ $\sim$ 7 $\times$ 10$^{4}$ km from jet base, the flux density in the jet decreased from about 15 to 3 G as a function of B=0.5(R/R$_{\sun}$-1)$^{-0.84}$ (G). A comparison was made with the other results in previous studies.

preprint2012arXiv

New Deep Holes of Generalized Reed-Solomon Codes

Deep holes play an important role in the decoding of generalized Reed-Solomon codes. Recently, Wu and Hong \cite{WH} found a new class of deep holes for standard Reed-Solomon codes. In the present paper, we give a concise method to obtain a new class of deep holes for generalized Reed-Solomon codes. In particular, for standard Reed-Solomon codes, we get the new class of deep holes given in \cite{WH}. Li and Wan \cite{L.W1} studied deep holes of generalized Reed-Solomon codes $GRS_{k}(\f,D)$ and characterized deep holes defined by polynomials of degree $k+1$. They showed that this problem is reduced to be a subset sum problem in finite fields. Using the method of Li and Wan, we obtain some new deep holes for special Reed-Solomon codes over finite fields with even characteristic. Furthermore, we study deep holes of the extended Reed-Solomon code, i.e., $D=\f$ and show polynomials of degree $k+2$ can not define deep holes.

preprint2012arXiv

On Capacity of Large-Scale MIMO Multiple Access Channels with Distributed Sets of Correlated Antennas

In this paper, a deterministic equivalent of ergodic sum rate and an algorithm for evaluating the capacity-achieving input covariance matrices for the uplink large-scale multiple-input multiple-output (MIMO) antenna channels are proposed. We consider a large-scale MIMO system consisting of multiple users and one base station with several distributed antenna sets. Each link between a user and an antenna set forms a two-sided spatially correlated MIMO channel with line-of-sight (LOS) components. Our derivations are based on novel techniques from large dimensional random matrix theory (RMT) under the assumption that the numbers of antennas at the terminals approach to infinity with a fixed ratio. The deterministic equivalent results (the deterministic equivalent of ergodic sum rate and the capacity-achieving input covariance matrices) are easy to compute and shown to be accurate for realistic system dimensions. In addition, they are shown to be invariant to several types of fading distribution.

preprint2012arXiv

Optimal Scheduling and Power Allocation for Two-Hop Energy Harvesting Communication Systems

Energy harvesting (EH) has recently emerged as a promising technique for green communications. To realize its potential, communication protocols need to be redesigned to combat the randomness of the harvested energy. In this paper, we investigate how to apply relaying to improve the short-term performance of EH communication systems. With an EH source and a non-EH half-duplex relay, we consider two different design objectives: 1) short-term throughput maximization; and 2) transmission completion time minimization. Both problems are joint scheduling and power allocation problems, rendered quite challenging by the half-duplex constraint at the relay. A key finding is that directional water-filling (DWF), which is the optimal power allocation algorithm for the single-hop EH system, can serve as guideline for the design of two-hop communication systems, as it not only determines the value of the optimal performance, but also forms the basis to derive optimal solutions for both design problems. Based on a relaxed energy profile along with the DWF algorithm, we derive key properties of the optimal solutions for both problems and thereafter propose efficient algorithms. Simulation results will show that both scheduling and power allocation optimizations are necessary in two-hop EH communication systems.

preprint2012arXiv

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

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

preprint2012arXiv

Quantum Dissonance Is Rejected in an Overlap Measurement Scheme

The overlap measurement scheme accomplishes to evaluate the overlap of two input quantum states by only measuring an introduced auxiliary qubit, irrespective of the complexity of the two input states. We find a counterintuitive phenomenon that no quantum dissonance can be found, even though the auxiliary qubit might be entangled, classically correlated or even uncorrelated with the two input states based on different types of input states. In principle, this provides an opposite but supplementary example to the remarkable algorithm of the deterministic quantum computation with one qubit in which no entanglement is present. Finally, we consider a simple overlap measurement model to demonstrate the continuous change (including potential sudden death of quantum discord) with the input states from entangled to product states by only adjusting some simple initial parameters.

preprint2012arXiv

Recoverability Analysis for Modified Compressive Sensing with Partially Known Support

The recently proposed modified-compressive sensing (modified-CS), which utilizes the partially known support as prior knowledge, significantly improves the performance of recovering sparse signals. However, modified-CS depends heavily on the reliability of the known support. An important problem, which must be studied further, is the recoverability of modified-CS when the known support contains a number of errors. In this letter, we analyze the recoverability of modified-CS in a stochastic framework. A sufficient and necessary condition is established for exact recovery of a sparse signal. Utilizing this condition, the recovery probability that reflects the recoverability of modified-CS can be computed explicitly for a sparse signal with \ell nonzero entries, even though the known support exists some errors. Simulation experiments have been carried out to validate our theoretical results.

preprint2012arXiv

Robust control pulses design for electron shuttling in solid state devices

In this paper we study robust pulse design for electron shuttling in solid state devices. This is crucial for many practical applications of coherent quantum mechanical systems. Our objective is to design control pulses that can transport an electron along a chain of donors, and also make this process robust to parameter uncertainties. We formulate it as a set of optimal control problems on the special unitary group SU(n), and derive explicit expressions for the gradients of the aggregate transfer fidelity. Numerical results for a donor chain of ionized phosphorus atoms in bulk silicon demonstrate the efficacy of our algorithm.

preprint2012arXiv

Robust rank correlation based screening

Independence screening is a variable selection method that uses a ranking criterion to select significant variables, particularly for statistical models with nonpolynomial dimensionality or "large p, small n" paradigms when p can be as large as an exponential of the sample size n. In this paper we propose a robust rank correlation screening (RRCS) method to deal with ultra-high dimensional data. The new procedure is based on the Kendall τcorrelation coefficient between response and predictor variables rather than the Pearson correlation of existing methods. The new method has four desirable features compared with existing independence screening methods. First, the sure independence screening property can hold only under the existence of a second order moment of predictor variables, rather than exponential tails or alikeness, even when the number of predictor variables grows as fast as exponentially of the sample size. Second, it can be used to deal with semiparametric models such as transformation regression models and single-index models under monotonic constraint to the link function without involving nonparametric estimation even when there are nonparametric functions in the models. Third, the procedure can be largely used against outliers and influence points in the observations. Last, the use of indicator functions in rank correlation screening greatly simplifies the theoretical derivation due to the boundedness of the resulting statistics, compared with previous studies on variable screening. Simulations are carried out for comparisons with existing methods and a real data example is analyzed.

preprint2012arXiv

SDO/AIA Observations of Large-Amplitude Longitudinal Oscillations in a Solar Filament

We present the first \emph{Solar Dynamics Observatory}/Atmospheric Imaging Assembly observations of the large-amplitude longitudinal (LAL) oscillations in the south and north parts (SP and NP) of a solar filament on 2012 April 7. Both oscillations are triggered by flare activities close to the filament. The period varies with filamentary threads, ranging from 44 to 67 min. The oscillations of different threads are out of phase, and their velocity amplitudes vary from 30 to 60 km s$^{-1}$, with a maximum displacement of about 25 Mm. The oscillations of the SP repeat for about 4 cycles without any significant damping and then a nearby C2.4 flare causes the transition from the LAL oscillations of the filament to its later eruption. The filament eruption is also associated with a coronal mass ejection and a B6.8 flare. However, the oscillations of the NP damp with time and die out at last. Our observations show that the activated part of the SP repeatedly shows a helical motion. This indicates that the magnetic structure of the filament is possibly modified during this process. We suggest that the restoring force is the coupling of the magnetic tension and gravity.

preprint2012arXiv

Self-cancellation of ephemeral regions in the quiet Sun

With the observations from the Helioseismic and Magnetic Imager aboard the Solar Dynamics Observatory, we statistically investigate the ephemeral regions (ERs) in the quiet Sun. We find that there are two types of ERs: normal ERs (NERs) and self-cancelled ERs (SERs). Each NER emerges and grows with separation of its opposite polarity patches which will cancel or coalesce with other surrounding magnetic flux. Each SER also emerges and grows and its dipolar patches separate at first, but a part of magnetic flux of the SER will move together and cancel gradually, which is described with the term "self-cancellation" by us. We identify 2988 ERs among which there are 190 SERs, about 6.4% of the ERs. The mean value of self-cancellation fraction of SERs is 62.5%, and the total self-cancelled flux of SERs is 9.8% of the total ER flux. Our results also reveal that the higher the ER magnetic flux is, (i) the easier the performance of ER self-cancellation is, (ii) the smaller the self-cancellation fraction is, and (iii) the more the self-cancelled flux is. We think that the self-cancellation of SERs is caused by the submergence of magnetic loops connecting the dipolar patches, without magnetic energy release.

preprint2012arXiv

Training Optimization for Energy Harvesting Communication Systems

Energy harvesting (EH) has recently emerged as an effective way to solve the lifetime challenge of wireless sensor networks, as it can continuously harvest energy from the environment. Unfortunately, it is challenging to guarantee a satisfactory short-term performance in EH communication systems because the harvested energy is sporadic. In this paper, we consider the channel training optimization problem in EH communication systems, i.e., how to obtain accurate channel state information to improve the communication performance. In contrast to conventional communication systems, the optimization of the training power and training period in EH communication systems is a coupled problem, which makes such optimization very challenging. We shall formulate the optimal training design problem for EH communication systems, and propose two solutions that adaptively adjust the training period and power based on either the instantaneous energy profile or the average energy harvesting rate. Numerical and simulation results will show that training optimization is important in EH communication systems. In particular, it will be shown that for short block lengths, training optimization is critical. In contrast, for long block lengths, the optimal training period is not too sensitive to the value of the block length nor to the energy profile. Therefore, a properly selected fixed training period value can be used.

preprint2012arXiv

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

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

preprint2012arXiv

Vector-valued Reproducing Kernel Banach Spaces with Applications to Multi-task Learning

Motivated by multi-task machine learning with Banach spaces, we propose the notion of vector-valued reproducing kernel Banach spaces (RKBS). Basic properties of the spaces and the associated reproducing kernels are investigated. We also present feature map constructions and several concrete examples of vector-valued RKBS. The theory is then applied to multi-task machine learning. Especially, the representer theorem and characterization equations for the minimizer of regularized learning schemes in vector-valued RKBS are established.

preprint2012arXiv

Visibility of ultra-cold Bose system in triangular optical lattices

In this paper, by treating the hopping parameter in Bose-Hubbard model as a perturbation, with the help of the re-summed Green's function method and cumulants expansion, the momentum distribution function of the ultra-cold Bose system in triangular optical lattice is calculated analytically. By utilizing it, the time-of-flight absorption picture is plotted and the corresponding visibility is determined. The comparison between our analytical results and the experimental data from Ref.[4] exhibits a qualitative agreement.

preprint2011arXiv

A Galileon Design of Slow Expansion

We show a model of the slow expansion, in which the scale invariant spectrum of curvature perturbation is adiabatically induced by its increasing mode, by applying a generalized Galileon field. In this model, initially ε<< -1, which then is rapidly increasing, during this period the universe is slowly expanding. There is not the ghost instability, the perturbation theory is healthy. When ε\sim -1, the slow expansion phase ends, and the available energy of field can be released and the universe reheats. This scenario might be a viable design of the early universe.

preprint2011arXiv

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

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

preprint2011arXiv

Cosmic Shears Should Not Be Measured In Conventional Ways

A long standing problem in weak lensing is about how to construct cosmic shear estimators from galaxy images. Conventional methods average over a single quantity per galaxy to estimate each shear component. We show that any such shear estimators must reduce to a highly nonlinear form when the galaxy image is described by three parameters (pure ellipse), even in the absence of the point spread function (PSF). In the presence of the PSF, we argue that this class of shear estimators do not likely exist. Alternatively, we propose a new way of measuring the cosmic shear: instead of averaging over a single value from each galaxy, we average over two numbers, and then take the ratio to estimate the shear component. In particular, the two numbers correspond to the numerator and denominators which generate the quadrupole moments of the galaxy image in Fourier space, as proposed in Zhang (2008). This yields a statistically unbiased estimate of the shear component. Consequently, measurements of the n-point spatial correlations of the shear fields should also be modified: one needs to take the ratio of two correlation functions to get the desired, unbiased shear correlation.

preprint2011arXiv

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

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

preprint2011arXiv

Evolution of Chinese airport network

With the rapid development of economy and the accelerated globalization process, the aviation industry plays more and more critical role in today's world, in both developed and developing countries. As the infrastructure of aviation industry, the airport network is one of the most important indicators of economic growth. In this paper, we investigate the evolution of Chinese airport network (CAN) via complex network theory. It is found that although the topology of CAN remains steady during the past several years, there are many dynamic switchings inside the network, which changes the relative relevance of airports and airlines. Moreover, we investigate the evolution of traffic flow (passengers and cargoes) on CAN. It is found that the traffic keeps growing in an exponential form and it has evident seasonal fluctuations. We also found that cargo traffic and passenger traffic are positively related but the correlations are quite different for different kinds of cities.

preprint2011arXiv

Existence and regularity of weak solutions to a model for coarsening in molecular beam epitaxy

Taking into account the occurrence of a zero of the surface diffusion current and the requirement of the Ehrlich-Schwoebel effect, Siegert et al \cite{Siegert94} formulate a model of Langevin type that describes the growth of pyramidlike structures on a surface under conditions of molecular beam epitaxy, and that the slope of these pyramids is selected by the crystalline symmetries of the growing film. In this article, the existence and uniqueness of weak solution to an initial boundary value problem for this model is proved, in the case that the noise is neglected. The regularity of the weak solution to models, with/without slope selection, is also investigated.

preprint2011arXiv

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

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

preprint2011arXiv

Growth, Characterization and Fermi Surface of Heavy Fermion CeCoIn5 Superconductor

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

preprint2011arXiv

Measuring the Reduced Shear

Neglecting the second order corrections in weak lensing measurements can lead to a few percent uncertainties on cosmic shears, and becomes more important for cluster lensing mass reconstructions. Existing methods which claim to measure the reduced shears are not necessarily accurate to the second order when a point spread function (PSF) is present. We show that the method of Zhang (2008) exactly measures the reduced shears at the second order level in the presence of PSF. A simple theorem is provided for further confirming our calculation, and for judging the accuracy of any shear measurement method at the second order based on its properties at the first order. The method of Zhang (2008) is well defined mathematically. It does not require assumptions on the morphologies of galaxies and the PSF. To reach a sub-percent level accuracy, the CCD pixel size is required to be not larger than 1/3 of the Full Width at Half Maximum (FWHM) of the PSF. Using a large ensemble (> 10^7) of mock galaxies of unrestricted morphologies, we find that contaminations to the shear signals from the noise of background photons can be removed in a well defined way because they are not correlated with the source shapes. The residual shear measurement errors due to background noise are consistent with zero at the sub-percent level even when the amplitude of such noise reaches about 1/10 of the source flux within the half-light radius of the source. This limit can in principle be extended further with a larger galaxy ensemble in our simulations. On the other hand, the source Poisson noise remains to be a cause of systematic errors. For a sub-percent level accuracy, our method requires the amplitude of the source Poisson noise to be less than 1/80 ~ 1/100 of the source flux within the half-light radius of the source, corresponding to collecting roughly 10^4 source photons.

preprint2011arXiv

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

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

preprint2011arXiv

Phantom Inflation with A Steplike Potential

The phantom inflation predicts a slightly blue spectrum of tensor perturbation, which might be tested in coming observations. In normal inflation models, the introduction of step in its potential generally results in an oscillation in the primordial power spectrum of curvature perturbation. We will check whether there is a similar case in the phantom inflation with steplike potential. We find that for same potentials, the oscillation of the spectrum of phantom inflation is nearly same with that of normal inflation, the difference between them is the tilt of power spectrum.

preprint2011arXiv

Proliferation of the Phoenix Universe

Cyclic cosmology, in which the universe will experience alternating periods of gravitational collapse and expansion, provides an interesting understanding of the early universe and is described as "The Phoenix Universe". In usual expectation, the cyclic universe should be homogeneous, however, with studying the cosmological perturbations, we find that the amplification of curvature perturbations on the large scale may rip the homogeneous universe into a fissiparous multiverse after one or several cycles. Thus, we suggest that the cyclic universe not only rebirths in the "fire" and will never ended, like the Phoenix, but also proliferates eternally.

preprint2011arXiv

Quantum phase transitions of ultra-cold Bose system in non-rectangular optical lattices

In this paper, we investigate systematically the Mott-insulator-Superfluid quantum phase transitions for ultracold scalar bosons in triangular, hexagonal, as well as Kagomé optical lattices. With the help of field-theoretical effective potential, by treating the hopping term in Bose-Hubbard model as perturbation, we calculate the phase boundaries analytically for different integer filling factors. Our analytical results are in good agreement with recent numerical results.

preprint2011arXiv

SDO Observations of Magnetic Reconnection at Coronal Hole Boundaries

With the observations from the Atmospheric Imaging Assembly (AIA) and the Helioseismic and Magnetic Imager (HMI) aboard the \emph{Solar Dynamics Observatory}, we investigate the coronal hole boundaries (CHBs) of an equatorial extension of polar coronal hole. At the CHBs, lots of extreme-ultraviolet (EUV) jets, which appear to be the signatures of magnetic reconnection, are observed in the 193 Å images, and some jets occur repetitively at the same sites. The evolution of the jets is associated with the emergence and cancelation of magnetic fields. We notice that both the east and the west CHBs shift westward, and the shift velocities are close to the velocities of rigid rotation compared with those of the photospheric differential rotation. This indicates that magnetic reconnection at CHBs results in the evolution of CHBs and maintains the rigid rotation of coronal holes.

preprint2011arXiv

SDO/AIA Observations of Secondary Waves Generated by Interaction of the 2011 June 7 Global EUV Wave With Solar Coronal Structures

We present SDO/AIA observations of the interaction of a global EUV wave on 2011 June 7 with active regions (ARs), coronal holes (CHs) and coronal bright structures. The primary global wave has a three-dimensional dome shape, with propagation speeds ranging from 430-780 km/s in different directions. The primary coronal wave runs in front of the expanding loops involved in the CME and its propagation speeds are approximately constant within 10-20 minutes. Upon arrival at an AR on its path, the primary EUV wave apparently disappears and a secondary wave rapidly reemerges 75 Mm within the AR boundary at a similar speed. When the EUV wave encounters a coronal bright structure, an additional wave front appears there and propagates in front of it at a velocity nearly a factor of 2 faster. Reflected waves from a polar CH and a coronal bright structure are observed and propagate fractionally slower than the primary waves. Some of these phenomena can be equally explained by either a wave or non-wave model alone. However, taken together, these observations provide new evidence for the multitudes of global EUV waves, in which a true MHD fast-mode wave or shock propagates in front of an expanding CME bubble.

preprint2011arXiv

Spatial Intercell Interference Cancellation with CSI Training and Feedback

We investigate intercell interference cancellation (ICIC) with a practical downlink training and uplink channel state information (CSI) feedback model. The average downlink throughput for such a 2-cell network is derived. The user location has a strong effect on the signal-to-interference ratio (SIR) and the channel estimation error. This motivates adaptively switching between traditional (single-cell) beamforming and ICIC at low signal-to-noise ratio (SNR) where ICIC is preferred only with low SIR and accurate channel estimation, and the use of ICIC with optimized training and feedback at high SNR. For a given channel coherence time and fixed training and feedback overheads, we develop optimal data vs. pilot power allocation for CSI training as well as optimal feedback resource allocation to feed back CSI of different channels. Both analog and finite-rate digital feedback are considered. With analog feedback, the training power optimization provides a more significant performance gain than feedback optimization; while conversely for digital feedback, performance is more sensitive to the feedback bit allocation than the training power optimization. We show that even with low-rate feedback and standard training, ICIC can transform an interference-limited cellular network into a noise-limited one.

preprint2011arXiv

Three-Dimensional Reconstruction of an Erupting Filament with SDO and STEREO Observations

On 2010 August 1, a global solar event was launched involving almost the entire Earth-facing side of the Sun. This event mainly consisted of a C3.2 flare, a polar crown filament eruption and two Earth-directed coronal mass ejections (CMEs). The observations from the Solar Dynamics Observatory (SDO) and the Solar Terrestrial Relations Observatory (STEREO) showed that all the activities were coupled together, suggesting a global character of the magnetic eruption. We reconstruct the three-dimensional geometry of the polar crown filament using observations from three different viewpoints (STEREO A, B and SDO) for the first time. The filament undergoes two eruption processes. Firstly, the main body of the filament rises up, while it also moves towards the low-latitude region with a change in inclination by 48 degree and expands only in the altitudinal and latitudinal direction in the field of view of Atmospheric Imaging Assembly. We investigate the true velocities and accelerations of different locations along the filament, and find that the highest location always has the largest acceleration during this eruption process. During the late phase of the first eruption, part of the filament material separates from the eastern leg. This material displays a projectile motion and moves towards the west at a constant velocity of 141.8 km/s. This may imply that the polar crown filament consists of at least two groups of magnetic systems.

preprint2011arXiv

Time evolution of Two-qubit Entanglement

We show that the entanglement dynamics for a closed two-qubit system is part of a 10-dimensional complex linear differential equation defined on a supersphere, and the coefficients therein are completely determined by the Hamiltonian. We apply the result to investigate two physical examples of Josephson junction qubits and exchange Hamiltonians, deriving analytic solutions for the time evolution of entanglement. The Hamiltonian coefficients determines whether the entanglement is periodic. These results allow of investigating how to generate and manipulate entanglements efficiently, which are required by both quantum computation and quantum communication.

preprint2011arXiv

Transitions in pedestrian fundamental diagrams of straight corridors and T-junctions

Many observations of pedestrian dynamics, including various self-organization phenomena, have been reproduced successfully by different models. But the empirical databases for quantitative calibration are still insufficient, e.g. the fundamental diagram as one of the most important relationships displays non-negligible differences among various studies. To improve this situation, experiments in straight corridors and T-junction are performed. Four different measurement methods are defined to study their effects on the fundamental diagram. It is shown that they have minor influences for ρ <3.5 m-2 but only the Voronoi method is able to resolve the fine-structure of the fundamental diagram. This enhanced measurement method permits to observe the occurrence of boundary-induced phase transition. For corridors of different widths we found that the specific flow concept works well for ρ <3.5 m-2. Moreover, we illustrate the discrepancies between the fundamental diagrams of a T-junction and a straight corridor.

preprint2011arXiv

Ubiquitous rotating network magnetic fields and EUV cyclones in the quiet Sun

We present the {\it Solar Dynamics Observatory} (SDO) Atmospheric Imaging Assembly (AIA) observations of EUV cyclones in the quiet Sun. These cyclones are rooted in the Rotating Network magnetic Fields (RNFs). Such cyclones can last several to more than ten hours, and, at the later phase, they are found to be associated with EUV brightenings (microflares) and even EUV waves. SDO Helioseismic and Magnetic Imager (HMI) observations show an ubiquitous presence of the RNFs. Using HMI line-of-sight magnetograms on 2010 July 8, we find 388 RNFs in an area of 800$\times$980 square arcseconds near the disk center where no active region is present. The sense of rotation shows a weak hemisphere preference. The unsigned magnetic flux of the RNFs is about 4.0$\times10^{21}$ Mx, or 78% of the total network flux. These observational phenomena at small scale reported in this letter are consistent with those at large scale in active regions. The ubiquitous RNFs and EUV cyclones over the quiet Sun may suggest an effective way to heat the corona.

preprint2010arXiv

2.23 GHz gating InGaAs/InP single-photon avalanche diode for quantum key distribution

We implement an InGaAs/InP single-photon avalanche diode (SPAD) for single-photon detection with the fastest gating frequency reported so far, of 2.23 GHz, which approaches the limit given by the bandwidth of the SPAD - 2.5 GHz. We propose a useful way to characterize the afterpulsing distribution for rapid gating that allows for easy comparison with conventional gating regimes. We compare the performance of this rapid gating scheme with free-running detector and superconducting single-photon detector (SSPD) for the coherent one-way quantum key distribution (QKD) protocol. The rapid gating system is well suited for both high-rate and long-distance QKD applications, in which Mbps key rates can be achieved for distances less than 40 km with 50 ns deadtime and the maximum distance is limited to ~190km with 5 $μ$s deadtime. These results illustrate that the afterpulsing is no longer a limiting factor for QKD.

preprint2010arXiv

32 Bin Near-Infrared Time-Multiplexing Detector with Attojoule Single-Shot Energy Resolution

We present two implementations of photon counting time-multiplexing detectors for near-infrared wavelengths, based on Peltier cooled InGaAs/InP avalanche photo diodes (APDs). A first implementation is motivated by practical considerations using only commercially available components. It features 16 bins, pulse repetition rates of up to 22 kHz and a large range of applicable pulse widths of up to 100 ns. A second implementation is based on rapid gating detectors, permitting deadtimes below 10 ns. This allows one to realize a high dynamic-range 32 bin detector, able to process pulse repetition rates of up to 6 MHz for pulse width of up to 200 ps. Analysis of the detector response at 16.5% detection efficiency, reveals a single-shot energy resolution on the attojoule level.

preprint2010arXiv

Amplification of Curvature Perturbations in Cyclic Cosmology

We analytically and numerically show that through the cycles with nonsingular bounce the amplitude of curvature perturbation on large scale will be amplified and the power spectrum will be redden. In some sense, this amplification will eventually destroy the homogeneity of background, which will lead to the ultimate end of cycles of global universe. We argue that for the model with increasing cycles, it might be possible that a fissiparous multiverse will emerge after one or several cycles, in which the cycles will continue only at corresponding local regions.

preprint2010arXiv

Artin-Schelter Regular Algebras, Subalgebras, and Pushouts

Take $A$ to be a regular quadratic algebra of global dimension three. We observe that there are examples of $A$ containing a dimension three regular cubic algebra $C$. If $B$ is another dimension three regular quadratic algebra, also containing $C$ as a subalgebra, then we can form the pushout algebra $D$ of the inclusions $i_1:C\hookrightarrow A$ and $i_2:C\hookrightarrow B$. We show that for a certain class of regular algebras $C\hookrightarrow A,B$, their pushouts $D$ are regular quadratic algebras of global dimension four. Furthermore, some of the point module structures of the dimension three algebras get passed on to the pushout algebra $D$.

preprint2010arXiv

High-visibility nonclassical interference between pure heralded single photons and weak coherent photons

We present an experiment of nonclassical interference between a pure heralded single-photon state and a weak coherent state. Our experiment is the first to demonstrate that spectrally pure single photons can have high interference visibility, 89.4 \pm 0.5%, with weak coherent photons. Our scheme lays the groundwork for future experiments requiring quantum interference between photons in nonclassical states and those in coherent states.

preprint2010arXiv

Locomotion of C. elegans in Structured Environments

Undulatory locomotion of microorganisms like soil-dwelling worms and spermatozoa, in structured environments, is ubiquitous in nature. They navigate complex environments consisting of fluids and obstacles, negotiating hydrodynamic effects and geometrical constraints. Here, we show fluid dynamics videos of experiments and simulations of {\textit {C. elegans}} moving in an array of micro-pillars. In addition, we show a video of transition from swimming to crawling in drop of {\textit {C. elegans}}, where the fluid is wicking into agar.

preprint2010arXiv

Multi-mode Transmission for the MIMO Broadcast Channel with Imperfect Channel State Information

This paper proposes an adaptive multi-mode transmission strategy to improve the spectral efficiency achieved in the multiple-input multiple-output (MIMO) broadcast channel with delayed and quantized channel state information. The adaptive strategy adjusts the number of active users, denoted as the transmission mode, to balance transmit array gain, spatial division multiplexing gain, and residual inter-user interference. Accurate closed-form approximations are derived for the achievable rates for different modes, which help identify the active mode that maximizes the average sum throughput for given feedback delay and channel quantization error. The proposed transmission strategy is combined with round-robin scheduling, and is shown to provide throughput gain over single-user MIMO at moderate signal-to-noise ratio. It only requires feedback of instantaneous channel state information from a small number of users. With a feedback load constraint, the proposed algorithm provides performance close to that achieved by opportunistic scheduling with instantaneous feedback from a large number of users.

preprint2010arXiv

On the Accuracy of the Wyner Model in Cellular Networks

The Wyner model has been widely used to model and analyze cellular networks due to its simplicity and analytical tractability. Its key aspects include fixed user locations and the deterministic and homogeneous interference intensity. While clearly a significant simplification of a real cellular system, which has random user locations and interference levels that vary by several orders of magnitude over a cell, a common presumption by theorists is that the Wyner model nevertheless captures the essential aspects of cellular interactions. But is this true? To answer this question, we consider both uplink and downlink transmissions, and both outage-based and average-based metrics. For the uplink, for both metrics, we conclude that the Wyner model is in fact quite accurate for systems with a sufficient number of simultaneous users, e.g. CDMA. Conversely, it is broadly inaccurate otherwise. With multicell processing, intracell TDMA is shown to be suboptimal in terms of average throughput, in sharp contrast to predictions using the Wyner model. Turning to the downlink, the Wyner model is highly inaccurate for outage since it depends largely on the user locations. However, for average or sum throughput, the Wyner model serves as an acceptable simplification in certain special cases if the interference parameter is set appropriately.

preprint2010arXiv

Photon Counting OTDR : Advantages and Limitations

We give detailed insight into photon counting OTDR (nu-OTDR) operation, ranging from Geiger mode operation of avalanche photodiodes (APD), analysis of different APD bias schemes, to the discussion of OTDR perspectives. Our results demonstrate that an InGaAs/InP APD based nu-OTDR has the potential of outperforming the dynamic range of a conventional state-of-the-art OTDR by 10 dB as well as the 2-point resolution by a factor of 20. Considering the trace acquisition speed of nu-OTDRs, we find that a combination of rapid gating for high photon flux and free running mode for low photon flux is the most efficient solution. Concerning dead zones, our results are less promising. Without additional measures, e.g. an optical shutter, the photon counting approach is not competitive.

preprint2010arXiv

Preheating in Bubble Collisions

In a landscape with metastable minima, the bubbles will inevitably nucleate. We show that during the bubbles collide, due to the dramatically oscillating of the field at the collision region, the energy deposited in the bubble walls can be efficiently released by the explosive production of the particles. In this sense, the collision of bubbles is actually highly inelastic. The cosmological implications of this result are discussed.

preprint2010arXiv

Relations between $β$ and $δ$ for QP and LP in Compressed Sensing Computations

In many compressed sensing applications, linear programming (LP) has been used to reconstruct a sparse signal. When observation is noisy, the LP formulation is extended to allow an inequality constraint and the solution is dependent on a parameter $δ$, related to the observation noise level. Recently, some researchers also considered quadratic programming (QP) for compressed sensing signal reconstruction and the solution in this case is dependent on a Lagrange multiplier $β$. In this work, we investigated the relation between $δ$ and $β$ and derived an upper and a lower bound on $β$ in terms of $δ$. For a given $δ$, these bounds can be used to approximate $β$. Since $δ$ is a physically related quantity and easy to determine for an application while there is no easy way in general to determine $β$, our results can be used to set $β$ when the QP is used for compressed sensing. Our results and experimental verification also provide some insight into the solutions generated by compressed sensing.

preprint2010arXiv

Sideways displacement of penumbral fibrils by the solar flare on 2006 December 13

Flares are known to restructure the magnetic field in the corona and to accelerate the gas between the field lines, but their effect on the photosphere is less well studied. New data of the Solar Optical Telescope (SOT) onboard Hinode provide unprecedented opportunity to uncover the photospheric effect of a solar flare, which associates with an active region NOAA AR 10930 on 2006 December 13. We find a clear lateral displacement of sunspot penumbral regions scanned by two flare ribbons. In the impulsive phase of the flare, the flare ribbons scan the sunspot at a speed of around 18 km/s, derived from Ca II and G-band images. We find instantaneous horizontal shear of penumbral fibrils, with initial velocities of about 1.6 km/s, produced when a flare ribbon passes over them. This velocity decreases rapidly at first, then gradually decays, so that about one hour later, the fibrils return to a new equilibrium. During the one hour interval, the total displacement of these fibrils is around 2.0 Mm, with an average shear velocity of 0.55 km/s. This lateral motion of the penumbral fibrils indicates that the magnetic footpoints of these field lines being rearranged in the corona also move.

preprint2010arXiv

Simple Treatments of the Photon Noise and the Pixelation Effect in Weak Lensing

We propose easy ways of correcting for the systematic errors caused by the photon noise and the pixelation effect in cosmic shear measurements. Our treatment of noise can reliably remove the noise contamination to the cosmic shear even when the flux density of the noise is comparable with those of the sources. For pixelated images, we find that one can accurately reconstruct their corresponding continuous images by interpolating the logarithms of the pixel readouts with either the Bicubic or the Bicubic Spline method. The cosmic shears measured from the interpolated continuous images contain negligible systematic errors as long as the pixel size is about less than the scale size of the point spread function (PSF, including the pixel response function), a condition which is almost always satisfied in practice. Our methodology is well defined regardless of the morphologies of the galaxies and the PSF. Despite that our discussion is based on the shear measurement method of Zhang (2008), our way of treating the noise can in principle be considered in other methods, and the interpolation method that we introduce for reconstructing continuous images from pixelated ones is generally useful for digital image processing of all purposes.

preprint2010arXiv

The Bias and Mass Function of Dark Matter Halos in Non-Markovian Extension of the Excursion Set Theory

The excursion set theory based on spherical or ellipsoidal gravitational collapse provides an elegant analytic framework for calculating the mass function and the large-scale bias of dark matter haloes. This theory assumes that the perturbed density field evolves stochastically with the smoothing scale and exhibits Markovian random walks in the presence of a density barrier. Here we derive an analytic expression for the halo bias in a new theoretical model that incorporates non-Markovian extension of the excursion set theory with a stochastic barrier. This model allows us to handle non-Markovian random walks and to calculate perturbativly these corrections to the standard Markovian predictions for the halo mass function and halo bias. Our model contains only two parameters: kappa, which parameterizes the degree of non-Markovianity and whose exact value depends on the shape of the filter function used to smooth the density field, and a, which parameterizes the degree of stochasticity of the barrier. Appropriate choices of kappa and a in our new model can lead to a closer match to both the halo mass function and halo bias in the latest N-body simulations than the standard excursion set theory.

preprint2010arXiv

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

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

preprint2010arXiv

Vector Magnetic Fields and Current Helicities in Coronal Holes and Quiet Regions

In the solar photosphere, many properties of coronal holes (CHs) are not known, especially vector magnetic fields. Using observations from \emph{Hinode}, we investigate vector magnetic fields, current densities and current helicities in two CHs and compare them with two normal quiet regions (QRs) for the first time. We find that, in the CHs and QRs, the areas where large current helicities are located are mainly co-spatial with strong vertical and horizontal field elements both in shape and location. In the CHs, horizontal magnetic fields, inclination angles, current densities and current helicities are larger than those in the QRs. The mean vertical current density and current helicity, averaged over all the observed areas including the CHs and QRs, are approximately 0.008 A m$^{-2}$ and 0.005 G$^{2}$ m$^{-1}$, respectively. The mean current density in magnetic flux concentrations where the vertical fields are stronger than 100 G is as large as 0.012 $\pm$ 0.001 A m$^{-2}$, consistent with that in the flare productive active regions. Our results imply that the magnetic fields, especially the strong fields, both in the CHs and QRs are nonpotential.

preprint2009arXiv

Branching ratio and CP violation of $B_c \to D K$ decays in the perturbative QCD approach

In this paper, we calculate the branching ratio and direct CP asymmetry parameter of $B_c^{\pm}\to D^{0}K^{\pm}$ in the framework of perturbative QCD approach based on $k_T$ factorization. Besides the usual factorizable diagrams, both non-factorizable and annihilation type contributions are taken into account. We find that (a) the branching ratio is at the order of $10^{-5}$; (b) the tree annihilation diagrams and the penguin diagrams dominate the total contribution; and (c) the direct CP asymmetry is about 7%, which can be tested in the Large Hadron Collider beauty experiments (LHC-b) at CERN.

preprint2009arXiv

Dipolar Evolution in a Coronal Hole Region

Using observations from the SOHO, STEREO and Hinode, we investigate magnetic field evolution in an equatorial coronal hole region. Two dipoles emerge one by one. The negative element of the first dipole disappears due to the interaction with the positive element of the second dipole. During this process, a jet and a plasma eruption are observed. The opposite polarities of the second dipole separate at first, and then cancel with each other, which is first reported in a coronal hole. With the reduction of unsigned magnetic flux of the second dipole from 9.8*10^20 Mx to 3.0*10^20 Mx in two days, 171 A brightness decreases by 75% and coronal loops shrink obviously. At the cancellation sites, the transverse fields are strong and point directly from the positive elements to the negative ones, meanwhile Doppler red-shifts with an average velocity of 0.9 km s-1 are observed, comparable to the horizontal velocity (1.0 km s-1) derived from the cancelling island motion. Several days later, the northeastern part of the coronal hole, where the dipoles are located, appears as a quiet region. These observations support the idea that the interaction between the two dipoles is caused by flux reconnection, while the cancellation between the opposite polarities of the second dipole is due to the submergence of original loops. These results will help us to understand coronal hole evolution.

preprint2009arXiv

Interaction between Granulation and Small-Scale Magnetic Flux Observed by Hinode

We study the relationship between granular development and magnetic field evolution in the quiet Sun. 6 typical cases are displayed to exhibit interaction between granules and magnetic elements, and we have obtained the following results. (1) A granule develops centrosymmetrically when no magnetic flux emerges within the granular cell. (2) A granule develops and splits noncentrosymmetrically while flux emerges at an outer part of the granular cell. (3) Magnetic flux emergence as a cluster of mixed polarities is detected at the position of a granule as soon as the granule breaks up. (4) A dipole emerges accompanying with the development of a granule, and the two elements of the dipole root in the adjacent intergranular lanes and face each other across the granule. Advected by the horizontal granular motion, the positive element of the dipole then cancels with pre-existing negative flux. (5) Flux cancellation also takes place between a positive element, which is advected by granular flow, and its surrounding negative flux. (6) While magnetic flux cancellation takes place at a granular cell, the granule shrinks and then disappears. (7) Horizontal magnetic fields enhance at the places where dipoles emerge and where opposite polarities cancel with each other, but only the horizontal fields between the dipolar elements point orderly from the positive element to the negative one. Our results reveal that granules and small-scale magnetic flux influence each other. Granular flow advects magnetic flux, and magnetic flux evolution suppresses granular development. There exist extremely large Doppler blue-shifts at the site of one cancelling magnetic element. This phenomenon may be caused by the upward flow produced by magnetic reconnection below the photosphere.

preprint2009arXiv

Magnetic and transport properties of n-type Fe-doped In2O3 ferromagnetic thin films

Room temperature ferromagnetism was observed in n-type Fe-doped In2O3 thin films deposited on c-cut sapphire substrates by pulsed laser deposition. Structure, magnetism, composition, and transport studies indicated that Fe occupied the In sites of the In2O3 lattice rather than formed any metallic Fe or other magnetic impurity phases. Magnetic moments of films were proved to be intrinsic and showed to have a strong dependence on the carrier densities which depended on the Fe concentration and its valance state as well as oxygen pressure.

preprint2009arXiv

Observations of The Magnetic Reconnection Signature of An M2 Flare on 2000 March 23

Multi-wavelength observations of an M 2.0 flare event on 2000 March 23 in NOAA active region 8910 provide us a good chance to study the detailed structure and dynamics of the magnetic reconnection region. In the process of the flare, extreme ultraviolet (EUV) loops displayed two times of sideward motions upon a loop-top hard X-ray source with average velocities of 75 and 25.6 km/s, respectively. We consider these two motions to be the observational evidence of reconnection inflow, and find an X-shaped structure upon the post-flare loops during the period of the second motion. Two separations of the flare ribbons are associated with these two sideward motions, with average velocities of 3.3 and 1.3 km/s, separately. Using the observation of photospheric magnetic field, the velocities of the sideward motions and the separations, we deduce the corresponding coronal magnetic field strength to be about 13.2-15.2 G, and estimate the reconnection rates to be 0.05 and 0.02 for these two magnetic reconnection processes, respectively. We also observe motions of bright points upward and downward along the EUV loops with velocities ranging from 45.4 to 556.7 km/s. A cloud of bright material flowing outward from the loop-top hard X-ray source with an average velocity of 51 km/s in the process of the flare may be accelerated by the tension force of the newly reconnected magnetic field lines. All the observations can be explained by schematic diagrams of magnetic reconnection.

preprint2009arXiv

Rotating a Curvaton Brane in a Warped Throat

In this paper we study a curvaton model obtained by considering a probe anti-D3-brane with angular motion at the bottom of a KS throat with approximate isometries. We calculate the spectrum of curvature perturbations and the non-Gaussianities of this model. Specifically, we consider the limit of relativistic rotation of the curvaton brane which leads to a small sound speed, and thus it can be viewed as an implementation of the DBI-curvaton mechanism. We find that the primordial power spectrum is nearly scale-invariant while the non-Gaussianity of local type is sizable and that of equilateral type is usually large and negative. Moreover, we study both the theoretical and observational constraints on this model, and find that there exists a sizable allowed region for the phase space of this model.

preprint2009arXiv

Soft and Supersoft X-ray Sources in Symbiotic Stars

Assuming that soft X-ray sources in symbiotic stars result from strong thermonuclear runaways, and supersoft X-ray sources from weak thermonuclear runaways or steady hydrogen burning symbiotic stars, we investigate the Galactic soft and supersoft X-ray sources in symbiotic stars by means of population synthesis. The Galactic occurrence rates of soft X-ray sources and supersoft X-ray sources are from $\sim$ 2 to 20 $\rm yr^{-1}$, and $\sim$ 2 to 17 $\rm yr^{-1}$, respectively. The numbers of X-ray sources in symbiotic stars range from 2390 to 6120. We simulate the distribution of X-ray sources over orbital periods, masses and mass-accretion rates of white dwarfs. The agreement with observations is reasonable.

preprint2009arXiv

Statistics of Flares Sweeping across Sunspots

Flare ribbons are always dynamic, and sometimes sweep across sunspots. Examining 588 (513 M-class and 75 X-class) flare events observed by Transition Region and Coronal Explorer (TRACE) satellite and Hinode Solar Optical Telescope (SOT) from 1998 May to 2009 May, we choose the event displaying that one of the flare ribbons completely sweeps across the umbra of a main sunspot of the corresponding active region, and finally obtain 20 (7 X-class and 13 M-class) events as our sample. In each event, we define the main sunspot completely swept across by the flare ribbon as A-sunspot, and its nearby opposite polarity sunspots, B-sunspot. Observations show that the A-sunspot is a following polarity sunspot in 18 events, and displays flux emergence in 13 cases. All the B-sunspots are relatively simple, exhibiting either one main sunspot or one main sunspot and several small neighboring sunspots (pores). In two days prior to the flare occurrence, the A-sunspot rotates in all the cases, while the B-sunspot, in 19 events. The total rotating angle of the A-sunspot and B-sunspot is 193 degrees on average, and the rotating directions, are the same in 12 events. In all cases, the A-sunspot and B-sunspot manifest shear motions with an average shearing angle of 28.5 degrees, and in 14 cases, the shearing direction is opposite to the rotating direction of the A-sunspot. We suggest that the emergence, the rotation and the shear motions of the A-sunspot and B-sunspot result in the phenomenon that flare ribbons sweep across sunspots completely.

preprint2008arXiv

Achievable Throughput of Multi-mode Multiuser MIMO with Imperfect CSI Constraints

For the multiple-input multiple-output (MIMO) broadcast channel with imperfect channel state information (CSI), neither the capacity nor the optimal transmission technique have been fully discovered. In this paper, we derive achievable ergodic rates for a MIMO fading broadcast channel when CSI is delayed and quantized. It is shown that we should not support too many users with spatial division multiplexing due to the residual inter-user interference caused by imperfect CSI. Based on the derived achievable rates, we propose a multi-mode transmission strategy to maximize the throughput, which adaptively adjusts the number of active users based on the channel statistics information.

preprint2008arXiv

Conditional Mass Functions and Merger Rates of Dark Matter Halos in the Ellipsoidal Collapse Model

Analytic models based on spherical and ellipsoidal gravitational collapse have been used to derive the mass functions of dark matter halos and their progenitors (the conditional mass function). The ellipsoidal model generally provides a better match to simulation results, but there has been no simple analytic expression in this model for the conditional mass function that is accurate for small time steps, a limit that is important for generating halo merger trees and computing halo merger rates. We remedy the situation by deriving accurate analytic formulae for the first-crossing distribution, the conditional mass function, and the halo merger rate in the ellipsoidal collapse model in the limit of small look-back times. We show that our formulae provide a closer match to the Millennium simulation results than those in the spherical collapse model and the ellipsoidal model of Sheth & Tormen (2002).

preprint2008arXiv

How to Grow a Healthy Merger Tree

We investigate seven Monte Carlo algorithms -- four old and three new -- for constructing merger histories of dark matter halos using the extended Press-Schechter (EPS) formalism based on both the spherical and ellipsoidal collapse models. We compare, side-by-side, the algorithms' abilities at reproducing the analytic EPS conditional (or progenitor) mass function over a broad range of mass and redshift (z=0 to 15). Among the four old algorithms (Lacey & Cole 1993, Kauffmann & White 1993, Somerville & Kolatt 1999, Cole et al 2000), we find that only KW93 produces a progenitor mass function that is consistent with the EPS prediction for all look-back redshifts. The origins of the discrepancies in the other three algorithms are discussed. Our three new algorithms are designed to generate the correct progenitor mass function at each timestep. We show that this is a necessary and sufficient condition for consistency with EPS at any look-back time. We illustrate the differences among the three new algorithms and KW93 by investigating two other conditional statistics: the mass function of the i_{th} most massive progenitors and the mass function for descendants with N_p progenitors.

preprint2008arXiv

Mode Switching for MIMO Broadcast Channel Based on Delay and Channel Quantization

Imperfect channel state information degrades the performance of multiple-input multiple-output (MIMO) communications; its effect on single-user (SU) and multi-user (MU) MIMO transmissions are quite different. In particular, MU-MIMO suffers from residual inter-user interference due to imperfect channel state information while SU-MIMO only suffers from a power loss. This paper compares the throughput loss of both SU and MU MIMO on the downlink due to delay and channel quantization. Accurate closed-form approximations are derived for the achievable rates for both SU and MU MIMO. It is shown that SU-MIMO is relatively robust to delayed and quantized channel information, while MU MIMO with zero-forcing precoding loses spatial multiplexing gain with a fixed delay or fixed codebook size. Based on derived achievable rates, a mode switching algorithm is proposed that switches between SU and MU MIMO modes to improve the spectral efficiency, based on the average signal-to-noise ratio (SNR), the normalized Doppler frequency, and the channel quantization codebook size. The operating regions for SU and MU modes with different delays and codebook sizes are determined, which can be used to select the preferred mode. It is shown that the MU mode is active only when the normalized Doppler frequency is very small and the codebook size is large.

preprint2007arXiv

Comparison of Magnetic Flux Distribution between a Coronal Hole and a Quiet Region

Employing Big Bear Solar Observatory (BBSO) deep magnetograms and H$α$ images in a quiet region and a coronal hole, observed on September 14 and 16, 2004, respectively, we have explored the magnetic flux emergence, disappearance and distribution in the two regions. The following results are obtained: (1) The evolution of magnetic flux in the quiet region is much faster than that in the coronal hole, as the flux appeared in the form of ephemeral regions in the quiet region is 4.3 times as large as that in the coronal hole, and the flux disappeared in the form of flux cancellation, 2.9 times as fast as in the coronal hole. (2) More magnetic elements with opposite polarities in the quiet region are connected by arch filaments, estimating from magnetograms and H$α$ images. (3) We measured the magnetic flux of about 1000 magnetic elements in each observing region. The flux distribution of network and intranetwork (IN) elements is similar in both polarities in the quiet region. For network fields in the coronal hole, the number of negative elements is much more than that of positive elements. However for the IN fields, the number of positive elements is much more than that of negative elements. (4) In the coronal hole, the fraction of negative flux change obviously with different threshold flux density. 73% of the magnetic fields with flux density larger than 2 Gauss is negative polarity, and 95% of the magnetic fields is negative, if we only measure the fields with their flux density larger than 20 Gauss. Our results display that in a coronal hole, stronger fields is occupied by one predominant polarity; however the majority of weaker fields, occupied by the other polarity.

preprint2007arXiv

Magnetic Evolution and Temperature Variation in a Coronal Hole

We have explored the magnetic flux evolution and temperature variation in a coronal-hole region, using Big Bear Solar Observatory (BBSO) deep magnetograms and {\it SOHO}/EIT images observed from 2005 October 10 to 14. For comparison, we also investigated a neighboring quiet region of the Sun. The coronal hole evolved from its mature stage to its disappearance during the observing period. We have obtained the following results: (1) When the coronal hole was well developed on October 10, about 60 % of the magnetic flux was positive. The EUV brightness was 420 counts pixel$^{-1}$, and the coronal temperature, estimated from the line ratio of the EIT 195 Å and 171 Å images, was 1.07 MK. (2) On October 14, when the coronal hole had almost disappeared, 51 % of the magnetic flux was positive, the EUV radiance was 530 counts pixel$^{-1}$, and the temperature was 1.10 MK. (3) In the neighboring quiet region, the fraction of positive flux varied between 0.49 and 0.47. The EUV brightness displayed an irregular variation, with a mean value of 870 counts pixel$^{-1}$. The temperature was almost constant at 1.11 MK during the five-day observation. Our results demonstrate that in a coronal hole less imbalance of the magnetic flux in opposite polarities leads to stronger EUV brightness and higher coronal temperatures.

preprint2007arXiv

Suppression of 1/f noise in one-qubit systems

We investigate the generation of quantum operations for one-qubit systems under classical noise with 1/f^αpower spectrum, where 2>α> 0. We present an efficient way to approximate the noise with a discrete multi-state Markovian fluctuator. With this method, the average temporal evolution of the qubit density matrix under 1/f^αnoise can be feasibly determined from recently derived deterministic master equations. We obtain qubit operations such as quantum memory and the NOT}gate to high fidelity by a gradient based optimization algorithm. For the NOT gate, the computed fidelities are qualitatively similar to those obtained earlier for random telegraph noise. In the case of quantum memory however, we observe a nonmonotonic dependency of the fidelity on the operation time, yielding a natural access rate of the memory.

preprint2005arXiv

All-Versus-Nothing Violation of Local Realism by Two-Photon, Four-Dimensional Entanglement

We develop and exploit a source of two-photon four-dimensional entanglement to report the first two-particle all-versus-nothing test of local realism with a linear optics setup, but without resorting to a non-contextuality ssumption. Our experimental results are in well agreement with quantum mechanics while in extreme contradiction with local realism. Potential applications of our experiment are briefly discussed.

preprint2002arXiv

A geometric theory of non-local two-qubit operations

We study non-local two-qubit operations from a geometric perspective. By applying a Cartan decomposition to su(4), we find that the geometric structure of non-local gates is a 3-Torus. We derive the invariants for local transformations, and connect these local invariants to the coordinates of the 3-Torus. Since different points on the 3-Torus may correspond to the same local equivalence class, we use the Weyl group theory to reduce the symmetry. We show that the local equivalence classes of two-qubit gates are in one-to-one correspondence with the points in a tetrahedron except on the base. We then study the properties of perfect entanglers, that is, the two-qubit operations that can generate maximally entangled states from some initially separable states. We provide criteria to determine whether a given two-qubit gate is a perfect entangler and establish a geometric description of perfect entanglers by making use of the tetrahedral representation of non-local gates. We find that exactly half the non-local gates are perfect entanglers. We also investigate the non-local operations generated by a given Hamiltonian. We first study the gates that can be directly generated by a Hamiltonian. Then we explicitly construct a quantum circuit that contains at most three non-local gates generated by a two-body interaction Hamiltonian, together with at most four local gates generated by single qubit terms. We prove that such a quantum circuit can simulate any arbitrary two-qubit gate exactly, and hence it provides an efficient implementation of universal quantum computation and simulation.