Catalog footprint

What is connected

93works
51topics
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

93 published item(s)

preprint2026arXiv

A Hybrid Tucker-LSTM Tensor Network Model for SOC Prediction in Electric Vehicles

Accurate state of charge estimation is critical for the success of electric vehicle battery management strategies, but it is well known that conventional estimators suffer from two fundamental shortcomings: cumulative errors that grow over time and reliance on simplified battery models that do not reflect real world dynamics. Therefore, this paper presents a novel hybrid approach combining Tucker tensor decomposition with LSTM networks, using full - lifecycle EV field data for SOC prediction. The inputs are charge status, mileage, voltage, current, cell differentials, and temporal features. Tucker decomposition is skillfully used to reduce dimensionality while maintaining the temporal structure, hence allowing a direct, fair comparison with standard LSTM. The result is unequivocal: Tucker - LSTM outperforms the baseline on all metrics, with MSE dropping 70.5\% (from 21.07 to 6.22 ), MAE improving 48.7\% (from 3.37\% to 1.73\%), RMSE falling from 4.59\% to 2.49\%, and $R^2$ rising from 0.918 to 0.976. Since the experimental results demonstrably demonstrate that tensor decomposition compresses high-dimensional battery data very well without loss of predictive fidelity, this paper naturally opens up a new direction for tensor-based analytics in electric vehicle battery management.

preprint2026arXiv

AGoQ: Activation and Gradient Quantization for Memory-Efficient Distributed Training of LLMs

Quantization is a key method for reducing the GPU memory requirement of training large language models (LLMs). Yet, current approaches are ineffective for 4-bit activations and 8-bit gradients, which would easily cause slow convergence or accuracy loss. To address this, we introduce AGoQ, incorporating two new techniques: 1) a layer-aware activation quantization algorithm that allocates appropriate bit-widths for activations of various layers based on their types and pipeline stages to achieve near 4-bit activation storage, and 2) a gradient quantization algorithm that reduces memory usage and shortens communication time by employing 8-bit gradient storage and precision-preserving 8-bit All-Reduce communication. We conduct extensive experiments using different sizes of LLMs on two GPU clusters (up to 64 GPUs), and the experimental results show that our AGoQ reduces the memory by up to 52\% and achieves up to 1.34$\times$ improvement of training speed compared to state-of-the-art training systems Megatron-LM (w/ or w/o ZeRO), COAT and DeepSpeed with 8B to 32B LLaMA models, while achieving convergence loss on pretraining and comparable accuracy on downstream tasks with LLaMA architectures.

preprint2026arXiv

Are Rationales Necessary and Sufficient? Tuning LLMs for Explainable Misinformation Detection

The rapid spread of misinformation on social media platforms has become a formidable challenge. To mitigate its proliferation, Misinformation Detection (MD) has emerged as a critical research topic. Traditional MD approaches based on small models typically perform binary classification through a black-box process. Recently, the rise of Large Language Models (LLMs) has enabled explainable MD, where models generate rationales that explain their decisions, thereby enhancing transparency. Existing explainable MD methods primarily focus on crafting sophisticated prompts to elicit rationales from off-the-shelf LLMs. In this work, we propose a pipeline to fine-tune a dedicated LLM specifically for explainable MD. Our pipeline begins by collecting large-scale fact-checked articles, and then uses multiple strong LLMs to produce veracity predictions and rationales. To ensure high-quality training data, we leverage a filtering strategy that selects only the correct instances for fine-tuning. While this pipeline is intuitive and prevalent, our experiments reveal that naive filtering based solely on label correctness is insufficient in practice and suffers from two critical limitations: (1) Coarse-grained labels cause insufficient rationales: Rationales filtered solely based on binary labels are insufficient to adequately support their decisions; (2) Over-verification behavior causes unnecessary rationales: Stronger LLMs tend to exhibit over-verification behavior, producing excessively verbose and unnecessary rationales. To address these issues, we introduce LONSREX, a novel data synthesis pipeline to Locate Necessary and Sufficient Rationales for Explainable MD. Specifically, we propose a metric that quantifies the contribution of each verification step to the final prediction, thereby evaluating its necessity and sufficiency. Experimental results demonstrate the effectiveness of LONSREX.

preprint2026arXiv

Backtracking When It Strays: Mitigating Dual Exposure Biases in LLM Reasoning Distillation

Large language models (LLMs) have achieved remarkable success in complex reasoning tasks via long chain-of-thought (CoT), yet their immense computational overhead hinders real-world deployment. LLM reasoning distillation addresses this by transferring reasoning capabilities from formidable teacher models to compact student models. However, existing distillation paradigms face a fundamental dilemma. Typical off-policy distillation strictly utilizes teacher-generated golden trajectories, suffering from an exposure bias due to the mismatch between training distributions and student-generated inference contexts, which leads to error cascades in long CoT reasoning. To address this, on-policy distillation allows students to explore their own trajectories, but we demonstrate that it inherently introduces a reciprocal reversed exposure bias: the teacher model also struggles to provide positive guidance when conditioned on student-generated sub-optimal contexts. To resolve this dual exposure biases problem, we propose Monitoring Trajectories and Backtracking when it strays (MOTAB), a new LLM reasoning distillation pipeline. Specifically, MOTAB dynamically monitors the student's on-policy generation against an adaptive safety boundary. When the generation strays and exceeds this threshold, MOTAB backtracks to the last safe state and leverages teacher intervention to correct the course. This approach inherently tolerates minor student errors to mitigate exposure bias, while preventing sub-optimal contexts to circumvent reversed exposure bias. Extensive experiments on the LIMO-v2 and AceReason datasets demonstrate that MOTAB effectively alleviates the dual exposure biases, yielding a roughly 3% average performance improvement in reasoning tasks.

preprint2026arXiv

Decomposing the Basic Abilities of Large Language Models: Mitigating Cross-Task Interference in Multi-Task Instruct-Tuning

Recently, the prominent performance of large language models (LLMs) has been largely driven by multi-task instruct-tuning. Unfortunately, this training paradigm suffers from a key issue, named cross-task interference, due to conflicting gradients over shared parameters among different tasks. Some previous methods mitigate this issue by isolating task-specific parameters, e.g., task-specific neuron selection and mixture-of-experts. In this paper, we empirically reveal that the cross-task interference still exists for the existing solutions because of many parameters also shared by different tasks, and accordingly, we propose a novel solution, namely Basic Abilities Decomposition for multi-task Instruct-Tuning (BADIT). Specifically, we empirically find that certain parameters are consistently co-activated, and that co-activated parameters naturally organize into base groups. This motivates us to analogize that LLMs encode several orthogonal basic abilities, and that any task can be represented as a linear combination of these abilities. Accordingly, we propose BADIT that decomposes LLM parameters into orthogonal high-singular-value LoRA experts representing basic abilities, and dynamically enforces their orthogonality during training via spherical clustering of rank-1 components. We conduct extensive experiments on the SuperNI benchmark with 6 LLMs, and empirical results demonstrate that BADIT can outperform SOTA methods and mitigate the degree of cross-task interference.

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

ParkGaussian: Surround-view 3D Gaussian Splatting for Autonomous Parking

Parking is a critical task for autonomous driving systems (ADS), with unique challenges in crowded parking slots and GPS-denied environments. However, existing works focus on 2D parking slot perception, mapping, and localization, 3D reconstruction remains underexplored, which is crucial for capturing complex spatial geometry in parking scenarios. Naively improving the visual quality of reconstructed parking scenes does not directly benefit autonomous parking, as the key entry point for parking is the slots perception module. To address these limitations, we curate the first benchmark named ParkRecon3D, specifically designed for parking scene reconstruction. It includes sensor data from four surround-view fisheye cameras with calibrated extrinsics and dense parking slot annotations. We then propose ParkGaussian, the first framework that integrates 3D Gaussian Splatting (3DGS) for parking scene reconstruction. To further improve the alignment between reconstruction and downstream parking slot detection, we introduce a slot-aware reconstruction strategy that leverages existing parking perception methods to enhance the synthesis quality of slot regions. Experiments on ParkRecon3D demonstrate that ParkGaussian achieves state-of-the-art reconstruction quality and better preserves perception consistency for downstream tasks. The code and dataset will be released at: https://github.com/wm-research/ParkGaussian

preprint2026arXiv

Pixel-Perfect Visual Geometry Estimation

Recovering clean and accurate geometry from images is essential for robotics and augmented reality. However, existing geometry foundation models still suffer severely from flying pixels and the loss of fine details. In this paper, we present pixel-perfect visual geometry models that can predict high-quality, flying-pixel-free point clouds by leveraging generative modeling in the pixel space. We first introduce Pixel-Perfect Depth (PPD), a monocular depth foundation model built upon pixel-space diffusion transformers (DiT). To address the high computational complexity associated with pixel-space diffusion, we propose two key designs: 1) Semantics-Prompted DiT, which incorporates semantic representations from vision foundation models to prompt the diffusion process, preserving global semantics while enhancing fine-grained visual details; and 2) Cascade DiT architecture that progressively increases the number of image tokens, improving both efficiency and accuracy. To further extend PPD to video (PPVD), we introduce a new Semantics-Consistent DiT, which extracts temporally consistent semantics from a multi-view geometry foundation model. We then perform reference-guided token propagation within the DiT to maintain temporal coherence with minimal computational and memory overhead. Our models achieve the best performance among all generative monocular and video depth estimation models and produce significantly cleaner point clouds than all other models.

preprint2026arXiv

PointForward: Feedforward Driving Reconstruction through Point-Aligned Representations

High-fidelity reconstruction of driving scenes is crucial for autonomous driving. While recent feedforward 3D Gaussian Splatting (3DGS) methods enable fast reconstruction, their per-pixel Gaussian prediction paradigm often suffers from multi-view inconsistency and layering artifacts. Moreover, existing methods often model dynamic instances via dense flow prediction, which lacks explicit cross-view correspondence and instance-level consistency. In this paper, we propose PointForward, a feedforward driving reconstruction framework through point-aligned representations. Unlike pixel-aligned methods, we initialize sparse 3D queries in world space and aggregate multi-view image information via spatial-temporal fusion onto these queries, enforcing explicit cross-view consistency in a single feedforward pass. To handle scene dynamics, we introduce scene graphs that explicitly organize moving instances during reconstruction. By leveraging 3D bounding boxes, our method enables instance-level motion propagation and temporally consistent dynamic representations. Extensive experiments demonstrate that PointForward achieves state-of-the-art performance on large-scale driving benchmarks. The code will be available upon the publication of the paper.

preprint2026arXiv

Prefix Teach, Suffix Fade: Local Teachability Collapse in Strong-to-Weak On-Policy Distillation

On-policy distillation (OPD) trains a student model on its own rollouts using dense feedback from a stronger teacher. Prior literature suggests that, provided teacher feedback is available, supervising the full sequence of response tokens should monotonically improve performance. However, we demonstrate that this assumption sometimes fails to hold in strong-to-weak OPD settings. While later segments of a generated trajectory may still exhibit a non-zero teacher-student advantage, they frequently lack the local contrast that makes dense feedback effective for prioritizing student learning. We term this failure mode local teachability collapse. The resulting principle is straightforward: supervision should concentrate on trajectory regions where the teacher's feedback remains discriminative, rather than uniformly covering the entire response. We operationalize this principle through a trajectory-specific release rule. This rule measures the teacher's margin over the student's top-$K$ candidate set, aggregates this margin across NLTK-tokenized sentence segments, and truncates dense OPD supervision upon detecting a BIC-style downward change point. Experimental results across strong-to-weak distillation tasks using the Qwen3 model family indicate that this release rule consistently outperforms standard full-trajectory OPD across five in-domain benchmarks at various student scales. Furthermore, compared to baseline distillation methods, our approach better preserves model capabilities on out-of-domain task. These results suggest that effective strong-to-weak OPD requires evaluating not only the availability of teacher guidance but also its local utility, ensuring that the generated feedback remains teachable.

preprint2026arXiv

R$^3$L: Reasoning 3D Layouts from Relative Spatial Relations

Relative spatial relations provide a compact representation of spatial structure and are fundamental to relative spatial reasoning in 3D layout generation. Recent works leverage Multimodal Large Language Models (MLLMs) to infer such relations, but the inferred relations are often unreliable and are typically handled with post-hoc heuristics. In this paper, we propose R$^3$L, a general framework that improves the reliability and consistency of relative spatial reasoning for 3D layout generation. Our key motivation is that multi-hop reasoning requires repeated reference-frame transformations, which accumulate errors in inferred relations and lead to semantic and metric drift. To mitigate this, we propose invariant spatial decomposition to break coupled relation chains, and consistent spatial imagination to promote self-consistency through an imagine-and-revise loop. We further introduce supportive spatial optimization to ease pose optimization via global-to-local coordinate re-parameterization. Extensive experiments across diverse scene types and instructions demonstrate that R$^3$L produces more physically feasible and semantically consistent layouts. Notably, our analysis shows that resolving frame-induced inconsistencies is crucial for reliable multi-hop relative spatial reasoning. The code is available at https://github.com/Neal2020GitHub/R3L.

preprint2026arXiv

VILTA: A VLM-in-the-Loop Adversary for Enhancing Driving Policy Robustness

The safe deployment of autonomous driving (AD) systems is fundamentally hindered by the long-tail problem, where rare yet critical driving scenarios are severely underrepresented in real-world data. Existing solutions including safety-critical scenario generation and closed-loop learning often rely on rule-based heuristics, resampling methods and generative models learned from offline datasets, limiting their ability to produce diverse and novel challenges. While recent works leverage Vision Language Models (VLMs) to produce scene descriptions that guide a separate, downstream model in generating hazardous trajectories for agents, such two-stage framework constrains the generative potential of VLMs, as the diversity of the final trajectories is ultimately limited by the generalization ceiling of the downstream algorithm. To overcome these limitations, we introduce VILTA (VLM-In-the-Loop Trajectory Adversary), a novel framework that integrates a VLM into the closed-loop training of AD agents. Unlike prior works, VILTA actively participates in the training loop by comprehending the dynamic driving environment and strategically generating challenging scenarios through direct, fine-grained editing of surrounding agents' future trajectories. This direct-editing approach fully leverages the VLM's powerful generalization capabilities to create a diverse curriculum of plausible yet challenging scenarios that extend beyond the scope of traditional methods. We demonstrate that our approach substantially enhances the safety and robustness of the resulting AD policy, particularly in its ability to navigate critical long-tail events.

preprint2026arXiv

Xiaomi EV World Model: A Joint World Model Integrating Reconstruction and Generation for Autonomous Driving

This report presents a unified technical system addressing the two core capabilities of world models for autonomous driving: world representation and world generation. For world representation, we propose WorldRec, a feed-forward reconstruction architecture driven by sparse scene queries. WorldRec initializes structured queries in 3D space, leveraging them to aggregate cross-view, cross-temporal features, thereby naturally enforcing spatial consistency across frames and yielding compact yet high-fidelity 3D Gaussian scene representations. For world generation, we propose WorldGen, a two-stage training framework of bidirectional pretraining followed by causal fine-tuning through three progressive stages (Teacher Forcing, ODE distillation, and DMD), enabling high-quality online causal video generation in as few as 4 denoising steps. Building on both modules, we further introduce the JWM, which deeply integrates WorldRec and WorldGen to achieve synergistic gains in generation stability, cross-frame consistency, and visual fidelity, providing a solid foundation for closed-loop simulation, data synthesis, and end-to-end training in autonomous driving.

preprint2025arXiv

Mirage: One-Step Video Diffusion for Photorealistic and Coherent Asset Editing in Driving Scenes

Vision-centric autonomous driving systems rely on diverse and scalable training data to achieve robust performance. While video object editing offers a promising path for data augmentation, existing methods often struggle to maintain both high visual fidelity and temporal coherence. In this work, we propose \textbf{Mirage}, a one-step video diffusion model for photorealistic and coherent asset editing in driving scenes. Mirage builds upon a text-to-video diffusion prior to ensure temporal consistency across frames. However, 3D causal variational autoencoders often suffer from degraded spatial fidelity due to compression, and directly passing 3D encoder features to decoder layers breaks temporal causality. To address this, we inject temporally agnostic latents from a pretrained 2D encoder into the 3D decoder to restore detail while preserving causal structures. Furthermore, because scene objects and inserted assets are optimized under different objectives, their Gaussians exhibit a distribution mismatch that leads to pose misalignment. To mitigate this, we introduce a two-stage data alignment strategy combining coarse 3D alignment and fine 2D refinement, thereby improving alignment and providing cleaner supervision. Extensive experiments demonstrate that Mirage achieves high realism and temporal consistency across diverse editing scenarios. Beyond asset editing, Mirage can also generalize to other video-to-video translation tasks, serving as a reliable baseline for future research. Our code is available at https://github.com/wm-research/mirage.

preprint2022arXiv

A Contrastive Cross-Channel Data Augmentation Framework for Aspect-based Sentiment Analysis

Aspect-based sentiment analysis (ABSA) is a fine-grained sentiment analysis task, which focuses on detecting the sentiment polarity towards the aspect in a sentence. However, it is always sensitive to the multi-aspect challenge, where features of multiple aspects in a sentence will affect each other. To mitigate this issue, we design a novel training framework, called Contrastive Cross-Channel Data Augmentation (C3 DA), which leverages an in-domain generator to construct more multi-aspect samples and then boosts the robustness of ABSA models via contrastive learning on these generated data. In practice, given a generative pretrained language model and some limited ABSA labeled data, we first employ some parameter-efficient approaches to perform the in-domain fine-tuning. Then, the obtained in-domain generator is used to generate the synthetic sentences from two channels, i.e., Aspect Augmentation Channel and Polarity Augmentation Channel, which generate the sentence condition on a given aspect and polarity respectively. Specifically, our C3 DA performs the sentence generation in a cross-channel manner to obtain more sentences, and proposes an Entropy-Minimization Filter to filter low-quality generated samples. Extensive experiments show that our C3 DA can outperform those baselines without any augmentations by about 1% on accuracy and Macro- F1. Code and data are released in https://github.com/wangbing1416/C3DA.

preprint2022arXiv

AutoPlace: Robust Place Recognition with Single-chip Automotive Radar

This paper presents a novel place recognition approach to autonomous vehicles by using low-cost, single-chip automotive radar. Aimed at improving recognition robustness and fully exploiting the rich information provided by this emerging automotive radar, our approach follows a principled pipeline that comprises (1) dynamic points removal from instant Doppler measurement, (2) spatial-temporal feature embedding on radar point clouds, and (3) retrieved candidates refinement from Radar Cross Section measurement. Extensive experimental results on the public nuScenes dataset demonstrate that existing visual/LiDAR/spinning radar place recognition approaches are less suitable for single-chip automotive radar. In contrast, our purpose-built approach for automotive radar consistently outperforms a variety of baseline methods via a comprehensive set of metrics, providing insights into the efficacy when used in a realistic system.

preprint2022arXiv

Benchmarking the Robustness of LiDAR-Camera Fusion for 3D Object Detection

There are two critical sensors for 3D perception in autonomous driving, the camera and the LiDAR. The camera provides rich semantic information such as color, texture, and the LiDAR reflects the 3D shape and locations of surrounding objects. People discover that fusing these two modalities can significantly boost the performance of 3D perception models as each modality has complementary information to the other. However, we observe that current datasets are captured from expensive vehicles that are explicitly designed for data collection purposes, and cannot truly reflect the realistic data distribution due to various reasons. To this end, we collect a series of real-world cases with noisy data distribution, and systematically formulate a robustness benchmark toolkit, that simulates these cases on any clean autonomous driving datasets. We showcase the effectiveness of our toolkit by establishing the robustness benchmark on two widely-adopted autonomous driving datasets, nuScenes and Waymo, then, to the best of our knowledge, holistically benchmark the state-of-the-art fusion methods for the first time. We observe that: i) most fusion methods, when solely developed on these data, tend to fail inevitably when there is a disruption to the LiDAR input; ii) the improvement of the camera input is significantly inferior to the LiDAR one. We further propose an efficient robust training strategy to improve the robustness of the current fusion method. The benchmark and code are available at https://github.com/kcyu2014/lidar-camera-robust-benchmark

preprint2022arXiv

Directional transport of active particles confined in 3D smooth corrugated channel

The transport phenomenon of active particles confined in 3D(three dimensional) corrugated confined channel with Gaussian noises is investigated. Large noise intensity perpendicular to the symmetry axis is good for the diffusion and current along the axis. The generalized resonance transport phenomenon appears with increasing noise intensity parallel to the symmetry axis. Large noise intensity parallel to axis can suppress the diffusion. The diffusion coefficient has a maximum with increasing polar angle noise intensity. There exits an optimal value of parameter f that result in maximum movement speed. Large f is good for the diffusion. Transport reverse phenomenon appears with increasing channel parameter ε and Δ. Too large or too small values of ε and Δ can suppress the diffusion.

preprint2022arXiv

Exploring Inter-Channel Correlation for Diversity-preserved KnowledgeDistillation

Knowledge Distillation has shown very promising abil-ity in transferring learned representation from the largermodel (teacher) to the smaller one (student).Despitemany efforts, prior methods ignore the important role ofretaining inter-channel correlation of features, leading tothe lack of capturing intrinsic distribution of the featurespace and sufficient diversity properties of features in theteacher network.To solve the issue, we propose thenovel Inter-Channel Correlation for Knowledge Distillation(ICKD), with which the diversity and homology of the fea-ture space of the student network can align with that ofthe teacher network. The correlation between these twochannels is interpreted as diversity if they are irrelevantto each other, otherwise homology. Then the student isrequired to mimic the correlation within its own embed-ding space. In addition, we introduce the grid-level inter-channel correlation, making it capable of dense predictiontasks. Extensive experiments on two vision tasks, includ-ing ImageNet classification and Pascal VOC segmentation,demonstrate the superiority of our ICKD, which consis-tently outperforms many existing methods, advancing thestate-of-the-art in the fields of Knowledge Distillation. Toour knowledge, we are the first method based on knowl-edge distillation boosts ResNet18 beyond 72% Top-1 ac-curacy on ImageNet classification. Code is available at:https://github.com/ADLab-AutoDrive/ICKD.

preprint2022arXiv

Formation and Immediate Deformation of a Small Filament Through Intermittent Magnetic Interactions

It is generally believed that filament formation involves a process of the accumulation of magnetic energy. However, in this paper we discuss the idea that filaments will not erupt and will only deform when the stored magnetic energy is released gradually. Combining high-quality observations from Solar Dynamics Observatory and other instruments, we present the formation and immediate deformation of a small filament (F1) in the active region (AR) 12760 on 28-30 April 2020. Before the filament formation, three successive dipoles quickly emerged with separation motions in the center of AR 12760. Due to the magnetic interaction between magnetic dipoles and pre-existing positive polarities, coronal brightenings consequently appeared in the overlying atmosphere. Subsequently, because of the continuous cancellation of magnetic flux that happened around the adjacent ends of F1 and another nearby filament (F2), the magnetic reconections occurred intermittently occurred between F1 and F2. Finally, F1 lessened in the shear, and F2 became shorter. All the results show that the formation of F1 was closely associated with intermittent interactions between the sequence of emerging dipoles and pre-existing magnetic polarities, and the immediate deformation of F1 was intimately related to intermittent interactions between F1 and F2. We also suggest that the intermittent magnetic interactions driven by the continuous magnetic activities (magnetic-flux emergence, cancellation, and convergence) play an important role in the formation and deformation of filaments.

preprint2022arXiv

Learning Selective Sensor Fusion for States Estimation

Autonomous vehicles and mobile robotic systems are typically equipped with multiple sensors to provide redundancy. By integrating the observations from different sensors, these mobile agents are able to perceive the environment and estimate system states, e.g. locations and orientations. Although deep learning approaches for multimodal odometry estimation and localization have gained traction, they rarely focus on the issue of robust sensor fusion - a necessary consideration to deal with noisy or incomplete sensor observations in the real world. Moreover, current deep odometry models suffer from a lack of interpretability. To this extent, we propose SelectFusion, an end-to-end selective sensor fusion module which can be applied to useful pairs of sensor modalities such as monocular images and inertial measurements, depth images and LIDAR point clouds. Our model is a uniform framework that is not restricted to specific modality or task. During prediction, the network is able to assess the reliability of the latent features from different sensor modalities and estimate trajectory both at scale and global pose. In particular, we propose two fusion modules - a deterministic soft fusion and a stochastic hard fusion, and offer a comprehensive study of the new strategies compared to trivial direct fusion. We extensively evaluate all fusion strategies in both public datasets and on progressively degraded datasets that present synthetic occlusions, noisy and missing data and time misalignment between sensors, and we investigate the effectiveness of the different fusion strategies in attending the most reliable features, which in itself, provides insights into the operation of the various models.

preprint2022arXiv

No Pain, Big Gain: Classify Dynamic Point Cloud Sequences with Static Models by Fitting Feature-level Space-time Surfaces

Scene flow is a powerful tool for capturing the motion field of 3D point clouds. However, it is difficult to directly apply flow-based models to dynamic point cloud classification since the unstructured points make it hard or even impossible to efficiently and effectively trace point-wise correspondences. To capture 3D motions without explicitly tracking correspondences, we propose a kinematics-inspired neural network (Kinet) by generalizing the kinematic concept of ST-surfaces to the feature space. By unrolling the normal solver of ST-surfaces in the feature space, Kinet implicitly encodes feature-level dynamics and gains advantages from the use of mature backbones for static point cloud processing. With only minor changes in network structures and low computing overhead, it is painless to jointly train and deploy our framework with a given static model. Experiments on NvGesture, SHREC'17, MSRAction-3D, and NTU-RGBD demonstrate its efficacy in performance, efficiency in both the number of parameters and computational complexity, as well as its versatility to various static backbones. Noticeably, Kinet achieves the accuracy of 93.27% on MSRAction-3D with only 3.20M parameters and 10.35G FLOPS.

preprint2022arXiv

Numerical Study on Droplet Evaporation and Propagation Stability in Normal-temperature Two-phase Rotating Detonation System

A numerical study is carried out on the droplet-laden two-phase rotating detonation wave (RDW) of kerosene/oxygen-enriched air at normal temperature. Two types of combustors without and with the inlet mixing section (IMS) are constructed to illustrate the effect of IMS on the combustion characteristics of two-phase RDW. The important role of the preheating zone in the IMS after the back-propagation shock on the droplet evaporation is analyzed. The parameter sensitivity of RDW propagation stability to the average droplet diameter d0 is further discussed. Results show that the droplets mainly evaporate after the detonation front in the combustor without IMS, and the reaction heat release is completed in a short distance, which propels continuous propagation of the detonation wave. When d0 gradually increases, the droplet evaporation distance increases, and the coupling between the incident shock and reaction is continuously weakened, finally resulting in the detonation quenching. In the combustor with IMS, a preheating zone is induced close to the contact surface by the back-propagation shock of the RDW. A large number of droplets evaporate in this zone, and generate sufficient mixture of fuel vapor and oxidizer in front of detonation wave to maintain the detonation propagation. Priority to the combustor without IMS, the droplet evaporation relies less on the inlet high-temperature airflow with the assistance of preheating zone, and thus the wave propagation stability can be enhanced and the RDW can sustain for a wider range of d0. The present analysis provides a new understanding of two-phase rotating detonation systems.

preprint2022arXiv

On the pressure gain of stable flow systems with variable cross-section area

For the clarification of total pressure gain performance of rotating detonation propulsion systems, the extended Hugoniot curve is proposed and discussed for the stable flow systems with variable cross-section area (SFSVA). The dimensionless pressure integral (θ) along the system walls is found to have critical impact on the pressure gain of the SFSVA with given inlet Mach number (M0) and heat release (q). The key to obtain positive pressure gain of a SFSVA is to achieve the matching θ, M0 and q.

preprint2022arXiv

RangeUDF: Semantic Surface Reconstruction from 3D Point Clouds

We present RangeUDF, a new implicit representation based framework to recover the geometry and semantics of continuous 3D scene surfaces from point clouds. Unlike occupancy fields or signed distance fields which can only model closed 3D surfaces, our approach is not restricted to any type of topology. Being different from the existing unsigned distance fields, our framework does not suffer from any surface ambiguity. In addition, our RangeUDF can jointly estimate precise semantics for continuous surfaces. The key to our approach is a range-aware unsigned distance function together with a surface-oriented semantic segmentation module. Extensive experiments show that RangeUDF clearly surpasses state-of-the-art approaches for surface reconstruction on four point cloud datasets. Moreover, RangeUDF demonstrates superior generalization capability across multiple unseen datasets, which is nearly impossible for all existing approaches.

preprint2022arXiv

Sparse Attentive Memory Network for Click-through Rate Prediction with Long Sequences

Sequential recommendation predicts users' next behaviors with their historical interactions. Recommending with longer sequences improves recommendation accuracy and increases the degree of personalization. As sequences get longer, existing works have not yet addressed the following two main challenges. Firstly, modeling long-range intra-sequence dependency is difficult with increasing sequence lengths. Secondly, it requires efficient memory and computational speeds. In this paper, we propose a Sparse Attentive Memory (SAM) network for long sequential user behavior modeling. SAM supports efficient training and real-time inference for user behavior sequences with lengths on the scale of thousands. In SAM, we model the target item as the query and the long sequence as the knowledge database, where the former continuously elicits relevant information from the latter. SAM simultaneously models target-sequence dependencies and long-range intra-sequence dependencies with O(L) complexity and O(1) number of sequential updates, which can only be achieved by the self-attention mechanism with O(L^2) complexity. Extensive empirical results demonstrate that our proposed solution is effective not only in long user behavior modeling but also on short sequences modeling. Implemented on sequences of length 1000, SAM is successfully deployed on one of the largest international E-commerce platforms. This inference time is within 30ms, with a substantial 7.30% click-through rate improvement for the online A/B test. To the best of our knowledge, it is the first end-to-end long user sequence modeling framework that models intra-sequence and target-sequence dependencies with the aforementioned degree of efficiency and successfully deployed on a large-scale real-time industrial recommender system.

preprint2022arXiv

Strain effects on topological and valley properties of Janus monolayer $\mathrm{VSiGeN_4}$

Strain is an effective method to tune the electronic properties of two-dimension (2D) materials, and can induce novel phase transition. Recently, 2D $\mathrm{MA_2Z_4}$ family materials are of interest because of their emerging topological, magnetic and superconducting properties. Here, we investigate the impact of strain effects ($a/a_0$:0.96$\sim$1.04) on the physical properties of Janus monolayer $\mathrm{VSiGeN_4}$ as a derivative of $\mathrm{VSi_2N_4}$ or $\mathrm{VGe_2N_4}$, which possesses dynamical, mechanical and thermal stabilities. For out-of-plane magnetic anisotropy, with increasing strain, $\mathrm{VSiGeN_4}$ undergoes transition between ferrovalley semiconductor (FVS), half-valley-metal (HVM), valley-polarized quantum anomalous Hall insulator (VQAHI), HVM and FVS. These imply twice topological phase transitions, which are related with sign-reversible Berry curvature and band inversion between $d_{xy}$+$d_{x^2-y^2}$ and $d_{z^2}$ orbitals for K or -K valley. The band inversion also leads to transformation of valley splitting strength between valence and conduction bands. However, for in-plane magnetic anisotropy, no special quantum anomalous Hall (QAH) states and valley polarization exist within the considered strain range. The actual magnetic anisotropy energy (MAE) shows no special QAH and HVM states in monolayer $\mathrm{VSiGeN_4}$. Fortunately, these can be easily achieved by external magnetic field, which adjusts the easy magnetization axis of $\mathrm{VSiGeN_4}$ from in-plane one to out-of-plane one. Our findings shed light on how strain can be employed to engineer the electronic states of $\mathrm{VSiGeN_4}$, which may open new perspectives for multifunctional quantum devices in valleytronics and spintronics.

preprint2022arXiv

Strain-driven valley states and phase transitions in Janus VSiGeN4 monolayer

The interplay between topology and valley degree of freedom has attracted much interest because it can realize new phenomena and applications. Here, based on first-principles calculations, we demonstrate intrinsically valley-polarized quantum anomalous Hall effect in monolayer ferrovalley material: Janus VSiGeN4, of which the edge states are chiral-spin-valley locking. Besides, a small tensile or compressive strain can drive phase transition in the material from valley-polarized quantum anomalous Hall state to half-valley-metal state. With the increase of the strain, the material turns into ferrovalley semiconductor with valley anomalous Hall effect. The origin of phase transition is sequent band inversion of V d orbital at K valley. Moreover, we find that phase transition causes the sign reversal of Berry curvature and induces different polarized light absorption in different valley states. Our work provides an ideal material platform for practical applications and experimental exploration of the interplay between topology, spintronics, and valleytronics.

preprint2022arXiv

Twin extreme ultraviolet waves in the solar corona

Solar extreme ultraviolet (EUV) waves are spectacular propagating disturbances with EUV enhancements in annular shapes in the solar corona. These EUV waves carry critical information about the coronal magnetised plasma that can shed light on the elusive physical parameters (e.g. the magnetic field strength) by global solar coronal magneto-seismology. EUV waves are closely associated with a wide range of solar atmospheric eruptions, from violent flares and coronal mass ejections (CMEs) to less energetic plasma jets or mini-filament eruptions. However, the physical nature and driving mechanism of EUV waves is still controversial. Here, we report the unique discovery of twin EUV waves (TEWs) that were formed in a single eruption with observations from two different perspectives. In all earlier studies, a single eruption was associated at most with a single EUV wave. The newly found TEWs urge to re-visit our theoretical understanding about the underlying formation mechanism(s) of coronal EUV waves. Two distinct scenarios of TEWs were found. In the first scenario, the two waves were separately associated with a filament eruption and a precursor jet, while in another scenario the two waves were successively associated with a filament eruption. Hence, we label these distinguished scenarios as "fraternal TEWs" and "identical TEWs", respectively. Further, we also suggest that impulsive lateral expansions of two distinct groups of coronal loops are critical to the formation of TEWs in a single eruption.

preprint2021arXiv

Photonic Floquet time crystals

The public and scientists constantly have different perspectives. While on a time crystal, they stand in line and ask: What is a time crystal? Show me a material that is spontaneously crystalline in time? This study synthesizes a photonic material of Floquet time crystals and experimentally observes its indicative period-2T beating. We explicitly reconstruct a discrete time-crystalline ground state and reveal using an appropriately-designed photonic Floquet simulator the rigid period-doubling as a signature of the spontaneous breakage of the discrete time-translational symmetry. Unlike the result of the exquisite many-body interaction, the photonic time crystal is derived from a single-particle topological phase that can be extensively accessed by many pertinent nonequilibrium and periodically-driven platforms. Our observation will drive theoretical and technological interests toward condensed matter physics and topological photonics, and demystify time crystals for the non-scientific public.

preprint2020arXiv

A Survey on Deep Learning for Localization and Mapping: Towards the Age of Spatial Machine Intelligence

Deep learning based localization and mapping has recently attracted significant attention. Instead of creating hand-designed algorithms through exploitation of physical models or geometric theories, deep learning based solutions provide an alternative to solve the problem in a data-driven way. Benefiting from ever-increasing volumes of data and computational power, these methods are fast evolving into a new area that offers accurate and robust systems to track motion and estimate scenes and their structure for real-world applications. In this work, we provide a comprehensive survey, and propose a new taxonomy for localization and mapping using deep learning. We also discuss the limitations of current models, and indicate possible future directions. A wide range of topics are covered, from learning odometry estimation, mapping, to global localization and simultaneous localization and mapping (SLAM). We revisit the problem of perceiving self-motion and scene understanding with on-board sensors, and show how to solve it by integrating these modules into a prospective spatial machine intelligence system (SMIS). It is our hope that this work can connect emerging works from robotics, computer vision and machine learning communities, and serve as a guide for future researchers to apply deep learning to tackle localization and mapping problems.

preprint2020arXiv

An Extreme Ultraviolet Wave Associated with A Solar Filament Activation

Extreme ultraviolet (EUV) waves are impressive coronal propagating disturbances. They are closely associated with various eruptions, and can used for the global coronal seismology and the acceleration of solar energetic particles. Hence, the study of EUV waves plays an important role in solar eruptions and Space Weather. Here we present an EUV wave associated with a filament activation that did not evolve into any eruption. Due to the continuous magnetic flux emergence and cancellation around its one end, the filament rose with untwisting motion, and the filament mass flowed towards another end along the rising fields. Intriguingly, following the filament activation, an EUV wave formed with a fast constant speed ($\sim$500 km s$^{-1}$) ahead of the mass flow, and the overlying coronal loops expanded both in lateral and radial directions. Excluding the possibility of a remote flare and an absent coronal mass ejection, we suggest that the EUV wave was only closely associated with the filament activation. Furthermore, their intimate spacial and temporal relationship indicates that the EUV wave was likely directly triggered by the lateral expansion of overlying loops. We propose that the EUV wave can be interpreted as linear fast-mode wave, and the most vital key for the successful generation of the EUV wave is the impulsive early-phase lateral expansion of overlying loops that was driven by the activated filament mass flow without any eruption.

preprint2020arXiv

Efficient Routing for Quantum Key Distribution Networks

As quantum key distribution becomes increasingly practical, questions of how to effectively employ it in large-scale networks and over large distances becomes increasingly important. To that end, in this work, we model the performance of the E91 entanglement based QKD protocol when operating in a network consisting of both quantum repeaters and trusted nodes. We propose a number of routing protocols for this network and compare their performance under different usage scenarios. Through our modeling, we investigate optimal placement and number of trusted nodes versus repeaters depending on device performance (e.g., quality of the repeater's measurement devices). Along the way we discover interesting lessons determining what are the important physical aspects to improve for upcoming quantum networks in order to improve secure communication rates.

preprint2020arXiv

Monolithic photonic chips for multi-channel frequency mixers and single photon detectors

Lithium niobate photonic chip could realize diverse optical engineering for various applications benefiting from its excellent optical performances. In this letter, we demonstrate monolithic photonic chips for multi-channel sum-frequency conversion based on reverse-proton-exchange periodically poled lithium niobate waveguides, with the different channels showing uniform and excellent conversion efficiencies. To obtain a robust device and provide a convenient interface for applications, the integrated chip is fiber coupled with two fiber arrays. The packaged chip then forms the core of a multi-channel up conversion single photon detector. In each channel the input signal interacts with a 1950-nm single frequency pump laser and the sum frequency output is spectrally filtered and detected by a silicon avalanche photodiode. Average detection efficiency (DE) of 23.2 % and noise count rate (NCR) of 557 counts per second (cps) are achieved, with a standard deviation of 2.73 % and 48 cps over the 30 channels, as well as optical isolation (OI) between nearby channels of more than 71 dB, which are excellent for the extensive applications of monolithic photonic chips in fields including deep space laser communication, high-rate quantum key distribution and single-photon imaging.

preprint2020arXiv

Non-destructive testing and evaluation of composite materials/structures: A state-of-the-art review

Composite materials/structures are advancing in product efficiency, cost-effectiveness and the development of superior specific properties. There are increasing demands in their applications to load-carrying structures in aerospace, wind turbines, transportation, and medical equipment, etc. Thus robust and reliable non-destructive testing (NDT) of composites is essential to reduce safety concerns and maintenance costs. There have been various NDT methods built upon different principles for quality assurance during the whole lifecycle of a composite product. This paper reviews the most established NDT techniques for detection and evaluation of defects/damage evolution in composites. These include acoustic emission, ultrasonic testing, infrared thermography, terahertz testing, shearography, digital image correlation, as well as X-ray and neutron imaging. For each NDT technique, we cover a brief historical background, principles, standard practices, equipment and facilities used for composite research. We also compare and discuss their benefits and limitations, and further summarise their capabilities and applications to composite structures. Each NDT technique has its own potential and rarely achieves a full-scale diagnosis of structural integrity. Future development of NDT techniques for composites will be directed towards intelligent and automated inspection systems with high accuracy and efficient data processing capabilities.

preprint2020arXiv

Observation of pseudogap in SnSe2 atomic layers grown on graphite

Superconducting metal dichalcogenides (MDCs) present several similarities to the other layered superconductors like cuprates. The superconductivity in atomically thin MDCs has been demonstrated by recent experiments, however, the investigation of the superconductivity intertwined with other orders are scarce. Investigating the pseudogap in atomic layers of MDCs may help to understand the superconducting mechanism for these true two-dimensional (2D) superconducting systems. Herein we report a pseudogap opening in the tunneling spectra of thin layers of SnSe2 epitaxially grown on highly oriented pyrolytic graphite (HOPG) with scanning tunneling microscopy/spectroscopy (STM/STS). A significant V-shaped pseudogap was observed to open near the Fermi level (EF) in the STS. And at elevated temperatures, the gap gradually evolves to a shallow dip. Our experimental observations provide direct evidence of a pseudogap state in the electron-doped SnSe2 atomic layers on the HOPG surface, which may stimulate further exploration of the mechanism of superconductivity at 2D limit in MDCs.

preprint2020arXiv

On the regular-convexity of Ricci shrinker limit spaces

In this paper, we study the structure of the pointed-Gromov-Hausdorff limits of sequences of Ricci shrinkers. We define a regular-singular decomposition following the work of Cheeger-Colding for manifolds with a uniform Ricci curvature lower bound, and prove that the regular part of any Ricci shrinker limit space is convex, inspired by Colding-Naber's original idea of parabolic smoothing of the distance functions.

preprint2020arXiv

Planar Turán Number of intersecting triangles

The planar Turán number of a given graph $H$, denoted by $ex_{\mathcal{P}}(n,H)$, is the maximum number of edges over all planar graphs on $n$ vertices that do not contain a copy of $H$ as a subgraph. Let $H_k$ be a friendship graph, which is obtained from $k$ triangles by sharing a common vertex. In this paper, we obtain sharp bounds of $ex_{\mathcal{P}}(n,H_k)$ and $ex_{\mathcal{P}}(n,K_1+P_{k+1})$ for $k\ge2$, which improves the results of Lan and Shi in Electron. J. Combin. 26 (2) (2019), \#P2.11.

preprint2020arXiv

Random walks in time-varying networks with memory

Random walks process on networks plays a fundamental role in understanding the importance of nodes and the similarity of them, which has been widely applied in PageRank, information retrieval, and community detection, etc. Individual's memory has been proved to be important to affect network evolution and dynamical processes unfolding on the network. In this manuscript, we study the random-walk process on extended activity driven network model by taking account of individual's memory. We analyze how individual's memory affects random-walk process unfolding on the network when the timescales of the processes of the random walk and the network evolution are comparable. Under the constraints of long-time evolution, we derive analytical solutions for the distribution of stationary state Wa and the mean first-passage time (MFPT) of the random-walk process. We find that, compared with the memoryless activity-driven model, individual's memory enhances the fluctuation of degree distribution, which reduces the capability of gathering walkers for nodes, especially with large activity and delays the mean first-passage time. The results on real networks also support the theoretical analysis with artificial networks.

preprint2020arXiv

Relational Deep Reinforcement Learning for Routing in Wireless Networks

While routing in wireless networks has been studied extensively, existing protocols are typically designed for a specific set of network conditions and so cannot accommodate any drastic changes in those conditions. For instance, protocols designed for connected networks cannot be easily applied to disconnected networks. In this paper, we develop a distributed routing strategy based on deep reinforcement learning that generalizes to diverse traffic patterns, congestion levels, network connectivity, and link dynamics. We make the following key innovations in our design: (i) the use of relational features as inputs to the deep neural network approximating the decision space, which enables our algorithm to generalize to diverse network conditions, (ii) the use of packet-centric decisions to transform the routing problem into an episodic task by viewing packets, rather than wireless devices, as reinforcement learning agents, which provides a natural way to propagate and model rewards accurately during learning, and (iii) the use of extended-time actions to model the time spent by a packet waiting in a queue, which reduces the amount of training data needed and allows the learning algorithm to converge more quickly. We evaluate our routing algorithm using a packet-level simulator and show that the policy our algorithm learns during training is able to generalize to larger and more congested networks, different topologies, and diverse link dynamics. Our algorithm outperforms shortest path and backpressure routing with respect to packets delivered and delay per packet.

preprint2020arXiv

Representations and fusion rules for the orbifold vertex operator algebras $L_{\widehat{\frak{sl}_2}}(k,0)^{\mathbb{Z}_3}$

For the cyclic group $\mathbb{Z}_3$ and positive integer $k$, we study the representations of the orbifold vertex operator algebra $L_{\widehat{\mathfrak{sl}_2}}(k,0)^{\mathbb{Z}_3}$. All the irreducible modules for $L_{\widehat{\mathfrak{sl}_2}}(k,0)^{\mathbb{Z}_3}$ are classified and constructed explicitly. Quantum dimensions and fusion rules for the orbifold vertex operator algebra $L_{\widehat{\mathfrak{sl}_2}}(k,0)^{\mathbb{Z}_3}$ are completely determined.

preprint2020arXiv

Ricci flow smoothing for locally collapsing manifolds

We show that for certain locally collapsing initial data with Ricci curvature bounded below, one could start the Ricci flow for a definite period of time. This provides a Ricci flow smoothing tool, with which we find topological conditions that detect the collapsing infranil fiber bundles over controlled Riemannian orbifolds among those locally collapsing regions with Ricci curvature bounded below. In the appendix, we also provide a local distance distortion estimate for certain Ricci flows with collapsing initial data.

preprint2020arXiv

See Through Smoke: Robust Indoor Mapping with Low-cost mmWave Radar

This paper presents the design, implementation and evaluation of milliMap, a single-chip millimetre wave (mmWave) radar based indoor mapping system targetted towards low-visibility environments to assist in emergency response. A unique feature of milliMap is that it only leverages a low-cost, off-the-shelf mmWave radar, but can reconstruct a dense grid map with accuracy comparable to lidar, as well as providing semantic annotations of objects on the map. milliMap makes two key technical contributions. First, it autonomously overcomes the sparsity and multi-path noise of mmWave signals by combining cross-modal supervision from a co-located lidar during training and the strong geometric priors of indoor spaces. Second, it takes the spectral response of mmWave reflections as features to robustly identify different types of objects e.g. doors, walls etc. Extensive experiments in different indoor environments show that milliMap can achieve a map reconstruction error less than 0.2m and classify key semantics with an accuracy around 90%, whilst operating through dense smoke.

preprint2020arXiv

The initiation of a solar streamer blowout coronal mass ejection arising from the streamer flank

Streamer blowout (SBO) coronal mass ejections (CMEs) represent a particular class of CMEs that are characterized by a gradual swelling of the overlying streamer and a slow CME containing a flux-rope structure. SBO CMEs arising from the streamer flank fall into a special category of SBO CMEs involving three lower arches under the higher streamer arcade. However, the initiation mechanism for this special category of SBO CMEs remains elusive, due to the observational limitations. Here we report critical observations of a SBO CME associated with the eruption of a polar crown filament that originated from the streamer flank. The filament slowly rose toward the solar equator with the writhing motion, and underwent a sudden acceleration before its eruption. Interestingly, during the rising, the filament fields experienced gradual external reconnections, which is evidenced by the dip-shaped bottom of the enveloping flux-rope structure changing from a smooth concave, the slow inflows ($\sim$1.8 km s$^{-1}$) from both the filament fields and the coronal loops beneath, and the persistent brightenings around the interface between the filament fields and the coronal loops beneath. The newly formed lower loops at the filament source and the Y-shaped structure in the stretched tail fields indicate the internal reconnections for the filament eruption. The clear signatures of the external and internal reconnections shed light on the initiation mechanisms of SBO CMEs.

preprint2020arXiv

The maximum number of s-cliques in connected graphs and its application to spectral moment

Extremal problems concerning the number of complete subgraphs have a long story in extremal graph theory. Let $k_s(G)$ be the number of $s$-cliques in a graph $G$ and $m={{r_m}\choose s}+t_m$, where $0\le t_m\leq r_m$. Edrős showed that $k_s(G)\le {{r_m}\choose s}+{{t_m}\choose{s-1}}$ over all graphs of size $m$ and order $n\geq r_m+1$. %Clearly, $K_{r_m}^{t_m}\cup (n-r_m-1)K_1$ is an extremal graph, where $K_{r_m}^{t_m}$ is the graph by joining a new vertex to $t_m$ vertices of $K_{r_m}$. It is natural to consider an improvement in connected situation: what is the maximum number of $s$-cliques over all connected graphs of size $m$ and order $n$? In this paper, the sharp upper bound of $k_s(G)$ is obtained and extremal graphs are completely characterized. The technique and the bound are different from those in general case. As an application, this result can be used to solve a question on spectral moment.

preprint2020arXiv

Transport of Finite Size Self-Propelled Particles Confined in a 2D Zigzag Channel with Gaussian Colored Noise

The directional transport of finite size self-propelled Brownian particles confined in a 2D zigzag channel with colored noise is investigated. The noises(noise parallel to x-axis and y-axis), the asymmetry parameter Δk, the ratio f(ratio of the particle radius and the bottleneck half width), the selfpropelled speed v0 have joint effect on the particles. The average velocity of self-propelled particles is significantly different from passive particles. The average velocity exhibits complicated behavior with increasing self-propelled speed v0

preprint2019arXiv

ATCSpeech: a multilingual pilot-controller speech corpus from real Air Traffic Control environment

Automatic Speech Recognition (ASR) is greatly developed in recent years, which expedites many applications on other fields. For the ASR research, speech corpus is always an essential foundation, especially for the vertical industry, such as Air Traffic Control (ATC). There are some speech corpora for common applications, public or paid. However, for the ATC, it is difficult to collect raw speeches from real systems due to safety issues. More importantly, for a supervised learning task like ASR, annotating the transcription is a more laborious work, which hugely restricts the prospect of ASR application. In this paper, a multilingual speech corpus (ATCSpeech) from real ATC systems, including accented Mandarin Chinese and English, is built and released to encourage the non-commercial ASR research in ATC domain. The corpus is detailly introduced from the perspective of data amount, speaker gender and role, speech quality and other attributions. In addition, the performance of our baseline ASR models is also reported. A community edition for our speech database can be applied and used under a special contrast. To our best knowledge, this is the first work that aims at building a real and multilingual ASR corpus for the air traffic related research.

preprint2019arXiv

Representations of the orbifold VOAS $L_{\hat{\frak{sl}_2}}(k,0)^K$ and the commutant VOAS $C_{{L_{\hat{\mathfrak{so}_m}}(1,0)}^{\otimes 3}}({L_{\hat{\mathfrak{so}_m}}(3,0)})$

For the Klein group $K$, $k\in\mathbb{Z}_{\geqslant 1}$ and $m\in\mathbb{Z}_{\geqslant 4}$, we study the representations of the orbifold vertex operator algebra $L_{\hat{\mathfrak{sl}_2}}(k,0)^{K}$ and the commutant vertex operator algebra of $L_{\hat{\mathfrak{so}_m}}(3,0)$ in $L_{\hat{\mathfrak{so}_m}}(1,0)^{\otimes 3}$ which can be realized as the orbifold vertex operator subalgebra $L_{\hat{\mathfrak{sl}_2}}(2m,0)^{K}$ or its extension. All the irreducible modules for $L_{\hat{\mathfrak{sl}_2}}(k,0)^{K}$ and $C_{{L_{\hat{\mathfrak{so}_m}}(1,0)}^{\otimes 3}}({L_{\hat{\mathfrak{so}_m}}(3,0)})$ are classified and constructed explicitly.

preprint2016arXiv

An Eruptive Hot-Channel Structure Observed at Metric Wavelength as a Moving Type-IV Solar Radio Burst

Hot channel (HC) structure, observed in the high-temperature passbands of the AIA/SDO, is regarded as one candidate of coronal flux rope which is an essential element of solar eruptions. Here we present the first radio imaging study of an HC structure in the metric wavelength. The associated radio emission manifests as a moving type-IV (t-IVm) burst. We show that the radio sources co-move outwards with the HC, indicating that the t-IV emitting energetic electrons are efficiently trapped within the structure. The t-IV sources at different frequencies present no considerable spatial dispersion during the early stage of the event, while the sources spread gradually along the eruptive HC structure at later stage with significant spatial dispersion. The t-IV bursts are characterized by a relatively-high brightness temperature ($\sim$ 10$^{7}$ $-$ 10$^{9}$ K), a moderate polarization, and a spectral shape that evolves considerably with time. This study demonstrates the possibility of imaging the eruptive HC structure at the metric wavelength and provides strong constraints on the t-IV emision mechanism, which, if understood, can be used to diagnose the essential parameters of the eruptive structure.

preprint2016arXiv

Dynamics of a prominence-horn structure during its evaporation in the solar corona

The physical connection among and formation mechanisms of various components of the prominence-horn cavity system remain elusive. Here we present observations of such a system, focusing on a section of the prominence that rises and separates gradually from the main body. This forms a configuration sufficiently simple to yield clues to the above issues. It is characterized by embedding horns, oscillations, and a gradual disappearance of the separated material. The prominence-horn structure exhibits a large amplitude longitudinal oscillation with a period of ~150 minutes and an amplitude of ~30 Mm along the trajectory defined by the concave horn structure. The horns also experience a simultaneous transverse oscillation with a much smaller amplitude (~3 Mm) and shorter period (~10-15 minutes), likely representative of a global mode of the large-scale magnetic structure. The gradual disappearance of the structure indicates that the horn, an observational manifestation of the field-aligned transition region separating the cool and dense prominence from the hot and tenuous corona, is formed due to the heating and diluting process of the central prominence mass, while most previous studies suggest that it is the opposite process, i.e., the cooling and condensation of coronal plasmas, to form the horn. This study also demonstrates how the prominence transports magnetic flux to the upper corona, a process essential for the gradual build-up of pre-eruption magnetic energy.

preprint2016arXiv

Exceptional Points and Asymmetric Mode Switching in Plasmonic Waveguides

We investigate the exceptional points (EPs) in a non-Hermitian system composed of a pair of graphene sheets with different losses. There are two surface plasmon polaritons (SPP) modes in the graphene waveguide. By varying the distance between two graphene sheets and chemical potential of graphene, the EPs appear as the eigenvalues, that is, the wave vectors of the two modes coalesce. The cross conversion of eigenmodes and variation of geometric phase can be observed by encircling the EP in the parametric space formed by the geometric parameters and chemical potential of graphene. At the same time, a certain input SPP mode may lead to completely different output. The study paves a way to the development of nanoscale sensitive optical switches and sensors.

preprint2016arXiv

Joint Learning of Siamese CNNs and Temporally Constrained Metrics for Tracklet Association

In this paper, we study the challenging problem of multi-object tracking in a complex scene captured by a single camera. Different from the existing tracklet association-based tracking methods, we propose a novel and efficient way to obtain discriminative appearance-based tracklet affinity models. Our proposed method jointly learns the convolutional neural networks (CNNs) and temporally constrained metrics. In our method, a Siamese convolutional neural network (CNN) is first pre-trained on the auxiliary data. Then the Siamese CNN and temporally constrained metrics are jointly learned online to construct the appearance-based tracklet affinity models. The proposed method can jointly learn the hierarchical deep features and temporally constrained segment-wise metrics under a unified framework. For reliable association between tracklets, a novel loss function incorporating temporally constrained multi-task learning mechanism is proposed. By employing the proposed method, tracklet association can be accomplished even in challenging situations. Moreover, a new dataset with 40 fully annotated sequences is created to facilitate the tracking evaluation. Experimental results on five public datasets and the new large-scale dataset show that our method outperforms several state-of-the-art approaches in multi-object tracking.

preprint2016arXiv

Learning Contextual Dependencies with Convolutional Hierarchical Recurrent Neural Networks

Existing deep convolutional neural networks (CNNs) have shown their great success on image classification. CNNs mainly consist of convolutional and pooling layers, both of which are performed on local image areas without considering the dependencies among different image regions. However, such dependencies are very important for generating explicit image representation. In contrast, recurrent neural networks (RNNs) are well known for their ability of encoding contextual information among sequential data, and they only require a limited number of network parameters. General RNNs can hardly be directly applied on non-sequential data. Thus, we proposed the hierarchical RNNs (HRNNs). In HRNNs, each RNN layer focuses on modeling spatial dependencies among image regions from the same scale but different locations. While the cross RNN scale connections target on modeling scale dependencies among regions from the same location but different scales. Specifically, we propose two recurrent neural network models: 1) hierarchical simple recurrent network (HSRN), which is fast and has low computational cost; and 2) hierarchical long-short term memory recurrent network (HLSTM), which performs better than HSRN with the price of more computational cost. In this manuscript, we integrate CNNs with HRNNs, and develop end-to-end convolutional hierarchical recurrent neural networks (C-HRNNs). C-HRNNs not only make use of the representation power of CNNs, but also efficiently encodes spatial and scale dependencies among different image regions. On four of the most challenging object/scene image classification benchmarks, our C-HRNNs achieve state-of-the-art results on Places 205, SUN 397, MIT indoor, and competitive results on ILSVRC 2012.

preprint2016arXiv

Monochromatic loose path partitions in k-uniform hypergraphs

A conjecture of Gyárfás and Sárközy says that in every $2$-coloring of the edges of the complete $k$-uniform hypergraph $K_n^k$, there are two disjoint monochromatic loose paths of distinct colors such that they cover all but at most $k-2$ vertices. A weaker form of this conjecture with $2k-5$ uncovered vertices instead of $k-2$ is proved, thus the conjecture holds for $k=3$. The main result of this paper states that the conjecture is true for all $k\ge 3$.

preprint2016arXiv

Observation of a Metric Type N Solar Radio Burst

Type III and type-III-like radio bursts are produced by energetic electron beams guided along coronal magnetic fields. As a variant of type III bursts, Type N bursts appear as the letter "N" in the radio dynamic spectrum and reveal a magnetic mirror effect in coronal loops. Here, we report a well-observed N-shaped burst consisting of three successive branches at metric wavelength with both fundamental and harmonic components and a high brightness temperature ($>$10$^9$ K). We verify the burst as a true type N burst generated by the same electron beam from three aspects of the data. First, durations of the three branches at a given frequency increase gradually, may due to the dispersion of the beam along its path. Second, the flare site, as the only possible source of non-thermal electrons, is near the western feet of large-scale closed loops. Third, the first branch and the following two branches are localized at different legs of the loops with opposite sense of polarization. We also find that the sense of polarization of the radio burst is in contradiction to the O-mode and there exists a fairly large time delay ($\sim$3-5 s) between the fundamental and harmonic components. Possible explanations accounting for these observations are presented. Assuming the classical plasma emission mechanism, we can infer coronal parameters such as electron density and magnetic field near the radio source and make diagnostics on the magnetic mirror process.

preprint2016arXiv

Optimal Deployment of Multistatic Radar System Using Multi-Objective Particle Swarm Optimization

We consider an optimization deployment problem of multistatic radar system (MSRS). Through the antenna placing and the transmitted power allocating, we optimally deploy the MSRS for two goals: 1) the first one is to improve the coverage ratio of surveillance region; 2) the second goal is to get a even distribution of signal energy in surveillance region. In two typical working modes of MSRS, we formulate the optimization problem by introducing two objective functions according to the two mentioned goals, respectively. Addressing on two main challenges of applying multi-objective particle swarm optimization (MOPSO) in solving the proposed optimization problem, we propose a deployment algorithm based on multiobjective particle swarm optimization with non-dominated relative crowding distance (MOPSO-NRCD). For the challenge of value difference, we propose a novel selection method with a non-dominated relative crowding distance. For the challenge of particle allocation, a multi-swarm structure of MOPSO is also introduced. Finally, simulation results are given out to prove the advantages and validity of the proposed deployment algorithm. It is shown that with same number of employed particles, the proposed MOPSO-NRCD algorithm can achieve better optimization performance than that of traditional multiobjective particle swarm optimization with crowding distance (MOPSO-CD).

preprint2016arXiv

Scene Parsing with Integration of Parametric and Non-parametric Models

We adopt Convolutional Neural Networks (CNNs) to be our parametric model to learn discriminative features and classifiers for local patch classification. Based on the occurrence frequency distribution of classes, an ensemble of CNNs (CNN-Ensemble) are learned, in which each CNN component focuses on learning different and complementary visual patterns. The local beliefs of pixels are output by CNN-Ensemble. Considering that visually similar pixels are indistinguishable under local context, we leverage the global scene semantics to alleviate the local ambiguity. The global scene constraint is mathematically achieved by adding a global energy term to the labeling energy function, and it is practically estimated in a non-parametric framework. A large margin based CNN metric learning method is also proposed for better global belief estimation. In the end, the integration of local and global beliefs gives rise to the class likelihood of pixels, based on which maximum marginal inference is performed to generate the label prediction maps. Even without any post-processing, we achieve state-of-the-art results on the challenging SiftFlow and Barcelona benchmarks.

preprint2016arXiv

Slipping magnetic reconnections with multiple flare ribbons during an X-class solar flare

With the observations of the Solar Dynamics Observatory, we present the slipping magnetic reconnections with multiple flare ribbons (FRs) during an X1.2 eruptive flare on 2014 January 7. A center negative polarity was surrounded by several positive ones, and there appeared three FRs. The three FRs showed apparent slipping motions, and hook structures formed at their ends. Due to the moving footpoints of the erupting structures, one tight semi-circular hook disappeared after the slippage along its inner and outer edge, and coronal dimmings formed within the hook. The east hook also faded as a result of the magnetic reconnection between the arcades of a remote filament and a hot loop that was impulsively heated by the under flare loops. Our results are accordant with the slipping magnetic reconnection regime in 3D standard model for eruptive flares. We suggest that complex structures of the flare is likely a consequence of the more complex flux distribution in the photosphere, and the eruption involves at least two magnetic reconnections.

preprint2016arXiv

Tracklet Association by Online Target-Specific Metric Learning and Coherent Dynamics Estimation

In this paper, we present a novel method based on online target-specific metric learning and coherent dynamics estimation for tracklet (track fragment) association by network flow optimization in long-term multi-person tracking. Our proposed framework aims to exploit appearance and motion cues to prevent identity switches during tracking and to recover missed detections. Furthermore, target-specific metrics (appearance cue) and motion dynamics (motion cue) are proposed to be learned and estimated online, i.e. during the tracking process. Our approach is effective even when such cues fail to identify or follow the target due to occlusions or object-to-object interactions. We also propose to learn the weights of these two tracking cues to handle the difficult situations, such as severe occlusions and object-to-object interactions effectively. Our method has been validated on several public datasets and the experimental results show that it outperforms several state-of-the-art tracking methods.

preprint2015arXiv

An observational revisit of band-split solar type-II radio bursts

Band split of solar type II radio bursts, discovered several decades ago, is a fascinating phenomenon with the type-II lanes exhibiting two almost-parallel sub-bands with similar morphology. The underlying split mechanism remains elusive. One popular interpretation is that the splitting bands are emitted from the shock upstream and downstream, respectively, with their frequency ratio (γ) determined by the shock compression ratio. This interpretation has been taken as the physical basis for many published references. Here we report an observational analysis of type II events with nice split selected from the ground-based RSTN data from 2001 to 2014, in the metric-decametric wavelength. We investigate the temporal variation and distribution of γ, and conduct correlation analyses on the deduced spectral values. It is found that γ varies in a very narrow range with >80% of γ (one-minute averaged data) being between 1.15 to 1.25. For some well-observed and long-lasting events, γ does not show a systematic variation trend within observational uncertainties, from the onset to the termination of the splits. In addition, the parameters representing the propagation speed of the radio source (presumably the coronal shock) show a very weak or basically no correlation with γ. We suggest that these results do not favor the upstreamdownstream scenario of band splits.

preprint2015arXiv

DAG-Recurrent Neural Networks For Scene Labeling

In image labeling, local representations for image units are usually generated from their surrounding image patches, thus long-range contextual information is not effectively encoded. In this paper, we introduce recurrent neural networks (RNNs) to address this issue. Specifically, directed acyclic graph RNNs (DAG-RNNs) are proposed to process DAG-structured images, which enables the network to model long-range semantic dependencies among image units. Our DAG-RNNs are capable of tremendously enhancing the discriminative power of local representations, which significantly benefits the local classification. Meanwhile, we propose a novel class weighting function that attends to rare classes, which phenomenally boosts the recognition accuracy for non-frequent classes. Integrating with convolution and deconvolution layers, our DAG-RNNs achieve new state-of-the-art results on the challenging SiftFlow, CamVid and Barcelona benchmarks.

preprint2015arXiv

Detecting structural breaks in seasonal time series by regularized optimization

Real-world systems are often complex, dynamic, and nonlinear. Understanding the dynamics of a system from its observed time series is key to the prediction and control of the system's behavior. While most existing techniques tacitly assume some form of stationarity or continuity, abrupt changes, which are often due to external disturbances or sudden changes in the intrinsic dynamics, are common in time series. Structural breaks, which are time points at which the statistical patterns of a time series change, pose considerable challenges to data analysis. Without identification of such break points, the same dynamic rule would be applied to the whole period of observation, whereas false identification of structural breaks may lead to overfitting. In this paper, we cast the problem of decomposing a time series into its trend and seasonal components as an optimization problem. This problem is ill-posed due to the arbitrariness in the number of parameters. To overcome this difficulty, we propose the addition of a penalty function (i.e., a regularization term) that accounts for the number of parameters. Our approach simultaneously identifies seasonality and trend without the need of iterations, and allows the reliable detection of structural breaks. The method is applied to recorded data on fish populations and sea surface temperature, where it detects structural breaks that would have been neglected otherwise. This suggests that our method can lead to a general approach for the monitoring, prediction, and prevention of structural changes in real systems.

preprint2015arXiv

Evidence of the Solar EUV hot channel as a magnetic flux rope from remote-sensing and in-situ observations

Hot channels (HCs), high temperature erupting structures in the lower corona of the Sun, have been proposed as a proxy of magnetic flux ropes (MFRs) since their initial discovery. However, it is difficult to make definitive proof given the fact that there is no direct measurement of magnetic field in the corona. An alternative way is to use the magnetic field measurement in the solar wind from in-situ instruments. On 2012 July 12, an HC was observed prior to and during a coronal mass ejection (CME) by the AIA high-temperature images. The HC is invisible in the EUVI low-temperature images, which only show the cooler leading front (LF). However, both the LF and an ejecta can be observed in the coronagraphic images. These are consistent with the high temperature and high density of the HC and support that the ejecta is the erupted HC. In the meanwhile, the associated CME shock was identified ahead of the ejecta and the sheath through the COR2 images, and the corresponding ICME was detected by \textit{ACE}, showing the shock, sheath and magnetic cloud (MC) sequentially, which agrees with the coronagraphic observations. Further, the MC contained a low-ionization-state center and a high-ionization-state shell, consistent with the pre-existing HC observation and its growth through magnetic reconnection. All of these observations support that the MC detected near the Earth is the counterpart of the erupted HC in the corona for this event. Therefore, our study provides strong observational evidence of the HC as an MFR.

preprint2015arXiv

Highly-sensitive detection of the lattice distortion in single bent ZnO nanowires by second-harmonic generation microscopy

Nanogenerators based on ZnO nanowires (NWs) realize the energy conversion at nanoscale, which are ascribed to the piezoelectric property caused by the lattice distortion of the ZnO NWs. The lattice distortion can significantly tune the electronic and optical properties, and requires a sensitive and convenient measurement. However, high-resolution transmission electron microscopy (HRTEM) technique provides a limited sensitivity of 0.01 nm on the variation of the lattice spacing and requires vacuum conditions. Here we demonstrate a highly-sensitive detection of the lattice distortion in single bent ZnO NWs by second-harmonic generation (SHG) microscopy. As the curvature of the single bent ZnO NW increases to 21 mm-1 (<4% bending distortion), it shows a significant decrease (~70%) in the SHG intensity ratio between perpendicular and parallel excitation polarization with respect to c-axis of ZnO NWs. Importantly, the extraordinary non-axisymmetrical SHG polarimetric patterns are also observed, indicating the twisting distortion around c-axis of ZnO NWs. Thus, SHG microscopy provides a sensitive all-optical and non-invasive method for in situ detecting the lattice distortion under various circumstances.

preprint2015arXiv

Systematic study of complete fusion suppression in reactions involving weakly bound nuclei at energies above the Coulomb barrier

Complete fusion excitation functions of reactions involving breakup are studied by using the empirical coupled-channel (ECC) model with breakup effects considered. An exponential function with two parameters is adopted to describe the prompt-breakup probability in the ECC model. These two parameters are fixed by fitting the measured prompt-breakup probability or the complete fusion cross sections. The suppression of complete fusion at energies above the Coulomb barrier is studied by comparing the data with the predictions from the ECC model without the breakup channel considered. The results show that the suppression of complete fusion are roughly independent of the target for the reactions involving the same projectile.

preprint2015arXiv

The average velocity of self-propelled particles in a two-dimensional potential with colored noise

The average velocity of self-propelled particles in a two-dimensional potential with colored noise is investigated. The current reversal phenomenon appear with changing x direction colored noise intensity. There exist optimal values of the parameters at which the average velocity takes its maximal value. The y direction noise and the self-propelled angle noise have great effects on the x direction average velocity, but they can not induce x direction particles transport phenomenon themselves.

preprint2015arXiv

Theoretical study of fusion reactions $^{32}$S + $^{94,96}$Zr and $^{40}$Ca + $^{94,96}$Zr and quadrupole deformation of $^{94}$Zr

The dynamic coupling effects on fusion cross sections for reactions $^{32}$S + $^{94,96}$Zr and $^{40}$Ca + $^{94,96}$Zr are studied with the universal fusion function formalism and an empirical coupled channel (ECC) model. An examination of the reduced fusion functions shows that the total effect of couplings to inelastic excitations and neutron transfer channels on fusion in $^{32}$S + $^{94}$Zr ($^{40}$Ca + $^{94}$Zr) is almost the same as that in $^{32}$S + $^{96}$Zr ($^{40}$Ca + $^{96}$Zr). The enhancements of the fusion cross section at sub-barrier energies due to inelastic channel coupling and neutron transfer channel coupling are evaluated separately by using the ECC model. The results show that effect of couplings to inelastic excitations channels in the reactions with $^{94}$Zr as target should be similar as that in the reactions with $^{96}$Zr as target. This implies that the quadrupole deformation parameters $β_2$ of $^{94}$Zr and $^{96}$Zr should be similar to each other. However, $β_2$'s predicted from the finite-range droplet model, which are used in the ECC model, are quite different. Experiments on $^{48}$Ca + $^{94}$Zr or $^{36}$S + $^{94}$Zr are suggested to solve the puzzling issue concerning $β_2$ for $^{94}$Zr.

preprint2014arXiv

A solar type II radio burst from CME-coronal ray interaction: simultaneous radio and EUV imaging

Simultaneous radio and extreme ultraviolet (EUV)/white-light imaging data are examined for a solar type II radio burst occurring on 2010 March 18 to deduce its source location. Using a bow-shock model, we reconstruct the 3-dimensional EUV wave front (presumably the type-II emitting shock) based on the imaging data of the two STEREO spacecraft. It is then combined with the Nançay radio imaging data to infer the 3-dimensional position of the type II source. It is found that the type II source coincides with the interface between the CME EUV wave front and a nearby coronal ray structure, providing evidence that the type II emission is physically related to the CME-ray interaction. This result, consistent with those of previous studies, is based on simultaneous radio and EUV imaging data for the first time.

preprint2014arXiv

Possible role of coronal streamer as magnetically-closed structure in shock-induced energetic electrons and metric type II radio bursts

Two solar type II radio bursts, separated by ~24 hours in time, are examined together. Both events are associated with coronal mass ejections (CMEs) erupting from the same active region (NOAA 11176) beneath a well-observed helmet streamer. We find that the type II emissions in both events ended once the CME/shock fronts passed the white-light streamer tip, which is presumably the magnetic cusp of the streamer. This leads us to conjecture that the closed magnetic arcades of the streamer may play a role in electron acceleration and type II excitation at coronal shocks. To examine such a conjecture, we conduct a test-particle simulation for electron dynamics within a large-scale partially-closed streamer magnetic configuration swept by a coronal shock. We find that the closed field lines play the role of an electron trap, via which the electrons are sent back to the shock front for multiple times, and therefore accelerated to high energies by the shock. Electrons with an initial energy of 300eV can be accelerated to tens of keV concentrating at the loop apex close to the shock front with a counter-streaming distribution at most locations. These electrons are energetic enough to excite Langmuir waves and radio bursts. Considering the fact that most solar eruptions originate from closed field regions, we suggest that the scenario may be important to the generation of more metric type IIs. This study also provides an explanation to the general ending frequencies of metric type IIs at or above 20-30 MHz and the disconnection issue between metric and interplanetary type IIs.

preprint2014arXiv

Radial basis function process neural network training based on generalized frechet distance and GA-SA hybrid strategy

For learning problem of Radial Basis Function Process Neural Network (RBF-PNN), an optimization training method based on GA combined with SA is proposed in this paper. Through building generalized Fréchet distance to measure similarity between time-varying function samples, the learning problem of radial basis centre functions and connection weights is converted into the training on corresponding discrete sequence coefficients. Network training objective function is constructed according to the least square error criterion, and global optimization solving of network parameters is implemented in feasible solution space by use of global optimization feature of GA and probabilistic jumping property of SA . The experiment results illustrate that the training algorithm improves the network training efficiency and stability.

preprint2014arXiv

Systematic study of breakup effects on complete fusion at energies above the Coulomb barrier

A large number of complete fusion excitation functions of reactions including the breakup channel were measured in recent decades, especially in the last few years. It allows us to investigate the systematic behavior of the breakup effects on the complete fusion cross sections. To this end, we perform a systematic study of the breakup effects on the complete fusion cross sections at energies above the Coulomb barrier. The reduced fusion functions F(x) are compared with the universal fusion functions which are used as a uniform standard reference. The complete fusion cross sections at energies above the Coulomb barrier are suppressed by the breakup of projectiles. This suppression effect for reactions induced by the same projectile is independent of the target and mainly determined by the lowest energy breakup channel of the projectile. There holds a good exponential relation between the suppression factor and the energy corresponding to the lowest breakup threshold.

preprint2014arXiv

Traffic experiment reveals the nature of car-following

As a typical self-driven many-particle system far from equilibrium, traffic flow exhibits diverse fascinating non-equilibrium phenomena, most of which are closely related to traffic flow stability and specifically the growth/dissipation pattern of disturbances. However, the traffic theories have been controversial due to a lack of precise traffic data. We have studied traffic flow from a new perspective by carrying out large-scale car-following experiment on an open road section, which overcomes the intrinsic deficiency of empirical observations. The experiment has shown clearly the nature of car-following, which runs against the traditional traffic flow theory. Simulations show that by removing the fundamental notion in the traditional car-following models and allowing the traffic state to span a two-dimensional region in velocity-spacing plane, the growth pattern of disturbances has changed qualitatively and becomes qualitatively or even quantitatively in consistent with that observed in the experiment.

preprint2013arXiv

Current Leads for Superconducting Magnets of ADS Injector I

In ADS Injector I, there are six superconducting magnets in each cryomodule. Each superconducting magnet contains a solenoid magnet, a horizontal dipole corrector (HDC) and a vertical dipole corrector (VDC). Six current leads will be required for powering the electrical circuits, from room temperature to the 2.1K liquid helium bath. Two leads carry 100A current for the solenoid magnet while the other four carry 12A for the HDC and the VDC. This paper presents the principle for current lead optimization, which includes the cooling methods, the choice of material and structure, and the issues for current lead integration as well.

preprint2013arXiv

Experimental demonstration of the acoustic frequency conversions by temporal phononic crystals

We report on the experimental investigation of the transmission spectra for acoustic waves through temporal phononic crystals (TPCs), which are designed structures with periodically time-varying density and bulk modulus. In our experiment, the TPCs are instanced as the media that swap between air and carbon dioxide repetitively, in between the sound source and the detector. The transmission spectra for monochromatic incident acoustic waves exhibit a series of equidistant peaks, manifesting novel up- and down-conversion effects while not employing material nonlinearity. These experimental results agree with the theoretical calculations based on the plane wave expansion in time domain.

preprint2013arXiv

Physical Design of Superconducting Magnet for ADS Injection I

Superconducting solenoid magnet prototype for ADS Injection I had been designed and fabricated, and also had been tested in liquid Helium state inside a vertical Dewar in Haerbin institute of Technology in Nov. 2012. The design current is 210A, when the test current reached 400A no quench occurred, the solenoid magnet was forced to quench by the embedded heaters. The integral field strength, leakage field at the nearby upstream and downstream superconducting spoke cavities all meet the design requirements. At the same time, it also checked the system reliability of the vertical test Dewar and the quenched detection system. The superconducting magnet prototype has accumulated valuable experiences for the coming batch magnets production and cryogenic test.

preprint2013arXiv

SketchPadN-D: WYDIWYG Sculpting and Editing in High-Dimensional Space

High-dimensional data visualization has been attracting much attention. To fully test related software and algorithms, researchers require a diverse pool of data with known and desired features. Test data do not always provide this, or only partially. Here we propose the paradigm WYDIWYGS (What You Draw Is What You Get). Its embodiment, Sketch Pad ND, is a tool that allows users to generate high-dimensional data in the same interface they also use for visualization. This provides for an immersive and direct data generation activity, and furthermore it also enables users to interactively edit and clean existing high-dimensional data from possible artifacts. Sketch Pad ND offers two visualization paradigms, one based on parallel coordinates and the other based on a relatively new framework using an N-D polygon to navigate in high-dimensional space. The first interface allows users to draw arbitrary profiles of probability density functions along each dimension axis and sketch shapes for data density and connections between adjacent dimensions. The second interface embraces the idea of sculpting. Users can carve data at arbitrary orientations and refine them wherever necessary. This guarantees the data generated is truly high-dimensional. We demonstrate our tool's usefulness in real data visualization scenarios.

preprint2012arXiv

Measurement of phase fluctuations of Bose-Einstein condensates in an optical lattice

Even at zero temperature, there exist phase fluctuations associated with an array of Bose-Einstein condensates confined in a one-dimensional optical lattice. We demonstrate a method to measure the phase fluctuations based on the Fourier spectrum of the atomic density for a condensate released from the optical lattice. The phase variance is extracted from the relative intensities of different peaks in the Fourier spectrum. This method works even for high lattice strength where interference peaks disappear in the atomic density distribution.

preprint2012arXiv

On the structure of almost Einstein manifolds

In this paper, we study the structure of the limit space of a sequence of almost Einstein manifolds, which are generalizations of Einstein manifolds. Roughly speaking, such manifolds are the initial manifolds of some normalized Ricci flows whose scalar curvatures are almost constants over space-time in the $L^1$-sense, Ricci curvatures are bounded from below at the initial time. Under the non-collapsed condition, we show that the limit space of a sequence of almost Einstein manifolds has most properties which is known for the limit space of Einstein manifolds. As applications, we can apply our structure results to study the properties of Kähler manifolds.

preprint2011arXiv

Atomic structure, energetics, and dynamics of topological solitons in Indium chains on Si(111) surfaces

Based on scanning tunneling microscopy and first-principles theoretical studies, we characterize the precise atomic structure of a topological soliton in In chains grown on Si(111) surfaces. Variable-temperature measurements of the soliton population allow us to determine the soliton formation energy to be ~60 meV, smaller than one half of the band gap of ~200 meV. Once created, these solitons have very low mobility, even though the activation energy is only about 20 meV; the sluggish nature is attributed to the exceptionally low attempt frequency for soliton migration. We further demonstrate local electric field-enhanced soliton dynamics.

preprint2011arXiv

CO2 dissociation activated through electron attachment on reduced rutile TiO2(110)-1x1 surface

Converting CO$_2$ to useful compounds through the solar photocatalytic reduction has been one of the most promising strategies for artificial carbon recycling. The highly relevant photocatalytic substrate for CO$_2$ conversion has been the popular TiO$_2$ surfaces. However, the lack of accurate fundamental parameters that determine the CO$_2$ reduction on TiO$_2$ has limited our ability to control these complicated photocatalysis processes. We have systematically studied the reduction of CO2 at specific sites of the rutile TiO$_2$(110)-1x1 surface using scanning tunneling microscopy at 80 K. The dissociation of CO2 molecules is found to be activated by one electron attachment process and its energy threshold, corresponding to the CO$_2^{\dot-}$/CO$_2$ redox potential, is unambiguously determined to be 2.3 eV higher than the onset of the TiO$_2$ conduction band. The dissociation rate as a function of electron injection energy is also provided. Such information can be used as practical guidelines for the design of effective catalysts for CO$_2$ photoreduction.

preprint2011arXiv

Evidence of Photocatalytic Dissociation of Water on TiO2 with Atomic Resolution

Photocatalytic water splitting reaction on TiO2 surface is one of the fundamental issues that bears significant implication in hydrogen energy technology and has been extensively studied. However, the existence of the very first reaction step, the direct photo-dissociation of water, has been disregarded. Here, we provide unambiguously experimental evidence to demonstrate that adsorbed water molecules on reduced rutile TiO2(110)-1\times1 surface can be dissociated under UV irradiation using low temperature scanning tunneling microscopy. It is identified that a water molecule at fivefold coordinated Ti (Ti5c) site can be photocatalytically dissociated, resulting in a hydroxyl at Ti5c and another hydroxyl at bridge oxygen row. Our findings reveal a missing link in the photocatalytic water splitting reaction chain, which greatly contribute to the detailed understanding of underlying mechanism.

preprint2011arXiv

Observation of universal behaviour of ultracold quantum critical gases

Quantum critical matter has already been studied in many systems, including cold atomic gases. We report the observation of a universal behaviour of ultracold quantum critical Bose gases in a one-dimensional optical lattice. In the quantum critical region above the Berezinskii-Kosterlitz-Thouless transition, the relative phase fluctuations between neighboring subcondensates and spatial phase fluctuations of quasi-2D subcondensates coexist. We study the density probability distribution function when both these two phase fluctuations are considered. A universal exponential density probability distribution is demonstrated experimentally, which agrees well with a simple theoretical model by considering these two phase fluctuations.

preprint2010arXiv

Kähler Ricci flow on Fano manifolds(I)

We study the evolution of anticanonical line bundles along the Kähler Ricci flow. We show that under some conditions, the convergence of Kähler Ricci flow is determined by the properties of the anticanonical divisors of $M$. As examples, the Kähler Ricci flow on $M$ converges when $M$ is a Fano surface and $c_1^2(M)=1$ or $c_1^2(M)=3$. Combined with the work in \cite{CW1} and \cite{CW2}, this gives a Ricci flow proof of the Calabi conjecture on Fano surfaces with reductive automorphism groups. The original proof of this conjecture is due to Gang Tian.

preprint2010arXiv

Phase transition to Bose-Einstein condensation for a Bosonic gas confined in a combined trap

We present a study of phase transition to macroscopic superfluidity for an ultracold bosonic gas confined in a combined trap formed by a one-dimensional optical lattice and a harmonic potential, focusing on the critical temperature of this system and the interference patterns of the Bose gas released from the combined trap. Based on a semiclassical energy spectrum, we develop an analytic approximation for the critical temperature $T_{c}$, and compare the analytic results with that obtained by numerical computations. For finite temperatures below $T_{c}$, we calculate the interference patterns for both the normal gas and the superfluid gas. The total interference pattern shows a feature of ``peak-on-a-peak". As a comparison, we also present the experimentally observed interference patterns of $^{87}$Rb atoms released from a one-dimensional optical lattice system in accord with our theoretical model. Our observations are consistent with the theoretical results.

preprint2010arXiv

Ricci flow on Orbifold

In this paper, we study the behavior of Ricci flows on compact orbifolds with finite singularities. We show that Perelman's pseudolocality theorem also holds on orbifold Ricci flow. Using this property, we obtain a weak compactness theorem of Ricci flows on orbifolds under some natural technical conditions. This generalizes the corresponding theorem on manifolds. As an application, we can use Kähler Ricci flow to find new Kähler Einstein metrics on some orbifold Fano surfaces. For example, if $Y$ is a cubic surface with only one ordinary double point or $Y$ is an orbifold Fano surface with degree 1 and every singularity on it is a rational double point of type $\A_k (1 \leq k \leq 6)$, then we can find a KE metric of $Y$ by running Kähler Ricci flow.

preprint2009arXiv

Universal $\sqrt{2}\times\sqrt{2}$ structure and short-range charge order at the surfaces of BaFe$_{2-x}$Co$_{x}$As$_{2}$ compounds with various Co doping levels

The structure and electronic order at the cleaved (001) surfaces of the newly-discovered pnictide superconductors BaFe$_{2-x}$Co$_{x}$As$_{2}$ with x ranging from 0 to 0.32 are systematically investigated by scanning tunneling microscopy. A $\sqrt{2}\times\sqrt{2}$ surface structure is revealed for all the compounds, and is identified to be Ba layer with half Ba atoms lifted-off by combination with theoretical simulation. A universal short-range charge order is observed at this $\sqrt{2}\times\sqrt{2}$ surface associated with an energy gap of about 30 meV for all the compounds.

preprint2007arXiv

A High Robustness and Low Cost Model for Cascading Failures

We study numerically the cascading failure problem by using artificially created scale-free networks and the real network structure of the power grid. The capacity for a vertex is assigned as a monotonically increasing function of the load (or the betweenness centrality). Through the use of a simple functional form with two free parameters, revealed is that it is indeed possible to make networks more robust while spending less cost. We suggest that our method to prevent cascade by protecting less vertices is particularly important for the design of more robust real-world networks to cascading failures.